Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^7.28.3
->^7.28.4
^7.28.0
->^7.28.4
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
29.0.0
->29.1.0
^28.0.0
->^28.1.0
^5.2.0
->^5.3.0
^8.0.0
->^8.1.0
^5.1.0
->^5.3.0
^3.2.0
->^3.3.0
^1.2.0
->^1.2.1
^28.0.0
->^28.1.0
28.0.0
->28.1.0
^10.4.0
->^10.4.1
^6.6.3
->^6.8.0
^15.0.6
->^15.0.7
^18.2.41
->^18.3.24
^18.2.17
->^18.3.7
^1.12.0
->^1.12.2
^30.0.5
->^30.2.0
^0.25.9
->^0.25.10
^7.6.6
->^7.10.0
^30.0.5
->^30.2.0
^30.0.5
->^30.2.0
^0.0.9
->^0.0.10
^3.0.2
->^3.0.3
^2.10.5
->^2.11.3
^18.0.0
->^18.3.1
18
->18.3.1
^18.0.0
->^18.3.1
18
->18.3.1
^7.1.3
->^7.1.7
^0.10.2
->^0.11.0
4.5.3
->4.5.4
^4.0.17
->^4.1.11
Release Notes
babel/babel (@babel/core)
v7.28.4
Compare Source
🏠 Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
jestjs/jest (babel-jest)
v30.2.0
Compare Source
Chore & Maintenance
[*]
Update example repo for testing React Native projects (#15832)[*]
Updatejest-watch-typeahead
to v3 (#15830)v30.1.2
Compare Source
Fixes
[jest-snapshot-utils]
Correct snapshot header regexp to work with newline across OSes (#15803)v30.1.1
Compare Source
Fixes
[jest-snapshot-utils]
Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)[jest-snapshot-utils]
Improve messaging about goo.gl snapshot link change (#15821)v30.1.0
Compare Source
evanw/esbuild (esbuild)
v0.25.10
Compare Source
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefined
in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):Fix
@supports
nested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholder
for correctness. The CSS nesting specification says the following:However, it seems like this behavior is different for nested at-rules such as
@supports
, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v7.10.0
Compare Source
Features
v7.9.2
Compare Source
Bug Fixes
v7.9.1
Compare Source
Bug Fixes
.finally(...)
usages as handled in async rules (#1074) (2d24966)v7.9.0
Compare Source
Features
v7.8.1
Compare Source
Bug Fixes
userEvent.setup()
detection (#1056) (742cd11), closes #812v7.8.0
Compare Source
Features
v7.7.0
Compare Source
Features
mswjs/jest-fixed-jsdom (jest-fixed-jsdom)
v0.0.10
Compare Source
v0.0.10 (2025-08-30)
Bug Fixes
1e63cde
) @stevematneyparallax/jsPDF (jspdf)
v3.0.3
Compare Source
This release fixes regressions with PNG encoding that were introduced in v3.0.2.
What's Changed
New Contributors
Full Changelog: parallax/jsPDF@v3.0.2...v3.0.3
mswjs/msw (msw)
v2.11.3
Compare Source
v2.11.3 (2025-09-20)
Bug Fixes
until-async
(#2590) (7087b1e
) @kettanaitov2.11.2
Compare Source
v2.11.2 (2025-09-10)
Bug Fixes
worker.stop()
(#2578) (97cf4c7
) @kettanaitofacebook/react (react)
v18.3.1
Compare Source
act
fromreact
f1338fv18.3.0
Compare Source
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refs
to support string ref codemod 909071findDOMNode
outside StrictMode c3b283test-utils
methods d4ea75defaultProps
for function components #25699key
#25697act
fromtest-utils
d4ea75React DOM
unmountComponentAtNode
8a015brenderToStaticNodeStream
#28874v18.2.0
Compare Source
React DOM
onRecoverableError
. (@gnoff in #24591)document
causing a blank page on mismatch. (@gnoff in #24523)setState
in Safari when adding an iframe. (@gaearon in #24459)React DOM Server
<title>
elements to match the browser constraints. (@gnoff in #24679)highWaterMark
to0
. (@jplhomer in #24641)Server Components (Experimental)
useId()
inside Server Components. (@gnoff in #24172)v18.1.0
Compare Source
React DOM
react-dom/client
when using UMD bundle. (@alireza-molaee in #24274)suppressHydrationWarning
to work in production too. (@gaearon in #24271)componentWillUnmount
firing twice inside of Suspense. (@acdlite in #24308)useDeferredValue
causing an infinite loop when passed an unmemoized value. (@acdlite in #24247)setState
loop inuseEffect
. (@gaearon in #24298)setState
inuseInsertionEffect
. (@gaearon in #24295)React DOM Server
bootstrapScriptContent
contents. (@gnoff in #24385)renderToPipeableStream
. (@gnoff in #24291)ESLint Plugin: React Hooks
Use Subscription
use-sync-external-store
shim. (@gaearon in #24289)fi3ework/vite-plugin-checker (vite-plugin-checker)
v0.11.0
Compare Source
qmhc/vite-plugin-dts (vite-plugin-dts)
v4.5.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
colinhacks/zod (zod)
v4.1.11
Compare Source
v4.1.10
Compare Source
v4.1.9
Compare Source
v4.1.8
Compare Source
Commits:
36c4ee3
Switch back to weakmapa1726d5
4.1.8v4.1.7
Compare Source
Commits:
0cca351
Fix variable name inconsistency in coercion documentation (#5188)aa78c27
Add copy/edit buttons76452d4
Update button txt937f73c
Fix tsconfig issue in bench976b436
v4.1.6 (#5222)4309c61
Fix cidrv6 validation - cidrv6 should reject invalid strings with multiple slashes (#5196)ef95a73
feat(locales): Add Lithuanian (lt) locale (#5210)3803f3f
docs: update wrong contents in codeblocks inapi.mdx
(#5209)8a47d5c
docs: update coerce example inapi.mdx
(#5207)e87db13
feat(locales): Add Georgian (ka) locale (#5203)c54b123
docs: adds@traversable/zod
and@traversable/zod-test
to v4 ecosystem (#5194)c27a294
Fix two tiny grammatical errors in the docs. (#5193)23a2d66
docs: fix broken links in async refinements and transforms references (#5190)845a230
fix(locales): Add type name translations to Spanish locale (#5187)27f13d6
Improve regex precision and eliminate duplicates in regexes.ts (#5181)a8a52b3
fix(v4): fix Khmer and Ukrainian locales (#5177)887e37c
Update slugse1f1948
fix(v4): ensure array defaults are shallow-cloned (#5173)9f65038
docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)aa6f0f0
More fixes (#5223)aab3356
4.1.7v4.1.6
Compare Source
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.