Skip to content

Commit 24ee2e2

Browse files
sjsyrekclaude
andcommitted
chore(deps): update chokidar from 4 to 5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 014b94b commit 24ee2e2

4 files changed

Lines changed: 22 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Updated `@types/node` from v20 to v25
1616
- Updated inquirer from 12 to 13
1717
- Updated better-sqlite3 from 11 to 12
18+
- Updated chokidar from 4 to 5
1819

1920
## [1.0.0] - 2026-02-17
2021

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: 11 additions & 11 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)