|
20 | 20 | "test-integration": "2.0.0-beta.34", |
21 | 21 | "@solidjs/babel-plugin": "2.0.0-rc.2", |
22 | 22 | "@solidjs/compiler": "2.0.0-rc.2", |
23 | | - "@solidjs/diagnostics": "2.0.0-rc.2" |
| 23 | + "@solidjs/diagnostics": "2.0.0-rc.2", |
| 24 | + "effect-example": "0.0.0" |
24 | 25 | }, |
25 | 26 | "changesets": [ |
26 | 27 | "absorb-expressions", |
|
53 | 54 | "attribution-wide-write", |
54 | 55 | "audit-driver-family-decline-multi-slot", |
55 | 56 | "avoid-reconcile-key-recompute", |
| 57 | + "awaitable-refresh", |
56 | 58 | "bare-client-source-suspends-as-final-hole", |
57 | 59 | "behavior-claims-delegate-glue", |
58 | 60 | "behavior-claims-props", |
| 61 | + "bound-server-function-requests", |
59 | 62 | "boundary-accessor-return-types", |
60 | 63 | "boundary-asset-scope-leak", |
61 | 64 | "brave-heaps-refuse", |
|
78 | 81 | "client-only-sibling-id-drift", |
79 | 82 | "coalesce-refresh-scheduling", |
80 | 83 | "cold-field-extension-split", |
| 84 | + "commit-clears-transition-stamp", |
81 | 85 | "companion-oracle-census", |
82 | 86 | "companion-shadow-redesign", |
83 | 87 | "compiler-loader-accepts-patch-driver", |
84 | 88 | "compiler-loader-prefer-local-build", |
| 89 | + "contain-flight-collector-errors", |
85 | 90 | "container-tier-projection-traces", |
86 | 91 | "context-default-less-throws", |
87 | 92 | "core-hot-path-shape-alignment", |
|
98 | 103 | "dev-error-untracked-async-read", |
99 | 104 | "dev-invariant-assertions", |
100 | 105 | "dev-tools-cleanup", |
| 106 | + "dev-warn-scripted-304", |
101 | 107 | "dev-warn-unhandled-async", |
102 | 108 | "diagnostic-code-prefix", |
103 | 109 | "diagnostic-console-footers", |
|
118 | 124 | "effect-run-trims", |
119 | 125 | "element-foreign-owner-fallback", |
120 | 126 | "eliminate-optimistic-revert-targets", |
| 127 | + "encode-failure-error-trailer", |
121 | 128 | "export-memo-options", |
122 | 129 | "expose-enableExternalSource-loading-on", |
123 | 130 | "fetch-option-retry-contract", |
|
170 | 177 | "fix-frames-preload-isolation", |
171 | 178 | "fix-frames-types-build", |
172 | 179 | "fix-frames-web-path-mapping", |
| 180 | + "fix-get-grant-lifetime-and-read-folding", |
173 | 181 | "fix-halt-error-swallow", |
174 | 182 | "fix-hybrid-iterable-signal-takeover", |
175 | 183 | "fix-hydrated-nullish-values", |
|
254 | 262 | "fix-refresh-swap-during-hydration", |
255 | 263 | "fix-refresh-type-in-store-overloads", |
256 | 264 | "fix-refresh-unmounted-registration", |
| 265 | + "fix-refresh-waiter-typing", |
257 | 266 | "fix-repeat-offset-disposal", |
258 | 267 | "fix-repeat-offset-reset-on-empty", |
259 | 268 | "fix-repeated-error-boundary-updates", |
|
268 | 277 | "fix-server-effect-error-swallow", |
269 | 278 | "fix-server-effect-pending-read-loop", |
270 | 279 | "fix-server-entry-client-types", |
| 280 | + "fix-server-fn-transport-correctness", |
| 281 | + "fix-server-function-error-header-and-null-body-statuses", |
| 282 | + "fix-server-function-failure-signal", |
| 283 | + "fix-server-function-redirect-status-consistency", |
271 | 284 | "fix-server-render-effect-defer", |
272 | 285 | "fix-server-signal-overload-declarations", |
273 | 286 | "fix-server-transparent-memo-id-shift", |
|
311 | 324 | "fix-throwing-effect-cleanup", |
312 | 325 | "fix-transition-merge-optimistic-dup", |
313 | 326 | "fix-transparent-insert-alignment", |
| 327 | + "fix-truth-author-draft-overlay-read", |
314 | 328 | "fix-usehead-prelude-hydration-walk", |
315 | 329 | "flatten-promise-of-async-iterable", |
316 | 330 | "fluffy-bananas-smoke", |
|
331 | 345 | "fuzzy-queens-retire", |
332 | 346 | "gate-child-companion-walk", |
333 | 347 | "gate-invariants-to-test-builds", |
| 348 | + "get-read-contract", |
334 | 349 | "graph-size-diagnostics", |
335 | 350 | "halt-reactivity-on-uncaught-error", |
336 | 351 | "head-shell-hold-probe-seam", |
| 352 | + "hide-internal-type-exports", |
337 | 353 | "hoist-web-protocol-components", |
338 | 354 | "html-element-claims", |
339 | 355 | "hydrating-store-engine-seam", |
340 | 356 | "hydration-primitive-wrappers", |
| 357 | + "identity-keyed-server-function-ids", |
341 | 358 | "import-solid-signals-monorepo", |
342 | 359 | "include-web-cookie-declarations", |
343 | 360 | "inv2-active-override-assertion", |
|
346 | 363 | "iterate-bare-step-tolerance", |
347 | 364 | "jfb-driver-and-write-bound", |
348 | 365 | "keep-ambient-batch-on-stash", |
| 366 | + "label-version-skew-404", |
349 | 367 | "late-boundary-held-fragment-wait", |
350 | 368 | "latest-lazy-companion-backfill", |
351 | 369 | "lazy-assets-post-settle-livelock", |
|
359 | 377 | "lean-ssr-owner-runtime", |
360 | 378 | "lemon-mails-lick", |
361 | 379 | "live-holes-server-support", |
| 380 | + "live-reference-sync-call-type", |
| 381 | + "live-retryable-4xx-and-retry-after", |
362 | 382 | "live-source-auto-hybrid", |
363 | 383 | "loading-errored-composition-escape", |
364 | 384 | "loading-value-commit-zero", |
365 | 385 | "loading-value-size-pass", |
366 | 386 | "loading-value-ssr-commit-zero", |
367 | 387 | "loading-value-ssr-source-matrix", |
368 | 388 | "loading-window-verdict-quiet-through-hydration", |
| 389 | + "lone-spread-no-merge", |
369 | 390 | "maparray-nonkeyed-store-stale-row", |
370 | 391 | "maparray-swap-commit", |
371 | 392 | "mean-bats-grin", |
|
376 | 397 | "move-loading-wrapper-into-flow", |
377 | 398 | "move-to-beta", |
378 | 399 | "multi-root-pending-boundaries", |
| 400 | + "multi-source-single-flight", |
379 | 401 | "nohydration-lazy-maparray-deps", |
380 | 402 | "notready-skip-stack-capture", |
381 | 403 | "npm-descriptions", |
|
431 | 453 | "reconcile-walk-guard-hoist", |
432 | 454 | "recover-from-halt-in-dev-workflows", |
433 | 455 | "redesign-refresh-targets", |
| 456 | + "redirect-carrier-and-shim-removal", |
434 | 457 | "refactor-ssr-stream-blocking", |
435 | 458 | "refactor-widen-prop-value-printwidth", |
436 | 459 | "refine-server-boundary-settlement", |
|
460 | 483 | "row-proof-admission", |
461 | 484 | "rude-pillows-tell", |
462 | 485 | "rxcore-ssr-async-value", |
| 486 | + "sanitize-graph-failures", |
463 | 487 | "scope-function-children-holes", |
464 | 488 | "serialization-decode-entry", |
465 | 489 | "server-component-context-barrier", |
466 | 490 | "server-first-value-lock", |
467 | 491 | "server-function-call-observers", |
| 492 | + "server-function-data-address-split", |
468 | 493 | "server-function-extension-surface", |
469 | 494 | "server-function-http-hygiene", |
470 | 495 | "server-function-path-addressing", |
| 496 | + "server-function-types-not-any", |
471 | 497 | "server-functions-client-fetch", |
472 | 498 | "server-memo-commit-liveness", |
473 | 499 | "server-memo-scaffold-diet", |
|
484 | 510 | "signals-disposed-stay-disposed", |
485 | 511 | "simplify-pending-latest-internals", |
486 | 512 | "simplify-render-wrappers", |
| 513 | + "single-flight-keyed-envelope-only", |
487 | 514 | "single-flight-protocol-bridge", |
488 | 515 | "skip-sync-noop-status-work", |
489 | 516 | "slot-jsx-convention-docs", |
|
525 | 552 | "store-rewrite-walk-validation-hoist", |
526 | 553 | "store-structural-hot-path-pass", |
527 | 554 | "store-treeshakeable-optimism", |
| 555 | + "stream-demand-gate", |
528 | 556 | "strict-untrack-warning", |
529 | 557 | "strictread-untrack-parameter", |
530 | 558 | "support-async-memo-callbacks-ssr", |
|
539 | 567 | "transport-failure-on-foreign-response", |
540 | 568 | "truncation-sweep-all-registry-refs", |
541 | 569 | "two-weeks-smell", |
| 570 | + "until-live-source-ack", |
542 | 571 | "unwrap-status-error-nullish", |
543 | 572 | "update-deps-and-build-compat", |
544 | 573 | "update-dom-expressions-next-16", |
|
0 commit comments