-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Optimize code style and make cargo clippy #2796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tools-cx-app
commented
Oct 12, 2025
- chore: make cargo clippy happy
- chore: Optimize import
- Format as a standard import
Co-authored-by: Ylarod <[email protected]>
Remove init_driver_fd function for non-linux/android targets
…#2829) Bumps the actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` | | [actions/setup-java](https://github.com/actions/setup-java) | `4` | `5` | | [gradle/actions](https://github.com/gradle/actions) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `4` | Updates `actions/checkout` from 4 to 5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> <li>Prepare v5.0.0 release by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li> </ul> <h2>⚠️ Minimum Compatible Runner Version</h2> <p><strong>v2.327.1</strong><br /> <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <p>Make sure your runner is updated to this version or newer to use this release.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@motss</code></a> in <a href="https://github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> <li>Prepare release v4.3.0 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/checkout/pull/2237">actions/checkout#2237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/motss"><code>@motss</code></a> made their first contribution in <a href="https://github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li><a href="https://github.com/mouismail"><code>@mouismail</code></a> made their first contribution in <a href="https://github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li><a href="https://github.com/benwells"><code>@benwells</code></a> made their first contribution in <a href="https://github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li><a href="https://github.com/nebuk89"><code>@nebuk89</code></a> made their first contribution in <a href="https://github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v4.3.0">https://github.com/actions/checkout/compare/v4...v4.3.0</a></p> <h2>v4.2.2</h2> <h2>What's Changed</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p> <h2>v4.2.1</h2> <h2>What's Changed</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jcambass"><code>@Jcambass</code></a> made their first contribution in <a href="https://github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@motss</code></a> in <a href="https://github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@lucacome</code></a> in <a href="https://github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>- <a href="https://github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> <li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li> </ul> <h2>v4.1.4</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> </ul> <h2>v4.1.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"><code>08c6903</code></a> Prepare v5.0.0 release (<a href="https://github.com/actions/checkout/issues/2238">#2238</a>)</li> <li><a href="https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917"><code>9f26565</code></a> Update actions checkout to use node 24 (<a href="https://github.com/actions/checkout/issues/2226">#2226</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v4...v5">compare view</a></li> </ul> </details> <br /> Updates `actions/upload-artifact` from 4 to 5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <p><strong>BREAKING CHANGE:</strong> this update supports Node <code>v24.x</code>. This is not a breaking change per-se but we're treating it as such.</p> <ul> <li>Update README.md by <a href="https://github.com/GhadimiR"><code>@GhadimiR</code></a> in <a href="https://github.com/actions/upload-artifact/pull/681">actions/upload-artifact#681</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://github.com/actions/upload-artifact/pull/712">actions/upload-artifact#712</a></li> <li>Readme: spell out the first use of GHES by <a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in <a href="https://github.com/actions/upload-artifact/pull/727">actions/upload-artifact#727</a></li> <li>Update GHES guidance to include reference to Node 20 version by <a href="https://github.com/patrikpolyak"><code>@patrikpolyak</code></a> in <a href="https://github.com/actions/upload-artifact/pull/725">actions/upload-artifact#725</a></li> <li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li> <li>Prepare <code>v5.0.0</code> by <a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in <a href="https://github.com/actions/upload-artifact/pull/734">actions/upload-artifact#734</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/GhadimiR"><code>@GhadimiR</code></a> made their first contribution in <a href="https://github.com/actions/upload-artifact/pull/681">actions/upload-artifact#681</a></li> <li><a href="https://github.com/nebuk89"><code>@nebuk89</code></a> made their first contribution in <a href="https://github.com/actions/upload-artifact/pull/712">actions/upload-artifact#712</a></li> <li><a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> made their first contribution in <a href="https://github.com/actions/upload-artifact/pull/727">actions/upload-artifact#727</a></li> <li><a href="https://github.com/patrikpolyak"><code>@patrikpolyak</code></a> made their first contribution in <a href="https://github.com/actions/upload-artifact/pull/725">actions/upload-artifact#725</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4...v5.0.0">https://github.com/actions/upload-artifact/compare/v4...v5.0.0</a></p> <h2>v4.6.2</h2> <h2>What's Changed</h2> <ul> <li>Update to use artifact 2.3.2 package & prepare for new upload-artifact release by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/upload-artifact/pull/685">actions/upload-artifact#685</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://github.com/actions/upload-artifact/pull/685">actions/upload-artifact#685</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4...v4.6.2">https://github.com/actions/upload-artifact/compare/v4...v4.6.2</a></p> <h2>v4.6.1</h2> <h2>What's Changed</h2> <ul> <li>Update to use artifact 2.2.2 package by <a href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a href="https://github.com/actions/upload-artifact/pull/673">actions/upload-artifact#673</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4...v4.6.1">https://github.com/actions/upload-artifact/compare/v4...v4.6.1</a></p> <h2>v4.6.0</h2> <h2>What's Changed</h2> <ul> <li>Expose env vars to control concurrency and timeout by <a href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a href="https://github.com/actions/upload-artifact/pull/662">actions/upload-artifact#662</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4...v4.6.0">https://github.com/actions/upload-artifact/compare/v4...v4.6.0</a></p> <h2>v4.5.0</h2> <h2>What's Changed</h2> <ul> <li>fix: deprecated <code>Node.js</code> version in action by <a href="https://github.com/hamirmahal"><code>@hamirmahal</code></a> in <a href="https://github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li> <li>Add new <code>artifact-digest</code> output by <a href="https://github.com/bdehamer"><code>@bdehamer</code></a> in <a href="https://github.com/actions/upload-artifact/pull/656">actions/upload-artifact#656</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hamirmahal"><code>@hamirmahal</code></a> made their first contribution in <a href="https://github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/330a01c490aca151604b8cf639adc76d48f6c5d4"><code>330a01c</code></a> Merge pull request <a href="https://github.com/actions/upload-artifact/issues/734">#734</a> from actions/danwkennedy/prepare-5.0.0</li> <li><a href="https://github.com/actions/upload-artifact/commit/03f282445299bbefc96171af272a984663b63a26"><code>03f2824</code></a> Update <code>github.dep.yml</code></li> <li><a href="https://github.com/actions/upload-artifact/commit/905a1ecb5915b264cbc519e4eb415b5d82916018"><code>905a1ec</code></a> Prepare <code>v5.0.0</code></li> <li><a href="https://github.com/actions/upload-artifact/commit/2d9f9cdfa99fedaddba68e9b5b5c281eca26cc63"><code>2d9f9cd</code></a> Merge pull request <a href="https://github.com/actions/upload-artifact/issues/725">#725</a> from patrikpolyak/patch-1</li> <li><a href="https://github.com/actions/upload-artifact/commit/9687587dec67f2a8bc69104e183d311c42af6d6f"><code>9687587</code></a> Merge branch 'main' into patch-1</li> <li><a href="https://github.com/actions/upload-artifact/commit/2848b2cda0e5190984587ec6bb1f36730ca78d50"><code>2848b2c</code></a> Merge pull request <a href="https://github.com/actions/upload-artifact/issues/727">#727</a> from danwkennedy/patch-1</li> <li><a href="https://github.com/actions/upload-artifact/commit/9b511775fd9ce8c5710b38eea671f856de0e70a7"><code>9b51177</code></a> Spell out the first use of GHES</li> <li><a href="https://github.com/actions/upload-artifact/commit/cd231ca1eda77976a84805c4194a1954f56b0727"><code>cd231ca</code></a> Update GHES guidance to include reference to Node 20 version</li> <li><a href="https://github.com/actions/upload-artifact/commit/de65e23aa2b7e23d713bb51fbfcb6d502f8667d8"><code>de65e23</code></a> Merge pull request <a href="https://github.com/actions/upload-artifact/issues/712">#712</a> from actions/nebuk89-patch-1</li> <li><a href="https://github.com/actions/upload-artifact/commit/8747d8cd7632611ad6060b528f3e0f654c98869c"><code>8747d8c</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v4...v5">compare view</a></li> </ul> </details> <br /> Updates `actions/download-artifact` from 4 to 6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <p><strong>BREAKING CHANGE:</strong> this update supports Node <code>v24.x</code>. This is not a breaking change per-se but we're treating it as such.</p> <ul> <li>Update README for download-artifact v5 changes by <a href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a href="https://github.com/actions/download-artifact/pull/417">actions/download-artifact#417</a></li> <li>Update README with artifact extraction details by <a href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a href="https://github.com/actions/download-artifact/pull/424">actions/download-artifact#424</a></li> <li>Readme: spell out the first use of GHES by <a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in <a href="https://github.com/actions/download-artifact/pull/431">actions/download-artifact#431</a></li> <li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li> <li>Prepare <code>v6.0.0</code> by <a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in <a href="https://github.com/actions/download-artifact/pull/438">actions/download-artifact#438</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> made their first contribution in <a href="https://github.com/actions/download-artifact/pull/431">actions/download-artifact#431</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/download-artifact/compare/v5...v6.0.0">https://github.com/actions/download-artifact/compare/v5...v6.0.0</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://github.com/actions/download-artifact/pull/407">actions/download-artifact#407</a></li> <li>BREAKING fix: inconsistent path behavior for single artifact downloads by ID by <a href="https://github.com/GrantBirki"><code>@GrantBirki</code></a> in <a href="https://github.com/actions/download-artifact/pull/416">actions/download-artifact#416</a></li> </ul> <h2>v5.0.0</h2> <h3>🚨 Breaking Change</h3> <p>This release fixes an inconsistency in path behavior for single artifact downloads by ID. <strong>If you're downloading single artifacts by ID, the output path may change.</strong></p> <h4>What Changed</h4> <p>Previously, <strong>single artifact downloads</strong> behaved differently depending on how you specified the artifact:</p> <ul> <li><strong>By name</strong>: <code>name: my-artifact</code> → extracted to <code>path/</code> (direct)</li> <li><strong>By ID</strong>: <code>artifact-ids: 12345</code> → extracted to <code>path/my-artifact/</code> (nested)</li> </ul> <p>Now both methods are consistent:</p> <ul> <li><strong>By name</strong>: <code>name: my-artifact</code> → extracted to <code>path/</code> (unchanged)</li> <li><strong>By ID</strong>: <code>artifact-ids: 12345</code> → extracted to <code>path/</code> (fixed - now direct)</li> </ul> <h4>Migration Guide</h4> <h5>✅ No Action Needed If:</h5> <ul> <li>You download artifacts by <strong>name</strong></li> <li>You download <strong>multiple</strong> artifacts by ID</li> <li>You already use <code>merge-multiple: true</code> as a workaround</li> </ul> <h5>⚠️ Action Required If:</h5> <p>You download <strong>single artifacts by ID</strong> and your workflows expect the nested directory structure.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/download-artifact/commit/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"><code>018cc2c</code></a> Merge pull request <a href="https://github.com/actions/download-artifact/issues/438">#438</a> from actions/danwkennedy/prepare-6.0.0</li> <li><a href="https://github.com/actions/download-artifact/commit/815651c680ffe1c95719d0ed08aba1a2f9d5c177"><code>815651c</code></a> Revert "Remove <code>github.dep.yml</code>"</li> <li><a href="https://github.com/actions/download-artifact/commit/bb3a066a8babc8ed7b3e4218896c548fe34e7115"><code>bb3a066</code></a> Remove <code>github.dep.yml</code></li> <li><a href="https://github.com/actions/download-artifact/commit/fa1ce46bbd11b8387539af12741055a76dfdf804"><code>fa1ce46</code></a> Prepare <code>v6.0.0</code></li> <li><a href="https://github.com/actions/download-artifact/commit/4a24838f3d5601fd639834081e118c2995d51e1c"><code>4a24838</code></a> Merge pull request <a href="https://github.com/actions/download-artifact/issues/431">#431</a> from danwkennedy/patch-1</li> <li><a href="https://github.com/actions/download-artifact/commit/5e3251c4ff5a32e4cf8dd4adaee0e692365237ae"><code>5e3251c</code></a> Readme: spell out the first use of GHES</li> <li><a href="https://github.com/actions/download-artifact/commit/abefc31eafcfbdf6c5336127c1346fdae79ff41c"><code>abefc31</code></a> Merge pull request <a href="https://github.com/actions/download-artifact/issues/424">#424</a> from actions/yacaovsnc/update_readme</li> <li><a href="https://github.com/actions/download-artifact/commit/ac43a6070aa7db8a41e756e7a2846221edca7027"><code>ac43a60</code></a> Update README with artifact extraction details</li> <li><a href="https://github.com/actions/download-artifact/commit/de96f4613b77ec03b5cf633e7c350c32bd3c5660"><code>de96f46</code></a> Merge pull request <a href="https://github.com/actions/download-artifact/issues/417">#417</a> from actions/yacaovsnc/update_readme</li> <li><a href="https://github.com/actions/download-artifact/commit/7993cb44e9052f2f08f9b828ae5ef3ecca7d2ac7"><code>7993cb4</code></a> Remove migration guide for artifact download changes</li> <li>Additional commits viewable in <a href="https://github.com/actions/download-artifact/compare/v4...v6">compare view</a></li> </ul> </details> <br /> Updates `actions/setup-java` from 4 to 5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Upgrade to node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/setup-java/pull/888">actions/setup-java#888</a></li> </ul> <p>Make sure your runner is updated to this version or newer to use this release. v2.327.1 <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <h3>Dependency Upgrades</h3> <ul> <li>Upgrade Publish Immutable Action by <a href="https://github.com/HarithaVattikuti"><code>@HarithaVattikuti</code></a> in <a href="https://github.com/actions/setup-java/pull/798">actions/setup-java#798</a></li> <li>Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-java/pull/730">actions/setup-java#730</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-java/pull/833">actions/setup-java#833</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> in <a href="https://github.com/actions/setup-java/pull/887">actions/setup-java#887</a></li> <li>Upgrade actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-java/pull/896">actions/setup-java#896</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Prevent default installation of JetBrains pre-releases by <a href="https://github.com/priyagupta108"><code>@priyagupta108</code></a> in <a href="https://github.com/actions/setup-java/pull/859">actions/setup-java#859</a></li> <li>Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by <a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> in <a href="https://github.com/actions/setup-java/pull/848">actions/setup-java#848</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> made their first contribution in <a href="https://github.com/actions/setup-java/pull/848">actions/setup-java#848</a></li> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://github.com/actions/setup-java/pull/888">actions/setup-java#888</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v4...v5.0.0">https://github.com/actions/setup-java/compare/v4...v5.0.0</a></p> <h2>v4.7.1</h2> <h2>What's Changed</h2> <h3>Documentation changes</h3> <ul> <li>Add Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://github.com/actions/setup-java/pull/704">actions/setup-java#704</a></li> <li>Remove duplicated GraalVM section in documentation by <a href="https://github.com/Marcono1234"><code>@Marcono1234</code></a> in <a href="https://github.com/actions/setup-java/pull/716">actions/setup-java#716</a></li> </ul> <h3>Dependency updates:</h3> <ul> <li>Upgrade <code>@action/cache</code> from 4.0.0 to 4.0.2 by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://github.com/actions/setup-java/pull/766">actions/setup-java#766</a></li> <li>Upgrade <code>@actions/glob</code> from 0.4.0 to 0.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-java/pull/744">actions/setup-java#744</a></li> <li>Upgrade ts-jest from 29.1.2 to 29.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-java/pull/743">actions/setup-java#743</a></li> <li>Upgrade <code>@action/cache</code> to 4.0.3 by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://github.com/actions/setup-java/pull/773">actions/setup-java#773</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v4...v4.7.1">https://github.com/actions/setup-java/compare/v4...v4.7.1</a></p> <h2>v4.7.0</h2> <h2>What's Changed</h2> <ul> <li>Configure Dependabot settings by <a href="https://github.com/HarithaVattikuti"><code>@HarithaVattikuti</code></a> in <a href="https://github.com/actions/setup-java/pull/722">actions/setup-java#722</a></li> <li>README Update: Added a permissions section by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://github.com/actions/setup-java/pull/723">actions/setup-java#723</a></li> <li>Upgrade <code>cache</code> from version 3.2.4 to 4.0.0 by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://github.com/actions/setup-java/pull/724">actions/setup-java#724</a></li> <li>Upgrade <code>@actions/http-client</code> from 2.2.1 to 2.2.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-java/pull/728">actions/setup-java#728</a></li> <li>Upgrade <code>actions/publish-immutable-action</code> from 0.0.3 to 0.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-java/pull/727">actions/setup-java#727</a></li> <li>Upgrade <code>@types/jest</code> from 29.5.12 to 29.5.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-java/pull/729">actions/setup-java#729</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-java/commit/dded0888837ed1f317902acf8a20df0ad188d165"><code>dded088</code></a> Bump actions/checkout from 4 to 5 (<a href="https://github.com/actions/setup-java/issues/896">#896</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/0913e9a06eb8b69c62db76aa61f580c2b3a5b4e0"><code>0913e9a</code></a> Upgrade to node 24 (<a href="https://github.com/actions/setup-java/issues/888">#888</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/e9343db97e09d87a3c50e544105d99fe912c204b"><code>e9343db</code></a> Bumps form-data (<a href="https://github.com/actions/setup-java/issues/887">#887</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597"><code>ae2b61d</code></a> Bump undici from 5.28.5 to 5.29.0 (<a href="https://github.com/actions/setup-java/issues/833">#833</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/c190c18febcf6c040d80b10ea201a05a2c320263"><code>c190c18</code></a> Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (<a href="https://github.com/actions/setup-java/issues/730">#730</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/67aec007b3fcabe15ca665bfccc1e255dd52e30d"><code>67aec00</code></a> Fix: prevent default installation of JetBrains pre-releases (<a href="https://github.com/actions/setup-java/issues/859">#859</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/ebb356cc4e59bcf94f518203228485f5d40e4b58"><code>ebb356c</code></a> Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failu...</li> <li><a href="https://github.com/actions/setup-java/commit/f4f1212c880fdec8162ea9a6493f4495191887b4"><code>f4f1212</code></a> Update publish-immutable-actions.yml (<a href="https://github.com/actions/setup-java/issues/798">#798</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-java/compare/v4...v5">compare view</a></li> </ul> </details> <br /> Updates `gradle/actions` from 4 to 5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gradle/actions/releases">gradle/actions's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Upgrade to node 24 by <a href="https://github.com/amyu"><code>@amyu</code></a> in <a href="https://github.com/gradle/actions/pull/721">gradle/actions#721</a></li> </ul> <p>Make sure your runner is updated to this version or newer to use this release. v2.327.1 <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <h3>Dependency upgrades</h3> <ul> <li>Bump the github-actions group across 1 directory with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/748">gradle/actions#748</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gradle/actions/compare/v4...v5.0.0">https://github.com/gradle/actions/compare/v4...v5.0.0</a></p> <h2>v4.4.4</h2> <h2>What's Changed</h2> <ul> <li>Bump the github-actions group across 2 directories with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/726">gradle/actions#726</a></li> <li>Regenerating package lock by <a href="https://github.com/cdsap"><code>@cdsap</code></a> in <a href="https://github.com/gradle/actions/pull/729">gradle/actions#729</a></li> <li>Update known wrapper checksums by <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/730">gradle/actions#730</a></li> <li>Bump the github-actions group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/735">gradle/actions#735</a></li> <li>Bump the gradle group across 3 directories with 1 update by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/734">gradle/actions#734</a></li> <li>Bump the npm-dependencies group in /sources with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/733">gradle/actions#733</a></li> <li>Bump references to Develocity Gradle plugin from 4.1.1 to 4.2 by <a href="https://github.com/bot-githubaction"><code>@bot-githubaction</code></a> in <a href="https://github.com/gradle/actions/pull/736">gradle/actions#736</a></li> <li>Handle gracefully parse errors in checksum file by <a href="https://github.com/jprinet"><code>@jprinet</code></a> in <a href="https://github.com/gradle/actions/pull/737">gradle/actions#737</a></li> <li>Bump Gradle Wrapper from 9.0.0 to 9.1.0 in /.github/workflow-samples/kotlin-dsl by <a href="https://github.com/bot-githubaction"><code>@bot-githubaction</code></a> in <a href="https://github.com/gradle/actions/pull/742">gradle/actions#742</a></li> <li>Bump Gradle Wrapper from 9.0.0 to 9.1.0 in /.github/workflow-samples/java-toolchain by <a href="https://github.com/bot-githubaction"><code>@bot-githubaction</code></a> in <a href="https://github.com/gradle/actions/pull/741">gradle/actions#741</a></li> <li>Bump Gradle Wrapper from 9.0.0 to 9.1.0 in /.github/workflow-samples/groovy-dsl by <a href="https://github.com/bot-githubaction"><code>@bot-githubaction</code></a> in <a href="https://github.com/gradle/actions/pull/740">gradle/actions#740</a></li> <li>Bump Gradle Wrapper from 9.0.0 to 9.1.0 in /.github/workflow-samples/gradle-plugin by <a href="https://github.com/bot-githubaction"><code>@bot-githubaction</code></a> in <a href="https://github.com/gradle/actions/pull/739">gradle/actions#739</a></li> <li>Bump Gradle Wrapper from 9.0.0 to 9.1.0 in /sources/test/init-scripts by <a href="https://github.com/bot-githubaction"><code>@bot-githubaction</code></a> in <a href="https://github.com/gradle/actions/pull/738">gradle/actions#738</a></li> <li>Update known wrapper checksums by <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/743">gradle/actions#743</a></li> <li>Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre in /.github/workflow-samples/kotlin-dsl in the gradle group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/746">gradle/actions#746</a></li> <li>Bump the npm-dependencies group in /sources with 5 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/745">gradle/actions#745</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gradle/actions/compare/v4...v4.4.4">https://github.com/gradle/actions/compare/v4...v4.4.4</a></p> <h2>v4.4.3</h2> <h2>What's Changed</h2> <ul> <li>Adapt tests to future new Build Scan publication message by <a href="https://github.com/alextu"><code>@alextu</code></a> in <a href="https://github.com/gradle/actions/pull/708">gradle/actions#708</a></li> <li>Add missing Gradle version input to setup-gradle by <a href="https://github.com/jprinet"><code>@jprinet</code></a> in <a href="https://github.com/gradle/actions/pull/713">gradle/actions#713</a></li> <li>Bump the github-actions group across 2 directories with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/710">gradle/actions#710</a></li> <li>Bump references to Develocity Gradle plugin from 4.1 to 4.1.1 by <a href="https://github.com/bot-githubaction"><code>@bot-githubaction</code></a> in <a href="https://github.com/gradle/actions/pull/712">gradle/actions#712</a></li> <li>Update known wrapper checksums by <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/709">gradle/actions#709</a></li> <li>Bump the npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/711">gradle/actions#711</a></li> <li>Do not run setup-gradle post action if workflow is cancelled by <a href="https://github.com/jprinet"><code>@jprinet</code></a> in <a href="https://github.com/gradle/actions/pull/716">gradle/actions#716</a></li> <li>Bump the github-actions group across 2 directories with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/715">gradle/actions#715</a></li> <li>Bump the npm-dependencies group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/720">gradle/actions#720</a></li> <li>Bump github/codeql-action from 3.29.11 to 3.30.0 in the github-actions group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/719">gradle/actions#719</a></li> <li>Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.19.2 to 2.20.0 in /sources/test/init-scripts in the gradle group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/718">gradle/actions#718</a></li> <li>Update known wrapper checksums by <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot] in <a href="https://github.com/gradle/actions/pull/723">gradle/actions#723</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gradle/actions/commit/4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2"><code>4d9f0ba</code></a> Bump the github-actions group across 1 directory with 2 updates (<a href="https://github.com/gradle/actions/issues/748">#748</a>)</li> <li><a href="https://github.com/gradle/actions/commit/4b530e369bfef1ac8fc2160ec97b9fda1ccd9901"><code>4b530e3</code></a> Bump the github-actions group across 1 directory with 2 updates</li> <li><a href="https://github.com/gradle/actions/commit/e60655a8a03bf3b9a7ff400dc5ef49bed725bec8"><code>e60655a</code></a> Upgrade to node 24 (<a href="https://github.com/gradle/actions/issues/721">#721</a>)</li> <li>See full diff in <a href="https://github.com/gradle/actions/compare/v4...v5">compare view</a></li> </ul> </details> <br /> Updates `actions/setup-node` from 4 to 6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <p><strong>Breaking Changes</strong></p> <ul> <li>Limit automatic caching to npm, update workflows and documentation by <a href="https://github.com/priyagupta108"><code>@priyagupta108</code></a> in <a href="https://github.com/actions/setup-node/pull/1374">actions/setup-node#1374</a></li> </ul> <p><strong>Dependency Upgrades</strong></p> <ul> <li>Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-node/pull/1336">#1336</a></li> <li>Upgrade prettier from 2.8.8 to 3.6.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-node/pull/1334">#1334</a></li> <li>Upgrade actions/publish-action from 0.3.0 to 0.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-node/pull/1362">#1362</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v5...v6.0.0">https://github.com/actions/setup-node/compare/v5...v6.0.0</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Enhance caching in setup-node with automatic package manager detection by <a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> in <a href="https://github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li> </ul> <p>This update, introduces automatic caching when a valid <code>packageManager</code> field is present in your <code>package.json</code>. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set <code>package-manager-cache: false</code></p> <pre lang="yaml"><code>steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: package-manager-cache: false </code></pre> <ul> <li>Upgrade action to use node24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li> </ul> <p>Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. <a href="https://github.com/actions/runner/releases/tag/v2.327.1">See Release Notes</a></p> <h3>Dependency Upgrades</h3> <ul> <li>Upgrade <code>@octokit/request-error</code> and <code>@actions/github</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-node/pull/1227">actions/setup-node#1227</a></li> <li>Upgrade uuid from 9.0.1 to 11.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-node/pull/1273">actions/setup-node#1273</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-node/pull/1295">actions/setup-node#1295</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> in <a href="https://github.com/actions/setup-node/pull/1332">actions/setup-node#1332</a></li> <li>Upgrade actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/actions/setup-node/pull/1345">actions/setup-node#1345</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> made their first contribution in <a href="https://github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v4...v5.0.0">https://github.com/actions/setup-node/compare/v4...v5.0.0</a></p> <h2>v4.4.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/2028fbc5c25fe9cf00d9f06a71cc4710d4507903"><code>2028fbc</code></a> Limit automatic caching to npm, update workflows and documentation (<a href="https://github.com/actions/setup-node/issues/1374">#1374</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/13427813f706a0f6c9b74603b31103c40ab1c35a"><code>1342781</code></a> Bump actions/publish-action from 0.3.0 to 0.4.0 (<a href="https://github.com/actions/setup-node/issues/1362">#1362</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/89d709d423dc495668cd762a18dd4a070611be3f"><code>89d709d</code></a> Bump prettier from 2.8.8 to 3.6.2 (<a href="https://github.com/actions/setup-node/issues/1334">#1334</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/cd2651c46231bc0d6f48d6b34433b845331235fe"><code>cd2651c</code></a> Bump ts-jest from 29.1.2 to 29.4.1 (<a href="https://github.com/actions/setup-node/issues/1336">#1336</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/a0853c24544627f65ddf259abe73b1d18a591444"><code>a0853c2</code></a> Bump actions/checkout from 4 to 5 (<a href="https://github.com/actions/setup-node/issues/1345">#1345</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/b7234cc9fe124f0f4932554b4e5284543083ae7b"><code>b7234cc</code></a> Upgrade action to use node24 (<a href="https://github.com/actions/setup-node/issues/1325">#1325</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/d7a11313b581b306c961b506cfc8971208bb03f6"><code>d7a1131</code></a> Enhance caching in setup-node with automatic package manager detection (<a href="https://github.com/actions/setup-node/issues/1348">#1348</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/5e2628c959b9ade56971c0afcebbe5332d44b398"><code>5e2628c</code></a> Bumps form-data (<a href="https://github.com/actions/setup-node/issues/1332">#1332</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/65beceff8e91358525397bdce9103d999507ab03"><code>65becef</code></a> Bump undici from 5.28.5 to 5.29.0 (<a href="https://github.com/actions/setup-node/issues/1295">#1295</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/7e24a656e1c7a0d6f3eaef8d8e84ae379a5b035b"><code>7e24a65</code></a> Bump uuid from 9.0.1 to 11.1.0 (<a href="https://github.com/actions/setup-node/issues/1273">#1273</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v4...v6">compare view</a></li> </ul> </details> <br /> Updates `actions/upload-pages-artifact` from 3 to 4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-pages-artifact/releases">actions/upload-pages-artifact's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by <a href="https://github.com/tsusdere"><code>@tsusdere</code></a> in <a href="https://github.com/actions/upload-pages-artifact/pull/102">actions/upload-pages-artifact#102</a> If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements <a href="https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation">https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation</a></li> <li>Pin <code>actions/upload-artifact</code> to SHA by <a href="https://github.com/heavymachinery"><code>@heavymachinery</code></a> in <a href="https://github.com/actions/upload-pages-artifact/pull/127">actions/upload-pages-artifact#127</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-pages-artifact/compare/v3.0.1...v4.0.0">https://github.com/actions/upload-pages-artifact/compare/v3.0.1...v4.0.0</a></p> <h2>v3.0.1</h2> <h1>Changelog</h1> <ul> <li>Group tar's output to prevent it from messing up action logs <a href="https://github.com/SilverRainZ"><code>@SilverRainZ</code></a> (<a href="https://github.com/actions/upload-pages-artifact/issues/94">#94</a>)</li> <li>Update README.md <a href="https://github.com/uiolee"><code>@uiolee</code></a> (<a href="https://github.com/actions/upload-pages-artifact/issues/88">#88</a>)</li> <li>Bump the non-breaking-changes group with 1 update <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://github.com/actions/upload-pages-artifact/issues/92">#92</a>)</li> <li>Update Dependabot config to group non-breaking changes <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://github.com/actions/upload-pages-artifact/issues/91">#91</a>)</li> <li>Bump actions/checkout from 3 to 4 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://github.com/actions/upload-pages-artifact/issues/76">#76</a>)</li> </ul> <p>See details of <a href="https://github.com/actions/upload-pages-artifact/compare/v3.0.0...v3.0.1">all code changes</a> since previous release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-pages-artifact/commit/7b1f4a764d45c48632c6b24a0339c27f5614fb0b"><code>7b1f4a7</code></a> Merge pull request <a href="https://github.com/actions/upload-pages-artifact/issues/127">#127</a> from heavymachinery/pin-sha</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/4cc19c7d3f3e6c87c68366501382a03c8b1ba6db"><code>4cc19c7</code></a> Pin <code>actions/upload-artifact</code> to SHA</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/2d163be3ddce01512f3eea7ac5b7023b5d643ce1"><code>2d163be</code></a> Merge pull request <a href="https://github.com/actions/upload-pages-artifact/issues/107">#107</a> from KittyChiu/main</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/c70484322b1c476728dcd37fac23c4dea2a0c51a"><code>c704843</code></a> fix: linted README</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/9605915f1d2fc79418cdce4d5fbe80511c457655"><code>9605915</code></a> Merge pull request <a href="https://github.com/actions/upload-pages-artifact/issues/106">#106</a> from KittyChiu/kittychiu/update-readme-1</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/e59cdfe6d6b061aab8f0619e759cded914f3ab03"><code>e59cdfe</code></a> Update README.md</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/a2d67043267d885050434d297d3dd3a3a14fd899"><code>a2d6704</code></a> doc: updated usage section in readme</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/984864e7b70fb5cb764344dc9c4b5c087662ef50"><code>984864e</code></a> Merge pull request <a href="https://github.com/actions/upload-pages-artifact/issues/105">#105</a> from actions/Jcambass-patch-1</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/45dc78884ca148c05eddcd8ac0a804d3365e9014"><code>45dc788</code></a> Add workflow file for publishing releases to immutable action package</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/efaad07812d4b9ad2e8667cd46426fdfb7c22e22"><code>efaad07</code></a> Merge pull request <a href="https://github.com/actions/upload-pages-artifact/issues/102">#102</a> from actions/hidden-files</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-pages-artifact/compare/v3...v4">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ylarod <[email protected]>
…2827) Bumps the npm group with 17 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [vitepress](https://github.com/vuejs/vitepress) | `1.6.3` | `1.6.4` | | [vue](https://github.com/vuejs/core) | `3.5.14` | `3.5.22` | | [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.34` | `1.2.55` | | [@vue/devtools-api](https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api) | `7.7.6` | `7.7.7` | | [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.25.0` | `5.41.0` | | [birpc](https://github.com/antfu-collective/birpc) | `2.3.0` | `2.6.1` | | [focus-trap](https://github.com/focus-trap/focus-trap) | `7.6.4` | `7.6.5` | | [minisearch](https://github.com/lucaong/minisearch) | `7.1.2` | `7.2.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` | | [preact](https://github.com/preactjs/preact) | `10.26.6` | `10.27.2` | | [rollup](https://github.com/rollup/rollup) | `4.40.2` | `4.52.5` | | [superjson](https://github.com/blitz-js/superjson) | `2.2.2` | `2.2.3` | | [tabbable](https://github.com/focus-trap/tabbable) | `6.2.0` | `6.3.0` | | [unist-util-is](https://github.com/syntax-tree/unist-util-is) | `6.0.0` | `6.0.1` | | [unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents) | `6.0.1` | `6.0.2` | | [vfile-message](https://github.com/vfile/vfile-message) | `4.0.2` | `4.0.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.19` | `5.4.21` | Updates `vitepress` from 1.6.3 to 1.6.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/v1.6.4/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.6.3...v1.6.4">1.6.4</a> (2025-08-05)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/1fc537b78cda287fa23c1129a815ad9455fd8106"><code>1fc537b</code></a> release: v1.6.4</li> <li><a href="https://github.com/vuejs/vitepress/commit/e7a0ae8a090f07274cccd8591e57255ddde52227"><code>e7a0ae8</code></a> chore: error when trying <code>rolldown-vite</code> with vitepress v1 (<a href="https://github.com/vuejs/vitepress/issues/4888">#4888</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/vitepress/compare/v1.6.3...v1.6.4">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.5.14 to 3.5.22 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.5.22</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.21</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.20</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.19</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.18</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.17</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.16</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.15</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.21...v3.5.22">3.5.22</a> (2025-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> identifiers in switch-case should not be inferred as references (<a href="https://github.com/vuejs/core/issues/13923">#13923</a>) (<a href="https://github.com/vuejs/core/commit/5953c9ff90090e128372f645d377bd99137a5fb4">5953c9f</a>)</li> <li><strong>compiler-dom:</strong> nodes with v-once shouldn't be stringified (<a href="https://github.com/vuejs/core/issues/13878">#13878</a>) (<a href="https://github.com/vuejs/core/commit/95c197560409f5d39a0d376c0a43d89a47a604e8">95c1975</a>)</li> <li><strong>compiler-sfc:</strong> add support for <code>@vue-ignore</code> in runtime type resolution (<a href="https://github.com/vuejs/core/issues/13906">#13906</a>) (<a href="https://github.com/vuejs/core/commit/ba7f7f90f689f6e7e0417a192d081db542de28ec">ba7f7f9</a>)</li> <li><strong>compiler-sfc:</strong> enhance inferRuntimeType to support TSMappedType with indexed access (<a href="https://github.com/vuejs/core/issues/13848">#13848</a>) (<a href="https://github.com/vuejs/core/commit/e388f1a09fde78cf006450f060813d972ac8c23d">e388f1a</a>), closes <a href="https://github.com/vuejs/core/issues/13847">#13847</a></li> <li><strong>compiler-sfc:</strong> ensure css custom properties do not start with a digit (<a href="https://github.com/vuejs/core/issues/13870">#13870</a>) (<a href="https://github.com/vuejs/core/commit/9c279517b9bc1f4c250c555ec9b9eb6104756d56">9c27951</a>)</li> <li><strong>compiler-sfc:</strong> ensure props bindings register before compiling template (<a href="https://github.com/vuejs/core/issues/13922">#13922</a>) (<a href="https://github.com/vuejs/core/commit/abd563822abafe63047f7b599bff266380ee2b64">abd5638</a>), closes <a href="https://github.com/vuejs/core/issues/13920">#13920</a></li> <li><strong>compiler-ssr:</strong> ensure v-show has a higher priority in SSR (<a href="https://github.com/vuejs/core/issues/12171">#12171</a>) (<a href="https://github.com/vuejs/core/commit/836b82976ffb7aa0ea9cbe417bef07deae3ca47c">836b829</a>), closes <a href="https://github.com/vuejs/core/issues/12162">#12162</a></li> <li><strong>custom-element:</strong> properly mount multiple Teleports in custom element component w/ shadowRoot false (<a href="https://github.com/vuejs/core/issues/13900">#13900</a>) (<a href="https://github.com/vuejs/core/commit/5e1e791880238380a1038ae2c505e206ceb34d77">5e1e791</a>), closes <a href="https://github.com/vuejs/core/issues/13899">#13899</a></li> <li><strong>custom-element:</strong> set prop runs pending mutations before disconnect (<a href="https://github.com/vuejs/core/issues/13897">#13897</a>) (<a href="https://github.com/vuejs/core/commit/c4a88cdd0dfed3ef46a8aa9be448c01781fdc4f0">c4a88cd</a>), closes <a href="https://github.com/vuejs/core/issues/13315">#13315</a></li> <li><strong>custom-element:</strong> use <code>PatchFlags.BAIL</code> for slot when props are present (<a href="https://github.com/vuejs/core/issues/13907">#13907</a>) (<a href="https://github.com/vuejs/core/commit/5358bca4a80cf52d19ed91967eeaa025a786083d">5358bca</a>), closes <a href="https://github.com/vuejs/core/issues/13904">#13904</a></li> <li><strong>reactivity:</strong> respect readonly during ref unwrapping (<a href="https://github.com/vuejs/core/issues/13905">#13905</a>) (<a href="https://github.com/vuejs/core/commit/aba7feda1703e69e5a7c37f784718de0371adadc">aba7fed</a>), closes <a href="https://github.com/vuejs/core/issues/13903">#13903</a></li> <li><strong>reactivity:</strong> update iterator to check for completion instead of value presence (<a href="https://github.com/vuejs/core/issues/13761">#13761</a>) (<a href="https://github.com/vuejs/core/commit/2078f8b7565cf637f47fcd5b0abdfb2b264225bb">2078f8b</a>)</li> <li><strong>runtime-core:</strong> simplify block-tracking disabling in <code>h</code> helper (<a href="https://github.com/vuejs/core/issues/13841">#13841</a>) (<a href="https://github.com/vuejs/core/commit/75220c7995a13a483ae9599a739075be1c8e17f8">75220c7</a>)</li> <li><strong>transition-group:</strong> run <code>forceReflow</code> on the correct document (fix <a href="https://github.com/vuejs/core/issues/13849">#13849</a>) (<a href="https://github.com/vuejs/core/issues/13853">#13853</a>) (<a href="https://github.com/vuejs/core/commit/1be5ddfe878c8bfddaa2c50e82105b247f50b9ba">1be5ddf</a>)</li> <li><strong>types:</strong> more precise types for Events and added missing definitions (<a href="https://github.com/vuejs/core/issues/9675">#9675</a>) (<a href="https://github.com/vuejs/core/commit/8bb8fb236257c03bfa0bccadcfffe3eb4592f71b">8bb8fb2</a>)</li> <li><strong>types:</strong> set dom stub type to <code>never</code> instead of <code>{}</code> (<a href="https://github.com/vuejs/core/issues/13915">#13915</a>) (<a href="https://github.com/vuejs/core/commit/8620a616eb02a64fe32dd52d9be68e360687ef9d">8620a61</a>), closes <a href="https://github.com/vuejs/core/issues/11564">#11564</a></li> <li><strong>types:</strong> widen directive arg type from string to any (<a href="https://github.com/vuejs/core/issues/13758">#13758</a>) (<a href="https://github.com/vuejs/core/commit/4b7170625d0bc93b26a3343aeda98850c1138f82">4b71706</a>), closes <a href="https://github.com/vuejs/core/issues/13757">#13757</a></li> </ul> <h3>Features</h3> <ul> <li><strong>custom-element:</strong> allow specifying additional options for <code>shadowRoot</code> in custom elements (<a href="https://github.com/vuejs/core/issues/12965">#12965</a>) (<a href="https://github.com/vuejs/core/commit/47e628df1ce1914c5677010ad5bddd18d037cb3c">47e628d</a>), closes <a href="https://github.com/vuejs/core/issues/12964">#12964</a></li> </ul> <h3>Reverts</h3> <ul> <li>Revert "fix(hmr): prevent <strong>VUE_HMR_RUNTIME</strong> from being overwritten by vue runtime in 3rd-party libraries" (<a href="https://github.com/vuejs/core/issues/13925">#13925</a>) (<a href="https://github.com/vuejs/core/commit/6b68f72673dac5db349f26eeefb2f2e0e342586b">6b68f72</a>), closes <a href="https://github.com/vuejs/core/issues/13925">#13925</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.20...v3.5.21">3.5.21</a> (2025-09-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> force dynamic slots when slot referencing scope vars (<a href="https://github.com/vuejs/core/issues/9427">#9427</a>) (<a href="https://github.com/vuejs/core/commit/99d54b28b46dbea006205dff71c383a31dd1b87a">99d54b2</a>), closes <a href="https://github.com/vuejs/core/issues/9380">#9380</a></li> <li><strong>compiler-sfc:</strong> check lang before attempt to compile script (<a href="https://github.com/vuejs/core/issues/13508">#13508</a>) (<a href="https://github.com/vuejs/core/commit/55922ff3168a1397ad72f18946eb1c4051cdab3b">55922ff</a>), closes <a href="https://github.com/vuejs/core/issues/8368">#8368</a></li> <li><strong>compiler-sfc:</strong> support <code>${configDir}</code> in paths for TypeScript 5.5+ (<a href="https://github.com/vuejs/core/issues/13491">#13491</a>) (<a href="https://github.com/vuejs/core/commit/8696e346b4780d88247464490f1a992cc0c3658c">8696e34</a>), closes <a href="https://github.com/vuejs/core/issues/13484">#13484</a></li> <li><strong>compiler-sfc:</strong> support global augments with named exports (<a href="https://github.com/vuejs/core/issues/13789">#13789</a>) (<a href="https://github.com/vuejs/core/commit/35da3c6dcb30030ef60fa22e30aa83a56e396c60">35da3c6</a>)</li> <li><strong>custom-element:</strong> prevent defineCustomElement from mutating the options object (<a href="https://github.com/vuejs/core/issues/13791">#13791</a>) (<a href="https://github.com/vuejs/core/commit/e322436887549c129e61eb58a0084167103451bb">e322436</a>)</li> <li><strong>hmr:</strong> prevent <code>__VUE_HMR_RUNTIME__</code> from being overwritten by vue runtime in 3rd-party libraries (<a href="https://github.com/vuejs/core/issues/13817">#13817</a>) (<a href="https://github.com/vuejs/core/commit/1392734ae5d5a3b2be124753e198eafa324f6815">1392734</a>), closes <a href="https://github.com/vitejs/vite-plugin-vue/issues/644">vitejs/vite-plugin-vue#644</a></li> <li><strong>hmr:</strong> prevent update unmounting component during HMR reload (<a href="https://github.com/vuejs/core/issues/13815">#13815</a>) (<a href="https://github.com/vuejs/core/commit/ef20b86b36a127e317f8981df970dc8efd277053">ef20b86</a>), closes <a href="https://github.com/vitejs/vite-plugin-vue/issues/599">vitejs/vite-plugin-vue#599</a></li> <li><strong>runtime-core:</strong> disable tracking block in h function (<a href="https://github.com/vuejs/core/issues/8213">#8213</a>) (<a href="https://github.com/vuejs/core/commit/8f6b5050518441a5047d128138da44f798836002">8f6b505</a>), closes <a href="https://github.com/vuejs/core/issues/6913">#6913</a></li> <li><strong>runtime-core:</strong> use separate emits caches for components and mixins (<a href="https://github.com/vuejs/core/issues/11661">#11661</a>) (<a href="https://github.com/vuejs/core/commit/15fc75f4031dea805c3bbb67a75e48a9dc307c11">15fc75f</a>)</li> <li><strong>Suspence:</strong> handle Suspense + KeepAlive HMR updating edge case (<a href="https://github.com/vuejs/core/issues/13076">#13076</a>) (<a href="https://github.com/vuejs/core/commit/5d75a170c8d23acd11ef2513173d4cbc4d0b54de">5d75a17</a>), closes <a href="https://github.com/vuejs/core/issues/13075">#13075</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/5a8aa0b2ba575e098cbb63b396e9bcb751eb3a0f"><code>5a8aa0b</code></a> release: v3.5.22</li> <li><a href="https://github.com/vuejs/core/commit/1be5ddfe878c8bfddaa2c50e82105b247f50b9ba"><code>1be5ddf</code></a> fix(transition-group): run <code>forceReflow</code> on the correct document (fix <a href="https://github.com/vuejs/core/issues/13849">#13849</a>)...</li> <li><a href="https://github.com/vuejs/core/commit/d44a5a98c8e21e2ffd6389efef6dc21f0f76575b"><code>d44a5a9</code></a> chore(deps): update build (<a href="https://github.com/vuejs/core/issues/13856">#13856</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c8a99172cc6f89d82856a4b7398aec483ab868be"><code>c8a9917</code></a> chore(deps): update dependency jsdom to v27 (<a href="https://github.com/vuejs/core/issues/13913">#13913</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b46481a47f62b818dfd75d7cfdcb9bc312d861ed"><code>b46481a</code></a> chore(deps): update compiler (<a href="https://github.com/vuejs/core/issues/13857">#13857</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8593647e37f27fd3b0f6eaa425c4e06d031611a8"><code>8593647</code></a> chore(deps): update test (<a href="https://github.com/vuejs/core/issues/13882">#13882</a>)</li> <li><a href="https://github.com/vuejs/core/commit/f2487d86ea6c6075bc5330454c50998370cba031"><code>f2487d8</code></a> chore(deps): update actions/github-script action to v8 (<a href="https://github.com/vuejs/core/issues/13885">#13885</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b374ec7ca958d3d74f1b03e917428af3ef325388"><code>b374ec7</code></a> chore(deps): update actions/setup-node action to v5 (<a href="https://github.com/vuejs/core/issues/13912">#13912</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9612b95220f081e1adeeed7deaa55a2a2f2bf77b"><code>9612b95</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/issues/13883">#13883</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5953c9ff90090e128372f645d377bd99137a5fb4"><code>5953c9f</code></a> fix(compiler-core): identifiers in switch-case should not be inferred as refe...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.14...v3.5.22">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for vue since your current version.</p> </details> <br /> Updates `@babel/helper-validator-identifier` from 7.27.1 to 7.28.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/helper-validator-identifier</code>'s releases</a>.</em></p> <blockquote> <h2>v7.28.5 (2025-10-23)</h2> <p>Thank you <a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>, <a href="https://github.com/Olexandr88"><code>@Olexandr88</code></a>, and <a href="https://github.com/youthfulhps"><code>@youthfulhps</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17446">#17446</a> Allow <code>Runtime Errors for Function Call Assignment Targets</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://github.com/babel/babel/pull/17501">#17501</a> fix: update identifier to unicode 17 (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code> <ul> <li><a href="https://github.com/babel/babel/pull/17534">#17534</a> Allow mixing private destructuring and rest (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17521">#17521</a> Improve <code>@babel/parser</code> error typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17491">#17491</a> fix: improve ts-only declaration parsing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-discard-binding</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github.com/babel/babel/pull/17519">#17519</a> fix: <code>rest</code> correctly returns plain array (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17503">#17503</a> Fix <code>JSXIdentifier</code> handling in <code>isReferencedIdentifier</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/17504">#17504</a> fix: ensure scope.push register in anonymous fn (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17494">#17494</a> Type checking babel-types scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17490">#17490</a> Faster finding of locations in <code>buildCodeFrameError</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 8</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Byeongho Yoo (<a href="https://github.com/youthfulhps"><code>@youthfulhps</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Hyeon Dokko (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/Olexandr88"><code>@Olexandr88</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> <li>fisker Cheung (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> <h2>v7.28.4 (2025-09-05)</h2> <p>Thanks <a href="https://github.com/gwillen"><code>@gwillen</code></a> and <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> for your first PRs!</p> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-check-duplicate-nodes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17493">#17493</a> Update Jest to v30.1.1 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/17455">#17455</a> chore: Clean up <code>transform-regenerator</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/helper-validator-identifier</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.28.5 (2025-10-23)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17446">#17446</a> Allow <code>Runtime Errors for Function Call Assignment Targets</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://github.com/babel/babel/pull/17501">#17501</a> fix: update identifier to unicode 17 (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code> <ul> <li><a href="https://github.com/babel/babel/pull/17534">#17534</a> Allow mixing private destructuring and rest (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17521">#17521</a> Improve <code>@babel/parser</code> error typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17491">#17491</a> fix: improve ts-only declaration parsing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-discard-binding</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github.com/babel/babel/pull/17519">#17519</a> fix: <code>rest</code> correctly returns plain array (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17503">#17503</a> Fix <code>JSXIdentifier</code> handling in <code>isReferencedIdentifier</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/17504">#17504</a> fix: ensure scope.push register in anonymous fn (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17494">#17494</a> Type checking babel-types scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17490">#17490</a> Faster finding of locations in <code>buildCodeFrameError</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.28.4 (2025-09-05)</h2> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-check-duplicate-nodes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17493">#17493</a> Update Jest to v30.1.1 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/17455">#17455</a> chore: Clean up <code>transform-regenerator</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17474">#17474</a> Switch to <code>@jridgewell/remapping</code> (<a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a>)</li> </ul> </li> </ul> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import("./a", {with:{},})</code> (<a href="https://github.com/easrng"><code>@easrng</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/61647ae2397c82c3c71f077b5ab109106a5cac0f"><code>61647ae</code></a> v7.28.5</li> <li><a href="https://github.com/babel/babel/commit/6d418d27144b223ad7b92c7b398de4bc27cdb7ba"><code>6d418d2</code></a> Update identifier parsing to unicode 17 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-helper-validator-identifier/issues/17501">#17501</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.28.5/packages/babel-helper-validator-identifier">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@babel/helper-validator-identifier</code> since your current version.</p> </details> <br /> Updates `@babel/parser` from 7.27.2 to 7.28.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v7.28.5 (2025-10-23)</h2> <p>Thank you <a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>, <a href="https://github.com/Olexandr88"><code>@Olexandr88</code></a>, and <a href="https://github.com/youthfulhps"><code>@youthfulhps</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17446">#17446</a> Allow <code>Runtime Errors for Function Call Assignment Targets</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://github.com/babel/babel/pull/17501">#17501</a> fix: update identifier to unicode 17 (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code> <ul> <li><a href="https://github.com/babel/babel/pull/17534">#17534</a> Allow mixing private destructuring and rest (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17521">#17521</a> Improve <code>@babel/parser</code> error typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17491">#17491</a> fix: improve ts-only declaration parsing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-discard-binding</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github.com/babel/babel/pull/17519">#17519</a> fix: <code>rest</code> correctly returns plain array (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17503">#17503</a> Fix <code>JSXIdentifier</code> handling in <code>isReferencedIdentifier</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/17504">#17504</a> fix: ensure scope.push register in anonymous fn (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17494">#17494</a> Type checking babel-types scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17490">#17490</a> Faster finding of locations in <code>buildCodeFrameError</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 8</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Byeongho Yoo (<a href="https://github.com/youthfulhps"><code>@youthfulhps</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Hyeon Dokko (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/Olexandr88"><code>@Olexandr88</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> <li>fisker Cheung (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> <h2>v7.28.4 (2025-09-05)</h2> <p>Thanks <a href="https://github.com/gwillen"><code>@gwillen</code></a> and <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> for your first PRs!</p> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-check-duplicate-nodes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17493">#17493</a> Update Jest to v30.1.1 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/17455">#17455</a> chore: Clean up <code>transform-regenerator</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.28.5 (2025-10-23)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17446">#17446</a> Allow <code>Runtime Errors for Function Call Assignment Targets</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://github.com/babel/babel/pull/17501">#17501</a> fix: update identifier to unicode 17 (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code> <ul> <li><a href="https://github.com/babel/babel/pull/17534">#17534</a> Allow mixing private destructuring and rest (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17521">#17521</a> Improve <code>@babel/parser</code> error typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17491">#17491</a> fix: improve ts-only declaration parsing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-discard-binding</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github.com/babel/babel/pull/17519">#17519</a> fix: <code>rest</code> correctly returns plain array (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17503">#17503</a> Fix <code>JSXIdentifier</code> handling in <code>isReferencedIdentifier</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/17504">#17504</a> fix: ensure scope.push register in anonymous fn (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17494">#17494</a> Type checking babel-types scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17490">#17490</a> Faster finding of locations in <code>buildCodeFrameError</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.28.4 (2025-09-05)</h2> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-check-duplicate-nodes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17493">#17493</a> Update Jest to v30.1.1 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/17455">#17455</a> chore: Clean up <code>transform-regenerator</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17474">#17474</a> Switch to <code>@jridgewell/remapping</code> (<a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a>)</li> </ul> </li> </ul> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import("./a", {with:{},})</code> (<a href="https://github.com/easrng"><code>@easrng</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/61647ae2397c82c3c71f077b5ab109106a5cac0f"><code>61647ae</code></a> v7.28.5</li> <li><a href="https://github.com/babel/babel/commit/0a0dcd8bbe3c25fcfb90973eb29fcb96137ed211"><code>0a0dcd8</code></a> Improve <code>@babel/parser</code> error typing (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17521">#17521</a>)</li> <li><a href="https://github.com/babel/babel/commit/f3fb75eccd90edbd08f8e75199edbca6c90eadc0"><code>f3fb75e</code></a> Enable <code>strictNullChecks</code> for <code>parser</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17498">#17498</a>)</li> <li><a href="https://github.com/babel/babel/commit/cd491db2f4434aec54e6fbb876e722c977f8581a"><code>cd491db</code></a> chore: simplify parseArrayLike (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17526">#17526</a>)</li> <li><a href="https://github.com/babel/babel/commit/758bef65d933973480e827a99e03412f114e94a6"><code>758bef6</code></a> Allow <code>Runtime Errors for Function Call Assignment Targets</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17446">#17446</a>)</li> <li><a href="https://github.com/babel/babel/commit/e7031b725d6a478f4fe14a3cadd0ed2c62a46017"><code>e7031b7</code></a> [Babel 8] Treat <code>allowSuperOutsideMethod</code> as top-level only (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17505">#17505</a>)</li> <li><a href="https://github.com/babel/babel/commit/6378bc0815afb413e7a4d97e07bfc6d7378664fe"><code>6378bc0</code></a> fix: improve ts-only declaration parsing (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17491">#17491</a>)</li> <li><a href="https://github.com/babel/babel/commit/35055e392079a65830b7bf5b1d1c1fc4de90a78f"><code>35055e3</code></a> v7.28.4</li> <li><a href="https://github.com/babel/babel/commit/f04083a70573804935797e5a4d7d8f647d30a59a"><code>f04083a</code></a> [Babel 8] Align TSMappedType AST (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17479">#17479</a>)</li> <li><a href="https://github.com/babel/babel/commit/ef155f5ca83c73dbc1ea8d95216830b7dc3b0ac2"><code>ef155f5</code></a> v7.28.3</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.28.5/packages/babel-parser">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@babel/parser</code> since your current version.</p> </details> <br /> Updates `@babel/types` from 7.27.1 to 7.28.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/types</code>'s releases</a>.</em></p> <blockquote> <h2>v7.28.5 (2025-10-23)</h2> <p>Thank you <a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>, <a href="https://github.com/Olexandr88"><code>@Olexandr88</code></a>, and <a href="https://github.com/youthfulhps"><code>@youthfulhps</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17446">#17446</a> Allow <code>Runtime Errors for Function Call Assignment Targets</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://github.com/babel/babel/pull/17501">#17501</a> fix: update identifier to unicode 17 (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code> <ul> <li><a href="https://github.com/babel/babel/pull/17534">#17534</a> Allow mixing private destructuring and rest (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17521">#17521</a> Improve <code>@babel/parser</code> error typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17491">#17491</a> fix: improve ts-only declaration parsing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-discard-binding</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github.com/babel/babel/pull/17519">#17519</a> fix: <code>rest</code> correctly returns plain array (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17503">#17503</a> Fix <code>JSXIdentifier</code> handling in <code>isReferencedIdentifier</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/17504">#17504</a> fix: ensure scope.push register in anonymous fn (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17494">#17494</a> Type checking babel-types scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17490">#17490</a> Faster finding of locations in <code>buildCodeFrameError</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 8</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Byeongho Yoo (<a href="https://github.com/youthfulhps"><code>@youthfulhps</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Hyeon Dokko (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/Olexandr88"><code>@Olexandr88</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> <li>fisker Cheung (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> <h2>v7.28.4 (2025-09-05)</h2> <p>Thanks <a href="https://github.com/gwillen"><code>@gwillen</code></a> and <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> for your first PRs!</p> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-check-duplicate-nodes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17493">#17493</a> Update Jest to v30.1.1 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/17455">#17455</a> chore: Clean up <code>transform-regenerator</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/types</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.28.5 (2025-10-23)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17446">#17446</a> Allow <code>Runtime Errors for Function Call Assignment Targets</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://github.com/babel/babel/pull/17501">#17501</a> fix: update identifier to unicode 17 (<a href="https://github.com/fisker"><code>@fisker</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code> <ul> <li><a href="https://github.com/babel/babel/pull/17534">#17534</a> Allow mixing private destructuring and rest (<a href="https://github.com/CO0Ki3"><code>@CO0Ki3</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17521">#17521</a> Improve <code>@babel/parser</code> error typing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17491">#17491</a> fix: improve ts-only declaration parsing (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-discard-binding</code>, <code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github.com/babel/babel/pull/17519">#17519</a> fix: <code>rest</code> correctly returns plain array (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-optional-chaining</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17503">#17503</a> Fix <code>JSXIdentifier</code> handling in <code>isReferencedIdentifier</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/17504">#17504</a> fix: ensure scope.push register in anonymous fn (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17494">#17494</a> Type checking babel-types scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17490">#17490</a> Faster finding of locations in <code>buildCodeFrameError</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.28.4 (2025-09-05)</h2> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-check-duplicate-nodes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/17493">#17493</a> Update Jest to v30.1.1 (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/17455">#17455</a> chore: Clean up <code>transform-regenerator</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github.com/babel/babel/pull/17474">#17474</a> Switch to <code>@jridgewell/remapping</code> (<a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a>)</li> </ul> </li> </ul> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import("./a", {with:{},})</code> (<a href="https://github.com/easrng"><code>@easrng</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/61647ae2397c82c3c71f077b5ab109106a5cac0f"><code>61647ae</code></a> v7.28.5</li> <li><a href="https://github.com/babel/babel/commit/e579cb023d8377755ff643f01504784a3f04e9de"><code>e579cb0</code></a> Enable <code>strictNullChecks</code> for <code>traverse</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17499">#17499</a>)</li> <li><a href="https://github.com/babel/babel/commit/26bc651cc69d683eb8bd8b11f05619fa0baa9ae0"><code>26bc651</code></a> [Babel 8] Better node type definitions for <code>computed</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17500">#17500</a>)</li> <li><a href="https://github.com/babel/babel/commit/e6265234aaa7305a94f94ce1944c536c8dbdc166"><code>e626523</code></a> Fix <code>JSXIdentifier</code> handling in <code>isReferencedIdentifier</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17503">#17503</a>)</li> <li><a href="https://github.com/babel/babel/commit/092d2e20c4da63d6af35295d4467df2d6563308c"><code>092d2e2</code></a> Type checking babel-types scripts (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17494">#17494</a>)</li> <li><a href="https://github.com/babel/babel/commit/35055e392079a65830b7bf5b1d1c1fc4de90a78f"><code>35055e3</code></a> v7.28.4</li> <li><a href="https://github.com/babel/babel/commit/7f57d3a2e97b7e2800fb82cff9284a3591377971"><code>7f57d3a</code></a> fix: allow <code>d</code> and <code>v</code> flag in <code>regExpLiteral</code> builder (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17495">#17495</a>)</li> <li><a href="https://github.com/babel/babel/commit/b41f8cdd0183e800de58c573a4f57497f72b2e26"><code>b41f8cd</code></a> Update Jest to v30.1.1 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17493">#17493</a>)</li> <li><a href="https://github.com/babel/babel/commit/18d88b83c67c8dbbe63e4ac423e6006c4c01b85c"><code>18d88b8</code></a> Improve <code>@babel/core</code> typings (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17471">#17471</a>)</li> <li><a href="https://github.com/babel/babel/commit/cac0ff4c3426eed30b4d27e7971b348da7c9f1e6"><code>cac0ff4</code></a> v7.28.2</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.28.5/packages/babel-types">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@babel/types</code> since your current version.</p> </details> <br /> Updates `@iconify-json/simple-icons` from 1.2.34 to 1.2.55 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/iconify/icon-sets/commits">compare view</a></li> </ul> </details> <br /> Updates `@jridgewell/sourcemap-codec` from 1.5.0 to 1.5.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md"><code>@jridgewell/sourcemap-codec</code>'s changelog</a>.</em></p> <blockquote> <h1>[1.5.5] - 2025-08-12</h1> <ul> <li>Use <code>default</code> subpath export: <a href="https://github.com/jridgewell/sourcemaps/commit/aab8d72">https://github.com/jridgewell/sourcemaps/commit/aab8d72</a></li> <li>Transform <code>export default</code> into <code>module.exports =</code> in UMD plugin: <a href="https://github.com/jridgewell/sourcemaps/commit/cf85c75">https://github.com/jridgewell/sourcemaps/commit/cf85c75</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.4...sourcemap-codec/1.5.5">https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.4...sourcemap-codec/1.5.5</a></p> <h1>[1.5.4] - 2025-07-01</h1> <ul> <li>Optimize UMD wrapper: <a href="https://github.com/jridgewell/sourcemaps/commit/557ca37">https://github.com/jridgewell/sourcemaps/commit/557ca37</a></li> <li>Reorder subpath exports to improve import usage: <a href="https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec/issues/35">#35</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.3...sourcemap-codec/1.5.4">https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.3...sourcemap-codec/1.5.4</a></p> <h1>[1.5.3] - 2025-06-30</h1> <ul> <li>Update UMD Wrapper to fix webpack build issue: <a href="https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec/issues/33">#33</a></li> <li>Add <code>getOwnPropertyDescriptors</code> polyfill to support Node v6: <a href="https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec/issues/34">#34</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.2...sourcemap-codec/1.5.3">https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.2...sourcemap-codec/1.5.3</a></p> <h1>[1.5.2] - 2025-06-30</h1> <ul> <li>Remove <code>require(esm)</code> support to fix bug with Node v22: <a href="https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c">https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.1...sourcemap-codec/1.5.2">https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.1...sourcemap-codec/1.5.2</a></p> <h1>[1.5.1] - 2025-06-29</h1> <ul> <li>Fix package types for CJS and ESM imports: <a href="https://github.com/jridgewell/sourcemaps/commit/a924ed32ebfa27e49bc0ff4196118e791eaff22d">https://github.com/jridgewell/sourcemaps/commit/a924ed32ebfa27e49bc0ff4196118e791eaff22d</a></li> <li>Add <code>module-sync</code> exports type for <a href="https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/">require(esm)</a>: <a href="https://github.com/jridgewell/sourcemaps/commit/3836f6c8aee41d47119a642c7f88042b1a8ed239">https://github.com/jridgewell/sourcemaps/commit/3836f6c8aee41d47119a642c7f88042b1a8ed239</a></li> <li>Add type declaration source maps to assist go-to-definition: <a href="https://github.com/jridgewell/sourcemaps/commit/9a0266518d2877047da27cbaf3290a4e6e3cb556">https://github.com/jridgewell/sourcemaps/commit/9a0266518d2877047da27cbaf3290a4e6e3cb556</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.0...sourcemap-codec/1.5.1">https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.0...sourcemap-codec/1.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jridgewell/sourcemaps/commit/e53a6dfb18f404a0cc77d1c92aa4bcc11dac16a6"><code>e53a6df</code></a> sourcemap-codec/1.5.5</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/aab8d72a046d5f4c6935ed7c35f6cbabbade25e8"><code>aab8d72</code></a> Use default subpath condition for fallback</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/fe6bbc7de8e1aa2c2f2eb029d8a662ece9325072"><code>fe6bbc7</code></a> sourcemap-codec/1.5.4</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/a1c0fa0387ff03873dbabeb7f2e84a4fcf7e7ccf"><code>a1c0fa0</code></a> Reorder subpath exports</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/6f00e1b62d059c1b3d7840b9a129b408552d5add"><code>6f00e1b</code></a> sourcemap-codec/1.5.3</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/58ea44be3ccef6537db13fa8142af7c9ddb4757d"><code>58ea44b</code></a> Update changelogs</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/e0c7250230608b67280657652b62ede2d040adbc"><code>e0c7250</code></a> Why isn't GH autolinking commit SHAs?</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/967cf7978f38d46e715226c5912d5adafd513255"><code>967cf79</code></a> sourcemap-codec/1.5.2</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/a451cf597e0232d7343d8f7031fe5195d924587a"><code>a451cf5</code></a> Update changelogs</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c"><code>e957842</code></a> Remove <code>require(esm)</code> support from package.json</li> <li>Additional commits viewable in <a href="https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.5.5/packages/sourcemap-codec">compare view</a></li> </ul> </details> <br /> Updates `@vue/compiler-core` from 3.5.14 to 3.5.22 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-core</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.22</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.21</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.20</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.19</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.18</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.17</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.16</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.15</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compiler-core</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.21...v3.5.22">3.5.22</a> (2025-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> identifiers in switch-case should not be inferred as references (<a href="https://github.com/vuejs/core/issues/13923">#13923</a>) (<a href="https://github.com/…
…2824) Bumps the maven group with 7 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.compose:compose-bom | `2025.09.01` | `2025.10.01` | | [io.github.raamcosta.compose-destinations:core](https://github.com/raamcosta/compose-destinations) | `2.2.0` | `2.3.0` | | [io.github.raamcosta.compose-destinations:ksp](https://github.com/raamcosta/compose-destinations) | `2.2.0` | `2.3.0` | | [top.yukonga.miuix.kmp:miuix-android](https://github.com/compose-miuix-ui/miuix) | `0.5.1` | `0.5.2` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.2.21` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.20` | `2.2.21` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.2.20-2.0.3` | `2.3.0` | Updates `androidx.compose:compose-bom` from 2025.09.01 to 2025.10.01 Updates `io.github.raamcosta.compose-destinations:core` from 2.2.0 to 2.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:core's releases</a>.</em></p> <blockquote> <h2>2.3.0</h2> <h1>Main changes</h1> <ul> <li>Updated Compose to 1.9, compose jetpack navigation and Kotlin.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0">https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/de18a87967f313ec5ef36106237da6e02d002098"><code>de18a87</code></a> migration to central portal</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/33e5dfe0f7dc4332d7f1889f89f0e4c738148518"><code>33e5dfe</code></a> fix lint</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/d72e67b88e651473d5216e008f15b6be45ce1970"><code>d72e67b</code></a> update README.md</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/5029370060f9090be13a34589e3372e53e0369d7"><code>5029370</code></a> update viewmodel factory stuff</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/772147c74c582a6c72df9b1019198550578d8e34"><code>772147c</code></a> update compose 1.9</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/34a138134b053bc588554e46bcdf360f8210f3d6"><code>34a1381</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0">compare view</a></li> </ul> </details> <br /> Updates `io.github.raamcosta.compose-destinations:ksp` from 2.2.0 to 2.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:ksp's releases</a>.</em></p> <blockquote> <h2>2.3.0</h2> <h1>Main changes</h1> <ul> <li>Updated Compose to 1.9, compose jetpack navigation and Kotlin.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0">https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/de18a87967f313ec5ef36106237da6e02d002098"><code>de18a87</code></a> migration to central portal</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/33e5dfe0f7dc4332d7f1889f89f0e4c738148518"><code>33e5dfe</code></a> fix lint</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/d72e67b88e651473d5216e008f15b6be45ce1970"><code>d72e67b</code></a> update README.md</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/5029370060f9090be13a34589e3372e53e0369d7"><code>5029370</code></a> update viewmodel factory stuff</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/772147c74c582a6c72df9b1019198550578d8e34"><code>772147c</code></a> update compose 1.9</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/34a138134b053bc588554e46bcdf360f8210f3d6"><code>34a1381</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0">compare view</a></li> </ul> </details> <br /> Updates `io.github.raamcosta.compose-destinations:ksp` from 2.2.0 to 2.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:ksp's releases</a>.</em></p> <blockquote> <h2>2.3.0</h2> <h1>Main changes</h1> <ul> <li>Updated Compose to 1.9, compose jetpack navigation and Kotlin.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0">https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/de18a87967f313ec5ef36106237da6e02d002098"><code>de18a87</code></a> migration to central portal</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/33e5dfe0f7dc4332d7f1889f89f0e4c738148518"><code>33e5dfe</code></a> fix lint</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/d72e67b88e651473d5216e008f15b6be45ce1970"><code>d72e67b</code></a> update README.md</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/5029370060f9090be13a34589e3372e53e0369d7"><code>5029370</code></a> update viewmodel factory stuff</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/772147c74c582a6c72df9b1019198550578d8e34"><code>772147c</code></a> update compose 1.9</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/34a138134b053bc588554e46bcdf360f8210f3d6"><code>34a1381</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/raamcosta/compose-destinations/compare/2.2.0...2.3.0">compare view</a></li> </ul> </details> <br /> Updates `top.yukonga.miuix.kmp:miuix-android` from 0.5.1 to 0.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/compose-miuix-ui/miuix/releases">top.yukonga.miuix.kmp:miuix-android's releases</a>.</em></p> <blockquote> <h2>v0.5.2</h2> <h2>What's Changed</h2> <ul> <li>library: Fix checked status not changing after the switch is dragged by <a href="https://github.com/Voemp"><code>@Voemp</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/4e33d11a0c837fd7134f35c1cb2fc517ef3e5cca">https://github.com/compose-miuix-ui/miuix/commit/4e33d11a0c837fd7134f35c1cb2fc517ef3e5cca</a></li> <li>library: Simplified Switch gestures by <a href="https://github.com/Voemp"><code>@Voemp</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/pull/105">compose-miuix-ui/miuix#105</a></li> <li>library: Fix hapticFeedbackType on Switch and Checkbox by <a href="https://github.com/Voemp"><code>@Voemp</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/pull/107">compose-miuix-ui/miuix#107</a></li> <li>library: Use <code>staticCompositionLocalOf</code> to reduce read overhead by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> <a href="https://github.com/compose-miuix-ui/miuix/commit/dd000d0625b9d177c402c1d65e3fd969716a9c3e">https://github.com/compose-miuix-ui/miuix/commit/dd000d0625b9d177c402c1d65e3fd969716a9c3e</a></li> <li>library: Update default CornerSmoothness by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/0baebd821661f499b46dcc1d98579cf97fb4fe3c">https://github.com/compose-miuix-ui/miuix/commit/0baebd821661f499b46dcc1d98579cf97fb4fe3c</a></li> <li>library: fix wrong hsv param order by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/02c4a8d33c01303fb8a17c7b27da8467fa84a5d5">https://github.com/compose-miuix-ui/miuix/commit/02c4a8d33c01303fb8a17c7b27da8467fa84a5d5</a></li> <li>library: Correct project name compose-miuix-ui by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/6a6de90a2f713112811e1310aee80129da264fc0">https://github.com/compose-miuix-ui/miuix/commit/6a6de90a2f713112811e1310aee80129da264fc0</a></li> <li>library: Add <code>SuperBottomSheet</code> component by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/03827cf1652e1ddee33b1b92e8aca2444d1b0696">https://github.com/compose-miuix-ui/miuix/commit/03827cf1652e1ddee33b1b92e8aca2444d1b0696</a></li> <li>library: Improve <code>SuperBottomSheet</code> component by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/c4d1e4c1f5b9f22d5ed0d318579c3a4c08db24a9">https://github.com/compose-miuix-ui/miuix/commit/c4d1e4c1f5b9f22d5ed0d318579c3a4c08db24a9</a></li> <li>library: refactor <code>SuperBottomSheet</code> component by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/334abf2d13d5217992e0fe236c76916b92a4ef19">https://github.com/compose-miuix-ui/miuix/commit/334abf2d13d5217992e0fe236c76916b92a4ef19</a></li> <li>library: Add predictive back gesture support by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/f60d428041739802c2bd1dea007f0d4c7dbdfb49">https://github.com/compose-miuix-ui/miuix/commit/f60d428041739802c2bd1dea007f0d4c7dbdfb49</a></li> <li>library: SuperBottomSheet: Add sheetMaxWidth param by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/97bf93e9de0b843c1c78b744028e5646f56b73cc">https://github.com/compose-miuix-ui/miuix/commit/97bf93e9de0b843c1c78b744028e5646f56b73cc</a></li> <li>example: make the VerticalDivider in widescreen draggable by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/fc230ae7145e9c019a3b87ca0d8a91730d951de6">https://github.com/compose-miuix-ui/miuix/commit/fc230ae7145e9c019a3b87ca0d8a91730d951de6</a></li> <li>example: commonize code between wasm and js targets by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/e6b7a8c1772f32afe3167fe89d15ac1091183a6a">https://github.com/compose-miuix-ui/miuix/commit/e6b7a8c1772f32afe3167fe89d15ac1091183a6a</a></li> <li>example: commonize <code>@Preview</code> by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/500119bb6e22aa3d5775f650cead640e51e9f48f">https://github.com/compose-miuix-ui/miuix/commit/500119bb6e22aa3d5775f650cead640e51e9f48f</a></li> <li>ios: remove useless files by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/bab89f68f74e5d840e9e03bda1a745642e219a0c">https://github.com/compose-miuix-ui/miuix/commit/bab89f68f74e5d840e9e03bda1a745642e219a0c</a></li> <li>docs: Improved doc by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/2680095354925650abf0dbfa9ac67a0ae485594e">https://github.com/compose-miuix-ui/miuix/commit/2680095354925650abf0dbfa9ac67a0ae485594e</a></li> <li>docs: Add icon preview in docs by <a href="https://github.com/kmiit"><code>@kmiit</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/pull/112">compose-miuix-ui/miuix#112</a></li> <li>docs: Fix build by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/d33732bf0886ce62b57568a7f9f852d4462aeeec">https://github.com/compose-miuix-ui/miuix/commit/d33732bf0886ce62b57568a7f9f852d4462aeeec</a></li> <li>build(deps): bump compose to 1.9.0 by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/dae871b9da2c7ad1b08f9955f0ba787fc1d29dce">https://github.com/compose-miuix-ui/miuix/commit/dae871b9da2c7ad1b08f9955f0ba787fc1d29dce</a></li> <li>build(deps): bump androidx-window from 1.4.0 to 1.5.0 by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/bd5157def4209f0421a5b8a49c454872621c8682">https://github.com/compose-miuix-ui/miuix/commit/bd5157def4209f0421a5b8a49c454872621c8682</a></li> <li>build(gradle): remove enableKlibsCrossCompilation by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/7964e87f2147585eb43ce7f8cf4d642e8dd55852">https://github.com/compose-miuix-ui/miuix/commit/7964e87f2147585eb43ce7f8cf4d642e8dd55852</a></li> <li>build(gradle): enable new feat for kotlin 2.2.20 by <a href="https://github.com/YuKongA"><code>@YuKongA</code></a> in <a href="https://github.com/compose-miuix-ui/miuix/commit/387a299c0a00411eb36510071ca8b1c0016d9b44">https://github.com/compose-miuix-ui/miuix/commit/387a299c0a00411eb36510071ca8b1c0016d9b44</a></li> <li>build(deps): bump actions/setup-java from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/106">compose-miuix-ui/miuix#106</a></li> <li>build(deps): bump actions/upload-pages-artifact from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/108">compose-miuix-ui/miuix#108</a></li> <li>build(deps): bump org.jetbrains.androidx.navigation:navigation-compose from 2.9.0-beta05 to 2.9.0-rc01 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/109">compose-miuix-ui/miuix#109</a></li> <li>build(deps): bump org.jetbrains.compose.hot-reload from 1.0.0-beta05 to 1.0.0-beta06 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/110">compose-miuix-ui/miuix#110</a></li> <li>build(deps): bump kotlin from 2.2.10 to 2.2.20 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/113">compose-miuix-ui/miuix#113</a></li> <li>build(deps): bump org.jetbrains.androidx.navigation:navigation-compose from 2.9.0-rc02 to 2.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/117">compose-miuix-ui/miuix#117</a></li> <li>build(deps): bump org.jetbrains.compose.hot-reload from 1.0.0-beta07 to 1.0.0-beta08 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/119">compose-miuix-ui/miuix#119</a></li> <li>build(deps): bump com.diffplug.spotless from 7.2.1 to 8.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/120">compose-miuix-ui/miuix#120</a></li> <li>build(deps): bump org.jetbrains.compose.hot-reload from 1.0.0-beta08 to 1.0.0-beta09 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/121">compose-miuix-ui/miuix#121</a></li> <li>build(deps): bump gradle/actions from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/122">compose-miuix-ui/miuix#122</a></li> <li>build(deps): bump org.jetbrains.compose.hot-reload from 1.0.0-beta09 to 1.0.0-rc01 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://github.com/compose-miuix-ui/miuix/pull/123">compose-miuix-ui/miuix#123</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kmiit"><code>@kmiit</code></a> made their first contribution in <a href="https://github.com/compose-miuix-ui/miuix/pull/112">compose-miuix-ui/miuix#112</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-miuix-ui/miuix/compare/v0.5.1...v0.5.2">https://github.com/compose-miuix-ui/miuix/compare/v0.5.1...v0.5.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/d9908a82e86172a123d92a25a7dfe0ad77a05807"><code>d9908a8</code></a> library: bump version to 0.5.2</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/d33732bf0886ce62b57568a7f9f852d4462aeeec"><code>d33732b</code></a> docs: Fix build</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/97bf93e9de0b843c1c78b744028e5646f56b73cc"><code>97bf93e</code></a> library: SuperBottomSheet: Add sheetMaxWidth param</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/f60d428041739802c2bd1dea007f0d4c7dbdfb49"><code>f60d428</code></a> library: Add predictive back gesture support</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/334abf2d13d5217992e0fe236c76916b92a4ef19"><code>334abf2</code></a> library: refactor <code>SuperBottomSheet</code> component</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/c4d1e4c1f5b9f22d5ed0d318579c3a4c08db24a9"><code>c4d1e4c</code></a> library: Improve <code>SuperBottomSheet</code> component</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/03827cf1652e1ddee33b1b92e8aca2444d1b0696"><code>03827cf</code></a> library: Add <code>SuperBottomSheet</code> component</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/cfe4f245e0f1225cc7c6893b4d91fac5faf86110"><code>cfe4f24</code></a> build(deps): bump org.jetbrains.compose.hot-reload (<a href="https://github.com/compose-miuix-ui/miuix/issues/123">#123</a>)</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/bd5157def4209f0421a5b8a49c454872621c8682"><code>bd5157d</code></a> build(deps): bump androidx-window from 1.4.0 to 1.5.0</li> <li><a href="https://github.com/compose-miuix-ui/miuix/commit/0a8262ca73acb1f4b1f003b7158fe5c33971fdf7"><code>0a8262c</code></a> build(deps): bump gradle/actions from 4 to 5 (<a href="https://github.com/compose-miuix-ui/miuix/issues/122">#122</a>)</li> <li>Additional commits viewable in <a href="https://github.com/compose-miuix-ui/miuix/compare/v0.5.1...v0.5.2">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.2.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.android's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.2.21</h2> <h2>Changelog</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81372"><code>KT-81372</code></a> K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80018"><code>KT-80018</code></a> K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81191"><code>KT-81191</code></a> K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80936"><code>KT-80936</code></a> NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : <code>@PublishedApi</code> doesn't work for fun interfaces</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79926"><code>KT-79926</code></a> Wrong export of interfaces with companions with ES Modules</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81424"><code>KT-81424</code></a> Kotlin/JS: Cannot Get / in a simple running application</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80873"><code>KT-80873</code></a> KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79384"><code>KT-79384</code></a> K/N: Application Not Responding: Thread Deadlock</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79047"><code>KT-79047</code></a> Gradle compileKotlin fails with configuration cache</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81148"><code>KT-81148</code></a> Publishing helpers in KGP are incompatible with Isolated Projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80950"><code>KT-80950</code></a> KGP breaks configuration cache when signing plugin with GnuPG is applied</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-61127"><code>KT-61127</code></a> Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81249"><code>KT-81249</code></a> Kotlin 2.2.20 broke KMP implementation of Parcelize</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81510"><code>KT-81510</code></a> <code>commonizeCInterop</code> exception with 'kotlinNativeBundleConfiguration' not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81134"><code>KT-81134</code></a> Native: Gradle configuration failure likely related to Klibs cross-compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-77732"><code>KT-77732</code></a> <code>commonizeCInterop</code> failed with "Unresolved classifier: platform/posix/size_t"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80675"><code>KT-80675</code></a> Commonized cinterops between "test" compilations produce an import failure</li> </ul> <h3>Tools. Maven</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81218"><code>KT-81218</code></a> Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon</li> </ul> <h3>Tools. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-80582"><code>KT-80582</code></a> Multiple reloads when using webpack dev server after 2.2.20-Beta2</li> </ul> <h2>Kotlin 2.2.21-RC2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md">org.jetbrains.kotlin.android's changelog</a>.</em></p> <blockquote> <h2>2.2.21-RC2</h2> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81134"><code>KT-81134</code></a> Native: Gradle configuration failure likely related to Klibs cross-compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81510"><code>KT-81510</code></a> <code>commonizeCInterop</code> exception with 'kotlinNativeBundleConfiguration' not found</li> </ul> <h2>2.2.21-RC</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81372"><code>KT-81372</code></a> K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80018"><code>KT-80018</code></a> K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81191"><code>KT-81191</code></a> K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80936"><code>KT-80936</code></a> NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : <code>@PublishedApi</code> doesn't work for fun interfaces</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-80873"><code>KT-80873</code></a> KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-79926"><code>KT-79926</code></a> Wrong export of interfaces with companions with ES Modules</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79384"><code>KT-79384</code></a> K/N: Application Not Responding: Thread Deadlock</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81148"><code>KT-81148</code></a> Publishing helpers in KGP are incompatible with Isolated Projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80950"><code>KT-80950</code></a> KGP breaks configuration cache when signing plugin with GnuPG is applied</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-79047"><code>KT-79047</code></a> Gradle compileKotlin fails with configuration cache</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81249"><code>KT-81249</code></a> Kotlin 2.2.20 broke KMP implementation of Parcelize</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61127"><code>KT-61127</code></a> Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-77732"><code>KT-77732</code></a> <code>commonizeCInterop</code> failed with "Unresolved classifier: platform/posix/size_t"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80675"><code>KT-80675</code></a> Commonized cinterops between "test" compilations produce an import failure</li> </ul> <h3>Tools. Maven</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81218"><code>KT-81218</code></a> Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon</li> </ul> <h3>Tools. Wasm</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/2146684dcba708e5a304758b41a9e4ec9c7eff71"><code>2146684</code></a> Add ChangeLog for 2.2.21-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/d8cf44a2d13645af6c01a30bf3c8b8d3ebfcc1e3"><code>d8cf44a</code></a> [KGP][IT] Require Xcode 26 for shouldDownloadLightNativeBundleWithMaven</li> <li><a href="https://github.com/JetBrains/kotlin/commit/bd2b4265ef331e69c054c1bc062a51c30b1eaa0d"><code>bd2b426</code></a> [Gradle] Only register commonizeCInterop if there are native targets</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f66516ec54a615931dceb9a8dc53cdda0c65d8ea"><code>f66516e</code></a> [Gradle] Added tests for accessing target's publishable property</li> <li><a href="https://github.com/JetBrains/kotlin/commit/7aad8e5ca9f78b4a33ea9cdf01d3cb952dbcbcfd"><code>7aad8e5</code></a> [Gradle] Workaround for not completable Future with cross compilation</li> <li><a href="https://github.com/JetBrains/kotlin/commit/d0617749adb544555154881fc639aae56c11720d"><code>d061774</code></a> [Wasm, JS] Add statics field to DevServer data constructor for data class</li> <li><a href="https://github.com/JetBrains/kotlin/commit/060989636b290f2d187c2a16b91537d0754c2e1c"><code>0609896</code></a> Add ChangeLog for 2.2.21-RC</li> <li><a href="https://github.com/JetBrains/kotlin/commit/4f2bc0c4657778abcfcd7eb004c6c5fca7b62fbf"><code>4f2bc0c</code></a> [Gradle] Dont add parcelize plugin to JVM compilations</li> <li><a href="https://github.com/JetBrains/kotlin/commit/948802f1778a01ee7d51548fe167e25a3a237b2e"><code>948802f</code></a> [K/N][tests] Fixed lldb tests to work with Xcode 26</li> <li><a href="https://github.com/JetBrains/kotlin/commit/a32c8f3ca2c2567900959a62bf654d27db187f5a"><code>a32c8f3</code></a> [stdlib] Add <code>os.arch</code> as an input property to prevent build cache reuse acro...</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.2.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.compose's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.2.21</h2> <h2>Changelog</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81372"><code>KT-81372</code></a> K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80018"><code>KT-80018</code></a> K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81191"><code>KT-81191</code></a> K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80936"><code>KT-80936</code></a> NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : <code>@PublishedApi</code> doesn't work for fun interfaces</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79926"><code>KT-79926</code></a> Wrong export of interfaces with companions with ES Modules</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81424"><code>KT-81424</code></a> Kotlin/JS: Cannot Get / in a simple running application</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80873"><code>KT-80873</code></a> KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79384"><code>KT-79384</code></a> K/N: Application Not Responding: Thread Deadlock</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79047"><code>KT-79047</code></a> Gradle compileKotlin fails with configuration cache</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81148"><code>KT-81148</code></a> Publishing helpers in KGP are incompatible with Isolated Projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80950"><code>KT-80950</code></a> KGP breaks configuration cache when signing plugin with GnuPG is applied</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-61127"><code>KT-61127</code></a> Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81249"><code>KT-81249</code></a> Kotlin 2.2.20 broke KMP implementation of Parcelize</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81510"><code>KT-81510</code></a> <code>commonizeCInterop</code> exception with 'kotlinNativeBundleConfiguration' not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81134"><code>KT-81134</code></a> Native: Gradle configuration failure likely related to Klibs cross-compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-77732"><code>KT-77732</code></a> <code>commonizeCInterop</code> failed with "Unresolved classifier: platform/posix/size_t"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80675"><code>KT-80675</code></a> Commonized cinterops between "test" compilations produce an import failure</li> </ul> <h3>Tools. Maven</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81218"><code>KT-81218</code></a> Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon</li> </ul> <h3>Tools. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-80582"><code>KT-80582</code></a> Multiple reloads when using webpack dev server after 2.2.20-Beta2</li> </ul> <h2>Kotlin 2.2.21-RC2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's changelog</a>.</em></p> <blockquote> <h2>2.2.21-RC2</h2> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81134"><code>KT-81134</code></a> Native: Gradle configuration failure likely related to Klibs cross-compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81510"><code>KT-81510</code></a> <code>commonizeCInterop</code> exception with 'kotlinNativeBundleConfiguration' not found</li> </ul> <h2>2.2.21-RC</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81372"><code>KT-81372</code></a> K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80018"><code>KT-80018</code></a> K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81191"><code>KT-81191</code></a> K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80936"><code>KT-80936</code></a> NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : <code>@PublishedApi</code> doesn't work for fun interfaces</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-80873"><code>KT-80873</code></a> KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-79926"><code>KT-79926</code></a> Wrong export of interfaces with companions with ES Modules</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79384"><code>KT-79384</code></a> K/N: Application Not Responding: Thread Deadlock</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81148"><code>KT-81148</code></a> Publishing helpers in KGP are incompatible with Isolated Projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80950"><code>KT-80950</code></a> KGP breaks configuration cache when signing plugin with GnuPG is applied</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-79047"><code>KT-79047</code></a> Gradle compileKotlin fails with configuration cache</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81249"><code>KT-81249</code></a> Kotlin 2.2.20 broke KMP implementation of Parcelize</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61127"><code>KT-61127</code></a> Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-77732"><code>KT-77732</code></a> <code>commonizeCInterop</code> failed with "Unresolved classifier: platform/posix/size_t"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80675"><code>KT-80675</code></a> Commonized cinterops between "test" compilations produce an import failure</li> </ul> <h3>Tools. Maven</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81218"><code>KT-81218</code></a> Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon</li> </ul> <h3>Tools. Wasm</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/2146684dcba708e5a304758b41a9e4ec9c7eff71"><code>2146684</code></a> Add ChangeLog for 2.2.21-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/d8cf44a2d13645af6c01a30bf3c8b8d3ebfcc1e3"><code>d8cf44a</code></a> [KGP][IT] Require Xcode 26 for shouldDownloadLightNativeBundleWithMaven</li> <li><a href="https://github.com/JetBrains/kotlin/commit/bd2b4265ef331e69c054c1bc062a51c30b1eaa0d"><code>bd2b426</code></a> [Gradle] Only register commonizeCInterop if there are native targets</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f66516ec54a615931dceb9a8dc53cdda0c65d8ea"><code>f66516e</code></a> [Gradle] Added tests for accessing target's publishable property</li> <li><a href="https://github.com/JetBrains/kotlin/commit/7aad8e5ca9f78b4a33ea9cdf01d3cb952dbcbcfd"><code>7aad8e5</code></a> [Gradle] Workaround for not completable Future with cross compilation</li> <li><a href="https://github.com/JetBrains/kotlin/commit/d0617749adb544555154881fc639aae56c11720d"><code>d061774</code></a> [Wasm, JS] Add statics field to DevServer data constructor for data class</li> <li><a href="https://github.com/JetBrains/kotlin/commit/060989636b290f2d187c2a16b91537d0754c2e1c"><code>0609896</code></a> Add ChangeLog for 2.2.21-RC</li> <li><a href="https://github.com/JetBrains/kotlin/commit/4f2bc0c4657778abcfcd7eb004c6c5fca7b62fbf"><code>4f2bc0c</code></a> [Gradle] Dont add parcelize plugin to JVM compilations</li> <li><a href="https://github.com/JetBrains/kotlin/commit/948802f1778a01ee7d51548fe167e25a3a237b2e"><code>948802f</code></a> [K/N][tests] Fixed lldb tests to work with Xcode 26</li> <li><a href="https://github.com/JetBrains/kotlin/commit/a32c8f3ca2c2567900959a62bf654d27db187f5a"><code>a32c8f3</code></a> [stdlib] Add <code>os.arch</code> as an input property to prevent build cache reuse acro...</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.20 to 2.2.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.compose's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.2.21</h2> <h2>Changelog</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81372"><code>KT-81372</code></a> K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80018"><code>KT-80018</code></a> K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81191"><code>KT-81191</code></a> K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80936"><code>KT-80936</code></a> NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : <code>@PublishedApi</code> doesn't work for fun interfaces</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79926"><code>KT-79926</code></a> Wrong export of interfaces with companions with ES Modules</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81424"><code>KT-81424</code></a> Kotlin/JS: Cannot Get / in a simple running application</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80873"><code>KT-80873</code></a> KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79384"><code>KT-79384</code></a> K/N: Application Not Responding: Thread Deadlock</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79047"><code>KT-79047</code></a> Gradle compileKotlin fails with configuration cache</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81148"><code>KT-81148</code></a> Publishing helpers in KGP are incompatible with Isolated Projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80950"><code>KT-80950</code></a> KGP breaks configuration cache when signing plugin with GnuPG is applied</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-61127"><code>KT-61127</code></a> Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81249"><code>KT-81249</code></a> Kotlin 2.2.20 broke KMP implementation of Parcelize</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81510"><code>KT-81510</code></a> <code>commonizeCInterop</code> exception with 'kotlinNativeBundleConfiguration' not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81134"><code>KT-81134</code></a> Native: Gradle configuration failure likely related to Klibs cross-compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-77732"><code>KT-77732</code></a> <code>commonizeCInterop</code> failed with "Unresolved classifier: platform/posix/size_t"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80675"><code>KT-80675</code></a> Commonized cinterops between "test" compilations produce an import failure</li> </ul> <h3>Tools. Maven</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81218"><code>KT-81218</code></a> Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon</li> </ul> <h3>Tools. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-80582"><code>KT-80582</code></a> Multiple reloads when using webpack dev server after 2.2.20-Beta2</li> </ul> <h2>Kotlin 2.2.21-RC2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's changelog</a>.</em></p> <blockquote> <h2>2.2.21-RC2</h2> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81134"><code>KT-81134</code></a> Native: Gradle configuration failure likely related to Klibs cross-compilation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-81510"><code>KT-81510</code></a> <code>commonizeCInterop</code> exception with 'kotlinNativeBundleConfiguration' not found</li> </ul> <h2>2.2.21-RC</h2> <h3>Backend. Wasm</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81372"><code>KT-81372</code></a> K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80018"><code>KT-80018</code></a> K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81191"><code>KT-81191</code></a> K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80936"><code>KT-80936</code></a> NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : <code>@PublishedApi</code> doesn't work for fun interfaces</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-80873"><code>KT-80873</code></a> KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-79926"><code>KT-79926</code></a> Wrong export of interfaces with companions with ES Modules</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-79384"><code>KT-79384</code></a> K/N: Application Not Responding: Thread Deadlock</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81148"><code>KT-81148</code></a> Publishing helpers in KGP are incompatible with Isolated Projects</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80950"><code>KT-80950</code></a> KGP breaks configuration cache when signing plugin with GnuPG is applied</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-79047"><code>KT-79047</code></a> Gradle compileKotlin fails with configuration cache</li> </ul> <h3>Tools. Gradle. Multiplatform</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81249"><code>KT-81249</code></a> Kotlin 2.2.20 broke KMP implementation of Parcelize</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-61127"><code>KT-61127</code></a> Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import</li> </ul> <h3>Tools. Gradle. Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-77732"><code>KT-77732</code></a> <code>commonizeCInterop</code> failed with "Unresolved classifier: platform/posix/size_t"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-80675"><code>KT-80675</code></a> Commonized cinterops between "test" compilations produce an import failure</li> </ul> <h3>Tools. Maven</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-81218"><code>KT-81218</code></a> Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon</li> </ul> <h3>Tools. Wasm</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/2146684dcba708e5a304758b41a9e4ec9c7eff71"><code>2146684</code></a> Add ChangeLog for 2.2.21-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/d8cf44a2d13645af6c01a30bf3c8b8d3ebfcc1e3"><code>d8cf44a</code></a> [KGP][IT] Require Xcode 26 for shouldDownloadLightNativeBundleWithMaven</li> <li><a href="https://github.com/JetBrains/kotlin/commit/bd2b4265ef331e69c054c1bc062a51c30b1eaa0d"><code>bd2b426</code></a> [Gradle] Only register commonizeCInterop if there are native targets</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f66516ec54a615931dceb9a8dc53cdda0c65d8ea"><code>f66516e</code></a> [Gradle] Added tests for accessing target's publishable property</li> <li><a href="https://github.com/JetBrains/kotlin/commit/7aad8e5ca9f78b4a33ea9cdf01d3cb952dbcbcfd"><code>7aad8e5</code></a> [Gradle] Workaround for not completable Future with cross compilation</li> <li><a href="https://github.com/JetBrains/kotlin/commit/d0617749adb544555154881fc639aae56c11720d"><code>d061774</code></a> [Wasm, JS] Add statics field to DevServer data constructor for data class</li> <li><a href="https://github.com/JetBrains/kotlin/commit/060989636b290f2d187c2a16b91537d0754c2e1c"><code>0609896</code></a> Add ChangeLog for 2.2.21-RC</li> <li><a href="https://github.com/JetBrains/kotlin/commit/4f2bc0c4657778abcfcd7eb004c6c5fca7b62fbf"><code>4f2bc0c</code></a> [Gradle] Dont add parcelize plugin to JVM compilations</li> <li><a href="https://github.com/JetBrains/kotlin/commit/948802f1778a01ee7d51548fe167e25a3a237b2e"><code>948802f</code></a> [K/N][tests] Fixed lldb tests to work with Xcode 26</li> <li><a href="https://github.com/JetBrains/kotlin/commit/a32c8f3ca2c2567900959a62bf654d27db187f5a"><code>a32c8f3</code></a> [stdlib] Add <code>os.arch</code> as an input property to prevent build cache reuse acro...</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21">compare view</a></li> </ul> </details> <br /> Updates `com.google.devtools.ksp` from 2.2.20-2.0.3 to 2.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.3.0</h2> <h2>What's Changed</h2> <ul> <li>KSP1 has been deprecated[ <a href="https://github.com/google/ksp/issues/2657">#2657</a>](<a href="https://github.com/google/ksp/pull/2657">google/ksp#2657</a>)</li> <li>KSP is now independent of Kotlin Versions <a href="https://github.com/google/ksp/pull/2658">#2658</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.2.20-2.0.4...2.3.0">https://github.com/google/ksp/compare/2.2.20-2.0.4...2.3.0</a></p> <h2>2.2.21-RC-2.0.4</h2> <h2>What's Changed</h2> <ul> <li>Upgrade Kotlin version to 2.2.21-RC by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://github.com/google/ksp/pull/2634">google/ksp#2634</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.2.20-2.0.4...2.2.21-RC-2.0.4">https://github.com/google/ksp/compare/2.2.20-2.0.4...2.2.21-RC-2.0.4</a></p> <h2>2.2.21-RC2-2.0.4</h2> <h2>What's Changed</h2> <ul> <li>Update Kotlin version to 2.2.21-RC2 by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://github.com/google/ksp/pull/2653">google/ksp#2653</a></li> <li>Show KSP1 warning only once per project by <a href="https://github.com/hfmehmed"><code>@hfmehmed</code></a> in <a href="https://github.com/google/ksp/pull/2655">google/ksp#2655</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.2.21-RC-2.0.4...2.2.21-RC2-2.0.4">https://github.com/google/ksp/compare/2.2.21-RC-2.0.4...2.2.21-RC2-2.0.4</a></p> <h2>2.2.20-2.0.4</h2> <h2>What's Changed</h2> <ul> <li> <p>Unable to build on AGP 8.11.1 using KSP 2.2.20-2.0.3 due to class cast exception <a href="https://github.com/google/ksp/issues/2614">#2614</a></p> </li> <li> <p>Resolver#getJvmCheckedException(KSPropertyAccessor) throws IllegalArgumentException <a href="https://github.com/google/ksp/issues/2548">#2548</a></p> </li> <li> <p>ClassCastException when building with 2.2.20-2.0.3 <a href="https://github.com/google/ksp/issues/2598">#2598</a></p> </li> <li> <p>Replace KaFirStopWorldCacheCleaner with no-op implementation <a href="https://github.com/google/ksp/issues/2626">#2626</a></p> </li> <li> <p>BuildConfig values are not available during annotation process after upgrading ksp from 2.2.10-2.0.2 -> 2.2.20-2.0.3 <a href="https://github.com/google/ksp/issues/2597">#2597</a></p> </li> <li> <p>Missing Gradle task wiring with 2.2.20-2.0.3 <a href="https://github.com/google/ksp/issues/2595">#2595</a></p> </li> <li> <p>2.2.20-2.0.3 + protobufJavalite build errors <a href="https://github.com/google/ksp/issues/2596">#2596</a></p> </li> </ul> <h2>Contributors</h2> <p>Thanks to everyone who reported bugs and participated in discussions!</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.2.20-2.0.3...2.2.20-2.0.4">https://github.com/google/ksp/compare/2.2.20-2.0.3...2.2.20-2.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/15a88032c5782c58c81309ec07e19000758af531"><code>15a8803</code></a> Rename the 2.0.5-release branch to 2.3.0-release.</li> <li><a href="https://github.com/google/ksp/commit/b90c740756a0d68fb52df7bae26c0a17367dde3b"><code>b90c740</code></a> Untie from Kotlin versions</li> <li><a href="https://github.com/google/ksp/commit/00acc5912f26c833bb223688e9868e56137bed63"><code>00acc59</code></a> Introduce a dummy compiler plugin artifact</li> <li><a href="https://github.com/google/ksp/commit/7110a9075c57c7512acc3d80293554673f26f148"><code>7110a90</code></a> Remove KSP1 from repository</li> <li><a href="https://github.com/google/ksp/commit/fd792aff8eb155f300a80b70855c862388331284"><code>fd792af</code></a> Throw runtime error if ksp2 is disabled</li> <li><a href="https://github.com/google/ksp/commit/f82a0b43c9a7692693a9bcb7048a2dadf5316e25"><code>f82a0b4</code></a> Remove KSP1 related logic from gradle plugin</li> <li><a href="https://github.com/google/ksp/commit/29ce41f0c066b50fdd1d0be7ee91df517cda91bb"><code>29ce41f</code></a> Update jvmTarget and language version in projects</li> <li><a href="https://github.com/google/ksp/commit/3eb782e2a1578737179f5bebea21e059285a4aea"><code>3eb782e</code></a> Remove KSP1 integration tests</li> <li><a href="https://github.com/google/ksp/commit/8f4997ce433f1c20df95124e12de038461c132f8"><code>8f4997c</code></a> UPDATE_KOTLIN_VERSION: 2.3.0-Beta1</li> <li><a href="https://github.com/google/ksp/commit/36108351c4101d1ebdaf334b1a999204686897dd"><code>3610835</code></a> Update auto-merge branch to 2.0.5</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.2.20-2.0.3...2.3.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.jetbrains.kotlin.android | [< 1.10, > 1.9.23] | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ylarod <[email protected]>
Signed-off-by: Tools-app <[email protected]>
* chore: make cargo clippy happy * chore: Optimize import - Format as a standard import Signed-off-by: Tools-app <[email protected]>
4e6da71 to
c8ba93a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.