Commit Graph

2033 Commits

Author SHA1 Message Date
Weblate (bot)
deb2f5cfe2 Translations update from Hosted Weblate (#2065)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).



Current translation status:

![Weblate translation
status](https://hosted.weblate.org/widget/kernelsu/manager/horizontal-auto.svg)

---------

Co-authored-by: yuztass <inkognito0901@gmail.com>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: SchweGELBin <abramjannikmichael06@gmail.com>
Co-authored-by: Karl Schrader <pokemetti@gmail.com>
Co-authored-by: Dawid2849 <dawid2849@gmail.com>
Co-authored-by: Iker García Calviño <72529208+ikergcalvino@users.noreply.github.com>
Co-authored-by: Madis Otenurm <robotkoer@gmail.com>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: I g o r <igormczampola1@gmail.com>
Co-authored-by: rehork <cooky@e.email>
2024-10-29 14:00:29 +08:00
Rifat Azad
8031b9aae1 Renewed rmx3511 kernel source git repo link (#2164) 2024-10-29 13:57:46 +08:00
铃柒柒
aefb1aaed2 manager: Add action.sh for user to manually trigger modules' functionality from manager (#2156)
Commits:
- manager: Add `action.sh` for user to manually trigger modules'
functionality from manager
- manager: Optimize ModuleItem
- manager: uninstall button: TextButton -> FilledTonalButton
- Optimize `run_action` function

Commit Author & Thank:
- @lightsummer233
- @lingqiqi5211
- [APatch](https://github.com/bmax121/APatch)

Demo Show:

![image](https://github.com/user-attachments/assets/a5778a86-fa60-485f-ac49-2b581711f60e)

---------

Co-authored-by: Light summer <93428659+lightsummer233@users.noreply.github.com>
2024-10-27 10:07:13 +01:00
Light_summer
7b3e732404 manager: Bump dependencies, Adjust pull refresh UI, Add transitions back (#2139)
Bump dependencies


| Add transitions back for predictive back | Fix SnackBar overlap on FAB
& Make SnackBar can dismiss
| :-- | :-- |
|
![Screenshot_20241016-235706](https://github.com/user-attachments/assets/f2718523-9800-42ff-ad2f-ad8583c56be7)
|
![Screenshot_20241018-220552](https://github.com/user-attachments/assets/ed53338b-1ac4-4d0a-a5fb-7056f81cac18)
|

Use `androidx.compose.material3.pulltorefresh.PullToRefreshBox` instead
of `androidx.compose.material.pullrefresh.*`
| Before | After |
| --: | --: |
|
![Screenshot_20241016-234930](https://github.com/user-attachments/assets/6b9dbb87-627b-4a02-8f77-9f9f81ae1b4a)
|
![Screenshot_20241016-235336](https://github.com/user-attachments/assets/9134dde4-93c8-4f85-8540-56a7c5a1b0af)
|

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-19 08:40:02 +08:00
Shatyuka
05a90542c6 manager: detect init_boot with Android version in uname (#2142)
Redmi Note 12 Turbo (marble) comes shipped with Android 13, but the
baseline/kernel target version is Android 12.

```
# getprop | grep api_level
[ro.board.api_level]: [31]
[ro.board.first_api_level]: [31]
[ro.product.first_api_level]: [33]
[ro.vendor.api_level]: [31]
# uname -a
Linux localhost 5.10.198-android12-9-00085-g226a9632f13d-ab11136126 #1 SMP PREEMPT Wed Nov 22 14:16:37 UTC 2023 aarch64 Toybox
```

Maybe we should use `ro.board.first_api_level` instead of
`ro.product.first_api_level`, or the minimum value. But anyway, it's
better to be consistent with ksud.

2f9210b2e7/userspace/ksud/src/boot_patch.rs (L407)
2024-10-17 19:46:25 +08:00
Rifat Azad
2f9210b2e7 add device to unofficial supported list (#2136)
added realme c35 (RMX3511) to the unofficial supported list
2024-10-15 10:02:06 +08:00
github-actions[bot]
2da7022a1e [add device]: (#2117)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/2116

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-06 17:42:13 +08:00
Light_summer
60fcd27b84 manager: Refactor the click logic of ModuleItem (#2105)
Drop `com.google.accompanist` that we needn't it

Remove unused metadata, abi

Optimize app icon (No visual changes)

Update Gradle to 8.10.2

Enable per app language support

Optimize `SwitchItem`


https://github.com/user-attachments/assets/777729e6-5108-4060-91a7-28b5b9d98441

Refactor the click logic of `ModuleItem`


https://github.com/user-attachments/assets/e61da54a-6c1c-45d7-bf27-52b452134b7e

Use compose's Text in AboutCard to support dynamicColor


![Screenshot_20241001-094116](https://github.com/user-attachments/assets/9882a4c1-719d-4622-a316-063cf349a753)

Add scroll behavior for TopAppBar


![Screenshot_20241001-133657.png](https://github.com/user-attachments/assets/1a884648-bc91-4f8a-9940-f2a5f0b8f6da)

![Screenshot_20241001-133645.png](https://github.com/user-attachments/assets/cd4712d3-a2c7-47f1-bba4-4312b779f6b1)

Fix padding for BottomNavigationBar
2024-10-01 20:40:16 +08:00
dependabot[bot]
7be82d29ee build(deps): bump the npm group across 1 directory with 28 updates (#2097)
Bumps the npm group with 15 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.5.3` | `3.5.9` |
|
[@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core)
| `1.14.1` | `1.16.2` |
|
[@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers)
| `1.16.2` | `1.20.0` |
| [@shikijs/vscode-textmate](https://github.com/shikijs/vscode-textmate)
| `9.2.0` | `9.2.2` |
|
[@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)
| `5.1.3` | `5.1.4` |
|
[@vue/devtools-api](https://github.com/vuejs/devtools-next/tree/HEAD/packages/devtools-api)
| `7.4.4` | `7.4.6` |
|
[@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core)
| `11.0.1` | `11.0.3` |
|
[@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations)
| `11.0.3` | `11.1.0` |
| [focus-trap](https://github.com/focus-trap/focus-trap) | `7.5.4` |
`7.6.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` |
| [preact](https://github.com/preactjs/preact) | `10.23.2` | `10.24.1` |
| [rollup](https://github.com/rollup/rollup) | `4.21.2` | `4.22.4` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) |
`1.16.2` | `1.20.0` |
| [source-map-js](https://github.com/7rulnik/source-map-js) | `1.2.0` |
`1.2.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.3` | `5.4.8` |


Updates `vue` from 3.5.3 to 3.5.9
<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.9</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.8</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.7</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.6</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.5</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.4</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.8...v3.5.9">3.5.9</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> fix property dep removal regression (<a
href="6001e5c81a">6001e5c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a
href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li>
<li><strong>reactivity:</strong> fix recursive sync watcher on computed
edge case (<a
href="10ff159240">10ff159</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a
href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li>
<li><strong>runtime-core:</strong> avoid rendering plain object as VNode
(<a
href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)
(<a
href="cb34b28a4a">cb34b28</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li>
<li><strong>runtime-core:</strong> make useId() always return a string
(<a
href="a177092754">a177092</a>)</li>
<li><strong>types:</strong> correct type inference of union event names
(<a
href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)
(<a
href="4da688141d">4da6881</a>)</li>
<li><strong>vue:</strong> properly cache runtime compilation (<a
href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)
(<a
href="fa0ba24b3a">fa0ba24</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a>
(2024-09-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
cleaning up deps of computed (<a
href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>)
(<a
href="0267a58801">0267a58</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a>
(2024-09-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compile-core:</strong> fix v-model with newlines edge case
(<a
href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>)
(<a
href="62242886d7">6224288</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li>
<li><strong>compiler-sfc:</strong> initialize scope with null prototype
object (<a
href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>)
(<a
href="215e154072">215e154</a>)</li>
<li><strong>hydration:</strong> avoid observing non-Element node (<a
href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>)
(<a
href="7257e6a342">7257e6a</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
unsubbed by computed (<a
href="960706eebf">960706e</a>)</li>
<li><strong>reactivity:</strong> fix dev-only memory leak by updating
dep.subsHead on sub removal (<a
href="5c8b76ed6c">5c8b76e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li>
<li><strong>reactivity:</strong> fix memory leak from dep instances of
garbage collected objects (<a
href="235ea4772e">235ea47</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a
href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li>
<li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl
returned by toRef (<a
href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>)
(<a
href="b030c8bc73">b030c8b</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li>
<li><strong>scheduler:</strong> ensure recursive jobs can't be queued
twice (<a
href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>)
(<a
href="d18d6aa1b2">d18d6aa</a>)</li>
<li><strong>ssr:</strong> don't render comments in TransitionGroup (<a
href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>)
(<a
href="a2f6edeb02">a2f6ede</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li>
<li><strong>transition:</strong> respect <code>duration</code> setting
even when it is <code>0</code> (<a
href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>)
(<a
href="f927a4ae6f">f927a4a</a>)</li>
<li><strong>types:</strong> correct type inference of all-optional props
(<a
href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>)
(<a
href="9eca65ee98">9eca65e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a
href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li><strong>hydration:</strong> avoid observer if element is in viewport
(<a
href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>)
(<a
href="e075dfad5c">e075dfa</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a>
(2024-09-16)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="01f15beeb0"><code>01f15be</code></a>
release: v3.5.9</li>
<li><a
href="10ff159240"><code>10ff159</code></a>
fix(reactivity): fix recursive sync watcher on computed edge case</li>
<li><a
href="cb34b28a4a"><code>cb34b28</code></a>
fix(runtime-core): avoid rendering plain object as VNode (<a
href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)</li>
<li><a
href="faf55a15d7"><code>faf55a1</code></a>
chore(deps): update build (<a
href="https://redirect.github.com/vuejs/core/issues/12001">#12001</a>)</li>
<li><a
href="fa0ba24b3a"><code>fa0ba24</code></a>
fix(vue): properly cache runtime compilation (<a
href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)</li>
<li><a
href="4da688141d"><code>4da6881</code></a>
fix(types): correct type inference of union event names (<a
href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)</li>
<li><a
href="6001e5c81a"><code>6001e5c</code></a>
fix(reactivity): fix property dep removal regression</li>
<li><a
href="c0e9434414"><code>c0e9434</code></a>
refactor(reactivity): avoid optional chaining in getDepFromReactive (<a
href="https://redirect.github.com/vuejs/core/issues/12007">#12007</a>)</li>
<li><a
href="7a00f6f093"><code>7a00f6f</code></a>
chore: remove unused argument (<a
href="https://redirect.github.com/vuejs/core/issues/12006">#12006</a>)</li>
<li><a
href="5d9e81d3da"><code>5d9e81d</code></a>
chore(types): disambiguate the <code>Comment</code> type in hydration.ts
(<a
href="https://redirect.github.com/vuejs/core/issues/12009">#12009</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/compare/v3.5.3...v3.5.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `@shikijs/core` from 1.14.1 to 1.16.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.16.2</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Allow to swap regex constructor for JavaScript engine  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/930dddc6"><!-- raw HTML
omitted -->(930dd)<!-- raw HTML omitted --></a></li>
<li>Upgrade <code>oniguruma-to-js</code>, support more languages  -  by
<a href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/4ddfdb14"><!-- raw HTML
omitted -->(4ddfd)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.16.1...v1.16.2">View
changes on GitHub</a></h5>
<h2>v1.16.1</h2>
<h3>   🏎 Performance</h3>
<ul>
<li>Externalize <code>@shikijs/vscode-textmate</code>  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/a1e154d5"><!-- raw HTML
omitted -->(a1e15)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.16.0...v1.16.1">View
changes on GitHub</a></h5>
<h2>v1.16.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Synchronous Shiki usage  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/764">shikijs/shiki#764</a>
<a href="https://github.com/shikijs/shiki/commit/9396a6f1"><!-- raw HTML
omitted -->(9396a)<!-- raw HTML omitted --></a></li>
<li><strong>core</strong>: New options object signature for
<code>createdBundledHighlighter</code> for custom engine bundle,
deprecate old signature  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/513224f8"><!-- raw HTML
omitted -->(51322)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>core</strong>: <code>createdBundledHighlighter</code> allow
user to override engine  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/b59e4875"><!-- raw HTML
omitted -->(b59e4)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.15.2...v1.16.0">View
changes on GitHub</a></h5>
<h2>v1.15.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><code>@shikijs/twoslash</code> version specifier, close <a
href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/763">#763</a>
 -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/763">shikijs/shiki#763</a>
<a href="https://github.com/shikijs/shiki/commit/c7998db7"><!-- raw HTML
omitted -->(c7998)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.15.1...v1.15.2">View
changes on GitHub</a></h5>
<h2>v1.15.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Support more languages  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/e4f70ec5"><!-- raw HTML
omitted -->(e4f70)<!-- raw HTML omitted --></a></li>
<li><strong>engine</strong>:
<ul>
<li>Correct default regex flag  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/61a6bf21"><!-- raw HTML
omitted -->(61a6b)<!-- raw HTML omitted --></a></li>
<li>Regex flags propagation  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/55526bb7"><!-- raw HTML
omitted -->(55526)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.15.0...v1.15.1">View
changes on GitHub</a></h5>
<h2>v1.15.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Update deps, new <code>plastic</code> theme  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/04bb6576"><!-- raw HTML
omitted -->(04bb6)<!-- raw HTML omitted --></a></li>
<li>Introduce experimental JavaScript RegExp Engine  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/761">shikijs/shiki#761</a>
<a href="https://github.com/shikijs/shiki/commit/2be5b2d1"><!-- raw HTML
omitted -->(2be5b)<!-- raw HTML omitted --></a></li>
<li><strong>rehype</strong>: Support inline codes  -  by <a
href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/751">shikijs/shiki#751</a>
<a href="https://github.com/shikijs/shiki/commit/6ca98aa5"><!-- raw HTML
omitted -->(6ca98)<!-- raw HTML omitted --></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eae73919d4"><code>eae7391</code></a>
chore: release v1.16.2</li>
<li><a
href="4ddfdb14ae"><code>4ddfdb1</code></a>
feat: upgrade <code>oniguruma-to-js</code>, support more languages</li>
<li><a
href="930dddc609"><code>930dddc</code></a>
feat: allow to swap regex constructor for JavaScript engine</li>
<li><a
href="a71d08c213"><code>a71d08c</code></a>
chore: release v1.16.1</li>
<li><a
href="a1e154d5c7"><code>a1e154d</code></a>
perf: externalize <code>@shikijs/vscode-textmate</code></li>
<li><a
href="b0f3bb7d9d"><code>b0f3bb7</code></a>
pref: reuse <code>EncodedTokenMetadata</code> from
<code>@shikijs/vscode-textmate</code></li>
<li><a
href="ab6e60287f"><code>ab6e602</code></a>
chore: release v1.16.0</li>
<li><a
href="e3bee32d7f"><code>e3bee32</code></a>
docs: docs for js engine and sync usage</li>
<li><a
href="b59e487574"><code>b59e487</code></a>
fix(core): <code>createdBundledHighlighter</code> allow user to override
engine</li>
<li><a
href="513224f8c8"><code>513224f</code></a>
feat(core): new options object signature for
<code>createdBundledHighlighter</code> for ...</li>
<li>Additional commits viewable in <a
href="https://github.com/shikijs/shiki/commits/v1.16.2/packages/core">compare
view</a></li>
</ul>
</details>
<br />

Updates `@shikijs/transformers` from 1.16.2 to 1.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/transformers</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.20.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Rename <code>createWasmOnigEngine</code> to
<code>createOnigurumaEngine</code>  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/2335dda7"><!-- raw HTML
omitted -->(2335d)<!-- raw HTML omitted --></a></li>
<li>Move <code>createCssVariablesTheme</code> to core  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/989afdb4"><!-- raw HTML
omitted -->(989af)<!-- raw HTML omitted --></a></li>
<li><strong>rehype</strong>: Support lazy load languages  -  by <a
href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/787">shikijs/shiki#787</a>
<a href="https://github.com/shikijs/shiki/commit/c449dd13"><!-- raw HTML
omitted -->(c449d)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Improve deprecation warnings  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/50c8e4ac"><!-- raw HTML
omitted -->(50c8e)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.19.0...v1.20.0">View
changes on GitHub</a></h5>
<h2>v1.19.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Introduce warning system for deprecated API  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/788">shikijs/shiki#788</a>
<a href="https://github.com/shikijs/shiki/commit/4e59b65d"><!-- raw HTML
omitted -->(4e59b)<!-- raw HTML omitted --></a></li>
<li><strong>core</strong>:
<ul>
<li>Pass raw token to <code>transformer.span</code> api  -  by <a
href="https://github.com/zzuu666"><code>@​zzuu666</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/782">shikijs/shiki#782</a>
<a href="https://github.com/shikijs/shiki/commit/bba452c4"><!-- raw HTML
omitted -->(bba45)<!-- raw HTML omitted --></a></li>
<li>Support object style <code>htmlStyle</code> in themed token, support
new <code>htmlAttrs</code>  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/85a4ff94"><!-- raw HTML
omitted -->(85a4f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.18.0...v1.19.0">View
changes on GitHub</a></h5>
<h2>v1.18.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>perf</strong>: Wrap json data with <code>JSON.parse</code>
to speed up rebundling  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/781">shikijs/shiki#781</a>
<a href="https://github.com/shikijs/shiki/commit/bbfceeef"><!-- raw HTML
omitted -->(bbfce)<!-- raw HTML omitted --></a></li>
<li><strong>twoslash</strong>: Introduce <code>disableTriggers</code>,
close <a
href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/780">#780</a>
 -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/780">shikijs/shiki#780</a>
<a href="https://github.com/shikijs/shiki/commit/dca6a488"><!-- raw HTML
omitted -->(dca6a)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.17.7...v1.18.0">View
changes on GitHub</a></h5>
<h2>v1.17.7</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Allow customize <code>tabindex</code>, close <a
href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/778">#778</a>
 -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/778">shikijs/shiki#778</a>
<a href="https://github.com/shikijs/shiki/commit/52b055d7"><!-- raw HTML
omitted -->(52b05)<!-- raw HTML omitted --></a></li>
<li>Update grammar  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/a560bccc"><!-- raw HTML
omitted -->(a560b)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.17.6...v1.17.7">View
changes on GitHub</a></h5>
<h2>v1.17.6</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>engine-js</strong>:
<ul>
<li>Improve js engine by replacing hard-coded recursive reference  -  by
<a href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/b3d493b9"><!-- raw HTML
omitted -->(b3d49)<!-- raw HTML omitted --></a></li>
<li>Improve js engine handling for markdown  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/b05d838d"><!-- raw HTML
omitted -->(b05d8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Missing named exports for <code>shiki/wasm</code> and
<code>@shikijs/wasm-inlined</code>  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/3f2269e9"><!-- raw HTML
omitted -->(3f226)<!-- raw HTML omitted --></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6aa7e08e92"><code>6aa7e08</code></a>
chore: release v1.20.0</li>
<li><a
href="9444b61554"><code>9444b61</code></a>
chore: release v1.19.0</li>
<li><a
href="7602669bcc"><code>7602669</code></a>
chore: release v1.18.0</li>
<li><a
href="55f09422c9"><code>55f0942</code></a>
chore: release v1.17.7</li>
<li><a
href="1d270945f6"><code>1d27094</code></a>
chore: explicit return type</li>
<li><a
href="599b061ec8"><code>599b061</code></a>
chore: release v1.17.6</li>
<li><a
href="a61a4eefb7"><code>a61a4ee</code></a>
chore: release v1.17.5</li>
<li><a
href="0fd45ea8c3"><code>0fd45ea</code></a>
chore: release v1.17.4</li>
<li><a
href="5fbe4e9022"><code>5fbe4e9</code></a>
chore: release v1.17.3</li>
<li><a
href="01068e6595"><code>01068e6</code></a>
chore: release v1.17.2</li>
<li>Additional commits viewable in <a
href="https://github.com/shikijs/shiki/commits/v1.20.0/packages/transformers">compare
view</a></li>
</ul>
</details>
<br />

Updates `@shikijs/vscode-textmate` from 9.2.0 to 9.2.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8d2e84a3aa"><code>8d2e84a</code></a>
chore: release v9.2.2</li>
<li><a
href="1a9770dad1"><code>1a9770d</code></a>
fix: exports name</li>
<li><a
href="26c5be805c"><code>26c5be8</code></a>
chore: release v9.2.1</li>
<li><a
href="fc4c36de52"><code>fc4c36d</code></a>
feat: export <code>FontStyle</code> enum</li>
<li>See full diff in <a
href="https://github.com/shikijs/vscode-textmate/compare/v9.2.0...v9.2.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vitejs/plugin-vue` from 5.1.3 to 5.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@​vitejs/plugin-vue</code>'s
releases</a>.</em></p>
<blockquote>
<h2>plugin-vue@5.1.4</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.1.4/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@​vitejs/plugin-vue</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.1.4 (2024-09-16)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: format (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6">07b29a6</a>)</li>
<li>chore(deps): update dependency rollup to ^4.21.3 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2">98766c2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/440">#440</a></li>
<li>fix: skip checking private properties of typeParameters (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fff">e4f5fff</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/443">#443</a></li>
<li>fix(plugin-vue): allow overwrite esbuild config (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/1344294">1344294</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/444">#444</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8d5a270408"><code>8d5a270</code></a>
release: plugin-vue@5.1.4</li>
<li><a
href="07b29a6a3d"><code>07b29a6</code></a>
chore: format</li>
<li><a
href="98766c2b39"><code>98766c2</code></a>
chore(deps): update dependency rollup to ^4.21.3 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>)</li>
<li><a
href="e4f5fffa4a"><code>e4f5fff</code></a>
fix: skip checking private properties of typeParameters (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>)</li>
<li><a
href="1344294a0f"><code>1344294</code></a>
fix(plugin-vue): allow overwrite esbuild config (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.4/packages/plugin-vue">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/compiler-core` from 3.5.3 to 3.5.9
<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.9</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.8</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.7</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.6</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.5</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.4</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.8...v3.5.9">3.5.9</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> fix property dep removal regression (<a
href="6001e5c81a">6001e5c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a
href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li>
<li><strong>reactivity:</strong> fix recursive sync watcher on computed
edge case (<a
href="10ff159240">10ff159</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a
href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li>
<li><strong>runtime-core:</strong> avoid rendering plain object as VNode
(<a
href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)
(<a
href="cb34b28a4a">cb34b28</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li>
<li><strong>runtime-core:</strong> make useId() always return a string
(<a
href="a177092754">a177092</a>)</li>
<li><strong>types:</strong> correct type inference of union event names
(<a
href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)
(<a
href="4da688141d">4da6881</a>)</li>
<li><strong>vue:</strong> properly cache runtime compilation (<a
href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)
(<a
href="fa0ba24b3a">fa0ba24</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a>
(2024-09-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
cleaning up deps of computed (<a
href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>)
(<a
href="0267a58801">0267a58</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a>
(2024-09-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compile-core:</strong> fix v-model with newlines edge case
(<a
href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>)
(<a
href="62242886d7">6224288</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li>
<li><strong>compiler-sfc:</strong> initialize scope with null prototype
object (<a
href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>)
(<a
href="215e154072">215e154</a>)</li>
<li><strong>hydration:</strong> avoid observing non-Element node (<a
href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>)
(<a
href="7257e6a342">7257e6a</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
unsubbed by computed (<a
href="960706eebf">960706e</a>)</li>
<li><strong>reactivity:</strong> fix dev-only memory leak by updating
dep.subsHead on sub removal (<a
href="5c8b76ed6c">5c8b76e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li>
<li><strong>reactivity:</strong> fix memory leak from dep instances of
garbage collected objects (<a
href="235ea4772e">235ea47</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a
href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li>
<li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl
returned by toRef (<a
href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>)
(<a
href="b030c8bc73">b030c8b</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li>
<li><strong>scheduler:</strong> ensure recursive jobs can't be queued
twice (<a
href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>)
(<a
href="d18d6aa1b2">d18d6aa</a>)</li>
<li><strong>ssr:</strong> don't render comments in TransitionGroup (<a
href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>)
(<a
href="a2f6edeb02">a2f6ede</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li>
<li><strong>transition:</strong> respect <code>duration</code> setting
even when it is <code>0</code> (<a
href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>)
(<a
href="f927a4ae6f">f927a4a</a>)</li>
<li><strong>types:</strong> correct type inference of all-optional props
(<a
href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>)
(<a
href="9eca65ee98">9eca65e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a
href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li><strong>hydration:</strong> avoid observer if element is in viewport
(<a
href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>)
(<a
href="e075dfad5c">e075dfa</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a>
(2024-09-16)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="01f15beeb0"><code>01f15be</code></a>
release: v3.5.9</li>
<li><a
href="5e8898572f"><code>5e88985</code></a>
release: v3.5.8</li>
<li><a
href="6fcb80172f"><code>6fcb801</code></a>
release: v3.5.7</li>
<li><a
href="62242886d7"><code>6224288</code></a>
fix(compile-core): fix v-model with newlines edge case (<a
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11960">#11960</a>)</li>
<li><a
href="9a36f2a0b8"><code>9a36f2a</code></a>
release: v3.5.6</li>
<li><a
href="7f2de3f53e"><code>7f2de3f</code></a>
release: v3.5.5</li>
<li><a
href="3c4bf76276"><code>3c4bf76</code></a>
fix(compiler-dom): should ignore leading newline in &lt;textarea&gt; per
spec</li>
<li><a
href="706d4ac1d0"><code>706d4ac</code></a>
fix(compiler-core): fix handling of delimiterOpen in VPre (<a
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-core/issues/11915">#11915</a>)</li>
<li><a
href="91212fa408"><code>91212fa</code></a>
release: v3.5.4</li>
<li><a
href="b1db66a1a9"><code>b1db66a</code></a>
chore(deps): upgrade to TypeScript 5.6</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-core">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/compiler-dom` from 3.5.3 to 3.5.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/releases"><code>@​vue/compiler-dom</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.5.9</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.8</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.7</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.6</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.5</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.4</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-dom</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> fix property dep removal regression (<a
href="6001e5c81a">6001e5c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a
href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li>
<li><strong>reactivity:</strong> fix recursive sync watcher on computed
edge case (<a
href="10ff159240">10ff159</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a
href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li>
<li><strong>runtime-core:</strong> avoid rendering plain object as VNode
(<a
href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)
(<a
href="cb34b28a4a">cb34b28</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li>
<li><strong>runtime-core:</strong> make useId() always return a string
(<a
href="a177092754">a177092</a>)</li>
<li><strong>types:</strong> correct type inference of union event names
(<a
href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)
(<a
href="4da688141d">4da6881</a>)</li>
<li><strong>vue:</strong> properly cache runtime compilation (<a
href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)
(<a
href="fa0ba24b3a">fa0ba24</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a>
(2024-09-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
cleaning up deps of computed (<a
href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>)
(<a
href="0267a58801">0267a58</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a>
(2024-09-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compile-core:</strong> fix v-model with newlines edge case
(<a
href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>)
(<a
href="62242886d7">6224288</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li>
<li><strong>compiler-sfc:</strong> initialize scope with null prototype
object (<a
href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>)
(<a
href="215e154072">215e154</a>)</li>
<li><strong>hydration:</strong> avoid observing non-Element node (<a
href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>)
(<a
href="7257e6a342">7257e6a</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
unsubbed by computed (<a
href="960706eebf">960706e</a>)</li>
<li><strong>reactivity:</strong> fix dev-only memory leak by updating
dep.subsHead on sub removal (<a
href="5c8b76ed6c">5c8b76e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li>
<li><strong>reactivity:</strong> fix memory leak from dep instances of
garbage collected objects (<a
href="235ea4772e">235ea47</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a
href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li>
<li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl
returned by toRef (<a
href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>)
(<a
href="b030c8bc73">b030c8b</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li>
<li><strong>scheduler:</strong> ensure recursive jobs can't be queued
twice (<a
href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>)
(<a
href="d18d6aa1b2">d18d6aa</a>)</li>
<li><strong>ssr:</strong> don't render comments in TransitionGroup (<a
href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>)
(<a
href="a2f6edeb02">a2f6ede</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li>
<li><strong>transition:</strong> respect <code>duration</code> setting
even when it is <code>0</code> (<a
href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>)
(<a
href="f927a4ae6f">f927a4a</a>)</li>
<li><strong>types:</strong> correct type inference of all-optional props
(<a
href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>)
(<a
href="9eca65ee98">9eca65e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a
href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li><strong>hydration:</strong> avoid observer if element is in viewport
(<a
href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>)
(<a
href="e075dfad5c">e075dfa</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a>
(2024-09-16)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="01f15beeb0"><code>01f15be</code></a>
release: v3.5.9</li>
<li><a
href="5e8898572f"><code>5e88985</code></a>
release: v3.5.8</li>
<li><a
href="6fcb80172f"><code>6fcb801</code></a>
release: v3.5.7</li>
<li><a
href="9a36f2a0b8"><code>9a36f2a</code></a>
release: v3.5.6</li>
<li><a
href="85c138ced1"><code>85c138c</code></a>
fix(compile-dom): should be able to stringify mathML (<a
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-dom/issues/11891">#11891</a>)</li>
<li><a
href="7f2de3f53e"><code>7f2de3f</code></a>
release: v3.5.5</li>
<li><a
href="3c4bf76276"><code>3c4bf76</code></a>
fix(compiler-dom): should ignore leading newline in &lt;textarea&gt; per
spec</li>
<li><a
href="1d99d61c1b"><code>1d99d61</code></a>
fix(compiler-dom): fix stringify static edge for partially eligible
chunks in...</li>
<li><a
href="91212fa408"><code>91212fa</code></a>
release: v3.5.4</li>
<li><a
href="b1430f250d"><code>b1430f2</code></a>
refactor: remove rarely used argument in makeMap + optimize perf</li>
<li>See full diff in <a
href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-dom">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/compiler-sfc` from 3.5.3 to 3.5.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/releases"><code>@​vue/compiler-sfc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.5.9</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.8</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.7</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.6</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.5</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.4</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-sfc</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> fix property dep removal regression (<a
href="6001e5c81a">6001e5c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a
href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li>
<li><strong>reactivity:</strong> fix recursive sync watcher on computed
edge case (<a
href="10ff159240">10ff159</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12033">#12033</a> <a
href="https://redirect.github.com/vuejs/core/issues/12037">#12037</a></li>
<li><strong>runtime-core:</strong> avoid rendering plain object as VNode
(<a
href="https://redirect.github.com/vuejs/core/issues/12038">#12038</a>)
(<a
href="cb34b28a4a">cb34b28</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12035">#12035</a> <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/353">vitejs/vite-plugin-vue#353</a></li>
<li><strong>runtime-core:</strong> make useId() always return a string
(<a
href="a177092754">a177092</a>)</li>
<li><strong>types:</strong> correct type inference of union event names
(<a
href="https://redirect.github.com/vuejs/core/issues/12022">#12022</a>)
(<a
href="4da688141d">4da6881</a>)</li>
<li><strong>vue:</strong> properly cache runtime compilation (<a
href="https://redirect.github.com/vuejs/core/issues/12019">#12019</a>)
(<a
href="fa0ba24b3a">fa0ba24</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.7...v3.5.8">3.5.8</a>
(2024-09-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
cleaning up deps of computed (<a
href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>)
(<a
href="0267a58801">0267a58</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a>
(2024-09-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compile-core:</strong> fix v-model with newlines edge case
(<a
href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>)
(<a
href="62242886d7">6224288</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li>
<li><strong>compiler-sfc:</strong> initialize scope with null prototype
object (<a
href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>)
(<a
href="215e154072">215e154</a>)</li>
<li><strong>hydration:</strong> avoid observing non-Element node (<a
href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>)
(<a
href="7257e6a342">7257e6a</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li>
<li><strong>reactivity:</strong> do not remove dep from depsMap when
unsubbed by computed (<a
href="960706eebf">960706e</a>)</li>
<li><strong>reactivity:</strong> fix dev-only memory leak by updating
dep.subsHead on sub removal (<a
href="5c8b76ed6c">5c8b76e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li>
<li><strong>reactivity:</strong> fix memory leak from dep instances of
garbage collected objects (<a
href="235ea4772e">235ea47</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a
href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li>
<li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl
returned by toRef (<a
href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>)
(<a
href="b030c8bc73">b030c8b</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li>
<li><strong>scheduler:</strong> ensure recursive jobs can't be queued
twice (<a
href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>)
(<a
href="d18d6aa1b2">d18d6aa</a>)</li>
<li><strong>ssr:</strong> don't render comments in TransitionGroup (<a
href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>)
(<a
href="a2f6edeb02">a2f6ede</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li>
<li><strong>transition:</strong> respect <code>duration</code> setting
even when it is <code>0</code> (<a
href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>)
(<a
href="f927a4ae6f">f927a4a</a>)</li>
<li><strong>types:</strong> correct type inference of all-optional props
(<a
href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>)
(<a
href="9eca65ee98">9eca65e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a
href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li><strong>hydration:</strong> avoid observer if element is in viewport
(<a
href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>)
(<a
href="e075dfad5c">e075dfa</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a>
(2024-09-16)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="01f15beeb0"><code>01f15be</code></a>
release: v3.5.9</li>
<li><a
href="fa0ba24b3a"><code>fa0ba24</code></a>
fix(vue): properly cache runtime compilation (<a
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12019">#12019</a>)</li>
<li><a
href="5e8898572f"><code>5e88985</code></a>
release: v3.5.8</li>
<li><a
href="6fcb80172f"><code>6fcb801</code></a>
release: v3.5.7</li>
<li><a
href="62242886d7"><code>6224288</code></a>
fix(compile-core): fix v-model with newlines edge case (<a
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11960">#11960</a>)</li>
<li><a
href="215e154072"><code>215e154</code></a>
fix(compiler-sfc): initialize scope with null prototype object (<a
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11963">#11963</a>)</li>
<li><a
href="9a36f2a0b8"><code>9a36f2a</code></a>
release: v3.5.6</li>
<li><a
href="8492c3c49a"><code>8492c3c</code></a>
fix(compiler-sfc): preserve old behavior when using withDefaults with
desutru...</li>
<li><a
href="47bda40653"><code>47bda40</code></a>
fix(deps): update dependency postcss to ^8.4.47 (<a
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11938">#11938</a>)</li>
<li><a
href="7f2de3f53e"><code>7f2de3f</code></a>
release: v3.5.5</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/commits/v3.5.9/packages/compiler-sfc">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/compiler-ssr` from 3.5.3 to 3.5.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/releases"><code>@​vue/compiler-ssr</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.5.9</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.8</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.7</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.6</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.5</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.4</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-ssr</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.8...v3.5.9">3.5.9</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> fix property dep removal regression (<a
href="6001e5c81a">6001e5c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/12020">#12020</a> <a
href="https://redirect.github.com/vuejs/core/issues/12021">#12021</a></li>
<li><strong>reactivity:</strong> fix recursive sync watcher on computed
edge case (<a
href="https://github.com/vuejs/core/commit/10ff15924053d9bd95a...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-29 15:46:37 +08:00
dependabot[bot]
78ff3ab13a build(deps): bump the crates group across 1 directory with 32 updates (#2098)
Bumps the crates group with 25 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.18` |
| [const_format](https://github.com/rodrimati1992/const_format_crates) |
`0.2.32` | `0.2.33` |
| [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.210` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.128`
|
| [libc](https://github.com/rust-lang/libc) | `0.2.158` | `0.2.159` |
| [is_executable](https://github.com/fitzgen/is_executable) | `1.0.1` |
`1.0.3` |
| [derive-new](https://github.com/nrc/derive-new) | `0.6.0` | `0.7.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` |
`0.1.83` |
| [autocfg](https://github.com/cuviper/autocfg) | `1.3.0` | `1.4.0` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.73` |
`0.3.74` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.7.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.14` | `1.1.22` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.13` |
`0.2.14` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.1.0` | `2.1.1` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.32` | `1.0.34`
|
| [iana-time-zone](https://github.com/strawlab/iana-time-zone) |
`0.1.60` | `0.1.61` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.4.0` |
`2.5.0` |
| [object](https://github.com/gimli-rs/object) | `0.36.3` | `0.36.4` |
| [syn](https://github.com/dtolnay/syn) | `2.0.75` | `2.0.77` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` |
`1.0.64` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` |
`1.0.13` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) |
`0.1.13` | `0.1.14` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.5` |
`0.2.6` |


Updates `anyhow` from 1.0.86 to 1.0.89
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.89</h2>
<ul>
<li>Make anyhow::Error's <code>UnwindSafe</code> and
<code>RefUnwindSafe</code> impl consistently available between versions
of Rust newer and older than 1.72 (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/386">#386</a>)</li>
</ul>
<h2>1.0.88</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.87</h2>
<ul>
<li>Support more APIs, including <code>Error::new</code> and
<code>Error::chain</code>, in no-std mode on Rust 1.81+ (<a
href="https://redirect.github.com/dtolnay/anyhow/issues/383">#383</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9d3fb6d096"><code>9d3fb6d</code></a>
Release 1.0.89</li>
<li><a
href="830c399126"><code>830c399</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/386">#386</a>
from dtolnay/unwindsafe</li>
<li><a
href="8454be372f"><code>8454be3</code></a>
Ensure UnwindSafe even with &quot;backtrace&quot; feature enabled and
old Rust</li>
<li><a
href="a85e414bf5"><code>a85e414</code></a>
Add more autotraits tests</li>
<li><a
href="139f266b90"><code>139f266</code></a>
Release 1.0.88</li>
<li><a
href="aa3ab2b9f0"><code>aa3ab2b</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/385">#385</a>
from dtolnay/docnostd</li>
<li><a
href="44c37674d3"><code>44c3767</code></a>
Update documentation on no-std error type conversions</li>
<li><a
href="afe93e7b16"><code>afe93e7</code></a>
Release 1.0.87</li>
<li><a
href="d58fa4b282"><code>d58fa4b</code></a>
Fix outdated html_root_url</li>
<li><a
href="c18d80743c"><code>c18d807</code></a>
Disable unused doc_cfg feature</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap` from 4.5.16 to 4.5.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.18</h2>
<h2>[4.5.18] - 2024-09-20</h2>
<h3>Features</h3>
<ul>
<li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and
<code>Command::get_display_order</code></li>
</ul>
<h2>v4.5.17</h2>
<h2>[4.5.17] - 2024-09-04</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Style required argument groups</li>
<li><em>(derive)</em> Improve error messages when unsupported fields are
used</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.18] - 2024-09-20</h2>
<h3>Features</h3>
<ul>
<li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and
<code>Command::get_display_order</code></li>
</ul>
<h2>[4.5.17] - 2024-09-04</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Style required argument groups</li>
<li><em>(derive)</em> Improve error messages when unsupported fields are
used</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d81158599f"><code>d811585</code></a>
chore: Release</li>
<li><a
href="ab948b3556"><code>ab948b3</code></a>
docs: Update changelog</li>
<li><a
href="82e599e91d"><code>82e599e</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5602">#5602</a>
from shannmu/delimiter_values</li>
<li><a
href="59bf26dd56"><code>59bf26d</code></a>
feat(clap_complete): Support delimiter values in native completions</li>
<li><a
href="ccecab394b"><code>ccecab3</code></a>
test(clap_complete): Add test cases for delimiter_values support</li>
<li><a
href="a3a476407b"><code>a3a4764</code></a>
docs(derive): Specify Parser::update_from semantics</li>
<li><a
href="df165a2da4"><code>df165a2</code></a>
docs(derive): Flatten isn't just for update</li>
<li><a
href="5488bcfa30"><code>5488bcf</code></a>
docs(derive): Connect more dots for Args/Subcommand</li>
<li><a
href="6013ad4f67"><code>6013ad4</code></a>
chore: Release</li>
<li><a
href="f98e3ee215"><code>f98e3ee</code></a>
docs: Update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.16...clap_complete-v4.5.18">compare
view</a></li>
</ul>
</details>
<br />

Updates `const_format` from 0.2.32 to 0.2.33
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md">const_format's
changelog</a>.</em></p>
<blockquote>
<h3>0.2.33</h3>
<p>Fixed Rust Analyzer style warning for assertion macros.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/rodrimati1992/const_format_crates/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.208 to 1.0.210
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.210</h2>
<ul>
<li>Support serializing and deserializing <code>IpAddr</code> and
<code>SocketAddr</code> in no-std mode on Rust 1.77+ (<a
href="https://redirect.github.com/serde-rs/serde/issues/2816">#2816</a>,
thanks <a
href="https://github.com/MathiasKoch"><code>@​MathiasKoch</code></a>)</li>
<li>Make <code>serde::ser::StdError</code> and
<code>serde:🇩🇪:StdError</code> equivalent to
<code>core::error::Error</code> on Rust 1.81+ (<a
href="https://redirect.github.com/serde-rs/serde/issues/2818">#2818</a>)</li>
</ul>
<h2>v1.0.209</h2>
<ul>
<li>Fix deserialization of empty structs and empty tuples inside of
untagged enums (<a
href="https://redirect.github.com/serde-rs/serde/issues/2805">#2805</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="89c4b02bf3"><code>89c4b02</code></a>
Release 1.0.210</li>
<li><a
href="eeb8e44cda"><code>eeb8e44</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2818">#2818</a>
from dtolnay/coreerror</li>
<li><a
href="785c2d9605"><code>785c2d9</code></a>
Stabilize no-std StdError trait</li>
<li><a
href="d549f048e1"><code>d549f04</code></a>
Reformat parse_ip_impl definition and calls</li>
<li><a
href="4c0dd63011"><code>4c0dd63</code></a>
Delete attr support from core::net deserialization macros</li>
<li><a
href="26fb134165"><code>26fb134</code></a>
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl</li>
<li><a
href="07e614b52b"><code>07e614b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2817">#2817</a>
from dtolnay/corenet</li>
<li><a
href="b1f899fbe8"><code>b1f899f</code></a>
Delete doc(cfg) attribute from impls that are supported in no-std</li>
<li><a
href="b4f860e627"><code>b4f860e</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2816">#2816</a>
from MathiasKoch/chore/core-net</li>
<li><a
href="d940fe1b49"><code>d940fe1</code></a>
Reuse existing Buf wrapper as replacement for std::io::Write</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.210">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.125 to 1.0.128
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>1.0.128</h2>
<ul>
<li>Support serializing maps containing 128-bit integer keys to
serde_json::Value (<a
href="https://redirect.github.com/serde-rs/json/issues/1188">#1188</a>,
thanks <a
href="https://github.com/Mrreadiness"><code>@​Mrreadiness</code></a>)</li>
</ul>
<h2>1.0.127</h2>
<ul>
<li>Add more removal methods to OccupiedEntry (<a
href="https://redirect.github.com/serde-rs/json/issues/1179">#1179</a>,
thanks <a
href="https://github.com/GREsau"><code>@​GREsau</code></a>)</li>
</ul>
<h2>1.0.126</h2>
<ul>
<li>Improve string parsing on targets that use 32-bit pointers but also
have fast 64-bit integer arithmetic, such as
aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (<a
href="https://redirect.github.com/serde-rs/json/issues/1182">#1182</a>,
thanks <a href="https://github.com/CryZe"><code>@​CryZe</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d96b1d9b64"><code>d96b1d9</code></a>
Release 1.0.128</li>
<li><a
href="599228d5dc"><code>599228d</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1188">#1188</a>
from Mrreadiness/feat/add-hashmap-key-128-serializer</li>
<li><a
href="5416cee6c5"><code>5416cee</code></a>
feat: add support for 128 bit HashMap key serialization</li>
<li><a
href="27a4ca9d7a"><code>27a4ca9</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li><a
href="5ebf65cc48"><code>5ebf65c</code></a>
Release 1.0.127</li>
<li><a
href="f287a3b1a9"><code>f287a3b</code></a>
Merge pull request 1179 from GREsau/patch-1</li>
<li><a
href="ec980b0277"><code>ec980b0</code></a>
Release 1.0.126</li>
<li><a
href="e6282b0c47"><code>e6282b0</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1184">#1184</a>
from serde-rs/fastarithmetic</li>
<li><a
href="ffc4a43453"><code>ffc4a43</code></a>
Improve cfg names for fast arithmetic</li>
<li><a
href="4b1048d0ec"><code>4b1048d</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1183">#1183</a>
from serde-rs/arithmetic</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/1.0.125...1.0.128">compare
view</a></li>
</ul>
</details>
<br />

Updates `libc` from 0.2.158 to 0.2.159
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.159</h2>
<h3>Added</h3>
<ul>
<li>Android: add more <code>AT_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3779">rust-lang/libc#3779</a></li>
<li>Apple: add missing <code>NOTE_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3883">rust-lang/libc#3883</a></li>
<li>Hermit: add missing error numbers in <a
href="https://redirect.github.com/rust-lang/libc/pull/3858">rust-lang/libc#3858</a></li>
<li>Hurd: add <code>__timeval</code> for 64-bit support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3786">rust-lang/libc#3786</a></li>
<li>Linux: add <code>epoll_pwait2</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3868">rust-lang/libc#3868</a></li>
<li>Linux: add <code>mq_notify</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3849">rust-lang/libc#3849</a></li>
<li>Linux: add missing <code>NFT_CT_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3844">rust-lang/libc#3844</a></li>
<li>Linux: add the <code>fchmodat2</code> syscall in <a
href="https://redirect.github.com/rust-lang/libc/pull/3588">rust-lang/libc#3588</a></li>
<li>Linux: add the <code>mseal</code> syscall in <a
href="https://redirect.github.com/rust-lang/libc/pull/3798">rust-lang/libc#3798</a></li>
<li>OpenBSD: add <code>sendmmsg</code> and <code>recvmmsg</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3831">rust-lang/libc#3831</a></li>
<li>Unix: add <code>IN6ADDR_ANY_INIT</code> and
<code>IN6ADDR_LOOPBACK_INIT</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3693">rust-lang/libc#3693</a></li>
<li>VxWorks: add <code>S_ISVTX</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3768">rust-lang/libc#3768</a></li>
<li>VxWorks: add <code>vxCpuLib</code> and <code>taskLib</code>
functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3861">rust-lang/libc#3861</a></li>
<li>WASIp2: add definitions for <code>std::net</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3892">rust-lang/libc#3892</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Correctly handle version checks when <code>clippy-driver</code> is
used <a
href="https://redirect.github.com/rust-lang/libc/pull/3893">rust-lang/libc#3893</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>EspIdf: change signal constants to c_int in <a
href="https://redirect.github.com/rust-lang/libc/pull/3895">rust-lang/libc#3895</a></li>
<li>HorizonOS: update network definitions in <a
href="https://redirect.github.com/rust-lang/libc/pull/3863">rust-lang/libc#3863</a></li>
<li>Linux: combine <code>ioctl</code> APIs in <a
href="https://redirect.github.com/rust-lang/libc/pull/3722">rust-lang/libc#3722</a></li>
<li>WASI: enable CI testing in <a
href="https://redirect.github.com/rust-lang/libc/pull/3869">rust-lang/libc#3869</a></li>
<li>WASIp2: enable CI testing in <a
href="https://redirect.github.com/rust-lang/libc/pull/3870">rust-lang/libc#3870</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.158...0.2.159">0.2.159</a>
- 2024-09-24</h2>
<h3>Added</h3>
<ul>
<li>Android: add more <code>AT_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3779">rust-lang/libc#3779</a></li>
<li>Apple: add missing <code>NOTE_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3883">rust-lang/libc#3883</a></li>
<li>Hermit: add missing error numbers in <a
href="https://redirect.github.com/rust-lang/libc/pull/3858">rust-lang/libc#3858</a></li>
<li>Hurd: add <code>__timeval</code> for 64-bit support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3786">rust-lang/libc#3786</a></li>
<li>Linux: add <code>epoll_pwait2</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3868">rust-lang/libc#3868</a></li>
<li>Linux: add <code>mq_notify</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3849">rust-lang/libc#3849</a></li>
<li>Linux: add missing <code>NFT_CT_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3844">rust-lang/libc#3844</a></li>
<li>Linux: add the <code>fchmodat2</code> syscall in <a
href="https://redirect.github.com/rust-lang/libc/pull/3588">rust-lang/libc#3588</a></li>
<li>Linux: add the <code>mseal</code> syscall in <a
href="https://redirect.github.com/rust-lang/libc/pull/3798">rust-lang/libc#3798</a></li>
<li>OpenBSD: add <code>sendmmsg</code> and <code>recvmmsg</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3831">rust-lang/libc#3831</a></li>
<li>Unix: add <code>IN6ADDR_ANY_INIT</code> and
<code>IN6ADDR_LOOPBACK_INIT</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3693">rust-lang/libc#3693</a></li>
<li>VxWorks: add <code>S_ISVTX</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3768">rust-lang/libc#3768</a></li>
<li>VxWorks: add <code>vxCpuLib</code> and <code>taskLib</code>
functions <a
href="https://redirect.github.com/rust-lang/libc/pull/3861">rust-lang/libc#3861</a></li>
<li>WASIp2: add definitions for <code>std::net</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3892">rust-lang/libc#3892</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Correctly handle version checks when <code>clippy-driver</code> is
used <a
href="https://redirect.github.com/rust-lang/libc/pull/3893">rust-lang/libc#3893</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>EspIdf: change signal constants to c_int in <a
href="https://redirect.github.com/rust-lang/libc/pull/3895">rust-lang/libc#3895</a></li>
<li>HorizonOS: update network definitions in <a
href="https://redirect.github.com/rust-lang/libc/pull/3863">rust-lang/libc#3863</a></li>
<li>Linux: combine <code>ioctl</code> APIs in <a
href="https://redirect.github.com/rust-lang/libc/pull/3722">rust-lang/libc#3722</a></li>
<li>WASI: enable CI testing in <a
href="https://redirect.github.com/rust-lang/libc/pull/3869">rust-lang/libc#3869</a></li>
<li>WASIp2: enable CI testing in <a
href="https://redirect.github.com/rust-lang/libc/pull/3870">rust-lang/libc#3870</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7373a1abe5"><code>7373a1a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/libc/issues/3862">#3862</a>)</li>
<li><a
href="48668be46b"><code>48668be</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3931">#3931</a>
from tgross35/backport-remove-tmp-file</li>
<li><a
href="28bb64b1fe"><code>28bb64b</code></a>
Remove temporary file that was added by accident</li>
<li><a
href="a515d07dd9"><code>a515d07</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3904">#3904</a>
from tgross35/backport-buildrs-fix</li>
<li><a
href="abcb8f8798"><code>abcb8f8</code></a>
Simplify the RUSTC_WRAPPER check</li>
<li><a
href="507833559b"><code>5078335</code></a>
Fix rustc version when <code>clippy-driver</code> is used</li>
<li><a
href="57a7d465fa"><code>57a7d46</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3902">#3902</a>
from tgross35/backport-horizon-network</li>
<li><a
href="a3e88691a9"><code>a3e8869</code></a>
Revise network definitions for HorizonOS</li>
<li><a
href="fdd3a26896"><code>fdd3a26</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3900">#3900</a>
from tgross35/espid-cherry-pick</li>
<li><a
href="35060e8eb0"><code>35060e8</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3901">#3901</a>
from tgross35/backport-epoll_pwait2</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.158...0.2.159">compare
view</a></li>
</ul>
</details>
<br />

Updates `is_executable` from 1.0.1 to 1.0.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cfe9912240"><code>cfe9912</code></a>
Bump to version 1.0.3</li>
<li><a
href="d6fcf2f526"><code>d6fcf2f</code></a>
Remove old test about README.md being in sync with module docs</li>
<li><a
href="95f27a6d3d"><code>95f27a6</code></a>
Remove old CI</li>
<li><a
href="e70c103b81"><code>e70c103</code></a>
Update badges in README</li>
<li><a
href="61d2e9ba8c"><code>61d2e9b</code></a>
Add github actions</li>
<li><a
href="001b334761"><code>001b334</code></a>
Bump to version 1.0.2</li>
<li><a
href="fab168c196"><code>fab168c</code></a>
Merge pull request <a
href="https://redirect.github.com/fitzgen/is_executable/issues/14">#14</a>
from lucieleblanc/master</li>
<li><a
href="82f9c68782"><code>82f9c68</code></a>
replace is_file() --&gt; exists() because symlinks are ok</li>
<li><a
href="441c1c7df3"><code>441c1c7</code></a>
add file existence check before reading extension</li>
<li><a
href="ea10f6b2f8"><code>ea10f6b</code></a>
Merge pull request <a
href="https://redirect.github.com/fitzgen/is_executable/issues/11">#11</a>
from davide125/exclude</li>
<li>Additional commits viewable in <a
href="https://github.com/fitzgen/is_executable/compare/v1.0.1...v1.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `derive-new` from 0.6.0 to 0.7.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6626d8f566"><code>6626d8f</code></a>
Update compiletest</li>
<li><a
href="1e024ddf39"><code>1e024dd</code></a>
cargo update, etc.</li>
<li><a
href="3389ef2786"><code>3389ef2</code></a>
Fix doc tests</li>
<li><a
href="bd4486d85d"><code>bd4486d</code></a>
implement <code>into</code> and <code>into_iter</code></li>
<li><a
href="a9230ace30"><code>a9230ac</code></a>
fix tests</li>
<li><a
href="77cb8287d2"><code>77cb828</code></a>
Merge pull request <a
href="https://redirect.github.com/nrc/derive-new/issues/67">#67</a> from
Paragit-Solutions/implement-new-method-visibility</li>
<li><a
href="cacbadabd2"><code>cacbada</code></a>
Merge pull request <a
href="https://redirect.github.com/nrc/derive-new/issues/66">#66</a> from
shellixyz/patch-1</li>
<li><a
href="d11f63160c"><code>d11f631</code></a>
Add documentation</li>
<li><a
href="3311408f8f"><code>3311408</code></a>
Add visibility to test struct to test compilation and correct macro
expansion</li>
<li><a
href="61853b7970"><code>61853b7</code></a>
Make the default visibility public</li>
<li>Additional commits viewable in <a
href="https://github.com/nrc/derive-new/compare/0.6.0...0.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `async-trait` from 0.1.81 to 0.1.83
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/async-trait/releases">async-trait's
releases</a>.</em></p>
<blockquote>
<h2>0.1.83</h2>
<ul>
<li>Prevent needless_arbitrary_self_type lint being produced in
generated code (<a
href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a>)</li>
</ul>
<h2>0.1.82</h2>
<ul>
<li>Prevent elided_named_lifetimes lint being produced in generated code
(<a
href="https://redirect.github.com/dtolnay/async-trait/issues/276">#276</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e6b4d471c6"><code>e6b4d47</code></a>
Release 0.1.83</li>
<li><a
href="bfe8d61766"><code>bfe8d61</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a>
from dtolnay/arbself</li>
<li><a
href="7bd974b3a4"><code>7bd974b</code></a>
Ignore needless_arbitrary_self_type clippy lint in generated code</li>
<li><a
href="b53b4e7554"><code>b53b4e7</code></a>
Add regression test for issue 277</li>
<li><a
href="f8e5bb4318"><code>f8e5bb4</code></a>
Release 0.1.82</li>
<li><a
href="8fbf118de3"><code>8fbf118</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/276">#276</a>
from dtolnay/elidednamed</li>
<li><a
href="6fa246a054"><code>6fa246a</code></a>
Ignore nightly's new elided_named_lifetimes lint in generated code</li>
<li><a
href="d542a0dd74"><code>d542a0d</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li><a
href="8828c35a86"><code>8828c35</code></a>
Sort dependency features in Cargo.toml</li>
<li><a
href="ba9793af3f"><code>ba9793a</code></a>
Update ui test suite to nightly-2024-08-11</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.83">compare
view</a></li>
</ul>
</details>
<br />

Updates `autocfg` from 1.3.0 to 1.4.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d07df6624a"><code>d07df66</code></a>
Merge pull request <a
href="https://redirect.github.com/cuviper/autocfg/issues/73">#73</a>
from cuviper/release-1.4.0</li>
<li><a
href="f6066f0164"><code>f6066f0</code></a>
Release 1.4.0</li>
<li><a
href="8af60eca65"><code>8af60ec</code></a>
Merge pull request <a
href="https://redirect.github.com/cuviper/autocfg/issues/70">#70</a>
from Techcable/feature/rustc-check-cfg</li>
<li><a
href="52a995b672"><code>52a995b</code></a>
Apply suggestions from code review</li>
<li><a
href="a8703c163f"><code>a8703c1</code></a>
Attempt rust 1.0 compat for ci/verify-check-cfg</li>
<li><a
href="ac78be804d"><code>ac78be8</code></a>
Add ci test crate for check-cfg</li>
<li><a
href="0b4a7617ad"><code>0b4a761</code></a>
Have emit_has methods delegate wherever possible</li>
<li><a
href="546f7c6c1c"><code>546f7c6</code></a>
Fix minor doc issues</li>
<li><a
href="e0e0f18f54"><code>e0e0f18</code></a>
Automatically emit <code>rustc-check-cfg</code> directives for
AutoCfg</li>
<li><a
href="1953a17319"><code>1953a17</code></a>
Merge pull request <a
href="https://redirect.github.com/cuviper/autocfg/issues/72">#72</a>
from cuviper/pretty-way</li>
<li>Additional commits viewable in <a
href="https://github.com/cuviper/autocfg/compare/1.3.0...1.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `backtrace` from 0.3.73 to 0.3.74
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's
releases</a>.</em></p>
<blockquote>
<h2>0.3.74</h2>
<h2>What's Changed</h2>
<ul>
<li>QNX Neutrino 7.0 support, thanks to <a
href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/648">rust-lang/backtrace-rs#648</a></li>
<li>Cleaned up our Android support. This should massively improve
backtraces for ones with the API level sufficient to ship with
libunwind, etc. Unfortunately, it comes at the cost of dropping support
for older ones! Thanks to <a
href="https://github.com/fengys"><code>@​fengys</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/656">rust-lang/backtrace-rs#656</a></li>
<li>Made PrintFmt, which was using the
<code>Enum::__NonExhaustiveVariant</code> pattern, use
<code>#[non_exhaustive]</code> for real. Don't @ me if you were matching
on that! Thanks to <a
href="https://github.com/nyurik"><code>@​nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/651">rust-lang/backtrace-rs#651</a></li>
<li>Massively cleaned up the windows code! We moved from winapi to
windows-sys with windows-targets thanks to <a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a> and
<a href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a>
in
<ul>
<li>Don't cast HANDLE to usize and back by <a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/635">rust-lang/backtrace-rs#635</a></li>
<li>Switch from <code>winapi</code> to <code>windows-sys</code> by <a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/641">rust-lang/backtrace-rs#641</a></li>
<li>Update windows bindings and use windows-targets by <a
href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a> in
<a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/653">rust-lang/backtrace-rs#653</a></li>
</ul>
</li>
<li>A bunch of updated dependencies. Thanks <a
href="https://github.com/djc"><code>@​djc</code></a> and <a
href="https://github.com/khuey"><code>@​khuey</code></a>!</li>
<li>Sorry if you were testing this code in miri! It started yelling
about sussy casts. A lot. We did a bunch of internal cleanups that
should make it quiet down, thanks to <a
href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a>
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/641">rust-lang/backtrace-rs#641</a></li>
<li>Uhhh we had to tweak <code>dl_iterate_phdr</code> in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/660">rust-lang/backtrace-rs#660</a>
after Android revealed it was... kind of unsound actually and not doing
things like checking for null pointers before making slices! WHOOPS!
Thanks to <a
href="https://github.com/saethlin"><code>@​saethlin</code></a> for
implementing detection for precisely that in rustc! It's really hard to
find soundness issues in inherited codebases like this one...</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/CraftSpider"><code>@​CraftSpider</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/635">rust-lang/backtrace-rs#635</a></li>
<li><a
href="https://github.com/fengys1996"><code>@​fengys1996</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/656">rust-lang/backtrace-rs#656</a></li>
<li><a href="https://github.com/djc"><code>@​djc</code></a> made their
first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/657">rust-lang/backtrace-rs#657</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74">https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="38d49aa039"><code>38d49aa</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/658">#658</a>
from workingjubilee/cut-0.3.74</li>
<li><a
href="c1749ce9a8"><code>c1749ce</code></a>
Cut backtrace 0.3.74</li>
<li><a
href="230570f2da"><code>230570f</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/660">#660</a>
from workingjubilee/dont-unsoundly-iterate-phdr</li>
<li><a
href="153f510013"><code>153f510</code></a>
Do not destructure maybe-uninit fields</li>
<li><a
href="38589464ed"><code>3858946</code></a>
Revise dl_iterate_phdr callback to be sound-ish</li>
<li><a
href="7d062c6374"><code>7d062c6</code></a><code>rust-lang/backtrace-rs#653</code></li>
<li><a
href="fc37b22dc8"><code>fc37b22</code></a><code>rust-lang/backtrace-rs#657</code></li>
<li><a
href="600beaa507"><code>600beaa</code></a><code>rust-lang/backtrace-rs#648</code></li>
<li><a
href="84b6c1d56f"><code>84b6c1d</code></a><code>rust-lang/backtrace-rs#652</code></li>
<li><a
href="95c3bacab9"><code>95c3bac</code></a>
Make enum
<code>print::PrintFmt</code><code>rust-lang/backtrace-rs#651</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74">compare
view</a></li>
</ul>
</details>
<br />

Updates `bytes` from 1.7.1 to 1.7.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/releases">bytes's
releases</a>.</em></p>
<blockquote>
<h2>Bytes 1.7.2</h2>
<h1>1.7.2 (September 17, 2024)</h1>
<h3>Fixed</h3>
<ul>
<li>Fix default impl of <code>Buf::{get_int, get_int_le}</code> (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/732">#732</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>Fix double spaces in comments and doc comments (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/731">#731</a>)</li>
</ul>
<h3>Internal changes</h3>
<ul>
<li>Ensure BytesMut::advance reduces capacity (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/728">#728</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's
changelog</a>.</em></p>
<blockquote>
<h1>1.7.2 (September 17, 2024)</h1>
<h3>Fixed</h3>
<ul>
<li>Fix default impl of <code>Buf::{get_int, get_int_le}</code> (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/732">#732</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>Fix double spaces in comments and doc comments (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/731">#731</a>)</li>
</ul>
<h3>Internal changes</h3>
<ul>
<li>Ensure BytesMut::advance reduces capacity (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/728">#728</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d7c1d658d9"><code>d7c1d65</code></a>
chore: prepare bytes v1.7.2 (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/736">#736</a>)</li>
<li><a
href="ac46ebdd46"><code>ac46ebd</code></a>
ci: update nightly to nightly-2024-09-15 (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/734">#734</a>)</li>
<li><a
href="79fb85323c"><code>79fb853</code></a>
fix: apply sign extension when decoding int (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/732">#732</a>)</li>
<li><a
href="291df5acc9"><code>291df5a</code></a>
Fix double spaces in comments and doc comments (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/731">#731</a>)</li>
<li><a
href="ed7d5ff39e"><code>ed7d5ff</code></a>
test: ensure BytesMut::advance reduces capacity (<a
href="https://redirect.github.com/tokio-rs/bytes/issues/728">#728</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/bytes/compare/v1.7.1...v1.7.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.14 to 1.1.22
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.22</h2>
<h3>Other</h3>
<ul>
<li>Don't rerun if PATH changes (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1215">#1215</a>)</li>
</ul>
<h2>cc-v1.1.21</h2>
<h3>Other</h3>
<ul>
<li>disable pic for targets that end in <code>-none</code> (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1212">#1212</a>)</li>
</ul>
<h2>cc-v1.1.20</h2>
<h3>Other</h3>
<ul>
<li>Add buildcache as known Rust and C/C++ compiler wrapper (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1209">#1209</a>)</li>
</ul>
<h2>cc-v1.1.19</h2>
<h3>Other</h3>
<ul>
<li>Add support arm64e-apple-darwin (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1207">#1207</a>)</li>
</ul>
<h2>cc-v1.1.18</h2>
<h3>Other</h3>
<ul>
<li>Fixed unsoundness in <code>StderrForwarder::forward_available</code>
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1203">#1203</a>)</li>
</ul>
<h2>cc-v1.1.17</h2>
<h3>Fixed</h3>
<ul>
<li>fix finding toolchains when invoked by msbuild (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1201">#1201</a>)</li>
</ul>
<h2>cc-v1.1.16</h2>
<h3>Other</h3>
<ul>
<li>Treat VxWorks wr-cc as a Gnu compiler (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1198">#1198</a>)</li>
</ul>
<h2>cc-v1.1.15</h2>
<h3>Other</h3>
<ul>
<li>Add -mfloat-abi=hard as a default argument when using any
arm/thumb-none-eabihf target (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1194">#1194</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.21...cc-v1.1.22">1.1.22</a>
- 2024-09-27</h2>
<h3>Other</h3>
<ul>
<li>Don't rerun if PATH changes (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1215">#1215</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.20...cc-v1.1.21">1.1.21</a>
- 2024-09-18</h2>
<h3>Other</h3>
<ul>
<li>disable pic for targets that end in <code>-none</code> (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1212">#1212</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.19...cc-v1.1.20">1.1.20</a>
- 2024-09-17</h2>
<h3>Other</h3>
<ul>
<li>Add buildcache as known Rust and C/C++ compiler wrapper (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1209">#1209</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.18...cc-v1.1.19">1.1.19</a>
- 2024-09-15</h2>
<h3>Other</h3>
<ul>
<li>Add support arm64e-apple-darwin (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1207">#1207</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.17...cc-v1.1.18">1.1.18</a>
- 2024-09-07</h2>
<h3>Other</h3>
<ul>
<li>Fixed unsoundness in <code>StderrForwarder::forward_available</code>
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1203">#1203</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.16...cc-v1.1.17">1.1.17</a>
- 2024-09-06</h2>
<h3>Fixed</h3>
<ul>
<li>fix finding toolchains when invoked by msbuild (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1201">#1201</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.15...cc-v1.1.16">1.1.16</a>
- 2024-09-04</h2>
<h3>Other</h3>
<ul>
<li>Treat VxWorks wr-cc as a Gnu compiler (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1198">#1198</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.14...cc-v1.1.15">1.1.15</a>
- 2024-08-26</h2>
<h3>Other</h3>
<ul>
<li>Add -mfloat-abi=hard as a default argument when using any
arm/thumb-none-eabihf target (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1194">#1194</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5f5e1c8c18"><code>5f5e1c8</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1216">#1216</a>)</li>
<li><a
href="71c672b4af"><code>71c672b</code></a>
Don't rerun if PATH changes (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1215">#1215</a>)</li>
<li><a
href="748b777e55"><code>748b777</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1213">#1213</a>)</li>
<li><a
href="270ec65337"><code>270ec65</code></a>
disable pic for targets that end in <code>-none</code> (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1212">#1212</a>)</li>
<li><a
href="92a5e28c08"><code>92a5e28</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1210">#1210</a>)</li>
<li><a
href="dab5d7adb4"><code>dab5d7a</code></a>
Add buildcache as known Rust and C/C++ compiler wrapper (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1209">#1209</a>)</li>
<li><a
href="c0b3eae283"><code>c0b3eae</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1208">#1208</a>)</li>
<li><a
href="278a606afb"><code>278a606</code></a>
Add support arm64e-apple-darwin (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1207">#1207</a>)</li>
<li><a
href="668facdbbc"><code>668facd</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1204">#1204</a>)</li>
<li><a
href="5e161c6f44"><code>5e161c6</code></a>
Fixed unsoundness in <code>StderrForwarder::forward_available</code> (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1203">#1203</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.14...cc-v1.1.22">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap_builder` from 4.5.15 to 4.5.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap_builder's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.18</h2>
<h2>[4.5.18] - 2024-09-20</h2>
<h3>Features</h3>
<ul>
<li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and
<code>Command::get_display_order</code></li>
</ul>
<h2>v4.5.17</h2>
<h2>[4.5.17] - 2024-09-04</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Style required argument groups</li>
<li><em>(derive)</em> Improve error messages when unsupported fields are
used</li>
</ul>
<h2>v4.5.16</h2>
<h2>[4.5.16] - 2024-08-15</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Improve error messages when <code>derive</code>
feature is missing</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_builder's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.18] - 2024-09-20</h2>
<h3>Features</h3>
<ul>
<li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and
<code>Command::get_display_order</code></li>
</ul>
<h2>[4.5.17] - 2024-09-04</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Style required argument groups</li>
<li><em>(derive)</em> Improve error messages when unsupported fields are
used</li>
</ul>
<h2>[4.5.16] - 2024-08-15</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Improve error messages when <code>derive</code>
feature is missing</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0d142f6c04"><code>0d142f6</code></a>
chore: Release</li>
<li><a
href="0facf1f370"><code>0facf1f</code></a>
docs: Update changelog</li>
<li><a
href="ee6af99c6c"><code>ee6af99</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5743">#5743</a>
from epage/sort</li>
<li><a
href="232ee10661"><code>232ee10</code></a>
fix(complete): Use existing display order for Arg/Command</li>
<li><a
href="c6b5d627a0"><code>c6b5d62</code></a>
feat(builder): Expose get_display_order</li>
<li><a
href="67d9fef9ce"><code>67d9fef</code></a>
feat(complete): Give control over display order</li>
<li><a
href="59a61e188f"><code>59a61e1</code></a>
refactor(complete): Pull out common candidate code</li>
<li><a
href="1448791940"><code>1448791</code></a>
fix(complete): Specify tags for built-in candiates</li>
<li><a
href="a4aa5dffdf"><code>a4aa5df</code></a>
feat(complete): Group by tag</li>
<li><a
href="a126149a80"><code>a126149</code></a>
refactor(complete): Remove redundant dedup</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.18">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap_derive` from 4.5.13 to 4.5.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap_derive's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.18</h2>
<h2>[4.5.18] - 2024-09-20</h2>
<h3>Features</h3>
<ul>
<li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and
<code>Command::get_display_order</code></li>
</ul>
<h2>v4.5.17</h2>
<h2>[4.5.17] - 2024-09-04</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Style required argument groups</li>
<li><em>(derive)</em> Improve error messages when unsupported fields are
used</li>
</ul>
<h2>v4.5.16</h2>
<h2>[4.5.16] - 2024-08-15</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Improve error messages when <code>derive</code>
feature is missing</li>
</ul>
<h2>v4.5.15</h2>
<h2>[4.5.15] - 2024-08-10</h2>
<h3>Compatiblity</h3>
<ul>
<li><em>(unstable-ext)</em> <code>Arg::remove</code> changed return
types</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><em>(unstable-ext)</em> Make <code>Arg::remove</code> return the
removed item</li>
</ul>
<h2>v4.5.14</h2>
<h2>[4.5.14] - 2024-08-08</h2>
<h3>Features</h3>
<ul>
<li><em>(unstable-ext)</em> Added <code>Arg::add</code> for attaching
arbitrary state, like completion hints, to <code>Arg</code> without
<code>Arg</code> knowing about it</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_derive's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.18] - 2024-09-20</h2>
<h3>Features</h3>
<ul>
<li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and
<code>Command::get_display_order</code></li>
</ul>
<h2>[4.5.17] - 2024-09-04</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Style required argument groups</li>
<li><em>(derive)</em> Improve error messages when unsupported fields are
used</li>
</ul>
<h2>[4.5.16] - 2024-08-15</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Improve error messages when <code>derive</code>
feature is missing</li>
</ul>
<h2>[4.5.15] - 2024-08-10</h2>
<h3>Compatiblity</h3>
<ul>
<li><em>(unstable-ext)</em> <code>Arg::remove</code> changed return
types</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><em>(unstable-ext)</em> Make <code>Arg::remove</code> return the
removed item</li>
</ul>
<h2>[4.5.14] - 2024-08-08</h2>
<h3>Features</h3>
<ul>
<li><em>(unstable-ext)</em> Added <code>Arg::add</code> for attaching
arbitrary state, like completion hints, to <code>Arg</code> without
<code>Arg</code> knowing about it</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0d142f6c04"><code>0d142f6</code></a>
chore: Release</li>
<li><a
href="0facf1f370"><code>0facf1f</code></a>
docs: Update changelog</li>
<li><a
href="ee6af99c6c"><code>ee6af99</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5743">#5743</a>
from epage/sort</li>
<li><a
href="232ee10661"><code>232ee10</code></a>
fix(complete): Use existing display order for Arg/Command</li>
<li><a
href="c6b5d627a0"><code>c6b5d62</code></a>
feat(builder): Expose get_display_order</li>
<li><a
href="67d9fef9ce"><code>67d9fef</code></a>
feat(complete): Give control over display order</li>
<li><a
href="59a61e188f"><code>59a61e1</code></a>
refactor(complete): Pull out common candidate code</li>
<li><a
href="1448791940"><code>1448791</code></a>
fix(complete): Specify tags for built-in candiates</li>
<li><a
href="a4aa5dffdf"><code>a4aa5df</code></a>
feat(complete): Group by tag</li>
<li><a
href="a126149a80"><code>a126149</code></a>
refactor(complete): Remove redundant dedup</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.18">compare
view</a></li>
</ul>
</details>
<br />

Updates `const_format_proc_macros` from 0.2.32 to 0.2.33
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md">const_format_proc_macros's
changelog</a>.</em></p>
<blockquote>
<h3>0.2.33</h3>
<p>Fixed Rust Analyzer style warning for assertion macros.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/rodrimati1992/const_format_crates/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `cpufeatures` from 0.2.13 to 0.2.14
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6a87dce97c"><code>6a87dce</code></a>
cpufeatures v0.2.14 (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1104">#1104</a>)</li>
<li><a
href="4be67893cc"><code>4be6789</code></a>
aarch64-dit: initial crate (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1102">#1102</a>)</li>
<li><a
href="141756093a"><code>1417560</code></a>
README.md(s): use img.shields.io crate version badges</li>
<li><a
href="cfa21ea50a"><code>cfa21ea</code></a>
cpufeatures: add DIT support for AArch64 Linux targets (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1101">#1101</a>)</li>
<li><a
href="1ad40787ec"><code>1ad4078</code></a>
cpufeatures: add support for DIT detection on Apple silicon (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1100">#1100</a>)</li>
<li><a
href="5d46aba5ef"><code>5d46aba</code></a>
block-buffer: release v0.11.0-rc.1 (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1098">#1098</a>)</li>
<li>See full diff in <a
href="https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.13...cpufeatures-v0.2.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `fastrand` from 2.1.0 to 2.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/smol-rs/fastrand/releases">fastrand's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<ul>
<li>Remove support for 128-bit targets, as they are not supported by
rustc yet. (<a
href="https://redirect.github.com/smol-rs/fastrand/issues/87">#87</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md">fastrand's
changelog</a>.</em></p>
<blockquote>
<h1>Version 2.1.1</h1>
<ul>
<li>Remove support for 128-bit targets, as they are not supported by
rustc yet. (<a
href="https://redirect.github.com/smol-rs/fastrand/issues/87">#87</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9d1a66fe46"><code>9d1a66f</code></a>
v2.1.1</li>
<li><a
href="d05504dee3"><code>d05504d</code></a>
bugfix: Remove 128-bit value generator</li>
<li><a
href="7e60c7f688"><code>7e60c7f</code></a>
chore: Forgot to bump the version</li>
<li>See full diff in <a
href="https://github.com/smol-rs/fastrand/compare/v2.1.0...v2.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.32 to 1.0.34
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/flate2-rs/releases">flate2's
releases</a>.</em></p>
<blockquote>
<h2>1.0.34</h2>
<h2>What's Changed</h2>
<ul>
<li>Add minimum build test back in to CI by <a
href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/426">rust-lang/flate2-rs#426</a></li>
<li>docs: fix compression level range from 0-9 to 0-10 by <a
href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li>
<li>Document backend differences in compression levels by <a
href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li>
<li>Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by <a
href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/428">rust-lang/flate2-rs#428</a></li>
<li>Better wording in compression level docs by <a
href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/431">rust-lang/flate2-rs#431</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li>
<li><a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34</a></p>
<h2>1.0.33 - fix minimal manifest versions</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix msrv: Run msrv checks with minimal versions by <a
href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/425">rust-lang/flate2-rs#425</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/425">rust-lang/flate2-rs#425</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33">https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1a28821dc1"><code>1a28821</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/431">#431</a>
from Shnatsel/better-wording</li>
<li><a
href="2c29780e50"><code>2c29780</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/428">#428</a>
from Shnatsel/upgrade-zlib-rs</li>
<li><a
href="423981aede"><code>423981a</code></a>
Better wording in compression level docs</li>
<li><a
href="da5c8cfd91"><code>da5c8cf</code></a>
Bump version</li>
<li><a
href="eeee4c6411"><code>eeee4c6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/430">#430</a>
from Shnatsel/detailed-level-docs</li>
<li><a
href="731df32113"><code>731df32</code></a>
Update Cargo.toml</li>
<li><a
href="8210288eaa"><code>8210288</code></a>
Document backend differences</li>
<li><a
href="1f78c5c413"><code>1f78c5c</code></a>
Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:</li>
<li><a
href="6fbd6d2115"><code>6fbd6d2</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/427">#427</a>
from ByteBaker/main</li>
<li><a
href="936aa35f45"><code>936aa35</code></a>
docs: correctly mention compression level</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.34">compare
view</a></li>
</ul>
</details>
<br />

Updates `gimli` from 0.29.0 to 0.31.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md">gimli's
changelog</a>.</em></p>
<blockquote>
<h2>0.31.0</h2>
<p>Released 2024/07/16.</p>
<h3>Breaking changes</h3>
<ul>
<li>
<p>Deleted support for segment selectors.
<a
href="https://redirect.github.com/gimli-rs/gimli/pull/720">#720</a></p>
</li>
<li>
<p>Added <code>read::FileEntry::source</code> and deleted
<code>Copy</code> implementation.
<a
href="https://redirect.github.com/gimli-rs/gimli/pull/728">#728</a></p>
</li>
<li>
<p>Changed <code>read::LineRow::execute</code> to return a
<code>Result</code>.
<a hre...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-29 15:46:15 +08:00
Light_summer
fbf3d3945b manager: Insets stuffs for Android 15 (#2100)
Fix insets on Android 15
Bump dependencies
Migrate Compose Destination to v2

Ready for review now
2024-09-29 15:45:52 +08:00
Whale Choi
f65aaff4e3 api: spawn CallbackList use UiThreadHandler::runAndWait executor (#2096)
![jsexception](https://github.com/user-attachments/assets/e8a4744d-bd0a-40bf-869c-def915b66075)

Because the exit callback in js cleans up the ChildProcess, when the
last callback of stdout is executed after the exit callback, an error
like “emitData ReferenceError: spawn_callback_1727358276092_68 is not
defined” will occur.
2024-09-29 13:31:06 +08:00
sus
ac20b76eaf js: add moduleInfo method (#2057)
Add a `ksu.moduleInfo()` in JS.
resolves https://github.com/tiann/KernelSU/issues/1571

test module's index.html

![image](https://github.com/user-attachments/assets/39920606-452c-4b19-abca-967c25146d6a)

The test module:

[moduleInfo_test.zip](https://github.com/user-attachments/files/17001977/moduleInfo_test.zip)

test module's result:

![image](https://github.com/user-attachments/assets/9dbbd2e8-f7ea-418f-b545-66d33ce1b3ae)
2024-09-14 21:52:11 +08:00
Howard Wu
50f48a33f1 Update doc for zh_CN (#2049) 2024-09-14 11:56:28 +08:00
Weblate (bot)
bf54114f9f Translations update from Hosted Weblate (#2008)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).



Current translation status:

![Weblate translation
status](https://hosted.weblate.org/widget/kernelsu/manager/horizontal-auto.svg)

---------

Co-authored-by: I g o r <igormczampola1@gmail.com>
Co-authored-by: yuztass <inkognito0901@gmail.com>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: charlotte <charlotterose@duck.com>
Co-authored-by: rehork <cooky@e.email>
Co-authored-by: Peter Noël Muller <pm563838@gmail.com>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: Fede2782 <78815152+Fede2782@users.noreply.github.com>
Co-authored-by: _wais <cikomo.game@gmail.com>
Co-authored-by: Shadow <duxing130@gmail.com>
Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com>
Co-authored-by: Karl Schrader <pokemetti@gmail.com>
Co-authored-by: crusader1328 <Crusader1328@users.noreply.hosted.weblate.org>
Co-authored-by: SchweGELBin <abramjannikmichael06@gmail.com>
2024-09-14 09:51:54 +08:00
dependabot[bot]
bd9fcc5417 build(deps): bump the npm group across 1 directory with 24 updates (#2040)
Bumps the npm group with 11 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
| [vitepress](https://github.com/vuejs/vitepress) | `1.3.3` | `1.3.4` |
| [vue](https://github.com/vuejs/core) | `3.4.38` | `3.5.3` |
|
[@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers)
| `1.14.1` | `1.16.2` |
|
[@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)
| `5.1.2` | `5.1.3` |
|
[@vue/devtools-api](https://github.com/vuejs/vue-devtools/tree/HEAD/packages/api)
| `7.3.8` | `7.4.4` |
|
[@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations)
| `11.0.1` | `11.0.3` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.1` |
`1.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.41` | `8.4.45` |
| [rollup](https://github.com/rollup/rollup) | `4.21.0` | `4.21.2` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) |
`1.14.1` | `1.16.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.2` | `5.4.3` |


Updates `vitepress` from 1.3.3 to 1.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/releases">vitepress's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.4</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/vitepress/compare/v1.3.3...v1.3.4">1.3.4</a>
(2024-08-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>check if <code>_importGlobMap</code> (vite internal) exists before
using it (<a
href="612d66fbb5">612d66f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8fc2e486db"><code>8fc2e48</code></a>
release: v1.3.4</li>
<li><a
href="82863166fb"><code>8286316</code></a>
chore: skip data loader hmr test</li>
<li><a
href="612d66fbb5"><code>612d66f</code></a>
chore: add tests for data loader hmr</li>
<li><a
href="d062732859"><code>d062732</code></a>
ci: prevent multiple cr runs</li>
<li><a
href="a532fd381c"><code>a532fd3</code></a>
ci: use gh cli instead of action-add-labels</li>
<li>See full diff in <a
href="https://github.com/vuejs/vitepress/compare/v1.3.3...v1.3.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `vue` from 3.4.38 to 3.5.3
<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.3</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.2</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.1</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.0</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.0-rc.1</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.0-beta.3</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.0-beta.2</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.0-beta.1</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.0-alpha.5</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.0-alpha.4</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.0-alpha.3</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.0-alpha.2</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.0-alpha.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a>
for details.</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.2...v3.5.3">3.5.3</a>
(2024-09-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>hydration:</strong> check __asyncHydrate presence for
vue3-lazy-hydration compat (<a
href="https://redirect.github.com/vuejs/core/issues/11825">#11825</a>)
(<a
href="8e6c337867">8e6c337</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11793">#11793</a></li>
<li>Revert &quot;fix(reactivity): self-referencing computed should
refresh&quot; (<a
href="35c760f82f">35c760f</a>)</li>
<li><strong>ssr:</strong> respect app.config.warnHandler during ssr (<a
href="bf3d9a2af4">bf3d9a2</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11830">#11830</a></li>
<li><strong>Transition:</strong> handle KeepAlive child unmount in
Transition out-in mode (<a
href="https://redirect.github.com/vuejs/core/issues/11833">#11833</a>)
(<a
href="6b7901d28e">6b7901d</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11775">#11775</a></li>
<li><strong>useId:</strong> make generated IDs selector compatible (<a
href="babfb4cbcb">babfb4c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11828">#11828</a></li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.1...v3.5.2">3.5.2</a>
(2024-09-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> make toRaw work on proxies created by
proxyRef (<a
href="46c3ab1d71">46c3ab1</a>)</li>
<li><strong>reactivity:</strong> pass oldValue to computed getter (<a
href="https://redirect.github.com/vuejs/core/issues/11813">#11813</a>)
(<a
href="98864a7ef5">98864a7</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11812">#11812</a></li>
<li><strong>reactivity:</strong> prevent endless recursion in computed
getters (<a
href="https://redirect.github.com/vuejs/core/issues/11797">#11797</a>)
(<a
href="716275d1b1">716275d</a>)</li>
<li><strong>reactivity:</strong> self-referencing computed should
refresh (<a
href="e84c4a608e">e84c4a6</a>),
closes <a
href="https://redirect.github.com//redirect.github.com/vuejs/core/pull/11797/issues/issuecomment-2330738633">vuejs/core#11797</a></li>
<li><strong>scheduler:</strong> prevent duplicate jobs being queued (<a
href="https://redirect.github.com/vuejs/core/issues/11826">#11826</a>)
(<a
href="df56cc5287">df56cc5</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11712">#11712</a> <a
href="https://redirect.github.com/vuejs/core/issues/11807">#11807</a></li>
<li><strong>suspense:</strong> avoid updating anchor if activeBranch has
not been rendered to the actual container (<a
href="https://redirect.github.com/vuejs/core/issues/11818">#11818</a>)
(<a
href="3c0d531fa7">3c0d531</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11806">#11806</a></li>
<li><strong>Transition:</strong> handle KeepAlive child unmount in
Transition out-in mode (<a
href="https://redirect.github.com/vuejs/core/issues/11778">#11778</a>)
(<a
href="3116553529">3116553</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11775">#11775</a></li>
<li><strong>types:</strong> add HTMLDialogElement missing close event
(<a
href="https://redirect.github.com/vuejs/core/issues/11811">#11811</a>)
(<a
href="3634f7a4c1">3634f7a</a>)</li>
<li><strong>types:</strong> added name attribute support to details tag
(<a
href="https://redirect.github.com/vuejs/core/issues/11823">#11823</a>)
(<a
href="c74176ec7b">c74176e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11821">#11821</a></li>
<li><strong>types:</strong> fix defineComponent props inference when
setup() has explicit annotation (<a
href="fca20a39aa">fca20a3</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11803">#11803</a></li>
<li><strong>useTemplateRef:</strong> properly fix readonly warning in
dev and ensure prod behavior consistency (<a
href="9b7797d0d1">9b7797d</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11808">#11808</a> <a
href="https://redirect.github.com/vuejs/core/issues/11816">#11816</a> <a
href="https://redirect.github.com/vuejs/core/issues/11810">#11810</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>compiler-core:</strong> parse modifiers as expression to
provide location data (<a
href="https://redirect.github.com/vuejs/core/issues/11819">#11819</a>)
(<a
href="3f13203564">3f13203</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.0...v3.5.1">3.5.1</a>
(2024-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> improve built-in components treeshakability
(<a
href="4eee630b31">4eee630</a>)</li>
<li><strong>reactivity:</strong> handle non-array arguments in reactive
<code>concat</code> method (<a
href="https://redirect.github.com/vuejs/core/issues/11794">#11794</a>)
(<a
href="475977a6f7">475977a</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11792">#11792</a></li>
<li><strong>Transition:</strong> avoid applying transition hooks on
comment vnode (<a
href="https://redirect.github.com/vuejs/core/issues/11788">#11788</a>)
(<a
href="51912f8a02">51912f8</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11782">#11782</a></li>
<li><strong>types:</strong> avoid using intersection type in
<code>Readonly&lt;...&gt;</code> to fix JSDoc emit (<a
href="https://redirect.github.com/vuejs/core/issues/11799">#11799</a>)
(<a
href="7518bc19dc">7518bc1</a>)</li>
<li><strong>useTemplateRef:</strong> fix readonly warning when
useTemplateRef has same variable name as template ref (<a
href="bc63df0199">bc63df0</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11795">#11795</a> <a
href="https://redirect.github.com/vuejs/core/issues/11802">#11802</a> <a
href="https://redirect.github.com/vuejs/core/issues/11804">#11804</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="632e163a41"><code>632e163</code></a>
release: v3.5.3</li>
<li><a
href="bf3d9a2af4"><code>bf3d9a2</code></a>
fix(ssr): respect app.config.warnHandler during ssr</li>
<li><a
href="8e6c337867"><code>8e6c337</code></a>
fix(hydration): check __asyncHydrate presence for vue3-lazy-hydration
compat ...</li>
<li><a
href="6b7901d28e"><code>6b7901d</code></a>
fix(Transition): handle KeepAlive child unmount in Transition out-in
mode (<a
href="https://redirect.github.com/vuejs/core/issues/1">#1</a>...</li>
<li><a
href="7e3b3bb2a1"><code>7e3b3bb</code></a>
fix: Revert &quot;fix(Transition): handle KeepAlive child unmount in
Transition ou...</li>
<li><a
href="35c760f82f"><code>35c760f</code></a>
fix: Revert &quot;fix(reactivity): self-referencing computed should
refresh&quot;</li>
<li><a
href="babfb4cbcb"><code>babfb4c</code></a>
fix(useId): make generated IDs selector compatible</li>
<li><a
href="72263fa12e"><code>72263fa</code></a>
release: v3.5.2</li>
<li><a
href="3f13203564"><code>3f13203</code></a>
feat(compiler-core): parse modifiers as expression to provide location
data (...</li>
<li><a
href="7a64b6734d"><code>7a64b67</code></a>
types(internal): provide internal options for using <code>$el</code>
type in language to...</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/compare/v3.4.38...v3.5.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `@babel/parser` from 7.25.4 to 7.25.6
<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.25.6 (2024-08-29)</h2>
<p>Thanks <a href="https://github.com/j4k0xb"><code>@​j4k0xb</code></a>
for your first PR!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16783">#16783</a>
Properly print inner comments in TS array types (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16775">#16775</a>
fix: jsx whitespace is not properly preserved when retainLines (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16727">#16727</a>
fix: <code>path.getAssignmentIdentifiers</code> may be
<code>undefined</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16761">#16761</a>
fix: improve static canFollowModifier checks (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16769">#16769</a>
Only wrap functions in <code>superPropertyGet</code> helper (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-async-to-generator</code>,
<code>babel-plugin-transform-block-scoping</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-duplicate-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-react-jsx-development</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-react-pure-annotations</code>,
<code>babel-plugin-transform-regenerator</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16780">#16780</a> Do
not enforce printing space between <code>(</code> and comments (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16781">#16781</a>
Don't throw when enabling both syntax-import-{assertions,attributes} (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16782">#16782</a> TS
union/intersection nested in union does not need parens (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16777">#16777</a>
Remove unused <code>parent</code> params in the generator (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Babel Bot (<a
href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</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/j4k0xb"><code>@​j4k0xb</code></a></li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
<h2>v7.25.5 (2024-08-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16764">#16764</a>
fix: Generate sequence expression parentheses correctly (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16738">#16738</a>
Only force-parenthesize <code>satisfies</code>'s LHS if it has newlines
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
</blockquote>
</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.25.6 (2024-08-29)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16783">#16783</a>
Properly print inner comments in TS array types (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16775">#16775</a>
fix: jsx whitespace is not properly preserved when retainLines (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16727">#16727</a>
fix: <code>path.getAssignmentIdentifiers</code> may be
<code>undefined</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16761">#16761</a>
fix: improve static canFollowModifier checks (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16769">#16769</a>
Only wrap functions in <code>superPropertyGet</code> helper (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-async-to-generator</code>,
<code>babel-plugin-transform-block-scoping</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-duplicate-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-react-jsx-development</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-react-pure-annotations</code>,
<code>babel-plugin-transform-regenerator</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16780">#16780</a> Do
not enforce printing space between <code>(</code> and comments (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16781">#16781</a>
Don't throw when enabling both syntax-import-{assertions,attributes} (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16782">#16782</a> TS
union/intersection nested in union does not need parens (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16777">#16777</a>
Remove unused <code>parent</code> params in the generator (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.5 (2024-08-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16764">#16764</a>
fix: Generate parentheses correctly (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16738">#16738</a>
Only force-parenthesize <code>satisfies</code>'s LHS if it has newlines
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f72b978f9"><code>2f72b97</code></a>
v7.25.6</li>
<li><a
href="10bcb69191"><code>10bcb69</code></a>
[Babel 8] Fix spelling of error code (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16668">#16668</a>)</li>
<li><a
href="7edd508215"><code>7edd508</code></a>
fix: improve static canFollowModifier checks (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16761">#16761</a>)</li>
<li><a
href="15328ebfe4"><code>15328eb</code></a>
[Babel 8] Split <code>typeParameter</code> of <code>TSMappedType</code>
(<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16733">#16733</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.25.6/packages/babel-parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `@babel/types` from 7.25.4 to 7.25.6
<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.25.6 (2024-08-29)</h2>
<p>Thanks <a href="https://github.com/j4k0xb"><code>@​j4k0xb</code></a>
for your first PR!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16783">#16783</a>
Properly print inner comments in TS array types (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16775">#16775</a>
fix: jsx whitespace is not properly preserved when retainLines (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16727">#16727</a>
fix: <code>path.getAssignmentIdentifiers</code> may be
<code>undefined</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16761">#16761</a>
fix: improve static canFollowModifier checks (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16769">#16769</a>
Only wrap functions in <code>superPropertyGet</code> helper (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-async-to-generator</code>,
<code>babel-plugin-transform-block-scoping</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-duplicate-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-react-jsx-development</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-react-pure-annotations</code>,
<code>babel-plugin-transform-regenerator</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16780">#16780</a> Do
not enforce printing space between <code>(</code> and comments (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16781">#16781</a>
Don't throw when enabling both syntax-import-{assertions,attributes} (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16782">#16782</a> TS
union/intersection nested in union does not need parens (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16777">#16777</a>
Remove unused <code>parent</code> params in the generator (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Babel Bot (<a
href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</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/j4k0xb"><code>@​j4k0xb</code></a></li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
<h2>v7.25.5 (2024-08-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16764">#16764</a>
fix: Generate sequence expression parentheses correctly (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16738">#16738</a>
Only force-parenthesize <code>satisfies</code>'s LHS if it has newlines
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
</blockquote>
</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.25.6 (2024-08-29)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16783">#16783</a>
Properly print inner comments in TS array types (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16775">#16775</a>
fix: jsx whitespace is not properly preserved when retainLines (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16727">#16727</a>
fix: <code>path.getAssignmentIdentifiers</code> may be
<code>undefined</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16761">#16761</a>
fix: improve static canFollowModifier checks (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16769">#16769</a>
Only wrap functions in <code>superPropertyGet</code> helper (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-async-to-generator</code>,
<code>babel-plugin-transform-block-scoping</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-duplicate-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-react-jsx-development</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-react-pure-annotations</code>,
<code>babel-plugin-transform-regenerator</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16780">#16780</a> Do
not enforce printing space between <code>(</code> and comments (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16781">#16781</a>
Don't throw when enabling both syntax-import-{assertions,attributes} (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16782">#16782</a> TS
union/intersection nested in union does not need parens (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16777">#16777</a>
Remove unused <code>parent</code> params in the generator (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.5 (2024-08-23)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16764">#16764</a>
fix: Generate parentheses correctly (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16738">#16738</a>
Only force-parenthesize <code>satisfies</code>'s LHS if it has newlines
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f72b978f9"><code>2f72b97</code></a>
v7.25.6</li>
<li><a
href="15328ebfe4"><code>15328eb</code></a>
[Babel 8] Split <code>typeParameter</code> of <code>TSMappedType</code>
(<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/16733">#16733</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.25.6/packages/babel-types">compare
view</a></li>
</ul>
</details>
<br />

Updates `@shikijs/transformers` from 1.14.1 to 1.16.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/transformers</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.16.2</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Allow to swap regex constructor for JavaScript engine  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/930dddc6"><!-- raw HTML
omitted -->(930dd)<!-- raw HTML omitted --></a></li>
<li>Upgrade <code>oniguruma-to-js</code>, support more languages  -  by
<a href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/4ddfdb14"><!-- raw HTML
omitted -->(4ddfd)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.16.1...v1.16.2">View
changes on GitHub</a></h5>
<h2>v1.16.1</h2>
<h3>   🏎 Performance</h3>
<ul>
<li>Externalize <code>@shikijs/vscode-textmate</code>  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/a1e154d5"><!-- raw HTML
omitted -->(a1e15)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.16.0...v1.16.1">View
changes on GitHub</a></h5>
<h2>v1.16.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Synchronous Shiki usage  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/764">shikijs/shiki#764</a>
<a href="https://github.com/shikijs/shiki/commit/9396a6f1"><!-- raw HTML
omitted -->(9396a)<!-- raw HTML omitted --></a></li>
<li><strong>core</strong>: New options object signature for
<code>createdBundledHighlighter</code> for custom engine bundle,
deprecate old signature  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/513224f8"><!-- raw HTML
omitted -->(51322)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>core</strong>: <code>createdBundledHighlighter</code> allow
user to override engine  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/b59e4875"><!-- raw HTML
omitted -->(b59e4)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.15.2...v1.16.0">View
changes on GitHub</a></h5>
<h2>v1.15.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><code>@shikijs/twoslash</code> version specifier, close <a
href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/763">#763</a>
 -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/763">shikijs/shiki#763</a>
<a href="https://github.com/shikijs/shiki/commit/c7998db7"><!-- raw HTML
omitted -->(c7998)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.15.1...v1.15.2">View
changes on GitHub</a></h5>
<h2>v1.15.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Support more languages  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/e4f70ec5"><!-- raw HTML
omitted -->(e4f70)<!-- raw HTML omitted --></a></li>
<li><strong>engine</strong>:
<ul>
<li>Correct default regex flag  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/61a6bf21"><!-- raw HTML
omitted -->(61a6b)<!-- raw HTML omitted --></a></li>
<li>Regex flags propagation  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/55526bb7"><!-- raw HTML
omitted -->(55526)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.15.0...v1.15.1">View
changes on GitHub</a></h5>
<h2>v1.15.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Update deps, new <code>plastic</code> theme  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/04bb6576"><!-- raw HTML
omitted -->(04bb6)<!-- raw HTML omitted --></a></li>
<li>Introduce experimental JavaScript RegExp Engine  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/761">shikijs/shiki#761</a>
<a href="https://github.com/shikijs/shiki/commit/2be5b2d1"><!-- raw HTML
omitted -->(2be5b)<!-- raw HTML omitted --></a></li>
<li><strong>rehype</strong>: Support inline codes  -  by <a
href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/751">shikijs/shiki#751</a>
<a href="https://github.com/shikijs/shiki/commit/6ca98aa5"><!-- raw HTML
omitted -->(6ca98)<!-- raw HTML omitted --></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eae73919d4"><code>eae7391</code></a>
chore: release v1.16.2</li>
<li><a
href="4ddfdb14ae"><code>4ddfdb1</code></a>
feat: upgrade <code>oniguruma-to-js</code>, support more languages</li>
<li><a
href="a71d08c213"><code>a71d08c</code></a>
chore: release v1.16.1</li>
<li><a
href="ab6e60287f"><code>ab6e602</code></a>
chore: release v1.16.0</li>
<li><a
href="063e4a8d45"><code>063e4a8</code></a>
chore: release v1.15.2</li>
<li><a
href="5488d3caaf"><code>5488d3c</code></a>
chore: release v1.15.1</li>
<li><a
href="d6d953f855"><code>d6d953f</code></a>
chore: release v1.15.0</li>
<li>See full diff in <a
href="https://github.com/shikijs/shiki/commits/v1.16.2/packages/transformers">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vitejs/plugin-vue` from 5.1.2 to 5.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@​vitejs/plugin-vue</code>'s
releases</a>.</em></p>
<blockquote>
<h2>plugin-vue@5.1.3</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.1.3/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@​vitejs/plugin-vue</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.1.3 (2024-08-29)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: upgrade to eslint 9 (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/236a40f">236a40f</a>)</li>
<li>chore: use pnpm catalog for shared deps (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/0735e18">0735e18</a>)</li>
<li>chore(deps): update dependency rollup to ^4.20.0 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/433">#433</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/37c9073">37c9073</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/433">#433</a></li>
<li>chore(deps): update upstream (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/436">#436</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/b75a46f">b75a46f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/436">#436</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/421">#421</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/e3a7fec">e3a7fec</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/421">#421</a></li>
<li>fix(plugin-vue): default value for <code>__VUE_OPTIONS_API__</code>
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/acb57c9">acb57c9</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/438">#438</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3ef2b6e1eb"><code>3ef2b6e</code></a>
release: plugin-vue@5.1.3</li>
<li><a
href="b75a46f55b"><code>b75a46f</code></a>
chore(deps): update upstream (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/436">#436</a>)</li>
<li><a
href="acb57c9269"><code>acb57c9</code></a>
fix(plugin-vue): default value for <code>__VUE_OPTIONS_API__</code></li>
<li><a
href="e3a7fec367"><code>e3a7fec</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/421">#421</a>)</li>
<li><a
href="236a40fd68"><code>236a40f</code></a>
chore: upgrade to eslint 9</li>
<li><a
href="37c9073fb1"><code>37c9073</code></a>
chore(deps): update dependency rollup to ^4.20.0 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/433">#433</a>)</li>
<li><a
href="0735e1808d"><code>0735e18</code></a>
chore: use pnpm catalog for shared deps</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.3/packages/plugin-vue">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/compiler-core` from 3.4.38 to 3.5.3
<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.3</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.2</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.1</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.0</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.0-rc.1</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.0-beta.3</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.0-beta.2</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.0-beta.1</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.0-alpha.5</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.0-alpha.4</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.0-alpha.3</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.0-alpha.2</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.0-alpha.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a>
for details.</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.2...v3.5.3">3.5.3</a>
(2024-09-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>hydration:</strong> check __asyncHydrate presence for
vue3-lazy-hydration compat (<a
href="https://redirect.github.com/vuejs/core/issues/11825">#11825</a>)
(<a
href="8e6c337867">8e6c337</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11793">#11793</a></li>
<li>Revert &quot;fix(reactivity): self-referencing computed should
refresh&quot; (<a
href="35c760f82f">35c760f</a>)</li>
<li><strong>ssr:</strong> respect app.config.warnHandler during ssr (<a
href="bf3d9a2af4">bf3d9a2</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11830">#11830</a></li>
<li><strong>Transition:</strong> handle KeepAlive child unmount in
Transition out-in mode (<a
href="https://redirect.github.com/vuejs/core/issues/11833">#11833</a>)
(<a
href="6b7901d28e">6b7901d</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11775">#11775</a></li>
<li><strong>useId:</strong> make generated IDs selector compatible (<a
href="babfb4cbcb">babfb4c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11828">#11828</a></li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.1...v3.5.2">3.5.2</a>
(2024-09-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>reactivity:</strong> make toRaw work on proxies created by
proxyRef (<a
href="46c3ab1d71">46c3ab1</a>)</li>
<li><strong>reactivity:</strong> pass oldValue to computed getter (<a
href="https://redirect.github.com/vuejs/core/issues/11813">#11813</a>)
(<a
href="98864a7ef5">98864a7</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11812">#11812</a></li>
<li><strong>reactivity:</strong> prevent endless recursion in computed
getters (<a
href="https://redirect.github.com/vuejs/core/issues/11797">#11797</a>)
(<a
href="716275d1b1">716275d</a>)</li>
<li><strong>reactivity:</strong> self-referencing computed should
refresh (<a
href="e84c4a608e">e84c4a6</a>),
closes <a
href="https://redirect.github.com//redirect.github.com/vuejs/core/pull/11797/issues/issuecomment-2330738633">vuejs/core#11797</a></li>
<li><strong>scheduler:</strong> prevent duplicate jobs being queued (<a
href="https://redirect.github.com/vuejs/core/issues/11826">#11826</a>)
(<a
href="df56cc5287">df56cc5</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11712">#11712</a> <a
href="https://redirect.github.com/vuejs/core/issues/11807">#11807</a></li>
<li><strong>suspense:</strong> avoid updating anchor if activeBranch has
not been rendered to the actual container (<a
href="https://redirect.github.com/vuejs/core/issues/11818">#11818</a>)
(<a
href="3c0d531fa7">3c0d531</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11806">#11806</a></li>
<li><strong>Transition:</strong> handle KeepAlive child unmount in
Transition out-in mode (<a
href="https://redirect.github.com/vuejs/core/issues/11778">#11778</a>)
(<a
href="3116553529">3116553</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11775">#11775</a></li>
<li><strong>types:</strong> add HTMLDialogElement missing close event
(<a
href="https://redirect.github.com/vuejs/core/issues/11811">#11811</a>)
(<a
href="3634f7a4c1">3634f7a</a>)</li>
<li><strong>types:</strong> added name attribute support to details tag
(<a
href="https://redirect.github.com/vuejs/core/issues/11823">#11823</a>)
(<a
href="c74176ec7b">c74176e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11821">#11821</a></li>
<li><strong>types:</strong> fix defineComponent props inference when
setup() has explicit annotation (<a
href="fca20a39aa">fca20a3</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11803">#11803</a></li>
<li><strong>useTemplateRef:</strong> properly fix readonly warning in
dev and ensure prod behavior consistency (<a
href="9b7797d0d1">9b7797d</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11808">#11808</a> <a
href="https://redirect.github.com/vuejs/core/issues/11816">#11816</a> <a
href="https://redirect.github.com/vuejs/core/issues/11810">#11810</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>compiler-core:</strong> parse modifiers as expression to
provide location data (<a
href="https://redirect.github.com/vuejs/core/issues/11819">#11819</a>)
(<a
href="3f13203564">3f13203</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.0...v3.5.1">3.5.1</a>
(2024-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> improve built-in components treeshakability
(<a
href="4eee630b31">4eee630</a>)</li>
<li><strong>reactivity:</strong> handle non-array arguments in reactive
<code>concat</code> method (<a
href="https://redirect.github.com/vuejs/core/issues/11794">#11794</a>)
(<a
href="475977a6f7">475977a</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11792">#11792</a></li>
<li><strong>Transition:</strong> avoid applying transition hooks on
comment vnode (<a
href="https://redirect.github.com/vuejs/core/issues/11788">#11788</a>)
(<a
href="51912f8a02">51912f8</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11782">#11782</a></li>
<li><strong>types:</strong> avoid using intersection type in
<code>Readonly&lt;...&gt;</code> to fix JSDoc emit (<a
href="https://redirect.github.com/vuejs/core/issues/11799">#11799</a>)
(<a
href="7518bc19dc">7518bc1</a>)</li>
<li><strong>useTemplateRef:</strong> fix readonly warning when
useTemplateRef has same variable name as template ref (<a
href="bc63df0199">bc63df0</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11795">#11795</a> <a
href="https://redirect.github.com/vuejs/core/issues/11802">#11802</a> <a
href="https://redirect.github.com/vuejs/core/issues/11804">#11804</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="632e163a41"><code>632e163</code></a>
release: v3.5.3</li>
<li><a
href="72263fa12e"><code>72263fa</code></a>
release: v3.5.2</li>
<li><a
href="3f13203564"><code>3f13203</code></a>
feat(compiler-core): parse modifiers as expression to provide location
data (...</li>
<li><a
href="1b6bc2374d"><code>1b6bc23</code></a>
release: v3.5.1</li>
<li><a
href="40193696b3"><code>4019369</code></a>
chore(build): use /<em>@<strong>PURE</strong></em>/ annotation
consistently</li>
<li><a
href="6402b98408"><code>6402b98</code></a>
release: v3.5.0</li>
<li><a
href="d298c431cc"><code>d298c43</code></a>
release: v3.5.0-rc.1</li>
<li><a
href="ac9e7e8bfa"><code>ac9e7e8</code></a>
test: adjust coverage config, use v8 coverage</li>
<li><a
href="8c3fdd1a7d"><code>8c3fdd1</code></a>
release: v3.5.0-beta.3</li>
<li><a
href="7d700c215d"><code>7d700c2</code></a>
release: v3.5.0-beta.2</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/commits/v3.5.3/packages/compiler-core">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/compiler-dom` from 3.4.38 to 3.5.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/releases"><code>@​vue/compiler-dom</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.5.3</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.2</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.1</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.0</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.0-rc.1</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.0-beta.3</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.0-beta.2</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.0-beta.1</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.0-alpha.5</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.0-alpha.4</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.0-alpha.3</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.0-alpha.2</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.0-alpha.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a>
for details.</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-dom</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.5.2...v3.5.3">3.5.3</a>
(2024-09-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>hydration:</strong> check __asyncHydrate presence for
vue3-lazy-hydration compat (<a
href="https://redirect.github.com/vuejs/core/issues/11825">#11825</a>)
(<a
href="8e6c337867">8e6c337</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11793">#11793</a></li>
<li>Revert &quot;fix(reactivity): self-referencing computed should
refresh&quot; (<a
href="35c760f82f">35c760f</a>)</li>
<li><strong>ssr:</strong> respect app.config.warnHandler during ssr (<a
href="https://g...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-07 10:59:42 +08:00
Huy Minh
27bb2491c2 kernel: Relax dentry_path_raw compare in core_hook (#2041)
On Android-x86 (or BlissOS) it initialize Android by using switch_root
or chroot, when checking a path with dentry_path_raw() it will show the
whole real path instead of the path that we want.

Relax the checking requirement by using strstr to look for
"/system/packages.list" in the string instead of requiring the path to
be "/system/packages.list"

This fixes #1783

Signed-off-by: hmtheboy154 <buingoc67@gmail.com>
2024-09-07 10:59:06 +08:00
dependabot[bot]
9bcdff1835 build(deps): bump peter-evans/create-pull-request from 6 to 7 in the actions group (#2031) 2024-09-05 10:45:59 +08:00
Peter Noël Muller
6db6893e1b website/docs: add N0Kernel and NOVA kernels (#2012)
Add N0kernel and NOVA kernels to the unofficially supported devices
section in the KernelSU website.
KernelSU isn't added in the [source of NOVA
kernel](https://github.com/kvsnr113/xiaomi_sm8250_kernel), however his
builds include KernelSU ones as it can be seen in his [releases
repo](https://github.com/kvsnr113/nova_kernel_releases/releases).
2024-09-04 14:57:10 +08:00
Fede2782
7ed6e40ff5 Add Italian translations for README (#2018) 2024-08-29 11:37:22 +08:00
igor
0622225eca website: update translation (#2010) 2024-08-25 22:10:53 +08:00
Rem01Gaming
f4561e51a8 templates/kernelmanager.root: Adjust capabilities (#1948)
* Following capabilities are removed as not commonly used on Kernel
Managers:
 - CAP_SYS_NICE
 - CAP_PERFMON
 - CAP_SYS_MODULE
 - CAP_SYS_RESOURCE

* Added CAP_DAC_OVERRIDE to prevent read/write permission issues

Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
2024-08-25 12:02:13 +08:00
Caner Karaca
9a71bdf891 Update Workflows (#1991)
- Add new kernel patch and sub levels
2024-08-25 12:01:06 +08:00
dependabot[bot]
402bf8858d build(deps): bump the crates group across 1 directory with 9 updates (#2002)
Bumps the crates group with 9 updates in the /userspace/ksud directory:

| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |


Updates `zip` from 2.1.6 to 2.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/releases">zip's
releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Expose <code>ZipArchive::central_directory_start</code> (<a
href="https://redirect.github.com/zip-rs/zip2/pull/232">#232</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0">2.2.0</a>
- 2024-08-11</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Expose <code>ZipArchive::central_directory_start</code> (<a
href="https://redirect.github.com/zip-rs/zip2/pull/232">#232</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6d3945645b"><code>6d39456</code></a>
chore: release (<a
href="https://redirect.github.com/zip-rs/zip2/issues/234">#234</a>)</li>
<li><a
href="af33ed343d"><code>af33ed3</code></a>
feat: Expose <code>ZipArchive::central_directory_start</code> (<a
href="https://redirect.github.com/zip-rs/zip2/issues/232">#232</a>)</li>
<li><a
href="3f6768ec5a"><code>3f6768e</code></a>
docs: Update list of supported features (<a
href="https://redirect.github.com/zip-rs/zip2/issues/230">#230</a>)</li>
<li><a
href="3a427c4f78"><code>3a427c4</code></a>
deps: Update dependencies with <code>cargo upgrade</code></li>
<li>See full diff in <a
href="https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `libc` from 0.2.156 to 0.2.158
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.158</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2>0.2.157</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.157...0.2.158">0.2.158</a>
- 2024-08-19</h2>
<h3>Other</h3>
<ul>
<li>WASI: fix missing <code>Iterator</code> with
<code>rustc-dep-of-std</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068">rust-lang/libc#3856</a></li>
</ul>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.157">0.2.157</a>
- 2024-08-17</h2>
<h3>Added</h3>
<ul>
<li>Apple: add <code>_NSGetArgv</code>, <code>_NSGetArgc</code> and
<code>_NSGetProgname</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3702">rust-lang/libc#3702</a></li>
<li>Build: add <code>RUSTC_WRAPPER</code> support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3845">rust-lang/libc#3845</a></li>
<li>FreeBSD: add <code>execvpe</code> support from 14.1 release in <a
href="https://redirect.github.com/rust-lang/libc/pull/3745">rust-lang/libc#3745</a></li>
<li>Fuchsia: add <code>SO_BINDTOIFINDEX</code></li>
<li>Linux: add <code>klogctl</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3777">rust-lang/libc#3777</a></li>
<li>MacOS: add <code>fcntl</code> OFD commands in <a
href="https://redirect.github.com/rust-lang/libc/pull/3563">rust-lang/libc#3563</a></li>
<li>NetBSD: add <code>_lwp_park</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3721">rust-lang/libc#3721</a></li>
<li>Solaris: add missing networking support in <a
href="https://redirect.github.com/rust-lang/libc/pull/3717">rust-lang/libc#3717</a></li>
<li>Unix: add <code>pthread_equal</code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3773">rust-lang/libc#3773</a></li>
<li>WASI: add <code>select</code>, <code>FD_SET</code>,
<code>FD_ZERO</code>, <code>FD_ISSET </code> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3681">rust-lang/libc#3681</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>TEEOS: fix octal notation for <code>O_*</code> constants in <a
href="https://redirect.github.com/rust-lang/libc/pull/3841">rust-lang/libc#3841</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>FreeBSD: always use freebsd12 when <code>rustc_dep_of_std</code> is
set in <a
href="https://redirect.github.com/rust-lang/libc/pull/3723">rust-lang/libc#3723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c809c58c68"><code>c809c58</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3857">#3857</a>
from rust-lang/release-plz-2024-08-19T05-21-04Z</li>
<li><a
href="0d28de5833"><code>0d28de5</code></a>
Update CHANGELOG.md</li>
<li><a
href="284bd9e94d"><code>284bd9e</code></a>
chore: release</li>
<li><a
href="268268146e"><code>2682681</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3856">#3856</a>
from tgross35/backport-wasi-fix</li>
<li><a
href="71440ab668"><code>71440ab</code></a>
[wasi] Add use core::iter::Iterator;</li>
<li><a
href="6637dbe236"><code>6637dbe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3830">#3830</a>
from rust-lang/release-plz-2024-08-15T20-50-10Z</li>
<li><a
href="51d81e3be8"><code>51d81e3</code></a>
Update CHANGELOG.md</li>
<li><a
href="217b2ab86e"><code>217b2ab</code></a>
chore: release</li>
<li><a
href="6d2b8a0767"><code>6d2b8a0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3852">#3852</a>
from tgross35/backport-onion</li>
<li><a
href="64ee9dfc5e"><code>64ee9df</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/3851">#3851</a>
from tgross35/backport-romaine</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.156...0.2.158">compare
view</a></li>
</ul>
</details>
<br />

Updates `which` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/releases">which's
releases</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's
changelog</a>.</em></p>
<blockquote>
<h2>6.0.3</h2>
<ul>
<li>Enhance <code>tracing</code> feature with some <code>debug</code>
level logs for higher level logic.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="efd571d4b5"><code>efd571d</code></a>
bump version, update changelog</li>
<li><a
href="d95a471a9f"><code>d95a471</code></a>
Add more high level debug logs</li>
<li><a
href="7b6c81c197"><code>7b6c81c</code></a>
add changelog entry</li>
<li>See full diff in <a
href="https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `cc` from 1.1.13 to 1.1.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.1.14</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">1.1.14</a>
- 2024-08-23</h2>
<h3>Other</h3>
<ul>
<li>allow finding tools from path if VisualStudioDir is set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ff5fc7a69a"><code>ff5fc7a</code></a>
chore: release (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1191">#1191</a>)</li>
<li><a
href="5b4bd71155"><code>5b4bd71</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1190">#1190</a>
from russelltg/msvc_in_customcommand</li>
<li><a
href="c2aa0d3695"><code>c2aa0d3</code></a>
msvc: allow finding tools from path if VisualStudioDir is set</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `flate2` from 1.0.31 to 1.0.32
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/flate2-rs/releases">flate2's
releases</a>.</em></p>
<blockquote>
<h2>1.0.32 - turn panic into error</h2>
<h2>What's Changed</h2>
<h3>Fix</h3>
<ul>
<li>Return error instead of packing on Z_MEM_ERROR by <a
href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a> in
<a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li>
</ul>
<h3>Other</h3>
<ul>
<li>prepare new release by <a
href="https://github.com/Byron"><code>@​Byron</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/416">rust-lang/flate2-rs#416</a></li>
<li>update miniz_oxide dependency to 0.8.x by <a
href="https://github.com/oyvindln"><code>@​oyvindln</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/420">rust-lang/flate2-rs#420</a></li>
<li>update maintenance guide with recent news by <a
href="https://github.com/Byron"><code>@​Byron</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/419">rust-lang/flate2-rs#419</a></li>
<li>Check minimal version of Rust that compiles by <a
href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/421">rust-lang/flate2-rs#421</a></li>
<li>Remove non-existent build in CI by <a
href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/422">rust-lang/flate2-rs#422</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md">flate2's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="367ec74768"><code>367ec74</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/423">#423</a>
from crazymerlyn/memerror</li>
<li><a
href="6084e47797"><code>6084e47</code></a>
Bump version</li>
<li><a
href="d0fdac5964"><code>d0fdac5</code></a>
Return error instead of packing on Z_MEM_ERROR</li>
<li><a
href="5d1ecf6a97"><code>5d1ecf6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a>
from jongiddy/fix-main-ci</li>
<li><a
href="35b4a63dc3"><code>35b4a63</code></a>
Remove non-existent build in CI</li>
<li><a
href="d616177ca3"><code>d616177</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a>
from jongiddy/test-minimal-version</li>
<li><a
href="140b285de7"><code>140b285</code></a>
Check minimal version of Rust that compiles</li>
<li><a
href="74b3c73371"><code>74b3c73</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a>
from Byron/maintenance-guide</li>
<li><a
href="af8bcdb744"><code>af8bcdb</code></a>
update maintenance guide with recent news</li>
<li><a
href="dc6cab461c"><code>dc6cab4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a>
from oyvindln/update_miniz_oxide</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.36 to 1.0.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.37</h2>
<ul>
<li>Implement ToTokens for CStr and CString (<a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b1ebffa035"><code>b1ebffa</code></a>
Release 1.0.37</li>
<li><a
href="43acd77961"><code>43acd77</code></a>
Delete unneeded use of <code>ref</code></li>
<li><a
href="9382c2182e"><code>9382c21</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>
from dtolnay/cstr</li>
<li><a
href="6ac432877b"><code>6ac4328</code></a>
Add C string tests</li>
<li><a
href="9fb0591a17"><code>9fb0591</code></a>
Implement ToTokens for CStr and CString</li>
<li><a
href="ba7a9d08c9"><code>ba7a9d0</code></a>
Organize test imports</li>
<li><a
href="aa9970f983"><code>aa9970f</code></a>
Inline the macro that generates primitive impls</li>
<li><a
href="ba411091c9"><code>ba41109</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a>
from dtolnay/tokens</li>
<li><a
href="c77340a4c6"><code>c77340a</code></a>
Consistently use 'tokens' as the name of the &amp;mut TokenStream
arg</li>
<li><a
href="a4a0abf12f"><code>a4a0abf</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a>
from dtolnay/char</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.74 to 2.0.75
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.75</h2>
<ul>
<li>Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (<a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d1746fe29d"><code>d1746fe</code></a>
Release 2.0.75</li>
<li><a
href="b6936825a6"><code>b693682</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1722">#1722</a>
from dtolnay/exprpath</li>
<li><a
href="e459ee75bb"><code>e459ee7</code></a>
Insert turbofish into paths in expression position</li>
<li><a
href="3bb65aaae1"><code>3bb65aa</code></a>
Add mod-style printing for paths that cannot contain generic args</li>
<li><a
href="ae8c84ab74"><code>ae8c84a</code></a>
Handwrite ToTokens impl for Meta</li>
<li><a
href="5dbfeae027"><code>5dbfeae</code></a>
Name the expr_style argument at all call sites of
path::parsing::qpath</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.74...2.0.75">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio` from 1.39.2 to 1.39.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tokio/releases">tokio's
releases</a>.</em></p>
<blockquote>
<h2>Tokio v1.39.3</h2>
<h1>1.39.3 (August 17th, 2024)</h1>
<p>This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6772">tokio-rs/tokio#6772</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3d439ab711"><code>3d439ab</code></a>
chore: prepare Tokio v1.39.3 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6782">#6782</a>)</li>
<li><a
href="b2ea40bb54"><code>b2ea40b</code></a>
net: add handling for abstract socket name (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6772">#6772</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `unicode-xid` from 0.2.4 to 0.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="705256be02"><code>705256b</code></a>
Bump to 0.2.5</li>
<li><a
href="9342d8a0cb"><code>9342d8a</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/37">#37</a>
from blyxyas/modernize</li>
<li><a
href="0faa1ed6ba"><code>0faa1ed</code></a>
Modernise the codebase (desc.)</li>
<li><a
href="f8cbac9c54"><code>f8cbac9</code></a>
Merge pull request <a
href="https://redirect.github.com/unicode-rs/unicode-xid/issues/36">#36</a>
from Marcondiro/master</li>
<li><a
href="9afe467f17"><code>9afe467</code></a>
Update ci.yml</li>
<li><a
href="bc5656fb33"><code>bc5656f</code></a>
Update ci.yml</li>
<li><a
href="c80c8cf5eb"><code>c80c8cf</code></a>
Update ci.yml</li>
<li><a
href="2f4eee5312"><code>2f4eee5</code></a>
Update ci.yml</li>
<li><a
href="03269aa267"><code>03269aa</code></a>
Update ci.yml</li>
<li><a
href="324374cd54"><code>324374c</code></a>
Bump Unicode to version 15.1.0, regenerate tables</li>
<li>Additional commits viewable in <a
href="https://github.com/unicode-rs/unicode-xid/compare/v0.2.4...v0.2.5">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-25 11:53:55 +08:00
dependabot[bot]
b134e3c651 build(deps): bump the npm group across 1 directory with 44 updates (#1998)
Bumps the npm group with 5 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
| [vitepress](https://github.com/vuejs/vitepress) | `1.3.1` | `1.3.3` |
|
[@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser)
| `7.25.3` | `7.25.4` |
|
[@types/unist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/unist)
| `3.0.2` | `3.0.3` |
| [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.41` |
| [preact](https://github.com/preactjs/preact) | `10.23.1` | `10.23.2` |


Updates `vitepress` from 1.3.1 to 1.3.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/releases">vitepress's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.3</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v1.3.2</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/vitepress/compare/v1.3.2...v1.3.3">1.3.3</a>
(2024-08-17)</h2>
<h3>Miscellaneous</h3>
<ul>
<li>bump deps (<a
href="a20db24782">a20db24</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/vitepress/compare/v1.3.1...v1.3.2">1.3.2</a>
(2024-08-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>multiple cache busting imports causing useData to fail (<a
href="2b3e486ab9">2b3e486</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/3820">#3820</a>,
reverts <a
href="https://redirect.github.com/vuejs/vitepress/issues/3398">#3398</a>,
reopens <a
href="https://redirect.github.com/vuejs/vitepress/issues/3363">#3363</a></li>
<li><strong>theme:</strong> excerpt style in LocalSearchBox (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4050">#4050</a>)
(<a
href="2bc0d39d50">2bc0d39</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eed9a94415"><code>eed9a94</code></a>
release: v1.3.3</li>
<li><a
href="a20db24782"><code>a20db24</code></a>
chore: bump deps</li>
<li><a
href="2bda116850"><code>2bda116</code></a>
chore: include node types for client</li>
<li><a
href="3c40e9d9a8"><code>3c40e9d</code></a>
docs(ko): re-translation of korean documents (reference/*) (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4120">#4120</a>)</li>
<li><a
href="df27e44db6"><code>df27e44</code></a>
docs: fix wrong link</li>
<li><a
href="049fd8d0e5"><code>049fd8d</code></a>
docs(ko): re-translation of korean documents (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4111">#4111</a>)</li>
<li><a
href="1b679d4528"><code>1b679d4</code></a>
docs(ru): update translations (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4104">#4104</a>)</li>
<li><a
href="3543b02347"><code>3543b02</code></a>
chore: update changelog wording</li>
<li><a
href="32862123b8"><code>3286212</code></a>
release: v1.3.2</li>
<li><a
href="2b3e486ab9"><code>2b3e486</code></a>
fix: multiple cache busting imports causing useData to fail</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/vitepress/compare/v1.3.1...v1.3.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `vue` from 3.4.35 to 3.4.38
<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.4.38</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.4.37</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.4.36</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/v3.4.38/CHANGELOG.md">vue's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.37...v3.4.38">3.4.38</a>
(2024-08-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> revert entities to 4.5 to avoid runtime
resolution errors (<a
href="f349af7b65">f349af7</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11603">#11603</a></li>
<li><strong>compiler-core:</strong> use ast-based check for function
expressions when possible (<a
href="236cac3ff2">236cac3</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11615">#11615</a></li>
<li><strong>compiler-sfc:</strong> handle keyof operator with index
object (<a
href="https://redirect.github.com/vuejs/core/issues/11581">#11581</a>)
(<a
href="74d26dbbe3">74d26db</a>)</li>
<li><strong>types:</strong> add fallback stub for DOM types when DOM lib
is absent (<a
href="https://redirect.github.com/vuejs/core/issues/11598">#11598</a>)
(<a
href="4db0085de3">4db0085</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.36...v3.4.37">3.4.37</a>
(2024-08-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-core:</strong> use <code>isProp.arg.loc</code>
instead of <code>isProp.loc</code> (<a
href="https://redirect.github.com/vuejs/core/issues/11547">#11547</a>)
(<a
href="236fb7abeb">236fb7a</a>)</li>
<li><strong>custom-element:</strong> fix custom-element double render on
immediate prop change (<a
href="978ff3c1db">978ff3c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/9885">#9885</a> <a
href="https://redirect.github.com/vuejs/core/issues/11335">#11335</a></li>
<li><strong>defineModel:</strong> detect changes respect custom getter
and setter (<a
href="https://redirect.github.com/vuejs/core/issues/11543">#11543</a>)
(<a
href="e0428884b5">e042888</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11541">#11541</a> <a
href="https://redirect.github.com/vuejs/core/issues/11526">#11526</a> <a
href="https://redirect.github.com/vuejs/core/issues/11527">#11527</a></li>
<li><strong>keep-alive:</strong> avoid cache suspense comment root (<a
href="https://redirect.github.com/vuejs/core/issues/11479">#11479</a>)
(<a
href="a917c0539c">a917c05</a>)</li>
<li><strong>keep-alive:</strong> fix render error in cached is undefined
(<a
href="https://redirect.github.com/vuejs/core/issues/11496">#11496</a>)
(<a
href="81351dc7fb">81351dc</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11427">#11427</a> <a
href="https://redirect.github.com/vuejs/core/issues/11431">#11431</a></li>
<li>Revert &quot;fix(types/ref): allow getter and setter types to be
unrelated (<a
href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>)&quot;
(<a
href="b1abac06cd">b1abac0</a>)</li>
<li>Revert &quot;fix(types/ref): correct type inference for nested refs
(<a
href="https://redirect.github.com/vuejs/core/issues/11536">#11536</a>)&quot;
(<a
href="3a56315f94">3a56315</a>)</li>
<li><strong>runtime-core:</strong> fix warning for missing event handler
(<a
href="https://redirect.github.com/vuejs/core/issues/11489">#11489</a>)
(<a
href="e359ff0046">e359ff0</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/4803">#4803</a> <a
href="https://redirect.github.com/vuejs/core/issues/8268">#8268</a></li>
<li><strong>runtime-core:</strong> prioritize using the provides from
currentApp in nested createApp (<a
href="https://redirect.github.com/vuejs/core/issues/11502">#11502</a>)
(<a
href="7e75de002f">7e75de0</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11488">#11488</a>
<ul>
<li>Note: this change will break <code>inject</code> calls inside Pinia
stores that expects to be able to inject provided values from the
component using the store. This is expected because the usage is relying
on previously incorrect behavior.</li>
</ul>
</li>
<li><strong>runtime-dom:</strong> apply css vars before mount (<a
href="https://redirect.github.com/vuejs/core/issues/11538">#11538</a>)
(<a
href="fdc2a31dbd">fdc2a31</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11533">#11533</a></li>
<li><strong>ssr:</strong> ensure content is valid when rendering normal
slot (<a
href="https://redirect.github.com/vuejs/core/issues/11491">#11491</a>)
(<a
href="6c90324870">6c90324</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11326">#11326</a></li>
<li><strong>types/ref:</strong> correct type inference for nested refs
(<a
href="https://redirect.github.com/vuejs/core/issues/11536">#11536</a>)
(<a
href="536f62332c">536f623</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11532">#11532</a> <a
href="https://redirect.github.com/vuejs/core/issues/11537">#11537</a></li>
<li><strong>types:</strong> allow <code>DirectiveArguments</code> third
parameter to accept undefined (<a
href="https://redirect.github.com/vuejs/core/issues/11540">#11540</a>)
(<a
href="1058ce8e74">1058ce8</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.35...v3.4.36">3.4.36</a>
(2024-08-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-core:</strong> fix expression transform for
try...catch block params (<a
href="077a1aeb3c">077a1ae</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11465">#11465</a> <a
href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li>
<li><strong>compiler-core:</strong> properly handle for loop variable
declarations in expression transforms (<a
href="67bb820904">67bb820</a>),
ref <a
href="https://redirect.github.com/vuejs/core/issues/11467">#11467</a></li>
<li><strong>compiler-ssr:</strong> don't render v-if comments in
TransitionGroup + static tag (<a
href="https://redirect.github.com/vuejs/core/issues/11515">#11515</a>)
(<a
href="275354caba">275354c</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11514">#11514</a></li>
<li><strong>hydration:</strong> force hydrate custom element dynamic
props (<a
href="7d473b7721">7d473b7</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/7203">#7203</a> <a
href="https://redirect.github.com/vuejs/core/issues/8038">#8038</a></li>
<li><strong>ssr:</strong> respect textContent/innerHTML from getSSRProps
in optimized SSR output (<a
href="79602f9ecd">79602f9</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/8112">#8112</a></li>
<li><strong>types/withDefaults:</strong> ensure default values of type
<code>any</code> do not include <code>undefined</code> (<a
href="https://redirect.github.com/vuejs/core/issues/11490">#11490</a>)
(<a
href="4592b63c6a">4592b63</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="56e658e7b7"><code>56e658e</code></a>
release: v3.4.38</li>
<li><a
href="0bdb2a3bd7"><code>0bdb2a3</code></a>
workflow: move private packages to separate directory</li>
<li><a
href="74d26dbbe3"><code>74d26db</code></a>
fix(compiler-sfc): handle keyof operator with index object (<a
href="https://redirect.github.com/vuejs/core/issues/11581">#11581</a>)</li>
<li><a
href="236cac3ff2"><code>236cac3</code></a>
fix(compiler-core): use ast-based check for function expressions when
possible</li>
<li><a
href="b27d90054a"><code>b27d900</code></a>
chore: update changelog regarding inject behavior change</li>
<li><a
href="f349af7b65"><code>f349af7</code></a>
fix(build): revert entities to 4.5 to avoid runtime resolution
errors</li>
<li><a
href="4db0085de3"><code>4db0085</code></a>
fix(types): add fallback stub for DOM types when DOM lib is absent (<a
href="https://redirect.github.com/vuejs/core/issues/11598">#11598</a>)</li>
<li><a
href="28db2e69f4"><code>28db2e6</code></a>
release: v3.4.37</li>
<li><a
href="6be63e0243"><code>6be63e0</code></a>
workflow: new release workflow</li>
<li><a
href="e33331275d"><code>e333312</code></a>
workflow: fix release script in actions</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/compare/v3.4.35...v3.4.38">compare
view</a></li>
</ul>
</details>
<br />

Updates `@babel/parser` from 7.25.3 to 7.25.4
<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.25.4 (2024-08-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16756">#16756</a>
fix: Skip computed key when renaming (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-decorators</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16755">#16755</a>
fix: Decorator 2018-09 may throw an exception (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16710">#16710</a>
Visit AST fields nodes according to their syntactical order (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16709">#16709</a>
Print semicolon after TS <code>export namespace as A</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-proposal-pipeline-operator</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-destructuring</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-plugin-transform-private-methods</code>,
<code>babel-plugin-transform-private-property-in-object</code>,
<code>babel-plugin-transform-typescript</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16722">#16722</a>
Avoid unnecessary parens around sequence expressions (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-class-properties</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16714">#16714</a>
Avoid unnecessary parens around exported arrow functions (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-transform-object-rest-spread</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16712">#16712</a>
Avoid printing unnecessary parens around object destructuring (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16740">#16740</a>
Avoid extra spaces between comments/regexps in compact mode (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cbf124ca42"><code>cbf124c</code></a>
v7.25.4</li>
<li><a
href="5174ad182f"><code>5174ad1</code></a>
Clean all always enabled parser plugins (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16572">#16572</a>)</li>
<li><a
href="dba45d3ebc"><code>dba45d3</code></a>
Ignore <code>devDependencies</code> when generating
<code>tsconfig.json</code> (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16659">#16659</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.25.4/packages/babel-parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `@babel/types` from 7.25.2 to 7.25.4
<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.25.3 (2024-07-31)</h2>
<h4>🐛 Bug Fix</h4>
<ul>

<li><code>babel-plugin-bugfix-firefox-class-in-computed-class-key</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16699">#16699</a>
Avoid validating visitors produced by
<code>traverse.visitors.merge</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16688">#16688</a> Add
<code>@babel/types</code> as a dependency of <code>@babel/parser</code>
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</blockquote>
</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.25.4 (2024-08-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16756">#16756</a>
fix: Skip computed key when renaming (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-decorators</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16755">#16755</a>
fix: Decorator 2018-09 may throw an exception (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16710">#16710</a>
Visit AST fields nodes according to their syntactical order (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16709">#16709</a>
Print semicolon after TS <code>export namespace as A</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-proposal-pipeline-operator</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-destructuring</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-plugin-transform-private-methods</code>,
<code>babel-plugin-transform-private-property-in-object</code>,
<code>babel-plugin-transform-typescript</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16722">#16722</a>
Avoid unnecessary parens around sequence expressions (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-class-properties</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16714">#16714</a>
Avoid unnecessary parens around exported arrow functions (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-transform-object-rest-spread</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16712">#16712</a>
Avoid printing unnecessary parens around object destructuring (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16740">#16740</a>
Avoid extra spaces between comments/regexps in compact mode (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.3 (2024-07-31)</h2>
<h4>🐛 Bug Fix</h4>
<ul>

<li><code>babel-plugin-bugfix-firefox-class-in-computed-class-key</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16699">#16699</a>
Avoid validating visitors produced by
<code>traverse.visitors.merge</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16688">#16688</a> Add
<code>@babel/types</code> as a dependency of <code>@babel/parser</code>
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cbf124ca42"><code>cbf124c</code></a>
v7.25.4</li>
<li><a
href="ea20dfcf85"><code>ea20dfc</code></a>
Visit AST fields nodes according to their syntactical order (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/16710">#16710</a>)</li>
<li><a
href="dba45d3ebc"><code>dba45d3</code></a>
Ignore <code>devDependencies</code> when generating
<code>tsconfig.json</code> (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/16659">#16659</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.25.4/packages/babel-types">compare
view</a></li>
</ul>
</details>
<br />

Updates `@rollup/rollup-android-arm-eabi` from 4.19.2 to 4.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases"><code>@​rollup/rollup-android-arm-eabi</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.21.0</h2>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>v4.20.0</h2>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md"><code>@​rollup/rollup-android-arm-eabi</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c4bb050938"><code>c4bb050</code></a>
4.21.0</li>
<li><a
href="8350601ce0"><code>8350601</code></a>
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://redirect.github.com/rollup/rollup/issues/5607">#5607</a>)</li>
<li><a
href="811ef57291"><code>811ef57</code></a>
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://redirect.github.com/rollup/rollup/issues/5611">#5611</a>)</li>
<li><a
href="af6a347551"><code>af6a347</code></a>
feat: introduce the virtualDirname option to customize the virtual
directory ...</li>
<li><a
href="eb12f34ddb"><code>eb12f34</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/rollup/rollup/issues/5614">#5614</a>)</li>
<li><a
href="93af657762"><code>93af657</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5613">#5613</a>)</li>
<li><a
href="c6751ff66d"><code>c6751ff</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5608">#5608</a>)</li>
<li><a
href="df12edfea6"><code>df12edf</code></a>
4.20.0</li>
<li><a
href="32e8d5bbb1"><code>32e8d5b</code></a>
Add originalFIleName property to emitted assets (<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
<li><a
href="1b4d1420ec"><code>1b4d142</code></a>
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://redirect.github.com/rollup/rollup/issues/5599">#5599</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.19.2...v4.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@rollup/rollup-android-arm64` from 4.19.2 to 4.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases"><code>@​rollup/rollup-android-arm64</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.21.0</h2>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>v4.20.0</h2>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md"><code>@​rollup/rollup-android-arm64</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c4bb050938"><code>c4bb050</code></a>
4.21.0</li>
<li><a
href="8350601ce0"><code>8350601</code></a>
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://redirect.github.com/rollup/rollup/issues/5607">#5607</a>)</li>
<li><a
href="811ef57291"><code>811ef57</code></a>
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://redirect.github.com/rollup/rollup/issues/5611">#5611</a>)</li>
<li><a
href="af6a347551"><code>af6a347</code></a>
feat: introduce the virtualDirname option to customize the virtual
directory ...</li>
<li><a
href="eb12f34ddb"><code>eb12f34</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/rollup/rollup/issues/5614">#5614</a>)</li>
<li><a
href="93af657762"><code>93af657</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5613">#5613</a>)</li>
<li><a
href="c6751ff66d"><code>c6751ff</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5608">#5608</a>)</li>
<li><a
href="df12edfea6"><code>df12edf</code></a>
4.20.0</li>
<li><a
href="32e8d5bbb1"><code>32e8d5b</code></a>
Add originalFIleName property to emitted assets (<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
<li><a
href="1b4d1420ec"><code>1b4d142</code></a>
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://redirect.github.com/rollup/rollup/issues/5599">#5599</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.19.2...v4.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@rollup/rollup-darwin-arm64` from 4.19.2 to 4.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases"><code>@​rollup/rollup-darwin-arm64</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.21.0</h2>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>v4.20.0</h2>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md"><code>@​rollup/rollup-darwin-arm64</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c4bb050938"><code>c4bb050</code></a>
4.21.0</li>
<li><a
href="8350601ce0"><code>8350601</code></a>
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://redirect.github.com/rollup/rollup/issues/5607">#5607</a>)</li>
<li><a
href="811ef57291"><code>811ef57</code></a>
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://redirect.github.com/rollup/rollup/issues/5611">#5611</a>)</li>
<li><a
href="af6a347551"><code>af6a347</code></a>
feat: introduce the virtualDirname option to customize the virtual
directory ...</li>
<li><a
href="eb12f34ddb"><code>eb12f34</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/rollup/rollup/issues/5614">#5614</a>)</li>
<li><a
href="93af657762"><code>93af657</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5613">#5613</a>)</li>
<li><a
href="c6751ff66d"><code>c6751ff</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5608">#5608</a>)</li>
<li><a
href="df12edfea6"><code>df12edf</code></a>
4.20.0</li>
<li><a
href="32e8d5bbb1"><code>32e8d5b</code></a>
Add originalFIleName property to emitted assets (<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
<li><a
href="1b4d1420ec"><code>1b4d142</code></a>
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://redirect.github.com/rollup/rollup/issues/5599">#5599</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.19.2...v4.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@rollup/rollup-darwin-x64` from 4.19.2 to 4.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases"><code>@​rollup/rollup-darwin-x64</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.21.0</h2>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>v4.20.0</h2>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md"><code>@​rollup/rollup-darwin-x64</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c4bb050938"><code>c4bb050</code></a>
4.21.0</li>
<li><a
href="8350601ce0"><code>8350601</code></a>
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://redirect.github.com/rollup/rollup/issues/5607">#5607</a>)</li>
<li><a
href="811ef57291"><code>811ef57</code></a>
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://redirect.github.com/rollup/rollup/issues/5611">#5611</a>)</li>
<li><a
href="af6a347551"><code>af6a347</code></a>
feat: introduce the virtualDirname option to customize the virtual
directory ...</li>
<li><a
href="eb12f34ddb"><code>eb12f34</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/rollup/rollup/issues/5614">#5614</a>)</li>
<li><a
href="93af657762"><code>93af657</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5613">#5613</a>)</li>
<li><a
href="c6751ff66d"><code>c6751ff</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5608">#5608</a>)</li>
<li><a
href="df12edfea6"><code>df12edf</code></a>
4.20.0</li>
<li><a
href="32e8d5bbb1"><code>32e8d5b</code></a>
Add originalFIleName property to emitted assets (<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
<li><a
href="1b4d1420ec"><code>1b4d142</code></a>
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://redirect.github.com/rollup/rollup/issues/5599">#5599</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.19.2...v4.21.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@rollup/rollup-linux-arm-gnueabihf` from 4.19.2 to 4.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases"><code>@​rollup/rollup-linux-arm-gnueabihf</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.21.0</h2>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>v4.20.0</h2>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md"><code>@​rollup/rollup-linux-arm-gnueabihf</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.21.0</h2>
<p><em>2024-08-18</em></p>
<h3>Features</h3>
<ul>
<li>Add option to configure directory for virtual modules when
preserving modules (<a
href="https://redirect.github.com/rollup/rollup/issues/5602">#5602</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5602">#5602</a>:
feat: introduce the virtualDirname option to customize the virtual
directory name (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5607">#5607</a>:
chore(deps): update typescript-eslint monorepo to v8 (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5608">#5608</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5611">#5611</a>:
chore: fix the <code>noConflict</code> option in REPL. (<a
href="https://github.com/7086cmd"><code>@​7086cmd</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5613">#5613</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5614">#5614</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>4.20.0</h2>
<p><em>2024-08-03</em></p>
<h3>Features</h3>
<ul>
<li>Allow plugins to specify the original file name when emitting assets
(<a
href="https://redirect.github.com/rollup/rollup/issues/5596">#5596</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5596">#5596</a>:
Add originalFIleName property to emitted assets (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5599">#5599</a>:
chore(deps): update dependency eslint-plugin-unicorn to v55 (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5600">#5600</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c4bb050938"><code>c4bb050</code></a>
4.21.0</li>
<li><a href="https://github.com/rollup/rollup/commit/8350601...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-25 11:53:35 +08:00
dependabot[bot]
73d3e16ffd build(deps): bump the maven group across 1 directory with 4 updates (#2003)
Bumps the maven group with 4 updates in the /manager directory:
androidx.compose:compose-bom,
[org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin),
[org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin)
and [com.google.devtools.ksp](https://github.com/google/ksp).

Updates `androidx.compose:compose-bom` from 2024.06.00 to 2024.08.00

Updates `org.jetbrains.kotlin.android` from 2.0.10 to 2.0.20
<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.0.20</h2>
<h2>Changelog</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a>
Analysis API: support KtWhenConditionInRange call resolution</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a>
K2: do not call redundant resolve on body resolution phase for
classes</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a>
Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be
KtLocalVariableSymbol</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a>
K2: AllCandidatesResolver modifies the original
FirDelegatedConstructorCall</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a>
Analysis API: Support application service registration in plugin
XMLs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a>
Analysis API: NativeForwardDeclarationsSymbolProvider is not supported
for Kotlin/Native</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a>
LL API: support analysis from builtins module</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a>
KAPT User project builds with KAPT4 enabled fail with Metaspace
overflow</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a>
K2 IDE: KTOR false positive expect-actual matching error on enum class
because of implicit clone() in non-JVM source sets</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a>
Analysis API: Refactor <code>KaSymbol</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a>
K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code>
class in common code</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a>
Analysis API: rename Kt prefix to Ka</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a>
Analysis API: expose only interfaces/abstract classes for the user
surface</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a>
K2: lowering transformers of Compose compiler plugin access
AbstractFir2IrLazyFunction modality, which results in null point
exception</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a>
collectCallCandidates works incorrectly for parenthesis invoke</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a>
Analysis API: Integrate <code>project-structure</code> module into
<code>analysis-api</code> and
<code>analysis-api-platform-interface</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a>
AA: &quot;provideDelegate&quot; operator is not resolved from the
delegation reference in FIR implementation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a>
Analysis API: Stabilize <code>KaScope</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a>
K2 IDE. &quot;FirDeclaration was not found for class
org.jetbrains.kotlin.psi.KtProperty, fir is null&quot; on incorrect
string template</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a>
Introduce KaSeverity</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a>
Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java
source/library declarations</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a>
Mark KaFirReference and all implementations with internal modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a>
Move KaSymbolBasedReference to resolution package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a>
Move KaTypeProjection to types package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a>
K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a>
Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from
Kotlin plugin</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a>
K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type
alias with available underlying type</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a>
Analysis API: Add PSI validity check to <code>analyze</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a>
Analysis API: fix binary incopatibility problems cause by
<code>KtAnalysisSessionProvider.analyze</code> being inline</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a>
To get reference symbol the one should be KtSymbolBasedReference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a>
Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code>
to <code>classId</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a>
Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -&gt;
callableId</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a>
K2 IDE. SOE on settings string template for string variable with the
same name</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a>
K2: &quot;We should be able to find a symbol&quot; for
findNonLocalFunction</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a>
AA: support
<code>KtFirKDocReference#isReferenceToImportAlias</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a>
AA: KtFirReference.isReferenceToImportAlias doesn't work for references
on constructor</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a>
Analysis API: Expose the abbreviated type of an expanded
<code>KtType</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a>
K2: Expected FirResolvedTypeRef with ConeKotlinType but was
FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li>
</ul>
<!-- 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.0.20/ChangeLog.md">org.jetbrains.kotlin.android's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.20</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a>
Analysis API: support KtWhenConditionInRange call resolution</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a>
K2: do not call redundant resolve on body resolution phase for
classes</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a>
Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be
KtLocalVariableSymbol</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a>
K2: AllCandidatesResolver modifies the original
FirDelegatedConstructorCall</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a>
Analysis API: Support application service registration in plugin
XMLs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a>
Analysis API: NativeForwardDeclarationsSymbolProvider is not supported
for Kotlin/Native</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a>
LL API: support analysis from builtins module</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a>
KAPT User project builds with KAPT4 enabled fail with Metaspace
overflow</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a>
K2 IDE: KTOR false positive expect-actual matching error on enum class
because of implicit clone() in non-JVM source sets</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a>
Analysis API: Refactor <code>KaSymbol</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a>
K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code>
class in common code</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a>
Analysis API: rename Kt prefix to Ka</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a>
Analysis API: expose only interfaces/abstract classes for the user
surface</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a>
K2: lowering transformers of Compose compiler plugin access
AbstractFir2IrLazyFunction modality, which results in null point
exception</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a>
collectCallCandidates works incorrectly for parenthesis invoke</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a>
Analysis API: Integrate <code>project-structure</code> module into
<code>analysis-api</code> and
<code>analysis-api-platform-interface</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a>
AA: &quot;provideDelegate&quot; operator is not resolved from the
delegation reference in FIR implementation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a>
Analysis API: Stabilize <code>KaScope</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a>
K2 IDE. &quot;FirDeclaration was not found for class
org.jetbrains.kotlin.psi.KtProperty, fir is null&quot; on incorrect
string template</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a>
Introduce KaSeverity</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a>
Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java
source/library declarations</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a>
Mark KaFirReference and all implementations with internal modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a>
Move KaSymbolBasedReference to resolution package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a>
Move KaTypeProjection to types package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a>
K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a>
Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from
Kotlin plugin</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a>
K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type
alias with available underlying type</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a>
Analysis API: Add PSI validity check to <code>analyze</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a>
Analysis API: fix binary incopatibility problems cause by
<code>KtAnalysisSessionProvider.analyze</code> being inline</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a>
To get reference symbol the one should be KtSymbolBasedReference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a>
Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code>
to <code>classId</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a>
Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -&gt;
callableId</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a>
K2 IDE. SOE on settings string template for string variable with the
same name</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a>
K2: &quot;We should be able to find a symbol&quot; for
findNonLocalFunction</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a>
AA: support
<code>KtFirKDocReference#isReferenceToImportAlias</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a>
AA: KtFirReference.isReferenceToImportAlias doesn't work for references
on constructor</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a>
Analysis API: Expose the abbreviated type of an expanded
<code>KtType</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a>
K2: Expected FirResolvedTypeRef with ConeKotlinType but was
FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6af99c8347"><code>6af99c8</code></a>
Add changelog for 2.0.20</li>
<li><a
href="68f075d25e"><code>68f075d</code></a>
Add ChangeLog for 2.0.20-RC2</li>
<li><a
href="2b7c4f7151"><code>2b7c4f7</code></a>
[K/Wasm] Don't add mappings into source-maps for unavailable
sources</li>
<li><a
href="e35e9aefa0"><code>e35e9ae</code></a>
Update codeowners</li>
<li><a
href="c580c67ac2"><code>c580c67</code></a>
[K/N] Remember StableRefs, released during RC colleciton (KT-70159)</li>
<li><a
href="565a35c927"><code>565a35c</code></a>
[FIR2IR] Unset <code>isLateinit</code> flag for properties implemented
by delegation</li>
<li><a
href="5607bd36b1"><code>5607bd3</code></a>
[Test] Reproduce KT-70417</li>
<li><a
href="ce5d599f21"><code>ce5d599</code></a>
[K/JS] Fix coroutines on ES2015 generators when there is not a
GeneratorCorou...</li>
<li><a
href="ca9fb23cff"><code>ca9fb23</code></a>
Disallow open <a
href="https://github.com/Composable"><code>@​Composable</code></a>
functions with default params</li>
<li><a
href="9a4c77e23d"><code>9a4c77e</code></a>
Update codeowners</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.10 to 2.0.20
<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.0.20</h2>
<h2>Changelog</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a>
Analysis API: support KtWhenConditionInRange call resolution</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a>
K2: do not call redundant resolve on body resolution phase for
classes</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a>
Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be
KtLocalVariableSymbol</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a>
K2: AllCandidatesResolver modifies the original
FirDelegatedConstructorCall</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a>
Analysis API: Support application service registration in plugin
XMLs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a>
Analysis API: NativeForwardDeclarationsSymbolProvider is not supported
for Kotlin/Native</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a>
LL API: support analysis from builtins module</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a>
KAPT User project builds with KAPT4 enabled fail with Metaspace
overflow</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a>
K2 IDE: KTOR false positive expect-actual matching error on enum class
because of implicit clone() in non-JVM source sets</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a>
Analysis API: Refactor <code>KaSymbol</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a>
K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code>
class in common code</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a>
Analysis API: rename Kt prefix to Ka</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a>
Analysis API: expose only interfaces/abstract classes for the user
surface</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a>
K2: lowering transformers of Compose compiler plugin access
AbstractFir2IrLazyFunction modality, which results in null point
exception</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a>
collectCallCandidates works incorrectly for parenthesis invoke</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a>
Analysis API: Integrate <code>project-structure</code> module into
<code>analysis-api</code> and
<code>analysis-api-platform-interface</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a>
AA: &quot;provideDelegate&quot; operator is not resolved from the
delegation reference in FIR implementation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a>
Analysis API: Stabilize <code>KaScope</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a>
K2 IDE. &quot;FirDeclaration was not found for class
org.jetbrains.kotlin.psi.KtProperty, fir is null&quot; on incorrect
string template</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a>
Introduce KaSeverity</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a>
Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java
source/library declarations</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a>
Mark KaFirReference and all implementations with internal modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a>
Move KaSymbolBasedReference to resolution package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a>
Move KaTypeProjection to types package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a>
K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a>
Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from
Kotlin plugin</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a>
K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type
alias with available underlying type</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a>
Analysis API: Add PSI validity check to <code>analyze</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a>
Analysis API: fix binary incopatibility problems cause by
<code>KtAnalysisSessionProvider.analyze</code> being inline</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a>
To get reference symbol the one should be KtSymbolBasedReference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a>
Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code>
to <code>classId</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a>
Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -&gt;
callableId</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a>
K2 IDE. SOE on settings string template for string variable with the
same name</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a>
K2: &quot;We should be able to find a symbol&quot; for
findNonLocalFunction</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a>
AA: support
<code>KtFirKDocReference#isReferenceToImportAlias</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a>
AA: KtFirReference.isReferenceToImportAlias doesn't work for references
on constructor</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a>
Analysis API: Expose the abbreviated type of an expanded
<code>KtType</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a>
K2: Expected FirResolvedTypeRef with ConeKotlinType but was
FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li>
</ul>
<!-- 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.0.20/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.20</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a>
Analysis API: support KtWhenConditionInRange call resolution</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a>
K2: do not call redundant resolve on body resolution phase for
classes</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a>
Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be
KtLocalVariableSymbol</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a>
K2: AllCandidatesResolver modifies the original
FirDelegatedConstructorCall</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a>
Analysis API: Support application service registration in plugin
XMLs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a>
Analysis API: NativeForwardDeclarationsSymbolProvider is not supported
for Kotlin/Native</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a>
LL API: support analysis from builtins module</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a>
KAPT User project builds with KAPT4 enabled fail with Metaspace
overflow</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a>
K2 IDE: KTOR false positive expect-actual matching error on enum class
because of implicit clone() in non-JVM source sets</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a>
Analysis API: Refactor <code>KaSymbol</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a>
K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code>
class in common code</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a>
Analysis API: rename Kt prefix to Ka</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a>
Analysis API: expose only interfaces/abstract classes for the user
surface</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a>
K2: lowering transformers of Compose compiler plugin access
AbstractFir2IrLazyFunction modality, which results in null point
exception</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a>
collectCallCandidates works incorrectly for parenthesis invoke</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a>
Analysis API: Integrate <code>project-structure</code> module into
<code>analysis-api</code> and
<code>analysis-api-platform-interface</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a>
AA: &quot;provideDelegate&quot; operator is not resolved from the
delegation reference in FIR implementation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a>
Analysis API: Stabilize <code>KaScope</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a>
K2 IDE. &quot;FirDeclaration was not found for class
org.jetbrains.kotlin.psi.KtProperty, fir is null&quot; on incorrect
string template</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a>
Introduce KaSeverity</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a>
Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java
source/library declarations</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a>
Mark KaFirReference and all implementations with internal modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a>
Move KaSymbolBasedReference to resolution package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a>
Move KaTypeProjection to types package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a>
K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a>
Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from
Kotlin plugin</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a>
K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type
alias with available underlying type</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a>
Analysis API: Add PSI validity check to <code>analyze</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a>
Analysis API: fix binary incopatibility problems cause by
<code>KtAnalysisSessionProvider.analyze</code> being inline</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a>
To get reference symbol the one should be KtSymbolBasedReference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a>
Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code>
to <code>classId</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a>
Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -&gt;
callableId</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a>
K2 IDE. SOE on settings string template for string variable with the
same name</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a>
K2: &quot;We should be able to find a symbol&quot; for
findNonLocalFunction</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a>
AA: support
<code>KtFirKDocReference#isReferenceToImportAlias</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a>
AA: KtFirReference.isReferenceToImportAlias doesn't work for references
on constructor</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a>
Analysis API: Expose the abbreviated type of an expanded
<code>KtType</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a>
K2: Expected FirResolvedTypeRef with ConeKotlinType but was
FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6af99c8347"><code>6af99c8</code></a>
Add changelog for 2.0.20</li>
<li><a
href="68f075d25e"><code>68f075d</code></a>
Add ChangeLog for 2.0.20-RC2</li>
<li><a
href="2b7c4f7151"><code>2b7c4f7</code></a>
[K/Wasm] Don't add mappings into source-maps for unavailable
sources</li>
<li><a
href="e35e9aefa0"><code>e35e9ae</code></a>
Update codeowners</li>
<li><a
href="c580c67ac2"><code>c580c67</code></a>
[K/N] Remember StableRefs, released during RC colleciton (KT-70159)</li>
<li><a
href="565a35c927"><code>565a35c</code></a>
[FIR2IR] Unset <code>isLateinit</code> flag for properties implemented
by delegation</li>
<li><a
href="5607bd36b1"><code>5607bd3</code></a>
[Test] Reproduce KT-70417</li>
<li><a
href="ce5d599f21"><code>ce5d599</code></a>
[K/JS] Fix coroutines on ES2015 generators when there is not a
GeneratorCorou...</li>
<li><a
href="ca9fb23cff"><code>ca9fb23</code></a>
Disallow open <a
href="https://github.com/Composable"><code>@​Composable</code></a>
functions with default params</li>
<li><a
href="9a4c77e23d"><code>9a4c77e</code></a>
Update codeowners</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.10 to 2.0.20
<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.0.20</h2>
<h2>Changelog</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a>
Analysis API: support KtWhenConditionInRange call resolution</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a>
K2: do not call redundant resolve on body resolution phase for
classes</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a>
Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be
KtLocalVariableSymbol</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a>
K2: AllCandidatesResolver modifies the original
FirDelegatedConstructorCall</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a>
Analysis API: Support application service registration in plugin
XMLs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a>
Analysis API: NativeForwardDeclarationsSymbolProvider is not supported
for Kotlin/Native</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a>
LL API: support analysis from builtins module</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a>
KAPT User project builds with KAPT4 enabled fail with Metaspace
overflow</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a>
K2 IDE: KTOR false positive expect-actual matching error on enum class
because of implicit clone() in non-JVM source sets</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a>
Analysis API: Refactor <code>KaSymbol</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a>
K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code>
class in common code</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a>
Analysis API: rename Kt prefix to Ka</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a>
Analysis API: expose only interfaces/abstract classes for the user
surface</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a>
K2: lowering transformers of Compose compiler plugin access
AbstractFir2IrLazyFunction modality, which results in null point
exception</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a>
collectCallCandidates works incorrectly for parenthesis invoke</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a>
Analysis API: Integrate <code>project-structure</code> module into
<code>analysis-api</code> and
<code>analysis-api-platform-interface</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a>
AA: &quot;provideDelegate&quot; operator is not resolved from the
delegation reference in FIR implementation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a>
Analysis API: Stabilize <code>KaScope</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a>
K2 IDE. &quot;FirDeclaration was not found for class
org.jetbrains.kotlin.psi.KtProperty, fir is null&quot; on incorrect
string template</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a>
Introduce KaSeverity</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a>
Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java
source/library declarations</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a>
Mark KaFirReference and all implementations with internal modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a>
Move KaSymbolBasedReference to resolution package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a>
Move KaTypeProjection to types package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a>
K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a>
Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from
Kotlin plugin</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a>
K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type
alias with available underlying type</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a>
Analysis API: Add PSI validity check to <code>analyze</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a>
Analysis API: fix binary incopatibility problems cause by
<code>KtAnalysisSessionProvider.analyze</code> being inline</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a>
To get reference symbol the one should be KtSymbolBasedReference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a>
Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code>
to <code>classId</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a>
Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -&gt;
callableId</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a>
K2 IDE. SOE on settings string template for string variable with the
same name</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a>
K2: &quot;We should be able to find a symbol&quot; for
findNonLocalFunction</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a>
AA: support
<code>KtFirKDocReference#isReferenceToImportAlias</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a>
AA: KtFirReference.isReferenceToImportAlias doesn't work for references
on constructor</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a>
Analysis API: Expose the abbreviated type of an expanded
<code>KtType</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a>
K2: Expected FirResolvedTypeRef with ConeKotlinType but was
FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li>
</ul>
<!-- 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.0.20/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.20</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a>
Analysis API: support KtWhenConditionInRange call resolution</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a>
K2: do not call redundant resolve on body resolution phase for
classes</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a>
Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be
KtLocalVariableSymbol</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a>
K2: AllCandidatesResolver modifies the original
FirDelegatedConstructorCall</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a>
Analysis API: Support application service registration in plugin
XMLs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a>
Analysis API: NativeForwardDeclarationsSymbolProvider is not supported
for Kotlin/Native</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a>
LL API: support analysis from builtins module</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a>
KAPT User project builds with KAPT4 enabled fail with Metaspace
overflow</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a>
K2 IDE: KTOR false positive expect-actual matching error on enum class
because of implicit clone() in non-JVM source sets</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a>
Analysis API: Refactor <code>KaSymbol</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a>
K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code>
class in common code</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a>
Analysis API: rename Kt prefix to Ka</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a>
Analysis API: expose only interfaces/abstract classes for the user
surface</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a>
K2: lowering transformers of Compose compiler plugin access
AbstractFir2IrLazyFunction modality, which results in null point
exception</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a>
collectCallCandidates works incorrectly for parenthesis invoke</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a>
Analysis API: Integrate <code>project-structure</code> module into
<code>analysis-api</code> and
<code>analysis-api-platform-interface</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a>
AA: &quot;provideDelegate&quot; operator is not resolved from the
delegation reference in FIR implementation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a>
Analysis API: Stabilize <code>KaScope</code>s</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a>
K2 IDE. &quot;FirDeclaration was not found for class
org.jetbrains.kotlin.psi.KtProperty, fir is null&quot; on incorrect
string template</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a>
Introduce KaSeverity</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a>
Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java
source/library declarations</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a>
Mark KaFirReference and all implementations with internal modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a>
Move KaSymbolBasedReference to resolution package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a>
Move KaTypeProjection to types package</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a>
K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a>
Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from
Kotlin plugin</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a>
K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type
alias with available underlying type</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a>
Analysis API: Add PSI validity check to <code>analyze</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a>
Analysis API: fix binary incopatibility problems cause by
<code>KtAnalysisSessionProvider.analyze</code> being inline</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a>
To get reference symbol the one should be KtSymbolBasedReference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a>
Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code>
to <code>classId</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a>
Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -&gt;
callableId</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a>
K2 IDE. SOE on settings string template for string variable with the
same name</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a>
K2: &quot;We should be able to find a symbol&quot; for
findNonLocalFunction</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a>
AA: support
<code>KtFirKDocReference#isReferenceToImportAlias</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a>
AA: KtFirReference.isReferenceToImportAlias doesn't work for references
on constructor</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a>
Analysis API: Expose the abbreviated type of an expanded
<code>KtType</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a>
K2: Expected FirResolvedTypeRef with ConeKotlinType but was
FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6af99c8347"><code>6af99c8</code></a>
Add changelog for 2.0.20</li>
<li><a
href="68f075d25e"><code>68f075d</code></a>
Add ChangeLog for 2.0.20-RC2</li>
<li><a
href="2b7c4f7151"><code>2b7c4f7</code></a>
[K/Wasm] Don't add mappings into source-maps for unavailable
sources</li>
<li><a
href="e35e9aefa0"><code>e35e9ae</code></a>
Update codeowners</li>
<li><a
href="c580c67ac2"><code>c580c67</code></a>
[K/N] Remember StableRefs, released during RC colleciton (KT-70159)</li>
<li><a
href="565a35c927"><code>565a35c</code></a>
[FIR2IR] Unset <code>isLateinit</code> flag for properties implemented
by delegation</li>
<li><a
href="5607bd36b1"><code>5607bd3</code></a>
[Test] Reproduce KT-70417</li>
<li><a
href="ce5d599f21"><code>ce5d599</code></a>
[K/JS] Fix coroutines on ES2015 generators when there is not a
GeneratorCorou...</li>
<li><a
href="ca9fb23cff"><code>ca9fb23</code></a>
Disallow open <a
href="https://github.com/Composable"><code>@​Composable</code></a>
functions with default params</li>
<li><a
href="9a4c77e23d"><code>9a4c77e</code></a>
Update codeowners</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.google.devtools.ksp` from 2.0.10-1.0.24 to 2.0.20-1.0.24
<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.0.20-1.0.24</h2>
<h2>What's Changed</h2>
<ul>
<li>UPDATE_KOTLIN_VERSION: 2.0.20 by <a
href="https://github.com/ting-yuan"><code>@​ting-yuan</code></a> in <a
href="https://redirect.github.com/google/ksp/pull/2040">google/ksp#2040</a></li>
</ul>
<h2>2.0.20-RC2-1.0.24</h2>
<h2>What's Changed</h2>
<ul>
<li>UPDATE_KOTLIN_VERSION: 2.0.20-RC2 by <a
href="https://github.com/ting-yuan"><code>@​ting-yuan</code></a> in <a
href="https://redirect.github.com/google/ksp/pull/2030">google/ksp#2030</a></li>
</ul>
<h2>2.0.20-RC-1.0.24</h2>
<h2>What's Changed</h2>
<ul>
<li>UPDATE_KOTLIN_VERSION: 2.0.20-RC by <a
href="https://github.com/ting-yuan"><code>@​ting-yuan</code></a> in <a
href="https://redirect.github.com/google/ksp/pull/2018">google/ksp#2018</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/ksp/compare/2.0.10-RC2-1.0.24...2.0.20-RC-1.0.24">https://github.com/google/ksp/compare/2.0.10-RC2-1.0.24...2.0.20-RC-1.0.24</a></p>
<h2>2.0.20-Beta2-1.0.23</h2>
<p>KSP 1.0.23 for Kotlin compiler 2.0.20</p>
<h2>2.0.20-Beta1-1.0.22</h2>
<h2>What's Changed</h2>
<ul>
<li>UPDATE_KOTLIN_VERSION: 2.0.20-Beta1 by <a
href="https://github.com/ting-yuan"><code>@​ting-yuan</code></a> in <a
href="https://redirect.github.com/google/ksp/pull/1975">google/ksp#1975</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/ksp/compare/2.0.0-1.0.22...2.0.20-Beta1-1.0.22">https://github.com/google/ksp/compare/2.0.0-1.0.22...2.0.20-Beta1-1.0.22</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="68551a22fc"><code>68551a2</code></a>
UPDATE_KOTLIN_VERSION: 2.0.20</li>
<li><a
href="5a581ceddb"><code>5a581ce</code></a>
UPDATE_KOTLIN_VERSION: 2.0.20-RC2</li>
<li><a
href="84f061c8ee"><code>84f061c</code></a>
UPDATE_KOTLIN_VERSION: 2.0.20-RC</li>
<li><a
href="c6a8c38d65"><code>c6a8c38</code></a>
Reapply &quot;UPDATE_KOTLIN_VERSION: 2.0.20-dev-6501&quot;</li>
<li><a
href="7f7c4dcdd5"><code>7f7c4dc</code></a>
Reapply &quot;UPDATE_KOTLIN_VERSION: 2.0.20-dev-4579&quot;</li>
<li><a
href="296d51576e"><code>296d515</code></a>
Reapply &quot;Reapply &quot;UPDATE_KOTLIN_VERSION:
2.0.20-dev-3728&quot;&quot;</li>
<li><a
href="aed6eb629c"><code>aed6eb6</code></a>
Revert &quot;Reapply &quot;Downgrade Kotlin to 2.0.0&quot;&quot;</li>
<li><a
href="1c40f88584"><code>1c40f88</code></a>
Reapply &quot;UPDATE_KOTLIN_VERSION: 2.0.10-RC&quot;</li>
<li><a
href="848924a523"><code>848924a</code></a>
Revert &quot;UPDATE_KOTLIN_VERSION: 2.0.10-RC2&quot;</li>
<li>See full diff in <a
href="https://github.com/google/ksp/compare/2.0.10-1.0.24...2.0.20-1.0.24">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-25 11:53:17 +08:00
sus
4b978cc7c1 website: Updated translations (#1959)
更新翻譯
2024-08-25 11:52:43 +08:00
dabao1955
8169a16f56 website: fix selected kernelsu version on non-gki steps (#1848) 2024-08-25 11:51:50 +08:00
Pang YS
f7ae418e49 id_ID: Update guide for Non-GKI devices (#1975) 2024-08-25 11:51:25 +08:00
github-actions[bot]
195c9081bc [add device]: (#2006)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/2005

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-25 11:49:53 +08:00
dependabot[bot]
b2dbaa9bc8 build(deps): bump the crates group across 1 directory with 6 updates (#1984) 2024-08-19 00:14:28 +08:00
LoveSy
221c834a9f Try add android15-6.6-2024-07 for LKM (#1988) 2024-08-17 12:42:22 +08:00
LoveSy
b032ce7445 Try add android15-6.6-2024-07 support (#1987) 2024-08-16 23:45:04 +08:00
dependabot[bot]
421371f496 build(deps): bump the maven group across 1 directory with 5 updates (#1962) 2024-08-16 15:05:03 +08:00
LoveSy
fd09ccfc29 Drop some legacy codes (#1981) 2024-08-15 17:04:02 +08:00
LoveSy
bbc31bdbca Use tempfile (#1980) 2024-08-15 16:28:05 +08:00
dependabot[bot]
2dac1c701c build(deps): bump the crates group across 1 directory with 22 updates (#1979) 2024-08-15 15:19:27 +08:00
dependabot[bot]
d5d6c10757 build(deps): bump gradle/actions from 3 to 4 in the actions group (#1946) 2024-08-10 00:21:59 +08:00
dependabot[bot]
a94c51c78e build(deps): bump the npm group across 1 directory with 17 updates (#1937) 2024-08-05 10:22:56 +08:00
dependabot[bot]
46f21e84e8 build(deps): bump the crates group across 1 directory with 12 updates (#1936) 2024-08-05 10:22:35 +08:00
LoveSy
894b61748b Update build-su.yml (#1942) 2024-08-04 23:13:38 +08:00
LoveSy
8db94270aa Upgrade ndk for CI (#1941) 2024-08-04 23:06:11 +08:00
SupeChicken666
2eed3925db ci: Fix ARCVM workflow to adapt to the change of kernel/Makefile (#1906)
Probably fixes #1655, likely related

Signed-off-by: supechicken <me@supechicken666.dev>
2024-08-03 22:36:56 +08:00
dependabot[bot]
74e4a9cc2c build(deps): bump com.google.devtools.ksp from 2.0.0-1.0.23 to 2.0.0-1.0.24 in /manager in the maven group (#1925) 2024-08-03 13:15:23 +08:00
sus
93eb17db29 修正文檔格式 (#1901) 2024-07-26 19:22:09 +08:00
LoveSy
3398bd580a Set zip features correctly (#1916) 2024-07-26 18:14:57 +08:00
LoveSy
f722062775 Fix clippy 2024-07-26 13:24:55 +08:00
LoveSy
f800751772 Use customize java-properties to get rid of regex dep 2024-07-26 13:22:27 +08:00
LoveSy
f378b827b2 Remove regex dependency from android_logger 2024-07-26 13:12:36 +08:00
チセ
a49adaa847 ksud: Replace dependencies regex to regex-lite 2024-07-26 13:12:36 +08:00