Skip to content

Commit 999eac1

Browse files
authored
fix: bump vite-plugin-solid (#1754)
* bump vite plugin solid * changeset * build just packages in cr flow
1 parent df32b0d commit 999eac1

7 files changed

Lines changed: 57 additions & 12 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"example-with-trpc",
2424
"example-with-unocss",
2525
"example-with-vitest",
26-
"solid-start-docs"
26+
"landing-page",
27+
"server-function-test"
2728
]
2829
}

.changeset/quiet-cats-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@solidjs/start": patch
3+
---
4+
5+
update vite-plugin-solid

.github/workflows/cr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm install --frozen-lockfile
3535

3636
- name: Build start
37-
run: pnpm run build:all
37+
run: pnpm run packages:build
3838

3939
- name: Release
4040
run: pnpm dlx pkg-pr-new@0.0 publish './packages/start' --template './examples/*' --compact

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typescript": "^5.6.3",
2323
"vinxi": "^0.4.3",
2424
"vite": "^5.4.10",
25-
"vite-plugin-solid": "^2.10.2",
25+
"vite-plugin-solid": "^2.11.1",
2626
"vitest": "^3.0.2"
2727
},
2828
"overrides": {

packages/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
"source-map-js": "^1.0.2",
7878
"terracotta": "^1.0.4",
7979
"tinyglobby": "^0.2.2",
80-
"vite-plugin-solid": "^2.11.0"
80+
"vite-plugin-solid": "catalog:"
8181
}
8282
}

pnpm-lock.yaml

Lines changed: 46 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ catalog:
88
vite: ^5.4.10
99
typescript: ^5.7.0
1010
vinxi: ^0.4.3
11-
"vite-plugin-solid": ^2.10.2
11+
"vite-plugin-solid": ^2.11.1
1212
"@solidjs/router": ^0.15.3
1313
"@solidjs/meta": ^0.29.4
1414
"solid-js": ^1.9.4

0 commit comments

Comments
 (0)