v1.154.0
Version 1.154.0 - 1/20/26, 12:11 AM
- static replacement of process.env.NODE_ENV during build (#6422) (d4bbfa9) by Manuel Schiller
- @tanstack/start-plugin-core@1.154.0
- @tanstack/solid-start@1.154.0
- @tanstack/vue-start@1.154.0
- @tanstack/react-start@1.154.0
- @tanstack/start-static-server-functions@1.154.0
v16.1.1-canary.34
- 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-pathssupport to filter routes: #88655 - Upgrade React from
bef88f7c-20260116to41b3e9a6-20260119: #88756 - Use rewritten pathname for implicit cache tags: #88732
- [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 Commandssection in AGENTS.md: #88757 - [test] Deflake
test/development/app-dir/hydration-error-count/hydration-error-count.test.ts: #88749 - [ci] Exclude
test/productionfrom deploy tests: #88763 - Apply
buildArgsalso for deploy tests (viapackage.json): #88731
Huge thanks to @unstubbable, @mischnic, @williambout, and @eps1lon for helping!
v1.153.2
Version 1.153.2 - 1/19/26, 10:12 PM
- don"t reparse upon navigation (#6398) (6cbd96e) by Manuel Schiller
- Update useLoaderData signature in fetching-external-api tutorial (#6419) (46ff9fa) by @kraenhansen
- @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
electron v41.0.0-alpha.1
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@41.0.0-alpha.1.
- Added --disable-geolocation command-line flag for macOS apps to disable location services. #45934
- Added NV12 support for import shared texture. #48922
- Added additional defence against privileged user modifications to ASAR Integrity protected applications on macOS. #48587
- Added bypassCustomProtocolHandlers option to net.request. #47331 (Also in 38, 39, 40)
- Added support for WebSocket authentication through the
loginevent onwebContents. #48512 (Also in 39, 40) - Added support to import external shared texture as VideoFrame. #47317 (Also in 40)
- DevTools errors are no longer printed to console. #49292
- Updated
nativeImage.createFromNamedImageto support SF Symbol names. #48203 (Also in 39, 40)
- Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. #48765 (Also in 38, 39, 40)
- Fix: ESM-from-CJS import when CJK characters are in path. #48855 (Also in 39, 40)
- Fixed ID of tray icons on Linux. #48675
- Fixed
setRepresentedFilename()not settingAXDocumentaccessibility attribute on macOS. #49346 (Also in 39, 40) - Fixed a Windows notification issue where clicking a native notification would result in an application hang on certain Windows environments. #49106 (Also in 39, 40)
- Fixed a potential race condition crash when opening DevTools. #49406 (Also in 39, 40)
- Fixed an application crash when clicking or hovering over the native MacOS "Window" menu. Reverts #48598. #48794 (Also in 37, 38, 39, 40)
- Fixed an error on debug symbol upload by moving dsym.zip to use tar.xz compression. #48941 (Also in 40)
- Fixed an issue on Windows and Linux where no cookie encryption key provider was passed into the network service when cookie encryption was enabled. #49371 (Also in 40)
- Fixed an issue where
menu-did-closewas not emitted properly for some application menus. #49075 (Also in 38, 39, 40) - Fixed an issue where no cookie encryption provider was passed into the network service when cookie encryption was enabled. #49348 (Also in 40)
- Fixed an issue where some apps would throw an exception on launch. #48973 (Also in 39, 40)
- Fixed an issue where the close callback param for
menu.popupwould fire when any arbitrary submenu of the given menu closed, and not the menu itself. #49017 (Also in 38, 39, 40) - Fixed crash on windows when UTF-8 is in path. #48898 (Also in 38, 39, 40)
- Fixed crash when attempting to resolve modules during process exit. #49090 (Also in 40)
- Fixed crash when creating event object for ipc events. #48987 (Also in 39, 40)
- Fixed crash when reading system certificates via nodejs tls module. #49028 (Also in 39, 40)
- Fixed drag regions in child windows. #49231 (Also in 40)
- Fixed draw smoothing round corner issue. #48769 (Also in 40)
- Fixed oom crash when optimizing certain wasm functions involving large phi nodes. #48791 (Also in 38, 39, 40)
- Fixed the cookie encryption logic to use the old os_crypt sync implementation present in M142. #49382 (Also in 40)
- Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #48977 (Also in 38, 39, 40)
- Fixed the issue where the parent window remained interactive after the modal window was opened. #48770 (Also in 38, 39, 40)
- Made toplevel icon Wayland protocol work. #49290 (Also in 39, 40)
- Reenable V8 trap handlers for wasm in browser and utility process, improves runtime execution of wasm. #48788 (Also in 39, 40)
- Requests sent via
netare now capable of having their headers modified to use reserved headers viawebRequest. #49226 (Also in 39, 40) - Restored window's canHide property. #47970 (Also in 37, 38, 39)
- Windows: Calling window.setFocusable(true) will no longer cause a window to lose focus. #45640 (Also in 39, 40)
@formatjs/icu-messageformat-parser@3.5.0
3.5.0 (2026-01-19)
- icu_messageformat_parser: more optimizations (#5938) (22a4060), closes #4973 #4161 #4973 packages/intl/src/message.ts#L140-L146 packages/intl/tests/formatMessage.test.ts#L116-L120 #4161 packages/ts-transformer/src/transform.ts#L511-L518 packages/babel-plugin-formatjs/utils.ts#L111-L117 crates/formatjs_cli/src/extractor.rs#L34-L120 crates/icu_messageformat_parser/manipulator.rs#L420-L442 - by @longlho