Skip to content

Commit 28b84cb

Browse files
itaymendelclaude
andauthored
chore(deps): batch bump oxlint stack, oxc-parser, and dev tooling (#120)
Combines six Dependabot bumps into one lockfile regeneration: - @oxlint/plugins 1.66.0 -> 1.69.0 (#118) - oxlint 1.66.0 -> 1.69.0 (#119) - oxc-parser 0.132.0 -> 0.135.0 (#116) - @types/node 22.19.19 -> 22.19.20 (#117) - tsx 4.22.3 -> 4.22.4 (#114) - vitest 4.1.7 -> 4.1.8 (#112) Full suite green: build, tsc --noEmit, oxlint, 579 tests. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent e0adb2a commit 28b84cb

2 files changed

Lines changed: 247 additions & 244 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@
5858
"prepare": "husky"
5959
},
6060
"dependencies": {
61-
"@oxlint/plugins": "^1.66.0"
61+
"@oxlint/plugins": "^1.69.0"
6262
},
6363
"devDependencies": {
64-
"@types/node": "^22.19.17",
64+
"@types/node": "^22.19.20",
6565
"diff": "^9.0.0",
6666
"estree-walker": "^3.0.3",
6767
"husky": "^9.1.7",
68-
"oxc-parser": "^0.132.0",
69-
"oxlint": "^1.62.0",
68+
"oxc-parser": "^0.135.0",
69+
"oxlint": "^1.69.0",
7070
"prettier": "3.8.3",
71-
"tsx": "^4.21.0",
71+
"tsx": "^4.22.4",
7272
"typescript": "^6.0.3",
73-
"vitest": "^4.1.5"
73+
"vitest": "^4.1.8"
7474
},
7575
"peerDependencies": {
7676
"diff": ">=5.0.0",

0 commit comments

Comments
 (0)