Skip to content

feat: transformAssets#7023

Merged
birkskyum merged 1 commit intomainfrom
feat--transformAssets
Mar 23, 2026
Merged

feat: transformAssets#7023
birkskyum merged 1 commit intomainfrom
feat--transformAssets

Conversation

@birkskyum
Copy link
Copy Markdown
Member

@birkskyum birkskyum commented Mar 23, 2026

Add missing changeset for:

Closes #7021

Summary by CodeRabbit

  • New Features
    • Introduced transformAssets feature across TanStack router and server packages.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

A changeset file was added to declare patch releases for six TanStack packages (@tanstack/react-router, @tanstack/router-core, @tanstack/solid-router, @tanstack/start-plugin-core, @tanstack/start-server-core, and @tanstack/vue-router) with a new feature entry for transformAssets.

Changes

Cohort / File(s) Summary
Changeset Release Configuration
.changeset/tangy-dragons-visit.md
Added changeset file declaring patch releases for six TanStack router and start packages with a new transformAssets feature entry.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Poem

🐇✨ A dragon so tangy has visited our nest,
With changesets declaring our features the best!
Transform those assets, let versions take flight,
Six packages dancing in release-day delight! 🚀

🚥 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 'feat: transformAssets' directly matches the changeset feature label and accurately describes the patch being declared in the single changeset file added.
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 feat--transformAssets

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
Copy Markdown
Contributor

nx-cloud bot commented Mar 23, 2026

View your CI Pipeline Execution ↗ for commit 439d4e1

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

☁️ Nx Cloud last updated this comment at 2026-03-23 15:14:11 UTC

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Changeset Version Preview

6 package(s) bumped directly, 16 bumped as dependents.

🟩 Patch bumps

Package Version Reason
@tanstack/react-router 1.168.2 → 1.168.3 Changeset
@tanstack/router-core 1.168.2 → 1.168.3 Changeset
@tanstack/solid-router 1.168.2 → 1.168.3 Changeset
@tanstack/start-plugin-core 1.167.7 → 1.167.8 Changeset
@tanstack/start-server-core 1.167.2 → 1.167.3 Changeset
@tanstack/vue-router 1.168.2 → 1.168.3 Changeset
@tanstack/react-start 1.167.4 → 1.167.5 Dependent
@tanstack/react-start-client 1.166.17 → 1.166.18 Dependent
@tanstack/react-start-server 1.166.17 → 1.166.18 Dependent
@tanstack/router-cli 1.166.17 → 1.166.18 Dependent
@tanstack/router-generator 1.166.16 → 1.166.17 Dependent
@tanstack/router-plugin 1.167.3 → 1.167.4 Dependent
@tanstack/router-vite-plugin 1.166.18 → 1.166.19 Dependent
@tanstack/solid-start 1.167.4 → 1.167.5 Dependent
@tanstack/solid-start-client 1.166.16 → 1.166.17 Dependent
@tanstack/solid-start-server 1.166.16 → 1.166.17 Dependent
@tanstack/start-client-core 1.167.2 → 1.167.3 Dependent
@tanstack/start-static-server-functions 1.166.18 → 1.166.19 Dependent
@tanstack/start-storage-context 1.166.16 → 1.166.17 Dependent
@tanstack/vue-start 1.167.4 → 1.167.5 Dependent
@tanstack/vue-start-client 1.166.16 → 1.166.17 Dependent
@tanstack/vue-start-server 1.166.16 → 1.166.17 Dependent

@birkskyum birkskyum merged commit d81d21a into main Mar 23, 2026
5 of 6 checks passed
@birkskyum birkskyum deleted the feat--transformAssets branch March 23, 2026 15:14
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.

Vite dev server fails to start: @tanstack/router-core does not provide export resolveManifestAssetLink

1 participant