PR #103 merged: chore(deps): bump the minor-and-patch group with 13 updates
Bumps the minor-and-patch group with 13 updates:
| Package | From | To |
|---|---|---|
| @inertiajs/react | 3.0.3 | 3.1.1 |
| @tailwindcss/vite | 4.2.4 | 4.3.0 |
| react | 19.2.5 | 19.2.6 |
| react-dom | 19.2.5 | 19.2.6 |
| tailwind-merge | 3.5.0 | 3.6.0 |
| tailwindcss | 4.2.4 | 4.3.0 |
| vite | 8.0.10 | 8.0.12 |
| @types/node | 25.6.0 | 25.6.2 |
| typescript-eslint | 8.59.1 | 8.59.2 |
| @rollup/rollup-linux-x64-gnu | 4.60.2 | 4.60.3 |
| @rollup/rollup-win32-x64-msvc | 4.60.2 | 4.60.3 |
| @tailwindcss/oxide-linux-x64-gnu | 4.2.4 | 4.3.0 |
| @tailwindcss/oxide-win32-x64-msvc | 4.2.4 | 4.3.0 |
Updates @inertiajs/react from 3.0.3 to 3.1.1
▶Release notes
Sourced from @inertiajs/react's releases.
v3.1.1
What's Changed
- fix: prevent explicit undefined values from overwriting visit defaults (#3018) by
@Vitalcheffein inertiajs/inertia#3019- [3.x] Fix Vue
<Deferred>SSR crash on sibling slot transitions by@pascalbaljetin inertiajs/inertia#3092New Contributors
@Vitalcheffemade their first contribution in inertiajs/inertia#3019Full Changelog: https://github.com/inertiajs/inertia/compare/v3.1.0...v3.1.1
v3.1.0
What's Changed
- [3.x] Bump dependencies by
@pascalbaljetin inertiajs/inertia#3067- [3.x] Bump CI action versions by
@pascalbaljetin inertiajs/inertia#3071- [3.x] Additional tests for layouts in React by
@pascalbaljetin inertiajs/inertia#3073- [3.0] Fix React
useFormsubmitting stale data after synchronoussetDataby@skryukovin inertiajs/inertia#3057- fix(core): support nonce for progress styles by
@artemxknpvin inertiajs/inertia#3069- [3.x] Sandbox error dialog iframe to prevent
window.parentaccess by@pascalbaljetin inertiajs/inertia#3078- [3.x] Add
hostoption to SSR server by@pascalbaljetin inertiajs/inertia#3077- [3.x] Block
__proto__in query string parsing by@pascalbaljetin inertiajs/inertia#3079- [3.x] Bump Playground dependencies by
@pascalbaljetin inertiajs/inertia#3081- [3.x] Escape title content in SSR head output by
@pascalbaljetin inertiajs/inertia#3080- [3.x] Add
rescueslot to<Deferred>for failed deferred props by@pascalbaljetin inertiajs/inertia#3076- [3.x] Improve CSP support for progress bar and error dialog by
@pascalbaljetin inertiajs/inertia#3086- [3.x] Add deferred prop rescue example to playgrounds by
@pascalbaljetin inertiajs/inertia#3089New Contributors
@artemxknpvmade their first contribution in inertiajs/inertia#3069Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.3...v3.1.0
▶Changelog
Sourced from @inertiajs/react's changelog.
v3.1.1 - 2026-05-07
What's Changed
- fix: prevent explicit undefined values from overwriting visit defaults (#3018) by
@Vitalcheffein inertiajs/inertia#3019- [3.x] Fix Vue
<Deferred>SSR crash on sibling slot transitions by@pascalbaljetin inertiajs/inertia#3092New Contributors
@Vitalcheffemade their first contribution in inertiajs/inertia#3019Full Changelog: https://github.com/inertiajs/inertia/compare/v3.1.0...v3.1.1
v3.1.0 - 2026-05-06
What's Changed
- [3.x] Bump dependencies by
@pascalbaljetin inertiajs/inertia#3067- [3.x] Bump CI action versions by
@pascalbaljetin inertiajs/inertia#3071- [3.x] Additional tests for layouts in React by
@pascalbaljetin inertiajs/inertia#3073- [3.0] Fix React
useFormsubmitting stale data after synchronoussetDataby@skryukovin inertiajs/inertia#3057- fix(core): support nonce for progress styles by
@artemxknpvin inertiajs/inertia#3069- [3.x] Sandbox error dialog iframe to prevent
window.parentaccess by@pascalbaljetin inertiajs/inertia#3078- [3.x] Add
hostoption to SSR server by@pascalbaljetin inertiajs/inertia#3077- [3.x] Block
__proto__in query string parsing by@pascalbaljetin inertiajs/inertia#3079- [3.x] Bump Playground dependencies by
@pascalbaljetin inertiajs/inertia#3081- [3.x] Escape title content in SSR head output by
@pascalbaljetin inertiajs/inertia#3080- [3.x] Add
rescueslot to<Deferred>for failed deferred props by@pascalbaljetin inertiajs/inertia#3076- [3.x] Improve CSP support for progress bar and error dialog by
@pascalbaljetin inertiajs/inertia#3086- [3.x] Add deferred prop rescue example to playgrounds by
@pascalbaljetin inertiajs/inertia#3089New Contributors
@artemxknpvmade their first contribution in inertiajs/inertia#3069Full Changelog: https://github.com/inertiajs/inertia/compare/v3.0.3...v3.1.0
▶Commits
43bdd79v3.1.15889c84v3.1.01d1ce47[3.x] Improve CSP support for progress bar and error dialog (#3086)3aa8ccf[3.x] Addrescueslot to\<Deferred>for rescued deferred props (#3076)e631959[3.x] Escape title content in SSR head output (#3080)bc281d4Prevent accessingwindow.parentfrom error iframe (#3078)2fd6ed6fix(core): support nonce for progress styles (#3069)fb431f7[3.0] Fix ReactuseFormsubmitting stale data after synchronoussetData(...f8e228c[3.x] Additional tests for layouts in React (#3073)ded3f98Bump dependencies (#3067)- See full diff in compare view
Updates @tailwindcss/vite from 4.2.4 to 4.3.0
▶Release notes
Sourced from @tailwindcss/vite's releases.
v4.3.0
Added
- Add
@container-sizeutility (#18901)- Add
scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)- Add
scrollbar-gutter-*utilities (#20018)- Add
zoom-*utilities (#20020)- Add
tab-*utilities (#20022)- Allow using
@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)- Allow using
@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)- Support
--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
- Ensure
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)- Fix relative
@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)- Ensure CSS files containing
@variantare processed by@tailwindcss/vite(#19966)- Resolve imports relative to
basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)- Canonicalization: preserve significant
_whitespace in arbitrary values (#19986)- Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g.
w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)- Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g.
-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988)- Canonicalization: migrate arbitrary
:has()variants from[&:has(…)]tohas-[…](#19991)- Upgrade: don’t migrate inline
styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)- Allow multiple
@utilitydefinitions with the same name but different value types (#19777)- Export missing
PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)- Ensure
startandendlegacy utilities without values do not generate CSS (#20003)- Ensure
--value(…)is required in functional@utilitydefinitions (#20005)- Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g.
-left-[(var(--a)+var(--b))]) (#20011)
▶Changelog
Sourced from @tailwindcss/vite's changelog.
[4.3.0] - 2026-05-08
Added
- Add
@container-sizeutility (#18901)- Add
scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)- Add
scrollbar-gutter-*utilities (#20018)- Add
zoom-*utilities (#20020)- Add
tab-*utilities (#20022)- Allow using
@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)- Allow using
@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)- Support
--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
- Ensure
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)- Fix relative
@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)- Ensure CSS files containing
@variantare processed by@tailwindcss/vite(#19966)- Resolve imports relative to
basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)- Canonicalization: preserve significant
_whitespace in arbitrary values (#19986)- Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g.
w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)- Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g.
-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988)- Canonicalization: migrate arbitrary
:has()variants from[&:has(…)]tohas-[…](#19991)- Upgrade: don’t migrate inline
styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)- Allow multiple
@utilitydefinitions with the same name but different value types (#19777)- Export missing
PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)- Ensure
startandendlegacy utilities without values do not generate CSS (#20003)- Ensure
--value(…)is required in functional@utilitydefinitions (#20005)- Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g.
-left-[(var(--a)+var(--b))]) (#20011)
▶Commits
588bd734.3.0 (#20023)d194d4cdocs: fix various typos in comments and documentation (#19878)db27049fix(@tailwindcss/vite): include@variantin feature detection (#19966)5a79990Always resolve relative files, relative to the current .css file (#19965)f3fdda2fix(vite): avoid resolving JS plugins to browser CSS entries (#19949)- See full diff in compare view
Updates react from 19.2.5 to 19.2.6
▶Release notes
Sourced from react's releases.
19.2.6 (May 6th, 2026)
React Server Components
- Type hardening and performance improvements (#36425 by
@eps1lonand@unstubbable)
▶Commits
eaf3e95Version 19.2.6- See full diff in compare view
Updates react-dom from 19.2.5 to 19.2.6
▶Release notes
Sourced from react-dom's releases.
19.2.6 (May 6th, 2026)
React Server Components
- Type hardening and performance improvements (#36425 by
@eps1lonand@unstubbable)
▶Commits
eaf3e95Version 19.2.6- See full diff in compare view
Updates tailwind-merge from 3.5.0 to 3.6.0
▶Release notes
Sourced from tailwind-merge's releases.
v3.6.0
New Features
- Add support for Tailwind CSS v4.3 by
@dcastilin dcastil/tailwind-merge#677
- Add
postfixLookupClassGroupsoption to config to support Tailwind utilities where a slash is part of the full class name, like named container queries- Add support for readonly array values by
@unionalin dcastil/tailwind-merge#652Documentation
- Fix broken links in README by
@maurer2in dcastil/tailwind-merge#662Other
- Harden internal CI pipeline security by omitting git checkout by
@dcastil, suggested by@kyletayloredin https://github.com/dcastil/tailwind-merge/commit/6b2499c10cf52bed42426d30b4219e90374b30d6Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.5.0...v3.6.0
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraph,@mike-healyand more via@thnxdevfor sponsoring tailwind-merge! ❤️
▶Commits
d54f7e5v3.6.0638871aUpdate README to add info about Tailwind CSS v4.3 support39fc7b5Revert "v3.6.0"bd8390fv3.6.0802877cadd v3.6.0 changeloga35fedaMerge pull request #665 from dcastil/renovate/rollup-plugin-babel-7.x940389cMerge pull request #667 from dcastil/renovate/release-drafter-release-drafter...005af6dpin to specific version5816cedimplement breaking changes17041e1Merge pull request #676 from dcastil/dependabot/npm_and_yarn/babel/plugin-tra...- Additional commits viewable in compare view
Updates tailwindcss from 4.2.4 to 4.3.0
▶Release notes
Sourced from tailwindcss's releases.
v4.3.0
Added
- Add
@container-sizeutility (#18901)- Add
scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)- Add
scrollbar-gutter-*utilities (#20018)- Add
zoom-*utilities (#20020)- Add
tab-*utilities (#20022)- Allow using
@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)- Allow using
@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)- Support
--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
- Ensure
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)- Fix relative
@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)- Ensure CSS files containing
@variantare processed by@tailwindcss/vite(#19966)- Resolve imports relative to
basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)- Canonicalization: preserve significant
_whitespace in arbitrary values (#19986)- Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g.
w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)- Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g.
-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988)- Canonicalization: migrate arbitrary
:has()variants from[&:has(…)]tohas-[…](#19991)- Upgrade: don’t migrate inline
styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)- Allow multiple
@utilitydefinitions with the same name but different value types (#19777)- Export missing
PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)- Ensure
startandendlegacy utilities without values do not generate CSS (#20003)- Ensure
--value(…)is required in functional@utilitydefinitions (#20005)- Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g.
-left-[(var(--a)+var(--b))]) (#20011)
▶Changelog
Sourced from tailwindcss's changelog.
[4.3.0] - 2026-05-08
Added
- Add
@container-sizeutility (#18901)- Add
scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)- Add
scrollbar-gutter-*utilities (#20018)- Add
zoom-*utilities (#20020)- Add
tab-*utilities (#20022)- Allow using
@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)- Allow using
@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)- Support
--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
- Ensure
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)- Fix relative
@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)- Ensure CSS files containing
@variantare processed by@tailwindcss/vite(#19966)- Resolve imports relative to
basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)- Canonicalization: preserve significant
_whitespace in arbitrary values (#19986)- Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g.
w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)- Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g.
-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988)- Canonicalization: migrate arbitrary
:has()variants from[&:has(…)]tohas-[…](#19991)- Upgrade: don’t migrate inline
styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)- Allow multiple
@utilitydefinitions with the same name but different value types (#19777)- Export missing
PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)- Ensure
startandendlegacy utilities without values do not generate CSS (#20003)- Ensure
--value(…)is required in functional@utilitydefinitions (#20005)- Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g.
-left-[(var(--a)+var(--b))]) (#20011)
▶Commits
588bd734.3.0 (#20023)59936c6Addtab-*utilities (#20022)90a2373addzoom-*utilities (#20020)2e1ccf7Addscrollbar-gutter-*utilities (#20018)754e751Use non-existing example in tests (#20021)12eb5aeCleanup noisy test output (#20015)4255671Improve snapshot tests (#20013)8c77989Ensure math operators are surrounded by whitespace in arbitrary values (#20011)b4db3b9Add scrollbar-width and scrollbar-color utilities (#19981)08cad84Support--default(…)in--value(…)and--modifier(…)to support fallbac...- Additional commits viewable in compare view
Updates vite from 8.0.10 to 8.0.12
▶Release notes
Sourced from vite's releases.
v8.0.12
Please refer to CHANGELOG.md for details.
v8.0.11
Please refer to CHANGELOG.md for details.
▶Changelog
Sourced from vite's changelog.
8.0.12 (2026-05-11)
Features
Bug Fixes
- deps: update all non-major dependencies (#22420) (2be6000)
- module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#22369) (f5a22e6)
- refer to
rolldownOptionsinstead of deprecatedrollupOptionsin messages (#22400) (b675c7b)- worker: apply
build.targetto worker bundle (#22404) (3c93fde)- worker: forward define to worker bundle transform (#22408) (d4838a0)
Miscellaneous Chores
- deps: update dependency eslint-plugin-n to v18 (#22423) (2fe7bd2)
- deps: update rolldown-related dependencies (#22421) (66b9eb3)
8.0.11 (2026-05-07)
Features
Bug Fixes
- deps: update all non-major dependencies (#22334) (672c962)
- deps: update all non-major dependencies (#22382) (5c0cfcb)
- glob: align hmr matcher options with glob enumeration (#22306) (30028f9)
- make separate object instance for each environment (#22276) (7c2aa3b)
Documentation
- create-vite: list react-compiler templates in README (#22347) (7c3a61f)
- explain mergeConfig skips null/undefined (#22325) (2151f70)
- mention native config loader in CLI options (#22348) (0420c5d)
- update evan's x handle (640202a)
Miscellaneous Chores
- deps: update dependency tsdown to ^0.21.10 (#22333) (3b51e05)
- deps: update rolldown-related dependencies (#22383) (555ff36)
- deps: update transitive packages to fix npm audit alerts (#22316) (86aee62)
Code Refactoring
- devtools integration (#22312) (3c8bf06)
- remove unnecessary async (#22296) (b31fd35)
- show direct path type in bad character warning (#22339) (0c162e9)
Tests
... (truncated)
▶Commits
4dce8b4release: v8.0.12b675c7bfix: refer torolldownOptionsinstead of deprecatedrollupOptionsin mess...66b9eb3chore(deps): update rolldown-related dependencies (#22421)2fe7bd2chore(deps): update dependency eslint-plugin-n to v18 (#22423)2be6000fix(deps): update all non-major dependencies (#22420)d4838a0fix(worker): forward define to worker bundle transform (#22408)cf0ff41feat: update rolldown to 1.0.0 (#22401)3c93fdefix(worker): applybuild.targetto worker bundle (#22404)f5a22e6fix(module-runner): prevent partial-exports race on concurrent imports of in-...66f3194release: v8.0.11- Additional commits viewable in compare view
Updates @types/node from 25.6.0 to 25.6.2
▶Commits
- See full diff in compare view
Updates typescript-eslint from 8.59.1 to 8.59.2
▶Release notes
Sourced from typescript-eslint's releases.
v8.59.2
8.59.2 (2026-05-04)
🩹 Fixes
- eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)
- eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
- rule-tester: add TypeScript as a peer dependency (#12288)
❤️ Thank You
- Dariusz Czajkowski
- Dima Barabash
- Kirk Waiblinger
@kirkwaiblingerSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.59.2 (2026-05-04)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
2ec35f1chore(release): publish 8.59.2- See full diff in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.60.2 to 4.60.3
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
4.60.3
2026-05-04
Bug Fixes
- Ensure nested "exports" variables are not renamed (#6360)
Pull Requests
- #6360: fix: do not rename nested "exports" bindings that do not conflict (
@tariqrafique,@lukastaegert)- #6364: chore(deps): update msys2/setup-msys2 digest to e989830 (
@renovate[bot])- #6365: fix(deps): update minor/patch updates (
@renovate[bot])- #6366: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6367: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6368: docs: add missing backticks in
plugin-development(@lumirlumir,@lukastaegert)
▶Commits
b47bdab4.60.315c5f33Add again some unneeded dev dependencies, to make some builds succeed12195dcfix: do not rename nested "exports" bindings that do not conflict (#6360)b74aa39Migrate instructions to AGENTS.mdaa5a377fix(deps): update minor/patch updates (#6365)197e68bchore(deps): update msys2/setup-msys2 digest to e989830 (#6364)cded70afix(deps): update swc monorepo (major) (#6366)bb2b8a5docs: add missing backticks inplugin-development(#6368)20af1c4chore(deps): lock file maintenance (#6367)- See full diff in compare view
Updates @rollup/rollup-win32-x64-msvc from 4.60.2 to 4.60.3
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
4.60.3
2026-05-04
Bug Fixes
- Ensure nested "exports" variables are not renamed (#6360)
Pull Requests
- #6360: fix: do not rename nested "exports" bindings that do not conflict (
@tariqrafique,@lukastaegert)- #6364: chore(deps): update msys2/setup-msys2 digest to e989830 (
@renovate[bot])- #6365: fix(deps): update minor/patch updates (
@renovate[bot])- #6366: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6367: chore(deps): lock file maintenance (
@renovate[bot],@lukastaegert)- #6368: docs: add missing backticks in
plugin-development(@lumirlumir,@lukastaegert)
▶Commits
b47bdab4.60.315c5f33Add again some unneeded dev dependencies, to make some builds succeed12195dcfix: do not rename nested "exports" bindings that do not conflict (#6360)b74aa39Migrate instructions to AGENTS.mdaa5a377fix(deps): update minor/patch updates (#6365)197e68bchore(deps): update msys2/setup-msys2 dig...Description has been truncated