Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): Upgrade to Vitest 2.1.8 and Vite 5.4.11 #14971

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.1.6",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.2.1"
},
"volta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"postcss": "^8.4.33",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.4.1",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"postcss": "^8.4.33",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.4.1",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"solid-js": "1.8.17",
"typescript": "^5.4.5",
"vinxi": "^0.4.0",
"vite": "^5.2.8",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"solid-js": "1.8.17",
"typescript": "^5.4.5",
"vinxi": "^0.4.0",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"solid-js": "1.8.17",
"typescript": "^5.4.5",
"vinxi": "^0.4.0",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"svelte-check": "^3.6.7",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"@sentry/svelte": "latest || *"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"svelte": "^4.2.8",
"svelte-check": "^3.6.0",
"typescript": "^5.0.0",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"typescript": "^5.2.2",
"vite": "^5.4.10",
"vite": "^5.4.11",
"@playwright/test": "^1.44.1",
"@sentry-internal/test-utils": "link:../../../test-utils"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"http-server": "^14.1.1",
"npm-run-all2": "^6.2.0",
"typescript": "~5.3.0",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vue-tsc": "^1.8.27"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@types/jest": "^27.4.1",
"@types/jsdom": "^21.1.6",
"@types/node": "^18.19.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.1.8",
"deepmerge": "^4.2.2",
"downlevel-dts": "~0.11.0",
"es-check": "^7.2.1",
Expand All @@ -135,7 +135,7 @@
"ts-jest": "^27.1.4",
"ts-node": "10.9.1",
"typescript": "~5.0.0",
"vitest": "^1.6.0",
"vitest": "^2.1.8",
"yalc": "^1.0.0-pre.53"
},
"//_resolutions_comment": [
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"astro": "^3.5.0",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
3 changes: 1 addition & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"@remix-run/node": "^1.4.3",
"@remix-run/react": "^1.4.3",
"@types/express": "^4.17.14",
"vite": "^5.4.10",
"vitest": "^1.6.0"
"vite": "^5.4.11"
},
"peerDependencies": {
"@remix-run/node": "1.x || 2.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/types": "7.20.7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to fail when building now. I tried locally, and just removing the @babel/types dependency seems to "fix" this - can you try adjust it like this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super weird! Things build locally for me correctly. Perhaps this is Yarn v1 not correctly layout things out on disk? I've run into that before. Let me start from a fresh repo and see if I can reproduce and fix.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I unpinned @babel/types in 40bbc53 to allow a newer version to be used.

The build succeeded after the following:

rm -rf packages/*/node_modules
rm -rf node_modules
rm -rf .nxcache
yarn
yarn build

Let's see if CI is happy with this.

"@sveltejs/kit": "^2.0.2",
"svelte": "^4.2.8",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
Loading
Loading