Commit fc5050f
chore: update to solid 2.0.0-rc.0 — solid consumption ranges move to ^2.0.0-rc.0
The solid-js/@solidjs/web peerDependencies and the babel-preset-solid
dependency go from `>=2.0.0-beta.32 <2.0.0-experimental.0` to `^2.0.0-rc.0`:
the old experimental-capped upper bound excluded the rc line entirely
(`experimental` sorts before `rc`), while the caret still floors above the
hazardous 2.0.0-experimental.* publishes and auto-graduates to stable 2.x.
Root devDep solid-js and the examples catalog move the same way; the
minimumReleaseAgeExclude lists gain the rc.0 versions per the established
pattern. Verified locally: build, package-check 100/100, and all five
example suites green (ssr, css-matrix, turnkey 332/332, start-client 41/41,
start-env 45/45). Patch changeset included — this is a published-manifest
change riding the release CI to 3.0.0-next.28.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent ce7f9d8 commit fc5050f
4 files changed
Lines changed: 68 additions & 63 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments