Skip to content

Commit bd9fba9

Browse files
chore(deps): update dependency solid-devtools to ^0.33.0 (#2088)
* chore(deps): update dependency solid-devtools to ^0.33.0 * chore(package/solid): upgrade vite and vitest --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vicary A <[email protected]>
1 parent 859adc1 commit bd9fba9

File tree

6 files changed

+182
-401
lines changed

6 files changed

+182
-401
lines changed

examples/react/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@graphql-ez/plugin-upload": "^0.8.1",
2727
"@graphql-ez/plugin-websockets": "^0.11.3",
2828
"@react-hookz/web": "^22.0.0",
29-
"date-fns": "^3.6.0",
3029
"extract-files": "^13.0.0",
3130
"fastify": "^4.28.1",
3231
"framer-motion": "^11.3.24",

examples/solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"autoprefixer": "^10.4.20",
2222
"graphql": "^16.8.1",
2323
"postcss": "^8.5.1",
24-
"solid-devtools": "^0.29.2",
24+
"solid-devtools": "^0.33.0",
2525
"tailwindcss": "^3.4.17",
2626
"typescript": "^5.7.3",
27-
"vite": "^5.4.3",
27+
"vite": "^6.0.11",
2828
"vite-plugin-solid": "^2.11.1"
2929
}
3030
}

examples/vite-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.3.18",
2222
"@types/react-dom": "^18.3.5",
2323
"@vitejs/plugin-react": "^4.3.4",
24-
"vite": "^5.4.14"
24+
"vite": "^6.0.11"
2525
}
2626
}

packages/solid/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@
4242
"@solidjs/testing-library": "^0.8.10",
4343
"@testing-library/jest-dom": "^6.4.5",
4444
"@testing-library/user-event": "^14.5.2",
45-
"@vitest/coverage-v8": "^2.0.5",
46-
"date-fns": "^3.6.0",
47-
"jsdom": "^24.1.3",
45+
"@vitest/coverage-v8": "^3.0.5",
46+
"jsdom": "^26.0.0",
4847
"test-utils": "workspace:^",
4948
"typescript": "^5.7.3",
50-
"vite": "^5.4.14",
49+
"vite": "^6.0.11",
5150
"vite-plugin-solid": "^2.11.1",
52-
"vitest": "^2.0.5"
51+
"vitest": "^3.0.5"
5352
},
5453
"peerDependencies": {
5554
"gqty": "workspace:^3.3.0",

packages/solid/src/query.test.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* bob-esbuild from resolving *.test.tsx with react, and we cannot remove
44
* bob-esbuild before the esbuild options to produce a result as clean as those
55
* published to NPM, e.g. without CommonJS polyfills.
6+
*
7+
* Vitest produce the following warning since 3.0, which is irrelevant to
8+
* solid-js:
9+
* The JSX import source cannot be set without also enabling React's "automatic"
10+
* JSX transform
611
*/
712
/** @jsxImportSource solid-js */
813

0 commit comments

Comments
 (0)