Skip to content

chore: bump esbuild to 0.27.4#6975

Merged
birkskyum merged 2 commits intomainfrom
chore--bump-esbuild-0.27
Mar 18, 2026
Merged

chore: bump esbuild to 0.27.4#6975
birkskyum merged 2 commits intomainfrom
chore--bump-esbuild-0.27

Conversation

@birkskyum
Copy link
Member

@birkskyum birkskyum commented Mar 18, 2026

Summary by CodeRabbit

  • Chores
    • Updated esbuild to version 0.27.4 across development environments, example projects, and build configuration to incorporate latest improvements and enhancements.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8dd4683d-5e4e-4bb3-b7c1-fbc0b1f2bf59

📥 Commits

Reviewing files that changed from the base of the PR and between aaf764b and 661f0af.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (7)
  • .changeset/calm-bushes-cross.md
  • e2e/react-router/basic-esbuild-file-based/package.json
  • e2e/solid-router/basic-esbuild-file-based/package.json
  • e2e/vue-router/basic-esbuild-file-based/package.json
  • examples/react/quickstart-esbuild-file-based/package.json
  • examples/solid/quickstart-esbuild-file-based/package.json
  • packages/router-core/package.json

📝 Walkthrough

Walkthrough

Updates esbuild dependency from ^0.25.0 to ^0.27.4 across multiple package.json files in e2e tests, examples, and core packages. A changeset file documents this patch version bump for @tanstack/router-core as a chore.

Changes

Cohort / File(s) Summary
Changeset Documentation
.changeset/calm-bushes-cross.md
New changeset file documenting @tanstack/router-core patch bump and esbuild upgrade to 0.27.4 as a chore.
E2E Test Dependencies
e2e/react-router/basic-esbuild-file-based/package.json, e2e/solid-router/basic-esbuild-file-based/package.json, e2e/vue-router/basic-esbuild-file-based/package.json
Updated esbuild devDependency from ^0.25.0 to ^0.27.4 across React, Solid, and Vue router e2e test configurations.
Example Dependencies
examples/react/quickstart-esbuild-file-based/package.json, examples/solid/quickstart-esbuild-file-based/package.json
Updated esbuild devDependency from ^0.25.0 to ^0.27.4 in React and Solid quickstart examples.
Core Package Dependencies
packages/router-core/package.json
Updated esbuild devDependency from ^0.25.0 to ^0.27.4 in core router package.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 A whisker-twitch of joy, I say,
Esbuild bounds from old to new,
Version bumps in every way,
Twenty-seven-point-four rings true!
Carrots fresh, dependencies bloom,
Our bunny code has plenty of room! 🥕

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: bump esbuild to 0.27.4' accurately and concisely describes the main change across the pull request: upgrading esbuild from ^0.25.0 to ^0.27.4 across multiple package.json files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore--bump-esbuild-0.27
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 2026

🚀 Changeset Version Preview

1 package(s) bumped directly, 21 bumped as dependents.

🟩 Patch bumps

Package Version Reason
@tanstack/router-core 1.167.4 → 1.167.5 Changeset
@tanstack/react-router 1.167.4 → 1.167.5 Dependent
@tanstack/react-start 1.166.16 → 1.166.17 Dependent
@tanstack/react-start-client 1.166.13 → 1.166.14 Dependent
@tanstack/react-start-server 1.166.13 → 1.166.14 Dependent
@tanstack/router-cli 1.166.12 → 1.166.13 Dependent
@tanstack/router-generator 1.166.12 → 1.166.13 Dependent
@tanstack/router-plugin 1.166.13 → 1.166.14 Dependent
@tanstack/router-vite-plugin 1.166.13 → 1.166.14 Dependent
@tanstack/solid-router 1.167.4 → 1.167.5 Dependent
@tanstack/solid-start 1.166.16 → 1.166.17 Dependent
@tanstack/solid-start-client 1.166.12 → 1.166.13 Dependent
@tanstack/solid-start-server 1.166.12 → 1.166.13 Dependent
@tanstack/start-client-core 1.166.12 → 1.166.13 Dependent
@tanstack/start-plugin-core 1.167.0 → 1.167.1 Dependent
@tanstack/start-server-core 1.166.12 → 1.166.13 Dependent
@tanstack/start-static-server-functions 1.166.14 → 1.166.15 Dependent
@tanstack/start-storage-context 1.166.12 → 1.166.13 Dependent
@tanstack/vue-router 1.167.4 → 1.167.5 Dependent
@tanstack/vue-start 1.166.16 → 1.166.17 Dependent
@tanstack/vue-start-client 1.166.12 → 1.166.13 Dependent
@tanstack/vue-start-server 1.166.12 → 1.166.13 Dependent

@nx-cloud
Copy link

nx-cloud bot commented Mar 18, 2026

View your CI Pipeline Execution ↗ for commit 661f0af

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded 15m 9s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-18 17:08:42 UTC

@github-actions
Copy link
Contributor

Bundle Size Benchmarks

  • Commit: aaf764bcee7a
  • Measured at: 2026-03-18T16:46:52.253Z
  • Baseline source: history:6651473d028a
  • Dashboard: bundle-size history
Scenario Current (gzip) Delta vs baseline Raw Brotli Trend
react-router.minimal 87.61 KiB 0 B (0.00%) 276.07 KiB 76.12 KiB ▁▁▁▁▁▁▁████
react-router.full 90.65 KiB 0 B (0.00%) 286.28 KiB 78.68 KiB ▁▁▁▁▁▁▁████
solid-router.minimal 37.14 KiB 0 B (0.00%) 111.38 KiB 33.29 KiB ▁▁▁▁▁▁▁████
solid-router.full 41.36 KiB 0 B (0.00%) 124.18 KiB 37.12 KiB ▁▁▁▁▁▁▁████
vue-router.minimal 52.99 KiB 0 B (0.00%) 151.41 KiB 47.65 KiB ▁▁▁▁▁▁▁████
vue-router.full 57.69 KiB 0 B (0.00%) 166.34 KiB 51.60 KiB ▁▁▁▁▁▁▁████
react-start.minimal 101.99 KiB 0 B (0.00%) 324.08 KiB 88.20 KiB ▁▁▁▁▁▁▁████
react-start.full 105.33 KiB 0 B (0.00%) 333.89 KiB 91.02 KiB ▁▁▁▁▁▁▁████
solid-start.minimal 51.24 KiB 0 B (0.00%) 157.82 KiB 45.28 KiB ▁▁▁▁▁▁▁████
solid-start.full 56.53 KiB 0 B (0.00%) 173.32 KiB 49.72 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 18, 2026

More templates

@tanstack/arktype-adapter

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

@tanstack/eslint-plugin-router

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

@tanstack/history

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

@tanstack/nitro-v2-vite-plugin

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

@tanstack/react-router

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

@tanstack/react-router-devtools

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

@tanstack/react-router-ssr-query

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

@tanstack/react-start

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

@tanstack/react-start-client

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

@tanstack/react-start-server

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

@tanstack/router-cli

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

@tanstack/router-core

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

@tanstack/router-devtools

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

@tanstack/router-devtools-core

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

@tanstack/router-generator

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

@tanstack/router-plugin

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

@tanstack/router-ssr-query-core

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

@tanstack/router-utils

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

@tanstack/router-vite-plugin

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

@tanstack/solid-router

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

@tanstack/solid-router-devtools

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

@tanstack/solid-router-ssr-query

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

@tanstack/solid-start

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

@tanstack/solid-start-client

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

@tanstack/solid-start-server

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

@tanstack/start-client-core

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

@tanstack/start-fn-stubs

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

@tanstack/start-plugin-core

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

@tanstack/start-server-core

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

@tanstack/start-static-server-functions

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

@tanstack/start-storage-context

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

@tanstack/valibot-adapter

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

@tanstack/virtual-file-routes

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

@tanstack/vue-router

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

@tanstack/vue-router-devtools

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

@tanstack/vue-router-ssr-query

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

@tanstack/vue-start

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

@tanstack/vue-start-client

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

@tanstack/vue-start-server

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

@tanstack/zod-adapter

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

commit: 661f0af

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 18, 2026

Merging this PR will not alter performance

✅ 3 untouched benchmarks
⏩ 3 skipped benchmarks1


Comparing chore--bump-esbuild-0.27 (661f0af) with main (6651473)2

Open in CodSpeed

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on main (aaf764b) during the generation of this report, so 6651473 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@birkskyum birkskyum merged commit 5ff4f0b into main Mar 18, 2026
28 of 37 checks passed
@birkskyum birkskyum deleted the chore--bump-esbuild-0.27 branch March 18, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant