Skip to content

Commit ff2168f

Browse files
authored
chore: update dependencies and pm (#1380)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated package manager and development dependencies to their latest stable versions for improved build tooling and development environment stability. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a1ef036 commit ff2168f

File tree

2 files changed

+1038
-1918
lines changed

2 files changed

+1038
-1918
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.13.4",
55
"private": true,
6-
"packageManager": "pnpm@10.26.2",
6+
"packageManager": "pnpm@10.28.1",
77
"scripts": {
88
"prepare": "simple-git-hooks",
99
"build": "pnpm run -r build",
@@ -26,16 +26,16 @@
2626
"packages:changelog:github": "changelogithub --draft"
2727
},
2828
"devDependencies": {
29-
"@antfu/eslint-config": "^7.0.1",
30-
"@cloudflare/vitest-pool-workers": "^0.12.4",
29+
"@antfu/eslint-config": "^7.2.0",
30+
"@cloudflare/vitest-pool-workers": "^0.12.5",
3131
"@solidjs/testing-library": "^0.8.10",
3232
"@sveltejs/vite-plugin-svelte": "^6.2.4",
3333
"@testing-library/jest-dom": "^6.9.1",
3434
"@testing-library/react": "^16.3.2",
3535
"@testing-library/svelte": "^5.3.1",
3636
"@testing-library/user-event": "^14.6.1",
3737
"@types/better-sqlite3": "^7.6.13",
38-
"@types/node": "^22.19.3",
38+
"@types/node": "^22.19.7",
3939
"@vitest/coverage-v8": "^3.2.4",
4040
"@vitest/ui": "^3.2.4",
4141
"@vue/test-utils": "^2.4.6",
@@ -46,13 +46,13 @@
4646
"eslint-plugin-ban": "^2.0.0",
4747
"eslint-plugin-format": "^1.3.1",
4848
"jsdom": "^27.4.0",
49-
"knip": "^5.82.0",
49+
"knip": "^5.82.1",
5050
"lint-staged": "^16.2.7",
5151
"msw": "^2.12.7",
5252
"pkg-pr-new": "^0.0.62",
5353
"sherif": "^1.10.0",
5454
"simple-git-hooks": "^2.13.1",
55-
"typescript": "~5.9.3",
55+
"typescript": "~5.8.3",
5656
"unbuild": "^3.6.1",
5757
"vite-plugin-solid": "^2.11.10",
5858
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)