React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.
When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.
The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.
When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.
The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#11744)
defer
AbortedDeferredError
type TypedDeferredData
UNSAFE_DeferredData
UNSAFE_DEFERRED_SYMBOL,
Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#11469)
Breaking: channels chrome, msedge and similar switch to new headless
This change affects you if you're using one of the following channels in your playwright.config.ts:
chrome, chrome-dev, chrome-beta, or chrome-canary
msedge, msedge-dev, msedge-beta, or msedge-canary
What do I need to do?
After updating to Playwright v1.49, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code around PDF viewers and extensions. See [issue #33566](microsoft/playwright#33566) for more details.
Other breaking changes
There will be no more updates for WebKit on Ubuntu 20.04 and Debian 11. We recommend updating your OS to a later version.
Package @playwright/experimental-ct-vue2 will no longer be updated.
Package @playwright/experimental-ct-solid will no longer be updated.
New Headless on the other hand is the real Chrome browser, and is thus more authentic, reliable, and offers more features. This makes it more suitable for high-accuracy end-to-end web app testing or browser extension testing.
Stabilize the future.v3_routeConfig future flag, replacing future.unstable_routeConfig. This enables support for routes.ts to assist with the migration to React Router v7. (
Bumps the version-all group in /frontend with 25 updates:
3.25.0
3.26.0
2.13.1
2.15.0
2.13.1
2.15.0
2.13.1
2.15.0
4.3.2
4.3.3
23.16.0
24.0.0
2.6.2
3.0.1
5.9.4
5.9.6
1.184.1
1.187.2
15.0.3
15.1.1
6.27.0
7.0.1
8.5.4
8.5.5
5.4.9
5.4.11
1.48.2
1.49.0
2.13.1
2.15.0
2.13.1
2.15.0
6.6.1
6.6.3
22.7.6
22.9.1
18.3.11
18.3.12
8.5.12
8.5.13
9.1.6
9.1.7
8.4.47
8.4.49
3.4.14
3.4.15
4.2.0
4.3.0
5.0.1
5.1.3
Updates
@react-types/shared
from 3.25.0 to 3.26.0Release notes
Sourced from
@react-types/shared
's releases.Commits
17358f7
Publisha530335
chore: revert export provider context (#7416)c6bd2cb
chore: Update dialog examples to be more generic (#7415)2e1dd22
fix: Handle more BC date cases (#7410)9170093
fix(#7399): DatePicker.test fails with daylight savings change (#7401)52bf91b
feat: Add codemod for ActionGroup (#7396)baa330f
feat: Add RAC example of Menu nested in popover dialog (#7402)62718d4
Document RAC Dialog close button slot (#7405)16153ed
chore: Add ActionButtonGroup and ToggleButtonGroup to example apps and tailwi...65e3a52
Improve error message for missing Provider error (#7404)Updates
@remix-run/node
from 2.13.1 to 2.15.0Release notes
Sourced from
@remix-run/node
's releases.Changelog
Sourced from
@remix-run/node
's changelog.Commits
6ee7f68
chore: Update version for release (#10259)56275ba
chore: Update version for release (pre) (#10246)1258057
chore: Update version for release (#10204)91baacb
chore: Update version for release (pre) (#10202)351b189
Revert "chore: Update version for release (pre) (#10200)"c63c394
chore: Update version for release (pre) (#10200)9cf2c5b
chore: Update version for release (pre) (#10192)d7f4015
docs: update broken RR links (#10130)Updates
@remix-run/react
from 2.13.1 to 2.15.0Release notes
Sourced from
@remix-run/react
's releases.Changelog
Sourced from
@remix-run/react
's changelog.Commits
6ee7f68
chore: Update version for release (#10259)56275ba
chore: Update version for release (pre) (#10246)1258057
chore: Update version for release (#10204)91baacb
chore: Update version for release (pre) (#10202)351b189
Revert "chore: Update version for release (pre) (#10200)"55434ec
Bump remix-run/router versiona852fe2
Fix TS errorc63c394
chore: Update version for release (pre) (#10200)0615a2b
Merge branch 'upgrade-rr' into release-next18e9d69
Bump React Router to 6.28.0Updates
@remix-run/serve
from 2.13.1 to 2.15.0Release notes
Sourced from
@remix-run/serve
's releases.Changelog
Sourced from
@remix-run/serve
's changelog.Commits
6ee7f68
chore: Update version for release (#10259)56275ba
chore: Update version for release (pre) (#10246)1258057
chore: Update version for release (#10204)91baacb
chore: Update version for release (pre) (#10202)351b189
Revert "chore: Update version for release (pre) (#10200)"c63c394
chore: Update version for release (pre) (#10200)9cf2c5b
chore: Update version for release (pre) (#10192)d7f4015
docs: update broken RR links (#10130)Updates
@vitejs/plugin-react
from 4.3.2 to 4.3.3Release notes
Sourced from
@vitejs/plugin-react
's releases.Changelog
Sourced from
@vitejs/plugin-react
's changelog.Commits
b61592a
release: plugin-react@4.3.3e8a923f
fix: addreact-dom
inoptimizeOps
to handle CJS script. (#375)7a7e339
feat: support new React Compiler target option (#374)Updates
i18next
from 23.16.0 to 24.0.0Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
... (truncated)
Commits
6b3b060
24.0.067fe629
Preparation to next major release (#2259)8e60066
23.16.87fcfdf2
release32ad023
fix(plural): Create cache entry for PluralRules created as part of the fallba...1c04c5d
23.16.7fc03d0d
if plural rule is not found, try to search with language only code #22525a7f00f
23.16.68c6333c
release and fix local tests31faec3
fix: Small typo in the type definitions (#2250)Updates
i18next-http-backend
from 2.6.2 to 3.0.1Changelog
Sourced from i18next-http-backend's changelog.
Commits
3c0ada7
3.0.1dd21d68
try to get rid of top-level await2f975d7
update changelog00f0e59
update changelog30e4fc5
3.0.08d8bf8d
bump major09dc9c9
update i18next dep1c233f1
Mention JSONC in docs & tests (#159)64e4a2e
changelogd9629f9
typo in changelogUpdates
jose
from 5.9.4 to 5.9.6Release notes
Sourced from jose's releases.
Changelog
Sourced from jose's changelog.
Commits
27d26a4
chore(release): 5.9.62ef3a52
Revert "refactor(build): simplify package exports"460a959
chore(release): 5.9.54783f7f
refactor(build): simplify package exports7521425
docs: resolve remaining conflict30365fd
ci: use default CodeQLea5f212
chore: bump dev depsffad408
docs: update docs building dependenciese2f737d
test: temporary workaround chrome 130 and testcafe43c4bcc
test: browser logs are polledUpdates
posthog-js
from 1.184.1 to 1.187.2Release notes
Sourced from posthog-js's releases.
Changelog
Sourced from posthog-js's changelog.
Commits
d71ecd6
chore: Bump version to 1.187.24f1a2bc
fix: improve ES6 bundling (#1542)56d1d55
chore: Bump version to 1.187.10d5cd52
fix: patch angular wrap detection in rrweb (#1543)4323319
chore: Bump version to 1.187.0f4da6c8
feat: allow config of before_send function to edit or reject events (#1515)5d8b45c
chore: timeout test cafe jobs (#1540)17073a8
chore: specify an explicit browserslist version (#1539)27ae75a
chore: Bump version to 1.186.41ebfcb4
chore: always transform exponentiation (#1537)Updates
react-i18next
from 15.0.3 to 15.1.1Changelog
Sourced from react-i18next's changelog.
Commits
20b820e
15.1.10d8153e
fix: Not all namespaces are loaded when passing the lng option to useTranslat...2934253
15.1.0eaf7780
releasee05425e
fix:\<Trans />
warns 'Each child in a list should have a unique "key" prop...Updates
react-router-dom
from 6.27.0 to 7.0.1Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
202825c
chore: Update version for release (#12347)fd6c297
chore: formatd7dc44a
Merge branch 'release-next' into deve8e3b00
chore: Update version for release (#12344)1499f3e
chore: Update version for release (pre) (#12315)c8fd138
docs: adjusted READMEs for the api docs generator995bcbb
chore: Update version for release (pre) (#12235)0e9b346
chore: Update version for release (pre) (#12205)6576bd0
chore: Update version for release (pre) (#12202)8daac72
Merge branch 'dev' into release-nextUpdates
react-textarea-autosize
from 8.5.4 to 8.5.5Release notes
Sourced from react-textarea-autosize's releases.
Changelog
Sourced from react-textarea-autosize's changelog.
Commits
ce4d98c
Version Packages (#402)4a34e1b
Add missing sizing styles wordSpacing & scrollbarGutter (#401)Updates
vite
from 5.4.9 to 5.4.11Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
c54c860
release: v5.4.115f52bc8
release: v5.4.107d1a3bc
fix: backport #18367,augment hash for CSS files to prevent chromium erroring ...Updates
@playwright/test
from 1.48.2 to 1.49.0Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
a70a96a
chore: mark v1.49.0 (#33649)53f51a8
cherry-pick(#33638): chore: clear highlight when performing action2a00ca8
cherry-pick(#33635): chore: add cm placeholder text0e64340
cherry-pick(#33632): chore: highlight edited locator while recordingcb0f456
cherry-pick(#33629): fix(rebase): do not apply multiple rebaselines to the sa...698823a
cherry-pick(#33627): fix(codegen): document.documentElement is null on early ...c0fa804
cherry-pick(#33619): fix(aria): normalize whitespace in toMatchAccessible{Nam...7a32228
cherry-pick(#33614): docs: add ariaSnapshot.timeout for language ports (#33615)0e31ace
cherry-pick(#33575): fix(canvas snapshots): position mismatch in headless modeb2a39ff
cherry-pick(#33604): docs: update docs about headless shellUpdates
@remix-run/dev
from 2.13.1 to 2.15.0Release notes
Sourced from
@remix-run/dev
's releases.Changelog
Sourced from
@remix-run/dev
's changelog.