|
17 | 17 | "@solidjs/signals": "2.0.0-beta.34", |
18 | 18 | "@solidjs/universal": "2.0.0-beta.34", |
19 | 19 | "@solidjs/web": "2.0.0-beta.34", |
20 | | - "test-integration": "2.0.0-beta.34" |
| 20 | + "test-integration": "2.0.0-beta.34", |
| 21 | + "@solidjs/babel-plugin": "2.0.0-rc.2", |
| 22 | + "@solidjs/compiler": "2.0.0-rc.2", |
| 23 | + "@solidjs/diagnostics": "2.0.0-rc.2" |
21 | 24 | }, |
22 | 25 | "changesets": [ |
| 26 | + "absorb-expressions", |
23 | 27 | "action-done-window-batch-adoption", |
24 | 28 | "action-in-owned-scope-guard", |
25 | 29 | "action-thenable-assimilation-settle", |
| 30 | + "add-diagnostics-package", |
26 | 31 | "add-refresh-subpath", |
27 | 32 | "add-serialization-subpath", |
28 | 33 | "add-server-functions-subpath", |
|
82 | 87 | "dedupe-dispose-unobserved", |
83 | 88 | "dedupe-strict-read-diagnostics", |
84 | 89 | "demote-boundary-primitives", |
| 90 | + "deprecate-server-writes", |
85 | 91 | "dev-error-invalid-refresh-target", |
86 | 92 | "dev-error-non-function-component", |
87 | 93 | "dev-error-untracked-async-read", |
|
96 | 102 | "document-live-slot-args-client", |
97 | 103 | "document-shell-hydration-docs", |
98 | 104 | "dom-expressions-scoped-packages", |
| 105 | + "drop-compiler-legacy", |
99 | 106 | "dynamic-factory-redesign", |
100 | 107 | "dynamic-remount-latest-address", |
101 | 108 | "effect-cleanup-unwind-order", |
102 | 109 | "effect-error-arm-queued", |
103 | 110 | "effect-error-handler-unwrap", |
104 | 111 | "effect-phase-write-visibility", |
105 | 112 | "effect-run-trims", |
| 113 | + "element-foreign-owner-fallback", |
106 | 114 | "eliminate-optimistic-revert-targets", |
107 | 115 | "export-memo-options", |
108 | 116 | "expose-enableExternalSource-loading-on", |
109 | 117 | "fill-cleanup-occurrence-scope", |
| 118 | + "fix-absorbed-compiler-parity", |
110 | 119 | "fix-action-falsy-generator-throw", |
111 | 120 | "fix-action-thenable-await", |
112 | 121 | "fix-adjustheight-zombie-queue-routing", |
|
129 | 138 | "fix-async-warning-through-errored", |
130 | 139 | "fix-buffered-iterable-replay-latest", |
131 | 140 | "fix-buffered-store-replay-claim", |
| 141 | + "fix-codec-options-declaration", |
132 | 142 | "fix-create-projection-seed-inference", |
133 | 143 | "fix-deep-optimistic-store-pending", |
134 | 144 | "fix-derived-manual-writes", |
|
157 | 167 | "fix-hydrated-nullish-values", |
158 | 168 | "fix-hydration-and-signals-baseline", |
159 | 169 | "fix-insert-sibling-rerender", |
| 170 | + "fix-insert-text-node-reuse", |
160 | 171 | "fix-ispending-dev-prod-divergence", |
161 | 172 | "fix-ispending-errored-source-loop", |
162 | 173 | "fix-ispending-optimistic-refresh", |
|
200 | 211 | "fix-overlay-adoption-reset", |
201 | 212 | "fix-ownerless-conditional-memos", |
202 | 213 | "fix-pending-autodispose-release", |
| 214 | + "fix-pending-gated-landing-replay", |
203 | 215 | "fix-portal-mount-ref-timing", |
204 | 216 | "fix-portal-ownership-and-accumulation", |
205 | 217 | "fix-preflush-rejection-blank-page", |
206 | 218 | "fix-projection-async-draft-read-gate", |
207 | 219 | "fix-projection-async-store-boundary-wedge", |
208 | 220 | "fix-projection-draft-inspection-loop", |
| 221 | + "fix-projection-hydration-live-resume", |
209 | 222 | "fix-projection-hydration-without-loading-boundary", |
210 | 223 | "fix-projection-partial-seed-types", |
211 | 224 | "fix-projection-refresh-pending", |
|
240 | 253 | "fix-server-dynamic-promise-source", |
241 | 254 | "fix-server-effect-error-swallow", |
242 | 255 | "fix-server-effect-pending-read-loop", |
| 256 | + "fix-server-entry-client-types", |
243 | 257 | "fix-server-render-effect-defer", |
| 258 | + "fix-server-signal-overload-declarations", |
244 | 259 | "fix-server-transparent-memo-id-shift", |
245 | 260 | "fix-settled-boundary-fallback-hydration", |
246 | 261 | "fix-shallow-store-proxy-children", |
|
282 | 297 | "fix-transparent-insert-alignment", |
283 | 298 | "flatten-promise-of-async-iterable", |
284 | 299 | "fluffy-bananas-smoke", |
| 300 | + "fold-runtime-wrappers", |
| 301 | + "forbid-wrapped-module-server-exports", |
285 | 302 | "format-ssr-hydration-followups", |
286 | 303 | "fragment-ledger-one-reveal-owner", |
287 | 304 | "fragment-reveal-policy-registry", |
|
335 | 352 | "maparray-nonkeyed-store-stale-row", |
336 | 353 | "maparray-swap-commit", |
337 | 354 | "mean-bats-grin", |
| 355 | + "migrate-web-runtime-to-ts", |
338 | 356 | "missing-effect-fn-loud-failure", |
339 | 357 | "mode-specific-control-flow-callbacks", |
340 | 358 | "move-loading-wrapper-into-flow", |
|
350 | 368 | "optimize-store-utilities", |
351 | 369 | "option-a-mid-transition-observability", |
352 | 370 | "owned-non-lazy-memo-autodispose", |
| 371 | + "pass-2-collapse", |
353 | 372 | "pay-for-use-treeshaking-phase-1", |
354 | 373 | "pay-for-use-treeshaking-phase-2", |
355 | 374 | "pay-for-use-treeshaking-phase-3", |
|
375 | 394 | "reconcile-array-object-shape-guard", |
376 | 395 | "reconcile-default-id-positional-null", |
377 | 396 | "reconcile-symbol-keyed-nodes", |
| 397 | + "recover-from-halt-in-dev-workflows", |
378 | 398 | "redesign-refresh-targets", |
379 | 399 | "refactor-ssr-stream-blocking", |
380 | 400 | "refactor-widen-prop-value-printwidth", |
|
412 | 432 | "server-memo-scaffold-diet", |
413 | 433 | "server-mock-csp-nonce", |
414 | 434 | "server-slot-store-and-boundary-trims", |
| 435 | + "server-store-replacement-optimistic-noop", |
415 | 436 | "sever-reveal-group-at-boundaries", |
416 | 437 | "shallow-stores-markraw", |
417 | 438 | "shell-gate-first-apply", |
|
425 | 446 | "snapshot-boundary-assets-serialization", |
426 | 447 | "snapshot-hydration-safety", |
427 | 448 | "snapshot-trailing-holes", |
| 449 | + "solid-native-frame-protocol-identifiers", |
428 | 450 | "ssr-falsy-rejections-and-thenables", |
429 | 451 | "ssr-hole-id-scopes", |
430 | 452 | "ssr-retry-robustness", |
|
490 | 512 | "wait-asset-seam", |
491 | 513 | "warm-doors-flow", |
492 | 514 | "web-commit-event-response", |
| 515 | + "web-feature-folders", |
493 | 516 | "web-http-declaration-ledger", |
494 | 517 | "web-lazy-serializer-split", |
495 | 518 | "web-portal-delegation-containers", |
|
0 commit comments