1 hours ago
next.js

v16.1.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Only filter next config if experimental flag is enabled (#88733)

Credits

Huge thanks to @mischnic for helping!

1 hours ago
next.js

v16.1.1-canary.34

Core Changes

  • Add negation pattern support to --debug-build-paths: #88654
  • Only filter next config if experimental flag is enabled: #88733
  • [Devtool Indicator] Fix cross alignment: #88664
  • Turbopack: don't use build id for pages router client-side manifests: #88641
  • Allow inspecting server with next start --inspect: #88744
  • Turbopack: Add --debug-build-paths support to filter routes: #88655
  • Upgrade React from bef88f7c-20260116 to 41b3e9a6-20260119: #88756
  • Use rewritten pathname for implicit cache tags: #88732

Misc Changes

  • [ci] Enable Turborepo remote caching in e2e release deploy tests: #88746
  • [test] Deflake test/development/app-dir/browser-log-forwarding/fixtures/verbose-level/verbose-level.test.ts: #88754
  • Fix Build Commands section in AGENTS.md: #88757
  • [test] Deflake test/development/app-dir/hydration-error-count/hydration-error-count.test.ts: #88749
  • [ci] Exclude test/production from deploy tests: #88763
  • Apply buildArgs also for deploy tests (via package.json): #88731

Credits

Huge thanks to @unstubbable, @mischnic, @williambout, and @eps1lon for helping!

2 hours ago
router

v1.153.2

Version 1.153.2 - 1/19/26, 10:12 PM

Changes

Refactor

  • don"t reparse upon navigation (#6398) (6cbd96e) by Manuel Schiller

Docs

  • Update useLoaderData signature in fetching-external-api tutorial (#6419) (46ff9fa) by @kraenhansen

Packages

  • @tanstack/history@1.153.2
  • @tanstack/router-core@1.153.2
  • @tanstack/solid-router@1.153.2
  • @tanstack/react-router@1.153.2
  • @tanstack/vue-router@1.153.2
  • @tanstack/router-devtools-core@1.153.2
  • @tanstack/solid-router-ssr-query@1.153.2
  • @tanstack/react-router-ssr-query@1.153.2
  • @tanstack/vue-router-ssr-query@1.153.2
  • @tanstack/router-ssr-query-core@1.153.2
  • @tanstack/zod-adapter@1.153.2
  • @tanstack/valibot-adapter@1.153.2
  • @tanstack/arktype-adapter@1.153.2
  • @tanstack/router-devtools@1.153.2
  • @tanstack/solid-router-devtools@1.153.2
  • @tanstack/react-router-devtools@1.153.2
  • @tanstack/vue-router-devtools@1.153.2
  • @tanstack/router-generator@1.153.2
  • @tanstack/router-cli@1.153.2
  • @tanstack/router-plugin@1.153.2
  • @tanstack/router-vite-plugin@1.153.2
  • @tanstack/solid-start@1.153.2
  • @tanstack/solid-start-client@1.153.2
  • @tanstack/solid-start-server@1.153.2
  • @tanstack/vue-start@1.153.2
  • @tanstack/vue-start-client@1.153.2
  • @tanstack/vue-start-server@1.153.2
  • @tanstack/start-client-core@1.153.2
  • @tanstack/start-server-core@1.153.2
  • @tanstack/start-storage-context@1.153.2
  • @tanstack/react-start@1.153.2
  • @tanstack/react-start-client@1.153.2
  • @tanstack/react-start-server@1.153.2
  • @tanstack/start-plugin-core@1.153.2
  • @tanstack/start-static-server-functions@1.153.2
7 hours ago
swc
8 hours ago
formatjs

eslint-plugin-formatjs@6.1.1

6.1.1 (2026-01-19)

Bug Fixes

  • eslint-plugin-formatjs: fix emoji false positives, fix #5957 (#5960) (141a110) - by @longlho
8 hours ago
formatjs

babel-plugin-formatjs@11.2.1

11.2.1 (2026-01-19)

Bug Fixes

  • @formatjs/ts-transformer: add file and line info to flatten errors, fix #4161 (5d9e982) - by @longlho
8 hours ago
formatjs

@formatjs/cli-lib@8.2.1

8.2.1 (2026-01-19)

Bug Fixes

  • @formatjs/cli-lib: add missing options to compile-folder command, fix #4200 (97ad11d) - by @longlho
  • @formatjs/cli-lib: remove ember-template-recast dep (#5952) (d5dce1a) - by @longlho
8 hours ago
formatjs

@formatjs/intl@4.1.1

4.1.1 (2026-01-19)

Bug Fixes

  • @formatjs/intl: remove hot path optimization to fix escaped character handling, fix #4973 (309f579) - by @longlho