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

Commit 548a6f5

Browse files
sapientpantsclaude
andauthored
chore: update dev dependencies to latest versions (#201)
Updated dev dependencies: - @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 Kept zod at v3.25.76 (v4 available but not updated per requirements). All tests passing with 80%+ coverage. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 5551d2f commit 548a6f5

File tree

3 files changed

+93
-80
lines changed

3 files changed

+93
-80
lines changed

.changeset/odd-hotels-reply.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
---
3+
4+
Updated dev dependencies to latest versions:
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+
11+
Note: zod kept at v3.25.76 (v4 available but not updated per requirements)
12+
13+
All tests passing, no breaking changes.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
"@commitlint/config-conventional": "^20.0.0",
9797
"@cyclonedx/cdxgen": "11.9.0",
9898
"@types/node": "^24.7.2",
99-
"@typescript-eslint/eslint-plugin": "^8.46.0",
100-
"@typescript-eslint/parser": "^8.46.0",
99+
"@typescript-eslint/eslint-plugin": "^8.46.1",
100+
"@typescript-eslint/parser": "^8.46.1",
101101
"@vitest/coverage-v8": "^3.2.4",
102-
"changelog-github-custom": "^1.2.5",
102+
"changelog-github-custom": "^1.2.7",
103103
"depcheck": "^1.4.7",
104104
"eslint": "^9.37.0",
105105
"eslint-config-prettier": "^10.1.8",
@@ -114,7 +114,7 @@
114114
"prettier": "^3.6.2",
115115
"rimraf": "^6.0.1",
116116
"typescript": "^5.9.3",
117-
"vite": "7.1.9",
117+
"vite": "7.1.10",
118118
"vitest": "^3.2.4",
119119
"yaml-lint": "1.7.0"
120120
},

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)