diff --git a/.changeset/tall-turkeys-kneel.md b/.changeset/tall-turkeys-kneel.md new file mode 100644 index 000000000..cfa612c02 --- /dev/null +++ b/.changeset/tall-turkeys-kneel.md @@ -0,0 +1,5 @@ +--- +"@solidjs/start": patch +--- + +update vite-plugin-solid of start diff --git a/packages/start/package.json b/packages/start/package.json index 3baaf5885..4022649bb 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -77,6 +77,6 @@ "source-map-js": "^1.0.2", "terracotta": "^1.0.4", "tinyglobby": "^0.2.2", - "vite-plugin-solid": "^2.10.2" + "vite-plugin-solid": "^2.11.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe57f811e..94cbbb500 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -620,8 +620,8 @@ importers: specifier: ^0.2.2 version: 0.2.10 vite-plugin-solid: - specifier: ^2.10.2 - version: 2.10.2(@testing-library/jest-dom@6.6.2)(solid-js@1.9.3)(vite@5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0)) + specifier: ^2.11.0 + version: 2.11.0(@testing-library/jest-dom@6.6.2)(solid-js@1.9.3)(vite@5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0)) devDependencies: solid-js: specifier: ^1.9.2 @@ -6680,6 +6680,16 @@ packages: '@testing-library/jest-dom': optional: true + vite-plugin-solid@2.11.0: + resolution: {integrity: sha512-G+NiwDj4EAeUE0wt3Ur9f+Lt9oMUuLd0FIxYuqwJSqRacKQRteCwUFzNy8zMEt88xWokngQhiFjfJMhjc1fDXw==} + peerDependencies: + '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.* + solid-js: ^1.7.2 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 + peerDependenciesMeta: + '@testing-library/jest-dom': + optional: true + vite@5.4.10: resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -6719,6 +6729,14 @@ packages: vite: optional: true + vitefu@1.0.4: + resolution: {integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==} + peerDependencies: + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 + peerDependenciesMeta: + vite: + optional: true + vitest@2.1.4: resolution: {integrity: sha512-eDjxbVAJw1UJJCHr5xr/xM86Zx+YxIEXGAR+bmnEID7z9qWfoxpHw0zdobz+TQAFOLT+nEXz3+gx6nUJ7RgmlQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -7210,6 +7228,11 @@ snapshots: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.25.9)': + dependencies: + '@babel/core': 7.25.9 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.25.9)': dependencies: '@babel/core': 7.25.9 @@ -9571,11 +9594,25 @@ snapshots: html-entities: 2.3.3 validate-html-nesting: 1.2.2 + babel-plugin-jsx-dom-expressions@0.37.20(@babel/core@7.25.9): + dependencies: + '@babel/core': 7.25.9 + '@babel/helper-module-imports': 7.18.6 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.25.9) + '@babel/types': 7.24.5 + html-entities: 2.3.3 + validate-html-nesting: 1.2.2 + babel-preset-solid@1.8.17(@babel/core@7.24.4): dependencies: '@babel/core': 7.24.4 babel-plugin-jsx-dom-expressions: 0.37.20(@babel/core@7.24.4) + babel-preset-solid@1.8.17(@babel/core@7.25.9): + dependencies: + '@babel/core': 7.25.9 + babel-plugin-jsx-dom-expressions: 0.37.20(@babel/core@7.25.9) + bail@1.0.5: {} bail@2.0.2: {} @@ -14076,6 +14113,21 @@ snapshots: transitivePeerDependencies: - supports-color + vite-plugin-solid@2.11.0(@testing-library/jest-dom@6.6.2)(solid-js@1.9.3)(vite@5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0)): + dependencies: + '@babel/core': 7.25.9 + '@types/babel__core': 7.20.5 + babel-preset-solid: 1.8.17(@babel/core@7.25.9) + merge-anything: 5.1.7 + solid-js: 1.9.3 + solid-refresh: 0.6.3(solid-js@1.9.3) + vite: 5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0) + vitefu: 1.0.4(vite@5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0)) + optionalDependencies: + '@testing-library/jest-dom': 6.6.2 + transitivePeerDependencies: + - supports-color + vite@5.4.10(@types/node@20.17.4)(lightningcss@1.27.0)(terser@5.36.0): dependencies: esbuild: 0.21.5 @@ -14106,6 +14158,10 @@ snapshots: optionalDependencies: vite: 5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0) + vitefu@1.0.4(vite@5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0)): + optionalDependencies: + vite: 5.4.10(@types/node@22.8.1)(lightningcss@1.27.0)(terser@5.36.0) + vitest@2.1.4(@types/node@22.8.1)(@vitest/ui@2.1.4)(jsdom@25.0.1)(lightningcss@1.27.0)(terser@5.36.0): dependencies: '@vitest/expect': 2.1.4