Skip to content

Commit 330d8ae

Browse files
committed
Merge branch 'deps/chokidar-5'
# Conflicts: # CHANGELOG.md
2 parents d15a28b + 24ee2e2 commit 330d8ae

4 files changed

Lines changed: 21 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Updated better-sqlite3 from 11 to 12
2121
- Updated p-limit from 6 to 7
2222
- Updated ora from 8 to 9
23+
- Updated chokidar from 4 to 5
2324

2425
### Fixed
2526
- Double space in "Unsupported file type" suggestion message for file translation

jest.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,19 @@ export default {
4747
skipLibCheck: true,
4848
},
4949
}],
50+
'^.+\\.jsx?$': ['ts-jest', {
51+
tsconfig: {
52+
strict: true,
53+
esModuleInterop: true,
54+
skipLibCheck: true,
55+
allowJs: true,
56+
},
57+
}],
5058
},
5159

5260
// Transform ESM packages
5361
transformIgnorePatterns: [
54-
'node_modules/(?!(p-limit|yocto-queue|fast-glob|chalk)/)',
62+
'node_modules/(?!(p-limit|yocto-queue|fast-glob|chalk|chokidar|readdirp)/)',
5563
],
5664

5765
// Setup files

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"axios": "^1.7.9",
6565
"better-sqlite3": "^12.0.0",
6666
"chalk": "^5.3.0",
67-
"chokidar": "^4.0.3",
67+
"chokidar": "^5.0.0",
6868
"cli-table3": "^0.6.5",
6969
"commander": "^14.0.0",
7070
"fast-glob": "^3.3.3",

0 commit comments

Comments
 (0)