ci: Version Packages (rc) - #8190
Conversation
|
View your CI Pipeline Execution ↗ for commit 27cd76a
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
Bundle Size Benchmarks
The following scenarios have bundle-size changes compared with the baseline:
Current gzip tracks all emitted client JS chunks. Initial gzip tracks only the entry/import graph. Trend sparkline is historical current gzip ending with this PR measurement; lower is better. |
Hooray! CodSpeed harness just leveled up!The base and head of this comparison were measured with different runner settings, so their benchmark values are not directly comparable. What changed between base and head:
Re-run the base with the same settings to get a valid performance comparison. Comparing Footnotes |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to solid-router-v2-pre, this PR will be updated.
solid-router-v2-preis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonsolid-router-v2-pre.Releases
@tanstack/solid-router@2.0.0-rc.4
Patch Changes
22fd367- Bump solid-js and @solidjs/web to ^2.0.0-rc.4 and @solidjs/vite-plugin to ^3.0.0-next.35 across the monorepo.@tanstack/solid-router-devtools@2.0.0-rc.4
Patch Changes
#8189
22fd367- Bump solid-js and @solidjs/web to ^2.0.0-rc.4 and @solidjs/vite-plugin to ^3.0.0-next.35 across the monorepo.Updated dependencies [
22fd367]:@tanstack/solid-router-ssr-query@2.0.0-rc.4
Patch Changes
22fd367- Bump solid-js and @solidjs/web to ^2.0.0-rc.4 and @solidjs/vite-plugin to ^3.0.0-next.35 across the monorepo.@tanstack/solid-start@2.0.0-rc.4
Patch Changes
#8189
22fd367- Bump solid-js and @solidjs/web to ^2.0.0-rc.4 and @solidjs/vite-plugin to ^3.0.0-next.35 across the monorepo.#8189
22fd367- Patch @rsbuild/plugin-solid's nativesolidloader options for SSR builds. Since 2.0.0-beta.1 the plugin compiles through its own loader (native compiler by default) instead of registering babel-preset-solid, so the babel preset patch never fired and node-target bundles were compiled in dom mode, crashing at import with "Client-only API called on the server side". The rsbuild start plugin now patches the loader'ssolidoptions (generate: 'ssr'on node targets,hydratable: true) alongside the legacy babel preset patch.#8189
22fd367- Support per-call AbortSignals for Solid server functions. solid-js 2.0.0-rc.4 added the per-call invocation channel (invoke(fn, { signal }, ...args)) and moved server function id resolution from theX-Server-Functionheader to the request url pathname; the client rpc now rides that channel when asignalis passed to a server function, and the server handler resolves/normalizes ids via the url. The previously skipped abort e2e tests are re-enabled.Updated dependencies [
22fd367]:@tanstack/solid-start-client@2.0.0-rc.4
Patch Changes
#8189
22fd367- Bump solid-js and @solidjs/web to ^2.0.0-rc.4 and @solidjs/vite-plugin to ^3.0.0-next.35 across the monorepo.Updated dependencies [
22fd367]:@tanstack/solid-start-server@2.0.0-rc.4
Patch Changes
#8189
22fd367- Bump solid-js and @solidjs/web to ^2.0.0-rc.4 and @solidjs/vite-plugin to ^3.0.0-next.35 across the monorepo.Updated dependencies [
22fd367]: