Skip to content

changeset - #8019

Merged
Sheraff merged 3 commits into
mainfrom
fix-router-core-below-zero-relaetive-links-changeset
Aug 9, 2026
Merged

changeset#8019
Sheraff merged 3 commits into
mainfrom
fix-router-core-below-zero-relaetive-links-changeset

Conversation

@Sheraff

@Sheraff Sheraff commented Aug 9, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Bug Fixes

    • Fixed an issue that could generate excessive parent-relative links in routing scenarios.
  • Chores

    • Prepared a patch release for the routing package.

@nx-cloud

nx-cloud Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit 457bcbe

Command Status Duration Result
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 2m 6s View ↗
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-08-09 17:47:50 UTC

@Sheraff
Sheraff merged commit 51138a8 into main Aug 9, 2026
8 of 9 checks passed
@Sheraff
Sheraff deleted the fix-router-core-below-zero-relaetive-links-changeset branch August 9, 2026 17:43
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3e612335-51f3-491e-a04e-21fcd3feb454

📥 Commits

Reviewing files that changed from the base of the PR and between 5500fd3 and 457bcbe.

📒 Files selected for processing (1)
  • .changeset/six-maps-smoke.md

📝 Walkthrough

Walkthrough

The pull request adds a patch changeset for @tanstack/router-core. The changeset documents a fix for excessive parent-relative links.

Changes

Router core release metadata

Layer / File(s) Summary
Patch release changeset
.changeset/six-maps-smoke.md
Adds patch release metadata for @tanstack/router-core and documents the excessive parent-relative links fix.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-router-core-below-zero-relaetive-links-changeset

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.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

🚀 Changeset Version Preview

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

🟩 Patch bumps

Package Version Reason
@tanstack/router-core 1.171.20 → 1.171.21 Changeset
@tanstack/react-router 1.170.24 → 1.170.25 Dependent
@tanstack/react-start 1.168.41 → 1.168.42 Dependent
@tanstack/react-start-client 1.168.22 → 1.168.23 Dependent
@tanstack/react-start-rsc 0.1.40 → 0.1.41 Dependent
@tanstack/react-start-server 1.167.29 → 1.167.30 Dependent
@tanstack/router-cli 1.167.26 → 1.167.27 Dependent
@tanstack/router-generator 1.167.26 → 1.167.27 Dependent
@tanstack/router-plugin 1.168.28 → 1.168.29 Dependent
@tanstack/router-vite-plugin 1.167.28 → 1.167.29 Dependent
@tanstack/solid-router 1.170.23 → 1.170.24 Dependent
@tanstack/solid-start 1.168.40 → 1.168.41 Dependent
@tanstack/solid-start-client 1.168.22 → 1.168.23 Dependent
@tanstack/solid-start-server 1.167.29 → 1.167.30 Dependent
@tanstack/start-client-core 1.170.20 → 1.170.21 Dependent
@tanstack/start-plugin-core 1.171.32 → 1.171.33 Dependent
@tanstack/start-server-core 1.169.24 → 1.169.25 Dependent
@tanstack/start-static-server-functions 1.167.25 → 1.167.26 Dependent
@tanstack/start-storage-context 1.167.22 → 1.167.23 Dependent
@tanstack/vue-router 1.170.22 → 1.170.23 Dependent
@tanstack/vue-start 1.168.39 → 1.168.40 Dependent
@tanstack/vue-start-client 1.167.25 → 1.167.26 Dependent
@tanstack/vue-start-server 1.167.29 → 1.167.30 Dependent

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Benchmarks

This pull request does not affect bundle size in any measured scenario.

@github-actions github-actions Bot mentioned this pull request Aug 9, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 9, 2026

Copy link
Copy Markdown

Merging this PR will regress 6 benchmarks

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 3 improved benchmarks
❌ 6 regressed benchmarks
✅ 171 untouched benchmarks

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Memory mem server peak-large-page (react) 952.4 KB 1,911.7 KB -50.18%
Memory mem server error-paths not-found (solid) 422.3 KB 647.9 KB -34.82%
Simulation ssr server-fn during document ssr (vue) 199 ms 206.9 ms -3.85%
Simulation ssr request loop (solid) 146 ms 151.9 ms -3.85%
Memory mem server error-paths redirect (solid) 273.3 KB 283.6 KB -3.63%
Simulation ssr global-mw document (solid) 163.3 ms 168.4 ms -3.05%
Memory mem server error-paths redirect (vue) 876.2 KB 300.9 KB ×2.9
Memory mem server error-paths unmatched (react) 679.4 KB 268.5 KB ×2.5
Memory mem server error-paths not-found (react) 261.5 KB 250.4 KB +4.46%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing fix-router-core-below-zero-relaetive-links-changeset (4d18fa7) with main (5500fd3)

Open in CodSpeed

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