Skip to content

chore(examples): update Nitro to v3 beta#6899

Open
dotnize wants to merge 1 commit intoTanStack:mainfrom
dotnize:examples/nitro-v3-beta
Open

chore(examples): update Nitro to v3 beta#6899
dotnize wants to merge 1 commit intoTanStack:mainfrom
dotnize:examples/nitro-v3-beta

Conversation

@dotnize
Copy link
Contributor

@dotnize dotnize commented Mar 11, 2026

  • examples updated from nitro v3 alpha to latest beta ^3.0.260311-beta
  • flamegraph-bench was also updated to beta. not sure if you guys wanted to keep that in nightly

Summary by CodeRabbit

  • Chores
    • Updated Nitro dependency across multiple example and e2e test projects to a beta release version.

@changeset-bot
Copy link

changeset-bot bot commented Mar 11, 2026

⚠️ No Changeset found

Latest commit: 4666037

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 11, 2026

📝 Walkthrough

Walkthrough

The nitro devDependency has been updated across six e2e and example project files from alpha and nightly versions to a consistent beta release version "^3.0.260311-beta", using a caret range specifier for flexibility within the 3.x line.

Changes

Cohort / File(s) Summary
E2E React Start Projects
e2e/react-start/css-modules/package.json, e2e/react-start/dev-ssr-styles/package.json, e2e/react-start/flamegraph-bench/package.json
Nitro devDependency updated to "^3.0.260311-beta"; two files transition from "3.0.1-alpha.2" and one from "npm:nitro-nightly@latest".
Example Projects
examples/react/start-basic/package.json, examples/solid/start-basic-nitro/package.json, examples/solid/start-basic/package.json
Nitro devDependency updated from "3.0.1-alpha.2" to "^3.0.260311-beta" across all three example projects.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop and skip, our deps now flip,
From alpha mist to beta's grip,
Old nitro-nightly bids farewell,
While semver caret breaks its shell,
Examples dance with newer cheer,
As versions bloom throughout the year! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating Nitro dependencies to v3 beta across multiple example and e2e test configurations.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud
Copy link

nx-cloud bot commented Mar 11, 2026

View your CI Pipeline Execution ↗ for commit 4666037

Command Status Duration Result
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 2m 16s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-11 22:48:39 UTC

@github-actions
Copy link
Contributor

Bundle Size Benchmarks

  • Commit: 9f2795a779aa
  • Measured at: 2026-03-11T22:47:19.633Z
  • Baseline source: history:9f2795a779aa
  • Dashboard: bundle-size history
Scenario Current (gzip) Delta vs baseline Raw Brotli Trend
react-router.minimal 87.09 KiB 0 B (0.00%) 274.11 KiB 75.68 KiB ▁▆▆████████
react-router.full 90.08 KiB 0 B (0.00%) 284.36 KiB 78.32 KiB ▁▃▃████████
solid-router.minimal 36.42 KiB 0 B (0.00%) 109.29 KiB 32.74 KiB ▁▅▅████████
solid-router.full 40.75 KiB 0 B (0.00%) 122.27 KiB 36.58 KiB ▁▅▅████████
vue-router.minimal 52.29 KiB 0 B (0.00%) 149.34 KiB 47.01 KiB ▁▅▅████████
vue-router.full 57.08 KiB 0 B (0.00%) 164.85 KiB 51.27 KiB ▁▅▅████████
react-start.minimal 99.66 KiB 0 B (0.00%) 313.26 KiB 86.22 KiB ▁▆▆████████
react-start.full 102.97 KiB 0 B (0.00%) 322.99 KiB 89.07 KiB ▁▄▄████████
solid-start.minimal 48.75 KiB 0 B (0.00%) 146.89 KiB 43.14 KiB ▁▄▄████████
solid-start.full 54.21 KiB 0 B (0.00%) 162.75 KiB 47.88 KiB ▁▅▅████████

Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 11, 2026

More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@6899

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@6899

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@6899

@tanstack/nitro-v2-vite-plugin

npm i https://pkg.pr.new/@tanstack/nitro-v2-vite-plugin@6899

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@6899

@tanstack/react-router-devtools

npm i https://pkg.pr.new/@tanstack/react-router-devtools@6899

@tanstack/react-router-ssr-query

npm i https://pkg.pr.new/@tanstack/react-router-ssr-query@6899

@tanstack/react-start

npm i https://pkg.pr.new/@tanstack/react-start@6899

@tanstack/react-start-client

npm i https://pkg.pr.new/@tanstack/react-start-client@6899

@tanstack/react-start-server

npm i https://pkg.pr.new/@tanstack/react-start-server@6899

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@6899

@tanstack/router-core

npm i https://pkg.pr.new/@tanstack/router-core@6899

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@6899

@tanstack/router-devtools-core

npm i https://pkg.pr.new/@tanstack/router-devtools-core@6899

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@6899

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@6899

@tanstack/router-ssr-query-core

npm i https://pkg.pr.new/@tanstack/router-ssr-query-core@6899

@tanstack/router-utils

npm i https://pkg.pr.new/@tanstack/router-utils@6899

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@6899

@tanstack/solid-router

npm i https://pkg.pr.new/@tanstack/solid-router@6899

@tanstack/solid-router-devtools

npm i https://pkg.pr.new/@tanstack/solid-router-devtools@6899

@tanstack/solid-router-ssr-query

npm i https://pkg.pr.new/@tanstack/solid-router-ssr-query@6899

@tanstack/solid-start

npm i https://pkg.pr.new/@tanstack/solid-start@6899

@tanstack/solid-start-client

npm i https://pkg.pr.new/@tanstack/solid-start-client@6899

@tanstack/solid-start-server

npm i https://pkg.pr.new/@tanstack/solid-start-server@6899

@tanstack/start-client-core

npm i https://pkg.pr.new/@tanstack/start-client-core@6899

@tanstack/start-fn-stubs

npm i https://pkg.pr.new/@tanstack/start-fn-stubs@6899

@tanstack/start-plugin-core

npm i https://pkg.pr.new/@tanstack/start-plugin-core@6899

@tanstack/start-server-core

npm i https://pkg.pr.new/@tanstack/start-server-core@6899

@tanstack/start-static-server-functions

npm i https://pkg.pr.new/@tanstack/start-static-server-functions@6899

@tanstack/start-storage-context

npm i https://pkg.pr.new/@tanstack/start-storage-context@6899

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@6899

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@6899

@tanstack/vue-router

npm i https://pkg.pr.new/@tanstack/vue-router@6899

@tanstack/vue-router-devtools

npm i https://pkg.pr.new/@tanstack/vue-router-devtools@6899

@tanstack/vue-router-ssr-query

npm i https://pkg.pr.new/@tanstack/vue-router-ssr-query@6899

@tanstack/vue-start

npm i https://pkg.pr.new/@tanstack/vue-start@6899

@tanstack/vue-start-client

npm i https://pkg.pr.new/@tanstack/vue-start-client@6899

@tanstack/vue-start-server

npm i https://pkg.pr.new/@tanstack/vue-start-server@6899

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@6899

commit: d3578dd

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 11, 2026

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing dotnize:examples/nitro-v3-beta (4666037) with main (9f2795a)

Open in CodSpeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant