v4.54.0
2025-12-20
- Enable tree-shaking for
Symbol.hasInstance,Symbol.disposeandSymbol.asyncDisposeproperties if unused (#6046)
- Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
- Ensure namespace properties are included when referenced only from a try-catch (#6216)
- #6046: fix: correctly handle wellknown protocols (@cyyynthia, @lukastaegert)
- #6201: chore(deps): update dependency lru-cache to v11 (@renovate[bot], @lukastaegert)
- #6211: chore(deps): update msys2/setup-msys2 digest to 4f806de (@renovate[bot], @lukastaegert)
- #6212: chore(deps): update actions/cache action to v5 (@renovate[bot])
- #6213: chore(deps): update github artifact actions (major) (@renovate[bot])
- #6214: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #6215: chore(deps): lock file maintenance (@renovate[bot])
- #6216: fix: include namespace variable paths during try-catch deoptimization (@schwing)
v1.141.8
Version 1.141.8 - 12/19/25, 11:50 PM
- bump deps (#6153) (7798b0a) by Manuel Schiller
- rename
_typesto"~types"(#6133) (41dba10) by Manuel Schiller
- vue-router: sentry integration with tanstackRouterBrowserTracingIntegration (#6139) (05408f8) by Birk Skyum
- vue-start: basic-cloudflare, basic-auth (#6137) (c68aff7) by Birk Skyum
- vue-start: e2e test suites (#6132) (6b11401) by Birk Skyum
- Create markdown import and rendering guide (#6150) (5ae9461) by Tanner Linsley
- @tanstack/router-core@1.141.8
- @tanstack/start-client-core@1.141.8
- @tanstack/start-server-core@1.141.8
- @tanstack/start-static-server-functions@1.141.8
- @tanstack/solid-router@1.141.8
- @tanstack/react-router@1.141.8
- @tanstack/vue-router@1.141.8
- @tanstack/solid-router-ssr-query@1.141.8
- @tanstack/react-router-ssr-query@1.141.8
- @tanstack/vue-router-ssr-query@1.141.8
- @tanstack/router-ssr-query-core@1.141.8
- @tanstack/zod-adapter@1.141.8
- @tanstack/valibot-adapter@1.141.8
- @tanstack/arktype-adapter@1.141.8
- @tanstack/router-devtools@1.141.8
- @tanstack/solid-router-devtools@1.141.8
- @tanstack/react-router-devtools@1.141.8
- @tanstack/vue-router-devtools@1.141.8
- @tanstack/router-devtools-core@1.141.8
- @tanstack/router-generator@1.141.8
- @tanstack/router-cli@1.141.8
- @tanstack/router-plugin@1.141.8
- @tanstack/router-vite-plugin@1.141.8
- @tanstack/solid-start@1.141.8
- @tanstack/solid-start-client@1.141.8
- @tanstack/solid-start-server@1.141.8
- @tanstack/vue-start@1.141.8
- @tanstack/vue-start-client@1.141.8
- @tanstack/vue-start-server@1.141.8
- @tanstack/start-storage-context@1.141.8
- @tanstack/react-start@1.141.8
- @tanstack/react-start-client@1.141.8
- @tanstack/react-start-server@1.141.8
- @tanstack/start-plugin-core@1.141.8
v16.1.1-canary.1
- Turbopack: refactor graph traveral and fix module graph determinism: #87312
- docs: fix highlight in 05-server-and-client-components.mdx: #87347
- Guide: Update
Optimizing Package Bundlingto include new Bundle Analyzer: #87246 - docs: generateMetadata and generateViewport w/ CC: #87218
- bundle analyzer: remove uncompressed toggle, stabilize top bar ui: #87325
- test: de-flake client-cache deployment tests: #87412
- Revert "Revert "[turbopack] Set
livenessof exports based on assignment analysis (#82802)"": #87214
Huge thanks to @sokra, @Juneezee, @delbaoliveira, @icyJoseph, @wbinnssmith, @ztanner, and @lukesandberg for helping!