Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit cd17f93

Browse files
sapientpantsclaude
andauthored
chore: update dev dependencies to latest versions (#327)
Updated dev dependencies while keeping zod at v3: - @typescript-eslint/eslint-plugin: 8.46.0 → 8.46.1 - @typescript-eslint/parser: 8.46.0 → 8.46.1 - changelog-github-custom: 1.2.5 → 1.2.7 - vite: 7.1.9 → 7.1.10 Zod kept at 3.25.76 as v4 has breaking changes that require evaluation before upgrading. All tests passing, no breaking changes identified. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 93c8ae3 commit cd17f93

File tree

3 files changed

+92
-80
lines changed

3 files changed

+92
-80
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
---
3+
4+
Updated dev dependencies to latest versions while keeping zod at v3:
5+
6+
- @typescript-eslint/eslint-plugin: 8.46.0 → 8.46.1
7+
- @typescript-eslint/parser: 8.46.0 → 8.46.1
8+
- changelog-github-custom: 1.2.5 → 1.2.7
9+
- vite: 7.1.9 → 7.1.10
10+
- zod: kept at 3.25.76 (v4 not adopted yet)
11+
12+
All tests and linting checks passing. No breaking changes identified.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@
115115
"@types/lodash": "^4.17.20",
116116
"@types/node": "^24.7.2",
117117
"@types/opossum": "^8.1.9",
118-
"@typescript-eslint/eslint-plugin": "^8.46.0",
119-
"@typescript-eslint/parser": "^8.46.0",
118+
"@typescript-eslint/eslint-plugin": "^8.46.1",
119+
"@typescript-eslint/parser": "^8.46.1",
120120
"@vitest/coverage-v8": "^3.2.4",
121-
"changelog-github-custom": "1.2.5",
121+
"changelog-github-custom": "1.2.7",
122122
"eslint": "^9.37.0",
123123
"eslint-config-prettier": "^10.1.8",
124124
"eslint-plugin-jsonc": "2.21.0",
@@ -138,7 +138,7 @@
138138
"ts-node": "^10.9.2",
139139
"ts-node-dev": "^2.0.0",
140140
"typescript": "^5.9.3",
141-
"vite": "7.1.9",
141+
"vite": "7.1.10",
142142
"vitest": "^3.2.4",
143143
"yaml-lint": "1.7.0"
144144
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)