-
Notifications
You must be signed in to change notification settings - Fork 3
Vitest and other dependency upgrades #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -125,9 +125,9 @@ | |
| "@types/react": "^19.2.14", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react": "^6.0.1", | ||
| "@vitest/browser-playwright": "^4.1.4", | ||
| "@vitest/browser-preview": "^4.1.4", | ||
| "@vitest/coverage-v8": "^4.1.4", | ||
| "@vitest/browser-playwright": "^4.1.5", | ||
| "@vitest/browser-preview": "^4.1.5", | ||
| "@vitest/coverage-v8": "^4.1.5", | ||
| "@vitest/eslint-plugin": "^1.6.16", | ||
| "@welldone-software/why-did-you-render": "^10.0.1", | ||
| "class-variance-authority": "^0.7.1", | ||
|
|
@@ -154,7 +154,7 @@ | |
| "jscpd": "^4.0.9", | ||
| "jsdom": "^29.0.2", | ||
| "jsonc-eslint-parser": "^3.1.0", | ||
| "knip": "^6.5.0", | ||
| "knip": "^6.6.0", | ||
| "oxfmt": "^0.46.0", | ||
|
Comment on lines
156
to
158
|
||
| "oxlint": "^1.61.0", | ||
| "oxlint-tsgolint": "^0.21.1", | ||
|
|
@@ -169,7 +169,7 @@ | |
| "typescript": "^6.0.3", | ||
| "typescript-eslint": "^8.59.0", | ||
| "vite": "^8.0.9", | ||
| "vitest": "^4.1.4" | ||
| "vitest": "^4.1.5" | ||
| }, | ||
| "peerDependencies": { | ||
| "class-variance-authority": ">=0.6.0", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2:
knip@^6.6.0requiresnode ^20.19.0 || >=22.12.0(visible in the lockfile), but this repo declaresengines.node: ">=22". Node 22.0–22.11 satisfies the project constraint but fails knip's engine check. Bumpengines.nodeto">=22.12.0"or pin knip to a version compatible with the current engine range.Prompt for AI agents