Skip to content

Commit d81a244

Browse files
brenelzclaude
andcommitted
chore: upgrade vite-plugin-solid to 3.0.0-next.10
next.10 ships the fix for the lazy facade entry reclassification under rolldown-vite (solidjs/solid-vite-plugin#269): assigning isEntry = false instead of deleting the property, so the reclassification actually propagates through rolldown's bundle proxies and downstream plugins no longer see every lazy facade chunk as an application entry. This is the proper replacement for the reverted start-plugin-core workaround (see a1ee163) — the strict single-entry assertion now holds again. Verified: e2e/solid-start/basic build + e2e suite (80 passed), solid-router test:unit client (814) + server (2) modes, start-plugin-core unit tests (486). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent a1ee163 commit d81a244

102 files changed

Lines changed: 288 additions & 288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

benchmarks/bundle-size/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"@vitejs/plugin-vue-jsx": "^5.1.5",
5151
"typescript": "^6.0.2",
5252
"vite": "^8.0.14",
53-
"vite-plugin-solid": "^3.0.0-next.8"
53+
"vite-plugin-solid": "^3.0.0-next.10"
5454
}
5555
}

benchmarks/client-nav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vitejs/plugin-vue-jsx": "^5.1.5",
4141
"typescript": "^6.0.2",
4242
"vite": "^8.0.14",
43-
"vite-plugin-solid": "^3.0.0-next.8",
43+
"vite-plugin-solid": "^3.0.0-next.10",
4444
"vitest": "^4.1.4"
4545
},
4646
"nx": {

benchmarks/memory/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jsdom": "29.1.1",
3535
"typescript": "^6.0.2",
3636
"vite": "^8.0.14",
37-
"vite-plugin-solid": "^3.0.0-next.8",
37+
"vite-plugin-solid": "^3.0.0-next.10",
3838
"vitest": "^4.1.4"
3939
},
4040
"nx": {

benchmarks/memory/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@vitejs/plugin-vue-jsx": "^5.1.5",
3232
"typescript": "^6.0.2",
3333
"vite": "^8.0.14",
34-
"vite-plugin-solid": "^3.0.0-next.8",
34+
"vite-plugin-solid": "^3.0.0-next.10",
3535
"vitest": "^4.1.4"
3636
},
3737
"nx": {

benchmarks/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"seroval": "^1.5.4",
2323
"typescript": "^6.0.2",
2424
"vite": "^8.0.14",
25-
"vite-plugin-solid": "^3.0.0-next.8",
25+
"vite-plugin-solid": "^3.0.0-next.10",
2626
"vitest": "^4.1.4"
2727
},
2828
"nx": {

e2e/solid-router/basepath-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@playwright/test": "^1.50.1",
2222
"@tanstack/router-e2e-utils": "workspace:^",
23-
"vite-plugin-solid": "^3.0.0-next.8",
23+
"vite-plugin-solid": "^3.0.0-next.10",
2424
"vite": "^8.0.14"
2525
}
2626
}

e2e/solid-router/basic-file-based-code-splitting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@playwright/test": "^1.50.1",
2525
"@tanstack/router-e2e-utils": "workspace:^",
2626
"vite": "^8.0.14",
27-
"vite-plugin-solid": "^3.0.0-next.8"
27+
"vite-plugin-solid": "^3.0.0-next.10"
2828
}
2929
}

e2e/solid-router/basic-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@tanstack/router-e2e-utils": "workspace:^",
2828
"combinate": "^1.1.11",
2929
"vite": "^8.0.14",
30-
"vite-plugin-solid": "^3.0.0-next.8"
30+
"vite-plugin-solid": "^3.0.0-next.10"
3131
}
3232
}

e2e/solid-router/basic-scroll-restoration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@playwright/test": "^1.50.1",
2525
"@tanstack/router-e2e-utils": "workspace:^",
2626
"vite": "^8.0.14",
27-
"vite-plugin-solid": "^3.0.0-next.8",
27+
"vite-plugin-solid": "^3.0.0-next.10",
2828
"typescript": "~5.9.0"
2929
}
3030
}

e2e/solid-router/basic-solid-query-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@playwright/test": "^1.50.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"vite": "^8.0.14",
30-
"vite-plugin-solid": "^3.0.0-next.8"
30+
"vite-plugin-solid": "^3.0.0-next.10"
3131
}
3232
}

0 commit comments

Comments
 (0)