mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
8f5f472c4898efbef4516c3af11757dd4dc74fe9
1835 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
8f5f472c48 | manager: UI improvements to BottomBar, HomeScreen and ModuleScreen | ||
|
|
c5847b480c | kernel: KSU_VERSION fallback version bumped -> 11998 | ||
|
|
440f4278e7 | manager: removed duplicate string | ||
|
|
dc97a50425 | manager: fixed wrong string for settings tab | ||
|
|
b108c4c495 | manager: bumped MINIMAL_SUPPORTED_KERNEL & MINIMAL_SUPPORTED_KERNEL_LKM | ||
|
|
b41a5c250a | manager: Improved module card icons | ||
|
|
c52d128968 | manager: Improved UI | ||
|
|
9eb97a8afa | manager: improved InfoCard | ||
|
|
b714eb1d3b | manager: removed InfoCard Fingerprint | ||
|
|
f0deb0dd0a | manager: improved workingMode and debloated HomeCard | ||
|
|
981fa5e7e7 | manager: enabled auto updates | ||
|
|
9ac8921fbc | Update README.md | ||
|
|
7d6c972ed9 | manager: removed shrink sparse image | ||
|
|
ee3e6bc7e4 | manager: fix about_card crash and removed additional locale | ||
|
|
18879fd2f6 | Update README.md | ||
|
|
086adc0007 | manager: minor tweak to about card | ||
|
|
377d7f28ba | manager: remove donate card from home | ||
|
|
1f18da4a95 | Update README.md | ||
|
|
43ed2ceeb2 | Update README.md | ||
|
|
d7dea43a69 | Update README.md | ||
|
|
c6ba5be134 | ci: workflow modifications | ||
|
|
f57d52437c | kernel: delete unknown file error | ||
|
|
4b4bc8d38c | ci: remove packing LKM | ||
|
|
3fa95c2f4c | ci: release GKI kernels and LKM | ||
|
|
74e3bd3827 | ci: testing LKM mode for manager | ||
|
|
98a692370f | kernel: Removed SuSFS Patch | ||
|
|
49ecb1933e | manager: improved "home_failure" "home_failure_reason" | ||
|
|
dbdcc529f8 | Welcome back magic_mount! | ||
|
|
caddff8a06 | ci: magic branch only | ||
|
|
c3b98d7b7c | ci: removed upstream branch | ||
|
|
f693855e85 | ci: main -> upstream | ||
|
|
856ab8abb3 |
Update Home.kt
manager: next-magic |
||
|
|
57f17e9b69 | Next-Magic Build | ||
|
|
c1d4f38c19 | kernel: added SuSFS version | ||
|
|
e15516040d |
Revert "kernel: susfs: CONFIG_KSU_SUSFS_INFO syscall to get susfs version & variant"
This reverts commit
|
||
|
|
019f703ce8 | Disabled x86_64 build of ksud | ||
|
|
059c6a2d57 | ksud: implement magic_mount | ||
|
|
b78c9adf49 | kernel: susfs: CONFIG_KSU_SUSFS_INFO syscall to get susfs version & variant | ||
|
|
78eb6bd5e8 | manager: strings: slight adjustments | ||
|
|
68c9317885 | kernel: additional custom v2_signature size/hash | ||
|
|
a84b3af65d | kernel: setup next branch | ||
|
|
e1d30d55af | kernel: implement SuSFS v1.5.2 | ||
|
|
f5ff2b3018 | Update release.yml | ||
|
|
783830985c | manager: updated keystore | ||
|
|
1e49553db1 | manager: Next modifications, ksud: 16GB sparse image | ||
|
|
da38b868a4 |
build(deps): bump the maven group across 1 directory with 8 updates (#2217)
Bumps the maven group with 8 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.navigation:navigation-compose | `2.8.3` | `2.8.4` | | androidx.compose:compose-bom | `2024.10.00` | `2024.11.00` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.8.6` | `2.8.7` | | androidx.lifecycle:lifecycle-runtime-compose | `2.8.6` | `2.8.7` | | androidx.lifecycle:lifecycle-viewmodel-compose | `2.8.6` | `2.8.7` | | com.android.application | `8.7.1` | `8.7.2` | | com.android.library | `8.7.1` | `8.7.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.0.21-1.0.26` | `2.0.21-1.0.28` | Updates `androidx.navigation:navigation-compose` from 2.8.3 to 2.8.4 Updates `androidx.compose:compose-bom` from 2024.10.00 to 2024.11.00 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.6 to 2.8.7 Updates `com.android.application` from 8.7.1 to 8.7.2 Updates `com.android.library` from 8.7.1 to 8.7.2 Updates `com.android.library` from 8.7.1 to 8.7.2 Updates `com.google.devtools.ksp` from 2.0.21-1.0.26 to 2.0.21-1.0.28 <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.21-1.0.28</h2> <h2>Updates</h2> <ul> <li>[KSP2] Running from command line never finishes <a href="https://redirect.github.com/google/ksp/issues/2176">#2176</a></li> <li>Introduce KspAATask.commandLineArgumentProviders <a href="https://redirect.github.com/google/ksp/issues/2201">#2201</a></li> </ul> <h2>Contributors</h2> <p>Thanks to <a href="https://github.com/GeorgCantor"><code>@GeorgCantor</code></a> and everyone who reported bugs and participated in discussions!</p> <h2>2.0.21-1.0.27</h2> <h2>Bugs Fixed</h2> <ul> <li>KSP2: KtInvalidLifetimeOwnerAccessException: Access to invalid KtAlwaysAccessibleLifetimeToken: PSI has changed since creation <a href="https://redirect.github.com/google/ksp/issues/1854">#1854</a></li> <li>[KSP2] getSymbolsWithAnnotation() doesn't work if the annotation is an alias in KOTLIN_LIB <a href="https://redirect.github.com/google/ksp/issues/2024">#2024</a></li> <li>KotlinSymbolProcessingExtension leaks files due to URLClassLoader not being closed <a href="https://redirect.github.com/google/ksp/issues/2159">#2159</a></li> <li>Unresolvable iOS reference on Linux host <a href="https://redirect.github.com/google/ksp/issues/2173">#2173</a></li> <li>Fail to apply ksp before android <a href="https://redirect.github.com/google/ksp/issues/2174">#2174</a></li> <li>[KSP2] Mangled names for internal functions are incorrect for Android modules <a href="https://redirect.github.com/google/ksp/issues/2180">#2180</a></li> <li>[KSP2] JVM names for property getters/setters are incorrect if they start with "is" <a href="https://redirect.github.com/google/ksp/issues/2181">#2181</a></li> </ul> <h2>Contributors</h2> <p>Thanks to <a href="https://github.com/jonamireh"><code>@jonamireh</code></a>, <a href="https://github.com/kuanyingchou"><code>@kuanyingchou</code></a>, <a href="https://github.com/martinbonnin"><code>@martinbonnin</code></a>, <a href="https://github.com/pablobaxter"><code>@pablobaxter</code></a>, <a href="https://github.com/scott-pollom"><code>@scott-pollom</code></a>, and everyone who reported bugs and participated in discussions!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/884c2f835a4782d46a2db73c3cc7c400433d201b"><code>884c2f8</code></a> IntelliJ: set application pool threads to daemon</li> <li><a href="https://github.com/google/ksp/commit/7ecd1d8c41ca7841cc1f17fa0a818ce459f0ebf2"><code>7ecd1d8</code></a> KSP2 command line tool: exit with exit code</li> <li><a href="https://github.com/google/ksp/commit/59b9a1f77372283034f8bdf8a06914af64af28dc"><code>59b9a1f</code></a> Introduce KspAATask.commandLineArgumentProviders</li> <li><a href="https://github.com/google/ksp/commit/f5b4b29d571c9b269ee6f8c21b224aedb8d7f443"><code>f5b4b29</code></a> Enable both KSP1 and KSP2 in gradle plugin tests</li> <li><a href="https://github.com/google/ksp/commit/f9460eebfa4f5a6566a3e9f4d2f97c5a15c1d0ab"><code>f9460ee</code></a> UPDATE_AA_VERSION: 2.1.20-dev-3305</li> <li><a href="https://github.com/google/ksp/commit/2a1a68613ed376d6341baa420dbe754d7965d285"><code>2a1a686</code></a> Update KSNameImpl.kt</li> <li><a href="https://github.com/google/ksp/commit/cf44710ef25172e64a8c70faa44b2ab6bcaa06cd"><code>cf44710</code></a> CI: Update release branch to 1.0.28</li> <li><a href="https://github.com/google/ksp/commit/8f2b41b3f6a104cd5ec9e0d9834d0a318a242cae"><code>8f2b41b</code></a> Downgrade to Kotlin 2.0.21</li> <li><a href="https://github.com/google/ksp/commit/3fac0c1a917acc9e52b35eb35fd32986544828ef"><code>3fac0c1</code></a> KSP2: fix module names for Android builds</li> <li><a href="https://github.com/google/ksp/commit/0d114d9e943b6d3962428b168ede2408281c8ce6"><code>0d114d9</code></a> Fix a dependency of integration-tests</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.0.21-1.0.26...2.0.21-1.0.28">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | 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> |
||
|
|
1a99b62bbd |
build(deps): bump the npm group across 1 directory with 37 updates (#2227)
Bumps the npm group with 15 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [vitepress](https://github.com/vuejs/vitepress) | `1.4.1` | `1.5.0` | | [vue](https://github.com/vuejs/core) | `3.5.12` | `3.5.13` | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.1` | `7.26.2` | | [@docsearch/js](https://github.com/algolia/docsearch) | `3.6.2` | `3.8.0` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.2.0` | | [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.1.0` | `11.3.0` | | [focus-trap](https://github.com/focus-trap/focus-trap) | `7.6.0` | `7.6.2` | | [magic-string](https://github.com/rich-harris/magic-string) | `0.30.12` | `0.30.13` | | [micromark-util-character](https://github.com/micromark/micromark) | `2.1.0` | `2.1.1` | | [micromark-util-encode](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [micromark-util-sanitize-uri](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [micromark-util-symbol](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [micromark-util-types](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` | | [rollup](https://github.com/rollup/rollup) | `4.24.2` | `4.27.3` | Updates `vitepress` from 1.4.1 to 1.5.0 <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.5.0</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.4.5</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.4.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.4.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> <h1><a href="https://github.com/vuejs/vitepress/compare/v1.4.5...v1.5.0">1.5.0</a> (2024-11-04)</h1> <h3>Features</h3> <ul> <li>on-demand social icons (<a href="https://redirect.github.com/vuejs/vitepress/issues/4339">#4339</a>) (<a href="https://github.com/vuejs/vitepress/commit/05f2f0d26153ace74b6c023184224d4fada137c2">05f2f0d</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4256">#4256</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/4135">#4135</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/4076">#4076</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/3809">#3809</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/3750">#3750</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/1214">#1214</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/2768">#2768</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/2861">#2861</a></li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.4.4...v1.4.5">1.4.5</a> (2024-11-03)</h2> <h3>Bug Fixes</h3> <ul> <li>lang lazy load not working with twoslash (<a href="https://github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb">fc92a77</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4334">#4334</a></li> <li>typo in missing language check (<a href="https://github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172">dcb8450</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.4.2...v1.4.3">1.4.3</a> (2024-10-31)</h2> <h3>Performance Improvements</h3> <ul> <li>lazy load shiki languages (<a href="https://redirect.github.com/vuejs/vitepress/issues/4326">#4326</a>) (<a href="https://github.com/vuejs/vitepress/commit/829977876a21da4f0af5d27593a2d81eb9af0c33">8299778</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.4.1...v1.4.2">1.4.2</a> (2024-10-29)</h2> <h3>Bug Fixes</h3> <ul> <li>cache markdown-it instance and properly dispose shiki on config reload (<a href="https://redirect.github.com/vuejs/vitepress/issues/4321">#4321</a>) (<a href="https://github.com/vuejs/vitepress/commit/45968cdc509e04f8e191d28ba7d8d97b08fc578e">45968cd</a>) (<a href="https://github.com/vuejs/vitepress/commit/acfe97f60872d251c75c5985ca9841f84392850d">acfe97f</a>)</li> <li><strong>regression:</strong> hmr not working with markdown includes due to wrong cache key (<a href="https://github.com/vuejs/vitepress/commit/615aed5df700ad98f82a74fbc785d290d1c5a018">615aed5</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4289">#4289</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/4303">#4303</a></li> <li>remove explicit chinese fonts (<a href="https://redirect.github.com/vuejs/vitepress/issues/4286">#4286</a>) (<a href="https://github.com/vuejs/vitepress/commit/668e9f7050f236d571fe2fc2f41e5548d974b503">668e9f7</a>) (<a href="https://github.com/vuejs/vitepress/commit/b8935502fbb590449e7d094bdde9c9ae1ac67d0c">b893550</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4286">#4286</a></li> <li><strong>theme/a11y:</strong> don't select search result unless mouse is actually moved (<a href="https://github.com/vuejs/vitepress/commit/e638d855cfc8e4e0c9b95c284548ae31233139f5">e638d85</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4297">#4297</a></li> <li><strong>theme:</strong> add types for <code>VPLink</code>, <code>VPSocialLink</code> and <code>VPSocialLinks</code> exports (<a href="https://redirect.github.com/vuejs/vitepress/issues/4284">#4284</a>) (<a href="https://github.com/vuejs/vitepress/commit/fcae4d5554df2130b9a7e5ad8e0cc83eccf88bec">fcae4d5</a>)</li> <li><strong>theme:</strong> don't escape html in <code>siteTitle</code> (<a href="https://redirect.github.com/vuejs/vitepress/issues/4308">#4308</a>) (<a href="https://github.com/vuejs/vitepress/commit/bd690d6a9b895f15d5906d245b404f02cfce7489">bd690d6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/867b256e14858df7a8cf9935e45e5bf233782be5"><code>867b256</code></a> release: v1.5.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/05f2f0d26153ace74b6c023184224d4fada137c2"><code>05f2f0d</code></a> feat: on demand social icons (<a href="https://redirect.github.com/vuejs/vitepress/issues/4339">#4339</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/602ae7ba9d27dfc6a55793e62efc936fd0859c2e"><code>602ae7b</code></a> chore: remove redundant spaces in theme template css (<a href="https://redirect.github.com/vuejs/vitepress/issues/4337">#4337</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/1e4917eb309a69c99022d6b56c8ec08d64f2e995"><code>1e4917e</code></a> release: v1.4.5</li> <li><a href="https://github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb"><code>fc92a77</code></a> fix: lazy load language definition on twoslash too</li> <li><a href="https://github.com/vuejs/vitepress/commit/11eb13756506e021f14b20005813b899bde9e19e"><code>11eb137</code></a> release: v1.4.4</li> <li><a href="https://github.com/vuejs/vitepress/commit/4dac35fc9ec3eecb4371befa619626ee4db1ba58"><code>4dac35f</code></a> fix: (temporary patch) lang lazy load not working with twoslash</li> <li><a href="https://github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172"><code>dcb8450</code></a> fix: typo in missing language check</li> <li><a href="https://github.com/vuejs/vitepress/commit/08a88440ba66c0b50324430373ed9d2b0f69db3f"><code>08a8844</code></a> Translation fix (<a href="https://redirect.github.com/vuejs/vitepress/issues/4328">#4328</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/2b3cd95ab112ffce3a168b41c8cca1446d3fb920"><code>2b3cd95</code></a> release: v1.4.3</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.4.1...v1.5.0">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.5.12 to 3.5.13 <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.13</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.12...v3.5.13">3.5.13</a> (2024-11-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle v-memo + v-for with functional key (<a href="https://redirect.github.com/vuejs/core/issues/12014">#12014</a>) (<a href="https://github.com/vuejs/core/commit/99009eee0efc238392daba93792d478525b21afa">99009ee</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12013">#12013</a></li> <li><strong>compiler-dom:</strong> properly stringify template string style (<a href="https://redirect.github.com/vuejs/core/issues/12392">#12392</a>) (<a href="https://github.com/vuejs/core/commit/2d78539da35322aea5f821b3cf9b02d006abac72">2d78539</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12391">#12391</a></li> <li><strong>custom-element:</strong> avoid triggering mutationObserver when relecting props (<a href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0">352bc88</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12214">#12214</a> <a href="https://redirect.github.com/vuejs/core/issues/12215">#12215</a></li> <li><strong>deps:</strong> update dependency postcss to ^8.4.48 (<a href="https://redirect.github.com/vuejs/core/issues/12356">#12356</a>) (<a href="https://github.com/vuejs/core/commit/b5ff930089985a58c3553977ef999cec2a6708a4">b5ff930</a>)</li> <li><strong>hydration:</strong> the component vnode's el should be updated when a mismatch occurs. (<a href="https://redirect.github.com/vuejs/core/issues/12255">#12255</a>) (<a href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a">a20a4cb</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12253">#12253</a></li> <li><strong>reactiivty:</strong> avoid unnecessary watcher effect removal from inactive scope (<a href="https://github.com/vuejs/core/commit/21932840eae72ffcd357a62ec596aaecc7ec224a">2193284</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5783">#5783</a> <a href="https://redirect.github.com/vuejs/core/issues/5806">#5806</a></li> <li><strong>reactivity:</strong> release nested effects/scopes on effect scope stop (<a href="https://redirect.github.com/vuejs/core/issues/12373">#12373</a>) (<a href="https://github.com/vuejs/core/commit/bee2f5ee62dc0cd04123b737779550726374dd0a">bee2f5e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12370">#12370</a></li> <li><strong>runtime-dom:</strong> set css vars before user onMounted hooks (<a href="https://github.com/vuejs/core/commit/2d5c5e25e9b7a56e883674fb434135ac514429b5">2d5c5e2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11533">#11533</a></li> <li><strong>runtime-dom:</strong> set css vars on update to handle child forcing reflow in onMount (<a href="https://redirect.github.com/vuejs/core/issues/11561">#11561</a>) (<a href="https://github.com/vuejs/core/commit/c4312f9c715c131a09e552ba46e9beb4b36d55e6">c4312f9</a>)</li> <li><strong>ssr:</strong> avoid updating subtree of async component if it is resolved (<a href="https://redirect.github.com/vuejs/core/issues/12363">#12363</a>) (<a href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095">da7ad5e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12362">#12362</a></li> <li><strong>ssr:</strong> ensure v-text updates correctly with custom directives in SSR output (<a href="https://redirect.github.com/vuejs/core/issues/12311">#12311</a>) (<a href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893">1f75d4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12309">#12309</a></li> <li><strong>ssr:</strong> handle initial selected state for select with v-model + v-for option (<a href="https://redirect.github.com/vuejs/core/issues/12399">#12399</a>) (<a href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22">4f8d807</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12395">#12395</a></li> <li><strong>teleport:</strong> handle deferred teleport update before mounted (<a href="https://redirect.github.com/vuejs/core/issues/12168">#12168</a>) (<a href="https://github.com/vuejs/core/commit/8bff142f99b646e9dd15897ec75368fbf34f1534">8bff142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12161">#12161</a></li> <li><strong>templateRef:</strong> set ref on cached async component which wrapped in KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/12290">#12290</a>) (<a href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d">983eb50</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4999">#4999</a> <a href="https://redirect.github.com/vuejs/core/issues/5004">#5004</a></li> <li><strong>test:</strong> update snapshot (<a href="https://redirect.github.com/vuejs/core/issues/12169">#12169</a>) (<a href="https://github.com/vuejs/core/commit/828d4a443919fa2aa4e2e92fbd03a5f04b258eea">828d4a4</a>)</li> <li><strong>Transition:</strong> fix transition memory leak edge case (<a href="https://redirect.github.com/vuejs/core/issues/12182">#12182</a>) (<a href="https://github.com/vuejs/core/commit/660132df6c6a8c14bf75e593dc47d2fdada30322">660132d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12181">#12181</a></li> <li><strong>transition:</strong> reflow before leave-active class after leave-from (<a href="https://redirect.github.com/vuejs/core/issues/12288">#12288</a>) (<a href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1">4b479db</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/2593">#2593</a></li> <li><strong>types:</strong> defineEmits w/ interface declaration (<a href="https://redirect.github.com/vuejs/core/issues/12343">#12343</a>) (<a href="https://github.com/vuejs/core/commit/1022eabaa1aaf8436876f5ec5573cb1e4b3959a6">1022eab</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8457">#8457</a></li> <li><strong>v-once:</strong> setting hasOnce to current block only when in v-once (<a href="https://redirect.github.com/vuejs/core/issues/12374">#12374</a>) (<a href="https://github.com/vuejs/core/commit/37300fc26190a7299efddbf98800ffd96d5cad96">37300fc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12371">#12371</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>reactivity:</strong> do not track inner key `__v_skip`` (<a href="https://redirect.github.com/vuejs/core/issues/11690">#11690</a>) (<a href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1">d637bd6</a>)</li> <li><strong>runtime-core:</strong> use feature flag for call to resolveMergedOptions (<a href="https://redirect.github.com/vuejs/core/issues/12163">#12163</a>) (<a href="https://github.com/vuejs/core/commit/1755ac0a108ba3486bd8397e56d3bdcd69196594">1755ac0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/6eb29d345aa73746207f80c89ee8b37ff7b949c9"><code>6eb29d3</code></a> release: v3.5.13</li> <li><a href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22"><code>4f8d807</code></a> fix(ssr): handle initial selected state for select with v-model + v-for optio...</li> <li><a href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d"><code>983eb50</code></a> fix(templateRef): set ref on cached async component which wrapped in KeepAliv...</li> <li><a href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095"><code>da7ad5e</code></a> fix(ssr): avoid updating subtree of async component if it is resolved (<a href="https://redirect.github.com/vuejs/core/issues/12363">#12363</a>)</li> <li><a href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893"><code>1f75d4e</code></a> fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...</li> <li><a href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1"><code>4b479db</code></a> fix(transition): reflow before leave-active class after leave-from (<a href="https://redirect.github.com/vuejs/core/issues/12288">#12288</a>)</li> <li><a href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a"><code>a20a4cb</code></a> fix(hydration): the component vnode's el should be updated when a mismatch oc...</li> <li><a href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0"><code>352bc88</code></a> fix(custom-element): avoid triggering mutationObserver when relecting props</li> <li><a href="https://github.com/vuejs/core/commit/10ab8c0e7b6a2c0794d73d0d9d3b0bcd3b0cc175"><code>10ab8c0</code></a> chore(playground): reset version when opening local playground from reproduction</li> <li><a href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1"><code>d637bd6</code></a> perf(reactivity): do not track inner key `__v_skip`` (<a href="https://redirect.github.com/vuejs/core/issues/11690">#11690</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.12...v3.5.13">compare view</a></li> </ul> </details> <br /> Updates `@babel/parser` from 7.26.1 to 7.26.2 <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.26.2 (2024-10-30)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16903">#16903</a> fix: Parse placeholder for TS namespace (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16937">#16937</a> fix: Account for offsets when creating new Position instances (<a href="https://github.com/DylanPiercey"><code>@DylanPiercey</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16948">#16948</a> Fix mapping of tokens with generated nodes in between (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Dylan Piercey (<a href="https://github.com/DylanPiercey"><code>@DylanPiercey</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/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> <li>fisker Cheung (<a href="https://github.com/fisker"><code>@fisker</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.26.2 (2024-10-30)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16903">#16903</a> fix: Parse placeholder for TS namespace (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16937">#16937</a> fix: Account for offsets when creating new Position instances (<a href="https://github.com/DylanPiercey"><code>@DylanPiercey</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16948">#16948</a> Fix mapping of tokens with generated nodes in between (<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="https://github.com/babel/babel/commit/a39ef1adf352dcf4c796ca6e7d645bbef5c93234"><code>a39ef1a</code></a> v7.26.2</li> <li><a href="https://github.com/babel/babel/commit/29242d577d275e1cd841b57aaeb6536adcebbbfb"><code>29242d5</code></a> fix: Parse placeholder for TS namespace (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16903">#16903</a>)</li> <li><a href="https://github.com/babel/babel/commit/d8ed865c58847e8a7661461552c29d393a4f891d"><code>d8ed865</code></a> fix: Account for offsets when creating new Position instances (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16937">#16937</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.2/packages/babel-parser">compare view</a></li> </ul> </details> <br /> Updates `@docsearch/js` from 3.6.2 to 3.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/docsearch/releases"><code>@docsearch/js</code>'s releases</a>.</em></p> <blockquote> <h2>v3.8.0</h2> <h1><a href="https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0">3.8.0</a> (2024-11-12)</h1> <p>This version introduces a new type <a href="https://github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19">DocSearchTransformClient</a> to allow the <code>transformSearchClient</code> to use either the lite client, or the full algoliasearch client. Users are encouraged to use the <a href="https://www.algolia.com/doc/libraries/javascript/v5/methods/search/">lite client</a> (<code>import { liteClient } from 'algoliasearch/lite</code>) to reduce bundle size.</p> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> use a minimal type for transformSearchClient (<a href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>) (<a href="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf">08d9a37</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>a11y:</strong> add hotkeys to search input aria-label (<a href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>) (<a href="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8">44aa7dc</a>)</li> </ul> <h2>v3.7.0</h2> <h2>What's Changed</h2> <ul> <li>fix(types): export the types folder by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2332">algolia/docsearch#2332</a></li> <li>fix: use npm for release by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2339">algolia/docsearch#2339</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/phanendraguptha"><code>@phanendraguptha</code></a> made their first contribution in <a href="https://redirect.github.com/algolia/docsearch/pull/2277">algolia/docsearch#2277</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0">https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0</a></p> <h2>v3.6.3</h2> <h2>What's Changed</h2> <ul> <li>docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase by <a href="https://github.com/josh-wong"><code>@josh-wong</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2317">algolia/docsearch#2317</a></li> <li>fix: upgrade algoliasearch to v5 by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2326">algolia/docsearch#2326</a></li> <li>fix: use vite instead of parcel in the examples by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2329">algolia/docsearch#2329</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/millotp"><code>@millotp</code></a> made their first contribution in <a href="https://redirect.github.com/algolia/docsearch/pull/2326">algolia/docsearch#2326</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3">https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/docsearch/blob/main/CHANGELOG.md"><code>@docsearch/js</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0">3.8.0</a> (2024-11-12)</h1> <p>This version introduces a new type <a href="https://github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19">DocSearchTransformClient</a> to allow the <code>transformSearchClient</code> to use either the lite client, or the full algoliasearch client. Users are encouraged to use the <a href="https://www.algolia.com/doc/libraries/javascript/v5/methods/search/">lite client</a> (<code>import { liteClient } from 'algoliasearch/lite</code>) to reduce bundle size.</p> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> use a minimal type for transformSearchClient (<a href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>) (<a href="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf">08d9a37</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>a11y:</strong> add hotkeys to search input aria-label (<a href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>) (<a href="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8">44aa7dc</a>)</li> </ul> <h1><a href="https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0">3.7.0</a> (2024-11-04)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> export the types folder (<a href="https://redirect.github.com/algolia/docsearch/issues/2332">#2332</a>) (<a href="https://github.com/algolia/docsearch/commit/90ca5fa8ed73d01d4ca22ed0de0e38652e56b5bb">90ca5fa</a>)</li> </ul> <h2><!-- raw HTML omitted -->3.6.3 (2024-10-31)<!-- raw HTML omitted --></h2> <ul> <li>fix: upgrade algoliasearch to v5 (<a href="https://redirect.github.com/algolia/docsearch/issues/2326">#2326</a>) (<a href="https://github.com/algolia/docsearch/commit/93578a4">93578a4</a>), closes <a href="https://redirect.github.com/algolia/docsearch/issues/2326">#2326</a></li> <li>fix: use vite instead of parcel in the examples (<a href="https://redirect.github.com/algolia/docsearch/issues/2329">#2329</a>) (<a href="https://github.com/algolia/docsearch/commit/d360855">d360855</a>), closes <a href="https://redirect.github.com/algolia/docsearch/issues/2329">#2329</a></li> <li>docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase (<a href="https://redirect.github.com/algolia/docsearch/issues/2317">#2317</a>) (<a href="https://github.com/algolia/docsearch/commit/90f3c6a">90f3c6a</a>), closes <a href="https://redirect.github.com/algolia/docsearch/issues/2317">#2317</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/docsearch/commit/8e419a0d83f2a6207401acf0c9fd78e900905cff"><code>8e419a0</code></a> chore: release v3.8.0 (<a href="https://redirect.github.com/algolia/docsearch/issues/2349">#2349</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf"><code>08d9a37</code></a> fix(types): use a minimal type for transformSearchClient (<a href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/57eace554121af83d9708f0cd2201b732c2ce4a8"><code>57eace5</code></a> chore(deps): dependencies 2024-11-11 (<a href="https://redirect.github.com/algolia/docsearch/issues/2340">#2340</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8"><code>44aa7dc</code></a> feat(a11y): add hotkeys to search input aria-label (<a href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/32ec9769fba16b14c57122299f6abe98eea33e1b"><code>32ec976</code></a> fix: use npm for release (<a href="https://redirect.github.com/algolia/docsearch/issues/2339">#2339</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/9441df4409d9ddf27bcde068ed8fde51a5be612e"><code>9441df4</code></a> chore: release v3.7.0 (<a href="https://redirect.github.com/algolia/docsearch/issues/2338">#2338</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/aa666decccb465a56d458d09379837342b520d73"><code>aa666de</code></a> chore(deps): dependencies 2024-11-04 (<a href="https://redirect.github.com/algolia/docsearch/issues/2335">#2335</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/6579023a2f37c159d04fabf29cec214a91a00be4"><code>6579023</code></a> chore(docs): fix grammar, improve sentence clarity (<a href="https://redirect.github.com/algolia/docsearch/issues/2052">#2052</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/c98ae2f25b5c6bf58ab19c6f80ae7389fea701e8"><code>c98ae2f</code></a> chore: updated react docs link (<a href="https://redirect.github.com/algolia/docsearch/issues/2277">#2277</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/90ca5fa8ed73d01d4ca22ed0de0e38652e56b5bb"><code>90ca5fa</code></a> fix(types): export the types folder (<a href="https://redirect.github.com/algolia/docsearch/issues/2332">#2332</a>)</li> <li>Additional commits viewable in <a href="https://github.com/algolia/docsearch/compare/v3.6.2...v3.8.0">compare view</a></li> </ul> </details> <br /> Updates `@docsearch/react` from 3.6.2 to 3.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/docsearch/releases"><code>@docsearch/react</code>'s releases</a>.</em></p> <blockquote> <h2>v3.8.0</h2> <h1><a href="https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0">3.8.0</a> (2024-11-12)</h1> <p>This version introduces a new type <a href="https://github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19">DocSearchTransformClient</a> to allow the <code>transformSearchClient</code> to use either the lite client, or the full algoliasearch client. Users are encouraged to use the <a href="https://www.algolia.com/doc/libraries/javascript/v5/methods/search/">lite client</a> (<code>import { liteClient } from 'algoliasearch/lite</code>) to reduce bundle size.</p> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> use a minimal type for transformSearchClient (<a href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>) (<a href="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf">08d9a37</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>a11y:</strong> add hotkeys to search input aria-label (<a href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>) (<a href="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8">44aa7dc</a>)</li> </ul> <h2>v3.7.0</h2> <h2>What's Changed</h2> <ul> <li>fix(types): export the types folder by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2332">algolia/docsearch#2332</a></li> <li>fix: use npm for release by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2339">algolia/docsearch#2339</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/phanendraguptha"><code>@phanendraguptha</code></a> made their first contribution in <a href="https://redirect.github.com/algolia/docsearch/pull/2277">algolia/docsearch#2277</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0">https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0</a></p> <h2>v3.6.3</h2> <h2>What's Changed</h2> <ul> <li>docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase by <a href="https://github.com/josh-wong"><code>@josh-wong</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2317">algolia/docsearch#2317</a></li> <li>fix: upgrade algoliasearch to v5 by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2326">algolia/docsearch#2326</a></li> <li>fix: use vite instead of parcel in the examples by <a href="https://github.com/millotp"><code>@millotp</code></a> in <a href="https://redirect.github.com/algolia/docsearch/pull/2329">algolia/docsearch#2329</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/millotp"><code>@millotp</code></a> made their first contribution in <a href="https://redirect.github.com/algolia/docsearch/pull/2326">algolia/docsearch#2326</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3">https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/docsearch/blob/main/CHANGELOG.md"><code>@docsearch/react</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0">3.8.0</a> (2024-11-12)</h1> <p>This version introduces a new type <a href="https://github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19">DocSearchTransformClient</a> to allow the <code>transformSearchClient</code> to use either the lite client, or the full algoliasearch client. Users are encouraged to use the <a href="https://www.algolia.com/doc/libraries/javascript/v5/methods/search/">lite client</a> (<code>import { liteClient } from 'algoliasearch/lite</code>) to reduce bundle size.</p> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> use a minimal type for transformSearchClient (<a href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>) (<a href="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf">08d9a37</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>a11y:</strong> add hotkeys to search input aria-label (<a href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>) (<a href="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8">44aa7dc</a>)</li> </ul> <h1><a href="https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0">3.7.0</a> (2024-11-04)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> export the types folder (<a href="https://redirect.github.com/algolia/docsearch/issues/2332">#2332</a>) (<a href="https://github.com/algolia/docsearch/commit/90ca5fa8ed73d01d4ca22ed0de0e38652e56b5bb">90ca5fa</a>)</li> </ul> <h2><!-- raw HTML omitted -->3.6.3 (2024-10-31)<!-- raw HTML omitted --></h2> <ul> <li>fix: upgrade algoliasearch to v5 (<a href="https://redirect.github.com/algolia/docsearch/issues/2326">#2326</a>) (<a href="https://github.com/algolia/docsearch/commit/93578a4">93578a4</a>), closes <a href="https://redirect.github.com/algolia/docsearch/issues/2326">#2326</a></li> <li>fix: use vite instead of parcel in the examples (<a href="https://redirect.github.com/algolia/docsearch/issues/2329">#2329</a>) (<a href="https://github.com/algolia/docsearch/commit/d360855">d360855</a>), closes <a href="https://redirect.github.com/algolia/docsearch/issues/2329">#2329</a></li> <li>docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase (<a href="https://redirect.github.com/algolia/docsearch/issues/2317">#2317</a>) (<a href="https://github.com/algolia/docsearch/commit/90f3c6a">90f3c6a</a>), closes <a href="https://redirect.github.com/algolia/docsearch/issues/2317">#2317</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/docsearch/commit/8e419a0d83f2a6207401acf0c9fd78e900905cff"><code>8e419a0</code></a> chore: release v3.8.0 (<a href="https://redirect.github.com/algolia/docsearch/issues/2349">#2349</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf"><code>08d9a37</code></a> fix(types): use a minimal type for transformSearchClient (<a href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/57eace554121af83d9708f0cd2201b732c2ce4a8"><code>57eace5</code></a> chore(deps): dependencies 2024-11-11 (<a href="https://redirect.github.com/algolia/docsearch/issues/2340">#2340</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8"><code>44aa7dc</code></a> feat(a11y): add hotkeys to search input aria-label (<a href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/32ec9769fba16b14c57122299f6abe98eea33e1b"><code>32ec976</code></a> fix: use npm for release (<a href="https://redirect.github.com/algolia/docsearch/issues/2339">#2339</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/9441df4409d9ddf27bcde068ed8fde51a5be612e"><code>9441df4</code></a> chore: release v3.7.0 (<a href="https://redirect.github.com/algolia/docsearch/issues/2338">#2338</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/aa666decccb465a56d458d09379837342b520d73"><code>aa666de</code></a> chore(deps): dependencies 2024-11-04 (<a href="https://redirect.github.com/algolia/docsearch/issues/2335">#2335</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/6579023a2f37c159d04fabf29cec214a91a00be4"><code>6579023</code></a> chore(docs): fix grammar, improve sentence clarity (<a href="https://redirect.github.com/algolia/docsearch/issues/2052">#2052</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/c98ae2f25b5c6bf58ab19c6f80ae7389fea701e8"><code>c98ae2f</code></a> chore: updated react docs link (<a href="https://redirect.github.com/algolia/docsearch/issues/2277">#2277</a>)</li> <li><a href="https://github.com/algolia/docsearch/commit/90ca5fa8ed73d01d4ca22ed0de0e38652e56b5bb"><code>90ca5fa</code></a> fix(types): export the types folder (<a href="https://redirect.github.com/algolia/docsearch/issues/2332">#2332</a>)</li> <li>Additional commits viewable in <a href="https://github.com/algolia/docsearch/compare/v3.6.2...v3.8.0">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/core` from 1.22.1 to 1.23.1 <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.23.1</h2> <h3> 🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3> 🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package - by <a href="https://github.com/MichaelMakesGames"><code>@MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance - by <a href="https://github.com/nakasyou"><code>@nakasyou</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/33b8b49396766031dc6c4699bff1aef830c37f34"><code>33b8b49</code></a> feat: Use Oniguruma-To-ES in the JS engine (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/828">#828</a>) (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/832">#832</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li><a href="https://github.com/shikijs/shiki/commit/e26920a5def2ea60f4d34a09a4553c78477562d0"><code>e26920a</code></a> fix(core): <code>createdBundledHighlighter</code> cause wasm engine to be loaded (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/819">#819</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-javascript` from 1.22.1 to 1.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/engine-javascript</code>'s releases</a>.</em></p> <blockquote> <h2>v1.23.1</h2> <h3> 🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3> 🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package - by <a href="https://github.com/MichaelMakesGames"><code>@MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance - by <a href="https://github.com/nakasyou"><code>@nakasyou</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/4a9cd8a1a9dac7e33c4d54c19e73990b90d4b23d"><code>4a9cd8a</code></a> feat: bump Oniguruma-To-ES dep to support more grammars and simplify (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/836">#836</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/33b8b49396766031dc6c4699bff1aef830c37f34"><code>33b8b49</code></a> feat: Use Oniguruma-To-ES in the JS engine (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/828">#828</a>) (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/832">#832</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/c08a33295a04c42f84a6292dfc9ca30f1dd224e1"><code>c08a332</code></a> chore: update snapshot</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/engine-javascript">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-oniguruma` from 1.22.1 to 1.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/engine-oniguruma</code>'s releases</a>.</em></p> <blockquote> <h2>v1.23.1</h2> <h3> 🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3> 🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package - by <a href="https://github.com/MichaelMakesGames"><code>@MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance - by <a href="https://github.com/nakasyou"><code>@nakasyou</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/engine-oniguruma">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/transformers` from 1.22.1 to 1.23.1 <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.23.1</h2> <h3> 🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3> 🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package - by <a href="https://github.com/MichaelMakesGames"><code>@MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance - by <a href="https://github.com/nakasyou"><code>@nakasyou</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/48d6c57994cd5dda1f4887d1d17bd572f60f0d66"><code>48d6c57</code></a> feat(transformers): add Style to Class transformer (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/826">#826</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/9b55bf8f9583cbeac6d67779533807e187dfe306"><code>9b55bf8</code></a> refactor: rename files</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/transformers">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/types` from 1.22.1 to 1.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/types</code>'s releases</a>.</em></p> <blockquote> <h2>v1.23.1</h2> <h3> 🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3> 🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package - by <a href="https://github.com/MichaelMakesGames"><code>@MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance - by <a href="https://github.com/nakasyou"><code>@nakasyou</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/types">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.1.4 to 5.2.0 <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.2.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.2.0/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-vue@5.1.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.1.5/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>5.2.0 (2024-11-13)</h2> <ul> <li>feat: add a feature option to support custom component id generator (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/461">#461</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/7a1fc4c">7a1fc4c</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/461">#461</a></li> </ul> <h2><!-- raw HTML omitted -->5.1.5 (2024-11-11)<!-- raw HTML omitted --></h2> <ul> <li>chore: fix typo (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/464">#464</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/4a811b0">4a811b0</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/464">#464</a></li> <li>chore(deps): update dependency rollup to ^4.24.0 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/448">#448</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/0fc9cd0">0fc9cd0</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/448">#448</a></li> <li>chore(deps): update dependency rollup to ^4.25.0 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/472">#472</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/91210cc">91210cc</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/472">#472</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/462">#462</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/5625fc9">5625fc9</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/462">#462</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/439">#439</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/e432bcb">e432bcb</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/439">#439</a></li> <li>fix(hmr): re-resolve script after type dep changed (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/446">#446</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/8f9c624">8f9c624</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/446">#446</a></li> <li>fix(hmr): should reload if relies file changed after re-render (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/471">#471</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/62b17f3">62b17f3</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/471">#471</a></li> <li>perf: use <code>hash</code> to replace <code>createHash</code> (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/460">#460</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a68e476dfd |
build(deps): bump the crates group across 1 directory with 28 updates (#2228)
Bumps the crates group with 24 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.93` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` | | [serde](https://github.com/serde-rs/serde) | `1.0.213` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` | | [libc](https://github.com/rust-lang/libc) | `0.2.161` | `0.2.164` | | [which](https://github.com/harryfei/which-rs) | `6.0.3` | `7.0.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.18` | `0.2.20` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.17` | `0.6.18` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.9` | `1.0.10` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.31` | `1.2.1` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.2` | `0.7.3` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.14` | `0.2.15` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.1` | `2.2.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.11` | `1.0.13` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.70` | `0.3.72` | | [libm](https://github.com/rust-lang/libm) | `0.2.10` | `0.2.11` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.89` | `1.0.91` | | [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.89` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.69` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.13` | `1.0.14` | Updates `anyhow` from 1.0.91 to 1.0.93 <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.93</h2> <ul> <li>Update dev-dependencies to <code>thiserror</code> v2</li> </ul> <h2>1.0.92</h2> <ul> <li>Support Rust 1.82's <code>&raw const</code> and <code>&raw mut</code> syntax inside <code>ensure!</code> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/390">#390</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/713bda9247df3846c1444a7c1b3b2a3b9a4f5907"><code>713bda9</code></a> Release 1.0.93</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f91c247cf8986842a8ac25030481b0af3433cd35"><code>f91c247</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/391">#391</a> from dtolnay/thiserror</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2a3901c0b1ab6d7aed466db53a2675b61d3e3401"><code>2a3901c</code></a> Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3ca2cdd795f1569354f8d7366383d7802201bdbf"><code>3ca2cdd</code></a> Update dev-dependencies to thiserror v2</li> <li><a href="https://github.com/dtolnay/anyhow/commit/fd03a8e7928082611e8baa9bf6ee638d8abcc0d6"><code>fd03a8e</code></a> Release 1.0.92</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a16252b39b1503bada639c2cfcb8ff153c1e3421"><code>a16252b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/390">#390</a> from dtolnay/rawaddr</li> <li><a href="https://github.com/dtolnay/anyhow/commit/fcf2ef8da58179fbb96121ca39c0149b84f038f2"><code>fcf2ef8</code></a> Compile &raw test on Rust 1.82+ only</li> <li><a href="https://github.com/dtolnay/anyhow/commit/1e7e9fe1edeb6e28767ac52c32f778462b181a19"><code>1e7e9fe</code></a> Parse raw address expression syntax</li> <li><a href="https://github.com/dtolnay/anyhow/commit/7d1a8f9c1d7dca982f320f4b2c0717cd7e2d9377"><code>7d1a8f9</code></a> Add test of raw addr expression syntax</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.93">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.20 to 4.5.21 <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.21</h2> <h2>[4.5.21] - 2024-11-13</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Ensure defaults are filled in on error with <code>ignore_errors(true)</code></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.21] - 2024-11-13</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Ensure defaults are filled in on error with <code>ignore_errors(true)</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/03d722625a9c7f396c5843926e79c7299b7f914c"><code>03d7226</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3df70fb2b64f326593f96681c0c8476240547b8d"><code>3df70fb</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/3266c36abf63d3c0fac9102998984cd65f808212"><code>3266c36</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5691">#5691</a> from epage/custom</li> <li><a href="https://github.com/clap-rs/clap/commit/951762db57c81e09954031ef3beac6e9f622cc6f"><code>951762d</code></a> feat(complete): Allow any OsString-compatible type to be a CompletionCandidate</li> <li><a href="https://github.com/clap-rs/clap/commit/bb6493e890a1fb0d954d64916650688b276c44f1"><code>bb6493e</code></a> feat(complete): Offer - as a path option</li> <li><a href="https://github.com/clap-rs/clap/commit/27b348dbcbd647d24b506ed70c61ebe23c2b087e"><code>27b348d</code></a> refactor(complete): Simplify ArgValueCandidates code</li> <li><a href="https://github.com/clap-rs/clap/commit/49b8108f8c8dfd8bd2d7907c60bed9d2155a42cb"><code>49b8108</code></a> feat(complete): Add PathCompleter</li> <li><a href="https://github.com/clap-rs/clap/commit/82a360aa545713e2c70b82d22f1be1e91e9611ff"><code>82a360a</code></a> feat(complete): Add ArgValueCompleter</li> <li><a href="https://github.com/clap-rs/clap/commit/47aedc6906c0c35a89833331041a083630d777fb"><code>47aedc6</code></a> fix(complete): Ensure paths are sorted</li> <li><a href="https://github.com/clap-rs/clap/commit/431e2bc931b6721471fad18866f52fefe7d6572c"><code>431e2bc</code></a> test(complete): Ensure ArgValueCandidates get filtered</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.21">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.213 to 1.0.215 <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.215</h2> <ul> <li>Produce warning when multiple fields or variants have the same deserialization name (<a href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a>)</li> </ul> <h2>v1.0.214</h2> <ul> <li>Implement IntoDeserializer for all Deserializers in serde::de::value module (<a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/8939af48fecb965eb3ff04dc8969146d5af5ca0f"><code>8939af4</code></a> Release 1.0.215</li> <li><a href="https://github.com/serde-rs/serde/commit/fa5d58cd007812b5990ec5721082bac293a97467"><code>fa5d58c</code></a> Use ui test syntax that does not interfere with rustfmt</li> <li><a href="https://github.com/serde-rs/serde/commit/1a3cf4b3c18396a1c5da6999ff7695d822709044"><code>1a3cf4b</code></a> Update PR 2562 ui tests</li> <li><a href="https://github.com/serde-rs/serde/commit/7d96352e9638de6662e4660e974ffc7ea232e511"><code>7d96352</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a> from dtolnay/collide</li> <li><a href="https://github.com/serde-rs/serde/commit/111ecc5d8c01cf7795059f3bc436bfd0e57d1d64"><code>111ecc5</code></a> Update ui tests for warning on colliding aliases</li> <li><a href="https://github.com/serde-rs/serde/commit/edd6fe954bc35bbafb454835c6529d0e30148624"><code>edd6fe9</code></a> Revert "Add checks for conflicts for aliases"</li> <li><a href="https://github.com/serde-rs/serde/commit/a20e9249c5849b6855ca2d2aa1d0ce563855c3bd"><code>a20e924</code></a> Revert "pacify clippy"</li> <li><a href="https://github.com/serde-rs/serde/commit/b1353a99cdf7b7ab30b49d5c0cfed0b725b7a8df"><code>b1353a9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a> from dtolnay/dename</li> <li><a href="https://github.com/serde-rs/serde/commit/c59e876bb37ad690090d83e92a7799b75b1a3f49"><code>c59e876</code></a> Produce a separate warning for every colliding name</li> <li><a href="https://github.com/serde-rs/serde/commit/7f1e697c0d4d737068c8dd3f258e7c4122bf7196"><code>7f1e697</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a> from dtolnay/namespan</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.213...v1.0.215">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.132 to 1.0.133 <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>v1.0.133</h2> <ul> <li>Implement From<[T; N]> for serde_json::Value (<a href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/0903de449c52c1b4a2271e909b7afb18909dc379"><code>0903de4</code></a> Release 1.0.133</li> <li><a href="https://github.com/serde-rs/json/commit/2b65ca09498a8a907e3e3cb66794414edfa6fe27"><code>2b65ca0</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a> from dtolnay/fromarray</li> <li><a href="https://github.com/serde-rs/json/commit/4e5f985958bedbc7e75ba6c1931edaf73508c4a7"><code>4e5f985</code></a> Implement From<[T; N]> for Value</li> <li><a href="https://github.com/serde-rs/json/commit/2ccb5b67ca34a5e53b42fa608d756e25e57f91a3"><code>2ccb5b6</code></a> Disable question_mark clippy lint in lexical test</li> <li><a href="https://github.com/serde-rs/json/commit/a11f5f2bc4756035e5a04e01ad486d8a99779527"><code>a11f5f2</code></a> Resolve unnecessary_map_or clippy lints</li> <li><a href="https://github.com/serde-rs/json/commit/07f280a79c07a5e713d519ed6c6a1a71b0cf871a"><code>07f280a</code></a> Wrap PR 1213 to 80 columns</li> <li><a href="https://github.com/serde-rs/json/commit/75ed44722d451143da5621f5ce3edb794965de79"><code>75ed447</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1213">#1213</a> from djmitche/safety-comment</li> <li><a href="https://github.com/serde-rs/json/commit/73011c0b2bcd21639446728fc50de4131a51e5ca"><code>73011c0</code></a> Add a safety comment to unsafe block</li> <li><a href="https://github.com/serde-rs/json/commit/be2198a54d0d9e668f8e2e59ca2e23e3ac10ae60"><code>be2198a</code></a> Prevent upload-artifact step from causing CI failure</li> <li><a href="https://github.com/serde-rs/json/commit/7cce517f53fd60d40bd6ef87a0e51f88a306e901"><code>7cce517</code></a> Raise minimum version for preserve_order feature to Rust 1.65</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133">compare view</a></li> </ul> </details> <br /> Updates `libc` from 0.2.161 to 0.2.164 <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.164</h2> <h3>MSRV</h3> <p>This release increases the MSRV of <code>libc</code> to 1.63.</p> <h3>Other</h3> <ul> <li>CI: remove tests with rust <!-- raw HTML omitted --></li> <li>MSRV: document the MSRV of the stable channel to be 1.63 <a href="https://redirect.github.com/rust-lang/libc/pull/4040">rust-lang/libc#4040</a></li> <li>MacOS: move ifconf to s_no_extra_traits <a href="https://redirect.github.com/rust-lang/libc/pull/4051">rust-lang/libc#4051</a></li> </ul> <h2>0.2.163</h2> <h3>Added</h3> <ul> <li>Aix: add more <code>dlopen</code> flags <a href="https://redirect.github.com/rust-lang/libc/pull/4044">rust-lang/libc#4044</a></li> <li>Android: add group calls <a href="https://redirect.github.com/rust-lang/libc/pull/3499">rust-lang/libc#3499</a></li> <li>FreeBSD: add <code>TCP_FUNCTION_BLK</code> and <code>TCP_FUNCTION_ALIAS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4047">rust-lang/libc#4047</a></li> <li>Linux: add <code>confstr</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3612">rust-lang/libc#3612</a></li> <li>Solarish: add <code>aio</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4033">rust-lang/libc#4033</a></li> <li>Solarish: add <code>arc4random*</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3944">rust-lang/libc#3944</a></li> </ul> <h3>Changed</h3> <ul> <li>Emscripten: upgrade emsdk to 3.1.68 <a href="https://redirect.github.com/rust-lang/libc/pull/3962">rust-lang/libc#3962</a></li> <li>Hurd: use more standard types <a href="https://redirect.github.com/rust-lang/libc/pull/3733">rust-lang/libc#3733</a></li> <li>Hurd: use the standard <code>ssize_t = isize</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4029">rust-lang/libc#4029</a></li> <li>Solaris: fix <code>confstr</code> and <code>ucontext_t</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> </ul> <h3>Other</h3> <ul> <li>CI: add Solaris <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> <li>CI: add <code>i686-unknown-freebsd</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3997">rust-lang/libc#3997</a></li> <li>CI: ensure that calls to <code>sort</code> do not depend on locale <a href="https://redirect.github.com/rust-lang/libc/pull/4026">rust-lang/libc#4026</a></li> <li>Specify <code>rust-version</code> in <code>Cargo.toml</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4041">rust-lang/libc#4041</a></li> </ul> <h2>0.2.162</h2> <h3>Added</h3> <ul> <li>Android: fix the alignment of <code>uc_mcontext</code> on arm64 <a href="https://redirect.github.com/rust-lang/libc/pull/3894">rust-lang/libc#3894</a></li> <li>Apple: add <code>host_cpu_load_info</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3916">rust-lang/libc#3916</a></li> <li>ESP-IDF: add a time flag <a href="https://redirect.github.com/rust-lang/libc/pull/3993">rust-lang/libc#3993</a></li> <li>FreeBSD: add the <code>CLOSE_RANGE_CLOEXEC</code> flag<a href="https://redirect.github.com/rust-lang/libc/pull/3996">rust-lang/libc#3996</a></li> <li>FreeBSD: fix test errors regarding <code>__gregset_t</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3995">rust-lang/libc#3995</a></li> <li>FreeBSD: fix tests on x86 FreeBSD 15 <a href="https://redirect.github.com/rust-lang/libc/pull/3948">rust-lang/libc#3948</a></li> <li>FreeBSD: make <code>ucontext_t</code> and <code>mcontext_t</code> available on all architectures <a href="https://redirect.github.com/rust-lang/libc/pull/3848">rust-lang/libc#3848</a></li> <li>Haiku: add <code>getentropy</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3991">rust-lang/libc#3991</a></li> <li>Illumos: add <code>syncfs</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3990">rust-lang/libc#3990</a></li> <li>Illumos: add some recently-added constants <a href="https://redirect.github.com/rust-lang/libc/pull/3999">rust-lang/libc#3999</a></li> <li>Linux: add <code>ioctl</code> flags <a href="https://redirect.github.com/rust-lang/libc/pull/3960">rust-lang/libc#3960</a></li> <li>Linux: add epoll busy polling parameters <a href="https://redirect.github.com/rust-lang/libc/pull/3922">rust-lang/libc#3922</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/main/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.163...0.2.164">0.2.164</a> - 2024-11-16</h2> <h3>MSRV</h3> <p>This release increases the MSRV of <code>libc</code> to 1.63.</p> <h3>Other</h3> <ul> <li>CI: remove tests with rust <!-- raw HTML omitted --></li> <li>MSRV: document the MSRV of the stable channel to be 1.63 <a href="https://redirect.github.com/rust-lang/libc/pull/4040">rust-lang/libc#4040</a></li> <li>MacOS: move ifconf to s_no_extra_traits <a href="https://redirect.github.com/rust-lang/libc/pull/4051">rust-lang/libc#4051</a></li> </ul> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.162...0.2.163">0.2.163</a> - 2024-11-16</h2> <h3>Added</h3> <ul> <li>Aix: add more <code>dlopen</code> flags <a href="https://redirect.github.com/rust-lang/libc/pull/4044">rust-lang/libc#4044</a></li> <li>Android: add group calls <a href="https://redirect.github.com/rust-lang/libc/pull/3499">rust-lang/libc#3499</a></li> <li>FreeBSD: add <code>TCP_FUNCTION_BLK</code> and <code>TCP_FUNCTION_ALIAS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4047">rust-lang/libc#4047</a></li> <li>Linux: add <code>confstr</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3612">rust-lang/libc#3612</a></li> <li>Solarish: add <code>aio</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4033">rust-lang/libc#4033</a></li> <li>Solarish: add <code>arc4random*</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3944">rust-lang/libc#3944</a></li> </ul> <h3>Changed</h3> <ul> <li>Emscripten: upgrade emsdk to 3.1.68 <a href="https://redirect.github.com/rust-lang/libc/pull/3962">rust-lang/libc#3962</a></li> <li>Hurd: use more standard types <a href="https://redirect.github.com/rust-lang/libc/pull/3733">rust-lang/libc#3733</a></li> <li>Hurd: use the standard <code>ssize_t = isize</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4029">rust-lang/libc#4029</a></li> <li>Solaris: fix <code>confstr</code> and <code>ucontext_t</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> </ul> <h3>Other</h3> <ul> <li>CI: add Solaris <a href="https://redirect.github.com/rust-lang/libc/pull/4035">rust-lang/libc#4035</a></li> <li>CI: add <code>i686-unknown-freebsd</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3997">rust-lang/libc#3997</a></li> <li>CI: ensure that calls to <code>sort</code> do not depend on locale <a href="https://redirect.github.com/rust-lang/libc/pull/4026">rust-lang/libc#4026</a></li> <li>Specify <code>rust-version</code> in <code>Cargo.toml</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4041">rust-lang/libc#4041</a></li> </ul> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.161...0.2.162">0.2.162</a> - 2024-11-07</h2> <h3>Added</h3> <ul> <li>Android: fix the alignment of <code>uc_mcontext</code> on arm64 <a href="https://redirect.github.com/rust-lang/libc/pull/3894">rust-lang/libc#3894</a></li> <li>Apple: add <code>host_cpu_load_info</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3916">rust-lang/libc#3916</a></li> <li>ESP-IDF: add a time flag <a href="https://redirect.github.com/rust-lang/libc/pull/3993">rust-lang/libc#3993</a></li> <li>FreeBSD: add the <code>CLOSE_RANGE_CLOEXEC</code> flag<a href="https://redirect.github.com/rust-lang/libc/pull/3996">rust-lang/libc#3996</a></li> <li>FreeBSD: fix test errors regarding <code>__gregset_t</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3995">rust-lang/libc#3995</a></li> <li>FreeBSD: fix tests on x86 FreeBSD 15 <a href="https://redirect.github.com/rust-lang/libc/pull/3948">rust-lang/libc#3948</a></li> <li>FreeBSD: make <code>ucontext_t</code> and <code>mcontext_t</code> available on all architectures <a href="https://redirect.github.com/rust-lang/libc/pull/3848">rust-lang/libc#3848</a></li> <li>Haiku: add <code>getentropy</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3991">rust-lang/libc#3991</a></li> <li>Illumos: add <code>syncfs</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3990">rust-lang/libc#3990</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/dad00cb00e92baa7e28a542eb94bc2a78762f583"><code>dad00cb</code></a> chore: release v0.2.164</li> <li><a href="https://github.com/rust-lang/libc/commit/01ce5620434bf8da061e010ca024e0c93dde998f"><code>01ce562</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4051">#4051</a> from tgross35/stable-ci</li> <li><a href="https://github.com/rust-lang/libc/commit/8153ac19104ff88d01f1811f83ebe13b9b5ec405"><code>8153ac1</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4049">#4049</a> from tgross35/rust-version</li> <li><a href="https://github.com/rust-lang/libc/commit/5f0d183ae4e483197bc28440f149b51e6dbadbd3"><code>5f0d183</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4040">#4040</a> from tgross35/stable-msrv</li> <li><a href="https://github.com/rust-lang/libc/commit/512516016bae5ab569ec56c72759d6d2a23782e1"><code>5125160</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4027">#4027</a> from rust-lang/release-plz-2024-11-12T07-15-20Z</li> <li><a href="https://github.com/rust-lang/libc/commit/6093ce044c3e2638523afcc3720db9b0851f4cb6"><code>6093ce0</code></a> MacOS: move <code>ifconf</code> to <code>s_no_extra_traits</code></li> <li><a href="https://github.com/rust-lang/libc/commit/a4b5bf87aec69b93716375776ba2eb81a1f5550a"><code>a4b5bf8</code></a> Remove the "main" workflow</li> <li><a href="https://github.com/rust-lang/libc/commit/d7b6bf0ee8a09b62cbaa6f1508277f8ed2734e5c"><code>d7b6bf0</code></a> ci: Remove tests with rust < 1.63</li> <li><a href="https://github.com/rust-lang/libc/commit/0a976d3cfb543d4032af65fdf4bd47a69ee73896"><code>0a976d3</code></a> ci: trim trailing whitespace</li> <li><a href="https://github.com/rust-lang/libc/commit/cfd7ebf850cb29ca125c09d8486343d3dbc1c3d5"><code>cfd7ebf</code></a> chore: release v0.2.163</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.161...0.2.164">compare view</a></li> </ul> </details> <br /> Updates `which` from 6.0.3 to 7.0.0 <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>7.0.0</h2> <ul> <li>Add support to <code>WhichConfig</code> for a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.</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>7.0.0</h2> <ul> <li>Add support to <code>WhichConfig</code> for a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/harryfei/which-rs/commit/1b5f7be8ca46e832d044adc2fec688e1cd0e9e53"><code>1b5f7be</code></a> fix README.md version</li> <li><a href="https://github.com/harryfei/which-rs/commit/3edbc31fce75a0a367c5098aa9c98de996e10efe"><code>3edbc31</code></a> update CHANGELOG</li> <li><a href="https://github.com/harryfei/which-rs/commit/cef653de4e97cea738a52b4e489efec7da559880"><code>cef653d</code></a> add myself to authors</li> <li><a href="https://github.com/harryfei/which-rs/commit/59e410d4aad9dceb5e7d2350914cc152819514b6"><code>59e410d</code></a> bump version</li> <li><a href="https://github.com/harryfei/which-rs/commit/66128a77222f091394c6515d2b5953d5e8901f8f"><code>66128a7</code></a> add support for user provided closure to receive nonfatal errors</li> <li><a href="https://github.com/harryfei/which-rs/commit/7c58cf0851c742040548c44a74dbc681d8adfdff"><code>7c58cf0</code></a> Add a note on WebAssembly to README.md</li> <li>See full diff in <a href="https://github.com/harryfei/which-rs/compare/6.0.3...7.0.0">compare view</a></li> </ul> </details> <br /> Updates `tempfile` from 3.13.0 to 3.14.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p> <blockquote> <h2>3.14.0</h2> <ul> <li>Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). <a href="https://redirect.github.com/Stebalien/tempfile/pull/305">#305</a>.</li> <li>Allow older windows-sys versions <a href="https://redirect.github.com/Stebalien/tempfile/pull/304">#304</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/b232c584c89de0793361e04945f8acd3c35af879"><code>b232c58</code></a> chore: release 3.14.0 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/307">#307</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/a23f396ede61a989ed48c1906c07f20d03d04ff2"><code>a23f396</code></a> fix: enable wasip2 feature for wasm32-wasip2 target (<a href="https://redirect.github.com/Stebalien/tempfile/issues/305">#305</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/f162807fdba5c4fa99c9725e8e3ffcb74fe07450"><code>f162807</code></a> ci: switch from cargo-wasi to directly using the wasip1 target (<a href="https://redirect.github.com/Stebalien/tempfile/issues/306">#306</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/fa8ad0090413475cce8402044a06e724ffc6be0e"><code>fa8ad00</code></a> allow older windows-sys (<a href="https://redirect.github.com/Stebalien/tempfile/issues/304">#304</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/335d91d538953bb535f0839f4daced8d008d1dab"><code>335d91d</code></a> fix: expose SpooledData enum (<a href="https://redirect.github.com/Stebalien/tempfile/issues/301">#301</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.0">compare view</a></li> </ul> </details> <br /> Updates `allocator-api2` from 0.2.18 to 0.2.20 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/zakarumych/allocator-api2/commits">compare view</a></li> </ul> </details> <br /> Updates `anstream` from 0.6.17 to 0.6.18 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/anstyle/commit/fabe0c31e56a8f4cec5bda325dfafbe773ef6621"><code>fabe0c3</code></a> chore: Release</li> <li><a href="https://github.com/rust-cli/anstyle/commit/762ca76a07adbdd71714210721f85f6409aa08d1"><code>762ca76</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/anstyle/commit/d364ac44a23ca97cd07f5f05044e3115616e77d0"><code>d364ac4</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/229">#229</a> from epage/cfg</li> <li><a href="https://github.com/rust-cli/anstyle/commit/ad3f45837e401ec2be48aaf4a61b75863f758785"><code>ad3f458</code></a> fix(stream): Respect 'test' feature</li> <li><a href="https://github.com/rust-cli/anstyle/commit/0b8d1052cd3b88944a51b8c597e68bb452e7dd34"><code>0b8d105</code></a> fix(stream): Refer to correct stream on panic</li> <li><a href="https://github.com/rust-cli/anstyle/commit/69cf6c9909f6dde773507941579b2e73d539fbb7"><code>69cf6c9</code></a> refactor(stream): Pull out test macro body</li> <li><a href="https://github.com/rust-cli/anstyle/commit/c78b3c18435e6d108c12c24941a3239fd36f1fe9"><code>c78b3c1</code></a> refactor(stream): Be extra clear that macros mod is not for use</li> <li><a href="https://github.com/rust-cli/anstyle/commit/ab37812eea4257aae58940b000af76f444dca703"><code>ab37812</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/rust-cli/anstyle/issues/226">#226</a>)</li> <li><a href="https://github.com/rust-cli/anstyle/commit/7c48196f558658a8ded831d578b5d9fc4b1c4f66"><code>7c48196</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/227">#227</a> from rust-cli/renovate/stable-1.x</li> <li><a href="https://github.com/rust-cli/anstyle/commit/a28405fc4b2e3fd7025ae68d1a0d79a507b4e182"><code>a28405f</code></a> style: Make clippy happy</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/anstyle/compare/anstream-v0.6.17...anstream-v0.6.18">compare view</a></li> </ul> </details> <br /> Updates `anstyle` from 1.0.9 to 1.0.10 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/anstyle/commit/9ce373f0202db52eea0ba3167fd1c6300a0a17b6"><code>9ce373f</code></a> chore: Release</li> <li><a href="https://github.com/rust-cli/anstyle/commit/6668ff057fc7f7b78040bab4ca35c6fec507b3eb"><code>6668ff0</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/anstyle/commit/13e008aa95d486284cbcd3f927393ebf846b29c8"><code>13e008a</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/228">#228</a> from DaniPopes/avoid-write-macro-str</li> <li><a href="https://github.com/rust-cli/anstyle/commit/fb843c5f55bea0c9138c2f68fb999a2d3945d6c2"><code>fb843c5</code></a> perf: avoid using write! macro with single str</li> <li>See full diff in <a href="https://github.com/rust-cli/anstyle/compare/v1.0.9...v1.0.10">compare view</a></li> </ul> </details> <br /> Updates `arbitrary` from 1.3.2 to 1.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md">arbitrary's changelog</a>.</em></p> <blockquote> <h2>Unreleased</h2> <p>Released YYYY-MM-DD.</p> <h3>Added</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Changed</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Deprecated</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Removed</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Fixed</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Security</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <hr /> <h2>1.4.0</h2> <p>Released 2024-10-30.</p> <h3>Added</h3> <ul> <li>Added an <code>Arbitrary</code> implementation for <code>PhantomPinned</code>.</li> <li>Added the <code>Unstructured::choose_iter</code> helper method.</li> <li>Added <code>#[arbitrary(skip)]</code> for <code>enum</code> variants in the derive macro.</li> <li>Added the <code>Arbitrary::try_size_hint</code> trait method.</li> </ul> <h3>Changed</h3> <ul> <li>Implement <code>Arbitrary</code> for <code>PhantomData<A></code> even when <code>A</code> does not implement <code>Arbitrary</code> and when <code>A</code> is <code>?Sized</code>.</li> <li>Make <code>usize</code>'s underlying encoding independent of machine word size so that corpora are more portable.</li> </ul> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/c22d7c852bfbd2584de64fcab554cf85505d6e92"><code>c22d7c8</code></a> Arbitrary-derive 1.4.1</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/690db067c94e0644eb9da556caef3df8692a91b6"><code>690db06</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/204">#204</a> from djc/msrv</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/6cbaf485632cc8eb7e50af78f8f9f68261f6bf00"><code>6cbaf48</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/205">#205</a> from Manishearth/fq-result</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/de2becf7c6be9f916c9f1663c57bd3e4a84266a8"><code>de2becf</code></a> Use fully qualified path for Result when generated by macro</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/4f5967b202beb9a2a60f04e2cf54ee3bf63282e7"><code>4f5967b</code></a> Bump version for release</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/a5dfc7e4a107407baf7e8febed5abf5919ee7f0c"><code>a5dfc7e</code></a> Check stated MSRV in CI</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/da62b0359e6d197acc200c70cae0f42b5ce25632"><code>da62b03</code></a> Add lifetime bound for trait impl as required on older toolchains</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/f6435270242d428d8ac360d2cd48bb32675b4c30"><code>f643527</code></a> Use std::error::Error for compatibility with older toolchains</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/5b86c44c09be8266288449f6fbee790c47a60ee0"><code>5b86c44</code></a> Bump to 1.4.0</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/1cc0e46d23399f38b22386931070de8d8b7ec8a8"><code>1cc0e46</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/185">#185</a> from sosthene-nitrokey/wide-recursive</li> <li>Additional commits viewable in <a href="https://github.com/rust-fuzz/arbitrary/compare/v1.3.2...v1.4.1">compare view</a></li> </ul> </details> <br /> Updates `cc` from 1.1.31 to 1.2.1 <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.2.1</h2> <h3>Other</h3> <ul> <li>When invoking <code>cl -?</code>, set stdin to null (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1288">#1288</a>)</li> </ul> <h2>cc-v1.2.0</h2> <h3>Added</h3> <ul> <li>add i686-pc-windows-gnullvm prefix detection (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1283">#1283</a>)</li> </ul> <h3>Other</h3> <ul> <li>Allow only specifying the architecture (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1285">#1285</a>)</li> <li>Fix WASM vs. WASI options (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1284">#1284</a>)</li> </ul> <h2>cc-v1.1.37</h2> <h3>Other</h3> <ul> <li>Use relative directory for obj files hash (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1270">#1270</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1280">#1280</a>)</li> </ul> <h2>cc-v1.1.36</h2> <h3>Other</h3> <ul> <li>Fix CUDA build with clang++. (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1273">#1273</a>)</li> </ul> <h2>cc-v1.1.35</h2> <h3>Other</h3> <ul> <li>Remove support for FRC (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1268">#1268</a>)</li> <li>Do not add -fPIC by default on UEFI targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1263">#1263</a>)</li> <li>Use -windows-gnu for all UEFI targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1264">#1264</a>)</li> </ul> <h2>cc-v1.1.34</h2> <h3>Other</h3> <ul> <li>Remove redundant flags (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1256">#1256</a>)</li> </ul> <h2>cc-v1.1.33</h2> <h3>Other</h3> <ul> <li>Reduce size of <code>cc::Build</code> and size of generated targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1257">#1257</a>)</li> </ul> <h2>cc-v1.1.32</h2> <h3>Other</h3> <ul> <li>Use <code>rustc</code>'s knowledge of LLVM/Clang target triples (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1252">#1252</a>)</li> <li>Use Cargo's target information when possible (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1225">#1225</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.2.0...cc-v1.2.1">1.2.1</a> - 2024-11-14</h2> <h3>Other</h3> <ul> <li>When invoking <code>cl -?</code>, set stdin to null (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1288">#1288</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.37...cc-v1.2.0">1.2.0</a> - 2024-11-11</h2> <h3>Added</h3> <ul> <li>add i686-pc-windows-gnullvm prefix detection (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1283">#1283</a>)</li> </ul> <h3>Other</h3> <ul> <li>Allow only specifying the architecture (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1285">#1285</a>)</li> <li>Fix WASM vs. WASI options (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1284">#1284</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.36...cc-v1.1.37">1.1.37</a> - 2024-11-08</h2> <h3>Other</h3> <ul> <li>Use relative directory for obj files hash (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1270">#1270</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1280">#1280</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.35...cc-v1.1.36">1.1.36</a> - 2024-11-05</h2> <h3>Other</h3> <ul> <li>Fix CUDA build with clang++. (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1273">#1273</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.34...cc-v1.1.35">1.1.35</a> - 2024-11-04</h2> <h3>Other</h3> <ul> <li>Remove support for FRC (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1268">#1268</a>)</li> <li>Do not add -fPIC by default on UEFI targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1263">#1263</a>)</li> <li>Use -windows-gnu for all UEFI targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1264">#1264</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.33...cc-v1.1.34">1.1.34</a> - 2024-11-02</h2> <h3>Other</h3> <ul> <li>Remove redundant flags (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1256">#1256</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.32...cc-v1.1.33">1.1.33</a> - 2024-11-02</h2> <h3>Other</h3> <ul> <li>Reduce size of <code>cc::Build</code> and size of generated targets (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1257">#1257</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/19fa89ecb09c53fd5866cce7098d31522f27e413"><code>19fa89e</code></a> chore: release v1.2.1 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1289">#1289</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/76a397013c04738f239474d3b989db903ab486ff"><code>76a3970</code></a> When invoking <code>cl -?</code>, set stdin to null (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1288">#1288</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/a0441c3bca087c6457824d05857e00d8e8b06753"><code>a0441c3</code></a> chore: release v1.1.38 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1286">#1286</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/837ad79d4e599ac22c2162031bf7f89cf1e9c243"><code>837ad79</code></a> feat: add i686-pc-windows-gnullvm prefix detection (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1283">#1283</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/58bd9747c2a1591ad38c35444de95d263c1a422e"><code>58bd974</code></a> windows_registry: Allow only specifying the architecture (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1285">#1285</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/aa4a6cf7d5e9dfd04665a7bc37d7804cb466bc56"><code>aa4a6cf</code></a> Fix WASM vs. WASI options (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1284">#1284</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/5835783f0e3a02cc343ed02e272b54988ee8a423"><code>5835783</code></a> chore: release v1.1.37 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1282">#1282</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/15d2f7d4b0936e0674a3794a32729da7ac2b6f9c"><code>15d2f7d</code></a> Use relative directory for obj files hash (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1270">#1270</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/8120aed13eedc0f76ff12b6b8e63d7ddc246091e"><code>8120aed</code></a> Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1280">#1280</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/2050013e69bc07e275a65583dd26e8905dfdff73"><code>2050013</code></a> chore: release v1.1.36 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1274">#1274</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.1.31...cc-v1.2.1">compare view</a></li> </ul> </details> <br /> Updates `clap_builder` from 4.5.20 to 4.5.21 <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.21</h2> <h2>[4.5.21] - 2024-11-13</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Ensure defaults are filled in on error with <code>ignore_errors(true)</code></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.21] - 2024-11-13</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Ensure defaults are filled in on error with <code>ignore_errors(true)</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/2920fb082c987acb72ed1d1f47991c4d157e380d"><code>2920fb0</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8902627c2b7d9b54fee1588e5f426fe8bd132cd2"><code>8902627</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/79d696f925c6763b65ea53a75a50bf81ed359632"><code>79d696f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5813">#5813</a> from epage/ignore</li> <li><a href="https://github.com/clap-rs/clap/commit/479df35abd8f1ba6fbfb2a9f1be635c9defcb471"><code>479df35</code></a> fix(parser): Fill in defaults on ignored error</li> <li><a href="https://github.com/clap-rs/clap/commit/a1d69ca824f27cb7351a06ec689838e99d2c1be5"><code>a1d69ca</code></a> refactor(parser): Split up parsing from post-processing</li> <li><a href="https://github.com/clap-rs/clap/commit/682784193017f7b310a2f3e82cced923e8845547"><code>6827841</code></a> test(parser): Show bad ignore_errors defaulting case</li> <li><a href="https://github.com/clap-rs/clap/commit/76d0049330090f3b2bc46ad4014457bc889c4cc9"><code>76d0049</code></a> test(parser): Verify defaulting on errors</li> <li><a href="https://github.com/clap-rs/clap/commit/3f5c05ce3877b43489cfd4fba1e96a89a692169d"><code>3f5c05c</code></a> test(parser): Ensure we are actually testing ignore_errors</li> <li><a href="https://github.com/clap-rs/clap/commit/ba4745dd1112922d5aeea867f01f8b29028289a9"><code>ba4745d</code></a> chore(ci): Fix use of permissions</li> <li><a href="https://github.com/clap-rs/clap/commit/22944b4c3521562f78b6cf32cefc260cbed16798"><code>22944b4</code></a> chore(ci): Use matrix for tracking the runner</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.5.20...v4.5.21">compare view</a></li> </ul> </details> <br /> Updates `clap_lex` from 0.7.2 to 0.7.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_lex's changelog</a>.</em></p> <blockquote> <h2>v0.7.3 (2015-05-03)</h2> <h4>Bug Fixes</h4> <ul> <li><strong>RequiredValues</strong> fixes a bug where missing values are parsed as missing arguments (<a href="https://github.com/clap-rs/clap/commit/93c4a7231ba1a08152648598f7aa4503ea82e4de">93c4a723</a>)</li> </ul> <h4>Improvements</h4> <ul> <li><strong>ErrorMessages</strong> improves error messages and corrections (<a href="https://github.com/clap-rs/clap/commit/a29c3983c4229906655a29146ec15a0e46dd942d">a29c3983</a>)</li> <li><strong>ArgGroups</strong> improves requirement and confliction support for groups (<a href="https://github.com/clap-rs/clap/commit/c236dc5ff475110d2a1b80e62903f80296163ad3">c236dc5f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/2920fb082c987acb72ed1d1f47991c4d157e380d"><code>2920fb0</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8902627c2b7d9b54fee1588e5f426fe8bd132cd2"><code>8902627</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/79d696f925c6763b65ea53a75a50bf81ed359632"><code>79d696f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5813">#5813</a> from epage/ignore</li> <li><a href="https://github.com/clap-rs/clap/commit/479df35abd8f1ba6fbfb2a9f1be635c9defcb471"><code>479df35</code></a> fix(parser): Fill in defaults on ignored error</li> <li><a href="https://github.com/clap-rs/clap/commit/a1d69ca824f27cb7351a06ec689838e99d2c1be5"><code>a1d69ca</code></a> refactor(parser): Split up parsing from post-processing</li> <li><a href="https://github.com/clap-rs/clap/commit/682784193017f7b310a2f3e82cced923e8845547"><code>6827841</code></a> test(parser): Show bad ignore_errors defaulting case</li> <li><a href="https://github.com/clap-rs/clap/commit/76d0049330090f3b2bc46ad4014457bc889c4cc9"><code>76d0049</code></a> test(parser): Verify defaulting on errors</li> <li><a href="https://github.com/clap-rs/clap/commit/3f5c05ce3877b43489cfd4fba1e96a89a692169d"><code>3f5c05c</code></a> test(parser): Ensure we are actually testing ignore_errors</li> <li><a href="https://github.com/clap-rs/clap/commit/ba4745dd1112922d5aeea867f01f8b29028289a9"><code>ba4745d</code></a> chore(ci): Fix use of permissions</li> <li><a href="https://github.com/clap-rs/clap/commit/22944b4c3521562f78b6cf32cefc260cbed16798"><code>22944b4</code></a> chore(ci): Use matrix for tracking the runner</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_lex-v0.7.2...clap_lex-v0.7.3">compare view</a></li> </ul> </details> <br /> Updates `cpufeatures` from 0.2.14 to 0.2.15 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RustCrypto/utils/commit/32842f6ce0a235142ce99879c1eb2aa515ce3b31"><code>32842f6</code></a> cpufeatures: relax XSAVE checks (<a href="https://redirect.github.com/RustCrypto/utils/issues/1130">#1130</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/ae570cd1e3ffeaaa5d58d65ce42525deac5f1bc3"><code>ae570cd</code></a> Exclude <code>aarch64-dit</code> from root workspace (<a href="https://redirect.github.com/RustCrypto/utils/issues/1131">#1131</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/b6fcf7506463354c80ee82b02c37c757c20797ef"><code>b6fcf75</code></a> Cut new release candidates (<a href="https://redirect.github.com/RustCrypto/utils/issues/1127">#1127</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/e734b0ef333341a8924c65972087f7907a10d5d7"><code>e734b0e</code></a> Bump <code>hybrid-array</code> to v0.2 (final) (<a href="https://redirect.github.com/RustCrypto/utils/issues/1125">#1125</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/0aec166be9e9693da4cde0354bdaa43976cd2531"><code>0aec166</code></a> build(deps): bump hybrid-array from 0.2.0-rc.10 to 0.2.0-rc.11 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1123">#1123</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/66221b660553cbad52398f062df94858c24a7866"><code>66221b6</code></a> inout: re-add <code>package.metadata.docs.rs</code> to Cargo.toml (<a href="https://redirect.github.com/RustCrypto/utils/issues/1122">#1122</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/cc0545698ca8025eb2cd956a188d6086f312c152"><code>cc05456</code></a> inout v0.2.0-rc.1 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1121">#1121</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/492eebdd0784b8fab433a77c42367da1f86bbc47"><code>492eebd</code></a> block-padding v0.4.0-rc.1 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1120">#1120</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/8efe87314d966b73a8ef78dc02ef80d707ba5fc8"><code>8efe873</code></a> block-buffer v0.11.0-rc.2 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1119">#1119</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/3f94c9cf5ae0156f5347b632320f1b3778438695"><code>3f94c9c</code></a> inout: use <code>doc_auto_cfg</code> (<a href="https://redirect.github.com/RustCrypto/utils/issues/1118">#1118</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.14...cpufeatures-v0.2.15">compare view</a></li> </ul> </details> <br /> Updates `derive_arbitrary` from 1.3.2 to 1.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md">derive_arbitrary's changelog</a>.</em></p> <blockquote> <h2>Unreleased</h2> <p>Released YYYY-MM-DD.</p> <h3>Added</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Changed</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Deprecated</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Removed</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Fixed</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <h3>Security</h3> <ul> <li>TODO (or remove section if none)</li> </ul> <hr /> <h2>1.4.0</h2> <p>Released 2024-10-30.</p> <h3>Added</h3> <ul> <li>Added an <code>Arbitrary</code> implementation for <code>PhantomPinned</code>.</li> <li>Added the <code>Unstructured::choose_iter</code> helper method.</li> <li>Added <code>#[arbitrary(skip)]</code> for <code>enum</code> variants in the derive macro.</li> <li>Added the <code>Arbitrary::try_size_hint</code> trait method.</li> </ul> <h3>Changed</h3> <ul> <li>Implement <code>Arbitrary</code> for <code>PhantomData<A></code> even when <code>A</code> does not implement <code>Arbitrary</code> and when <code>A</code> is <code>?Sized</code>.</li> <li>Make <code>usize</code>'s underlying encoding independent of machine word size so that corpora are more portable.</li> </ul> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/c22d7c852bfbd2584de64fcab554cf85505d6e92"><code>c22d7c8</code></a> Arbitrary-derive 1.4.1</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/690db067c94e0644eb9da556caef3df8692a91b6"><code>690db06</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/204">#204</a> from djc/msrv</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/6cbaf485632cc8eb7e50af78f8f9f68261f6bf00"><code>6cbaf48</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/205">#205</a> from Manishearth/fq-result</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/de2becf7c6be9f916c9f1663c57bd3e4a84266a8"><code>de2becf</code></a> Use fully qualified path for Result when generated by macro</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/4f5967b202beb9a2a60f04e2cf54ee3bf63282e7"><code>4f5967b</code></a> Bump version for release</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/a5dfc7e4a107407baf7e8febed5abf5919ee7f0c"><code>a5dfc7e</code></a> Check stated MSRV in CI</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/da62b0359e6d197acc200c70cae0f42b5ce25632"><code>da62b03</code></a> Add lifetime bound for trait impl as required on older toolchains</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/f6435270242d428d8ac360d2cd48bb32675b4c30"><code>f643527</code></a> Use std::error::Error for compatibility with older toolchains</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/5b86c44c09be8266288449f6fbee790c47a60ee0"><code>5b86c44</code></a> Bump to 1.4.0</li> <li><a href="https://github.com/rust-fuzz/arbitrary/commit/1cc0e46d23399f38b22386931070de8d8b7ec8a8"><code>1cc0e46</code></a> Merge pull request <a href="https://redirect.github.com/rust-fuzz/arbitrary/issues/185">#185</a> from sosthene-nitrokey/wide-recursive</li> <li>Additional commits viewable in <a href="https://github.com/rust-fuzz/arbitrary/compare/v1.3.2...v1.4.1">compare view</a></li> </ul> </details> <br /> Updates `fastrand` from 2.1.1 to 2.2.0 <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.2.0</h2> <ul> <li>Expose missing <code>fill</code> method for the global RNG. (<a href="https://redirect.github.com/smol-rs/fastrand/issues/90">#90</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.2.0</h1> <ul> <li>Expose missing <code>fill</code> method for the global RNG. (<a href="https://redirect.github.com/smol-rs/fastrand/issues/90">#90</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smol-rs/fastrand/commit/1b93479b8ea275997771df15aa4dbd54ee01bd6d"><code>1b93479</code></a> v2.2.0</li> <li><a href="https://github.com/smol-rs/fastrand/commit/8ad22833673c756f526c817afc5045c66b4f3cbd"><code>8ad2283</code></a> ci: Use "v2.0.0" branch for security check (<a href="https://redirect.github.com/smol-rs/fastrand/issues/91">#91</a>)</li> <li><a href="https://github.com/smol-rs/fastrand/commit/cfc0ab0ef7ace7e32e4dadee7367ad10062c86a0"><code>cfc0ab0</code></a> Update rustsec/audit-check branch name to main</li> <li><a href="https://github.com/smol-rs/fastrand/commit/6dee614ee397ffc48da3c87aa0002b976495a3ec"><code>6dee614</code></a> Expose missing fill method in global_rng module</li> <li>See full diff in <a href="https://github.com/smol-rs/fastrand/compare/v2.1.1...v2.2.0">compare view</a></li> </ul> </details> <br /> Updates `flate2` from 1.0.34 to 1.0.35 <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.35 - security update to zlib-rs</h2> <h2>What's Changed</h2> <ul> <li>Upgrade actions/upload-artifact by <a href="https://github.com/jdno"><code>@jdno</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/438">rust-lang/flate2-rs#438</a></li> <li>upgrade zlib-rs to version <code>0.4.0</code> by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/439">rust-lang/flate2-rs#439</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jdno"><code>@jdno</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/438">rust-lang/flate2-rs#438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35">https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/14aec222af2b85485bd3df4578d8d510eca46af7"><code>14aec22</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/439">#439</a> from folkertdev/update-zlib-rs-0.4.0</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/eff67addaede2af11d661016e215a6e5de731efe"><code>eff67ad</code></a> upgrade zlib-rs to version <code>0.4.0</code></li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/ce18d3afb493b0dbba253bdcee06a89f8e316d97"><code>ce18d3a</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/438">#438</a> from jdno/upgrade-action</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/74841c510c1c48c9135bb0a22b1912587c63ede0"><code>74841c5</code></a> Upgrade actions/upload-artifact</li> <li>See full diff in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35">compare view</a></li> </ul> </details> <br /> Updates `itoa` from 1.0.11 to 1.0.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/itoa/releases">itoa's releases</a>.</em></p> <blockquote> <h2>1.0.13</h2> <ul> <li>Code cleanup (<a href="https://redirect.github.com/dtolnay/itoa/issues/48">#48</a>, <a href="https://redirect.github.com/dtolnay/itoa/issues/49">#49</a>, <a href="https://redirect.github.com/dtolnay/itoa/issues/50">#50</a>, <a href="https://redirect.github.com/dtolnay/itoa/issues/51">#51</a>, <a href="https://redirect.github.com/dtolnay/itoa/issues/52">#52</a>, <a href="https://redirect.github.com/dtolnay/itoa/issues/53">#53</a>, <a href="https://redirect.github.com/dtolnay/itoa/issues/54">#54</a>, <a href="https://redirect.github.com/dtolnay/itoa/issues/55">#55</a>)</li> </ul> <h2>1.0.12</h2> <ul> <li>Add itoa::Integer::MAX_STR_LEN associated constant (<a href="https://redirect.github.com/dtolnay/itoa/issues/45">#45</a>, thanks <a href="https://github.com/SUPERCILEX"><code>@SUPERCILEX</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/itoa/commit/d49fc1d6ba09586cb6e0936ee092e98958b2de51"><code>d49fc1d</code></a> Release 1.0.13</li> <li><a href="https://github.com/dtolnay/itoa/commit/3118ea63cdb9f8a94a111a3c1d16f7d1bcb2980b"><code>3118ea6</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/itoa/issues/55">#55</a> from dtolnay/isize</li> <li><a href="https://github.com/dtolnay/itoa/commit/ed2b9b4c6d292cc0c873f7a42113a6af5785c60d"><code>ed2b9b4</code></a> Eliminate 64-bit-to-isize conversion</li> <li><a href="https://github.com/dtolnay/itoa/commit/513debf1045faf47a60eecafb6886a612eb64c73"><code>513debf</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/itoa/issues/54">#54</a> from dtolnay/lut</li> <li><a href="https://github.com/dtolnay/itoa/commit/09a06f66c4f9b92bec103ef54ce4f4ffe0273611"><code>09a06f6</code></a> Change decimal digits lookup table from static to const</li> <li><a href="https://github.com/dtolnay/itoa/commit/d39d76721fb1691a5944285e4d30cd229ac8cccf"><code>d39d767</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/itoa/issues/53">#53</a> from dtolnay/render</li> <li><a href="https://github.com/dtolnay/itoa/commit/daf766bdd110d5174709644278df6aff1fa59424"><code>daf766b</code></a> Replace 'decode' terminology with 'render'</li> <li><a href="https://github.com/dtolnay/itoa/commit/535f396e7b9ceb164e3ff1df599a3d627178a2ab"><code>535f396</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/itoa/issues/52">#52</a> from dtolnay/fouratatime</li> <li><a href="https://github.com/dtolnay/itoa/commit/21e76dcff2a776d26bf742244cdff6da7094ab81"><code>21e76dc</code></a> Remove redundant size_of check</li> <li><a href="https://github.com/dtolnay/itoa/commit/c4ba250a9648c6cdc23e0a8d2b9f2c2990a1f114"><code>c4ba250</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/itoa/issues/51">#51</a> from dtolnay/maxlen</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/itoa/compare/1.0.11...1.0.13">compare view</a></li> </ul> </details> <br /> Updates `js-sys` from 0.3.70 to 0.3.72 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rustwasm/wasm-bindgen/commits">compare view</a></li> </ul> </details> <br /> Updates `libm` from 0.2.10 to 0.2.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libm/releases">libm's releases</a>.</em></p> <blockquote> <h2>libm-v0.2.11</h2> <h3>Fixed</h3> <ul> <li>fix type of constants in ported sincosf (<a href="https://redirect.github.com/rust-lang/libm/pull/331">#331</a>)</li> </ul> <h3>Other</h3> <ul> <li>Disable a unit test that is failing on i586</li> <li>Add a procedural macro for expanding all function signatures</li> <li>Introduce <code>musl-math-sys</code> for bindings to musl math symbols</li> <li>Add basic docstrings to some functions (<a href="https://redirect.github.com/rust-lang/libm/pull/337">#337</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libm/blob/master/CHANGELOG.md">libm's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libm/compare/libm-v0.2.10...libm-v0.2.11">0.2.11</a> - 2024-10-28</h2> <h3>Fixed</h3> <ul> <li>fix type of constants in ported sincosf (<a href="https://redirect.github.com/rust-lang/libm/pull/331">#331</a>)</li> </ul> <h3>Other</h3> <ul> <li>Disable a unit test that is failing on i586</li> <li>Add a procedural macro for expanding all function signatures</li> <li>Introduce <code>musl-math-sys</code> for bindings to musl math symbols</li> <li>Add basic docstrings to some functions (<a href="https://redirect.github.com/rust-lang/libm/pull/337">#337</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libm/commit/cdbf42389e40e15350745cc29e86cd5d93cb2a76"><code>cdbf423</code></a> chore: release v0.2.11</li> <li><a href="https://github.com/rust-lang/libm/commit/7532f812b38f6c9c087608f78c1eecb07ae60ded"><code>7532f81</code></a> Enable caching on all CI jobs that build the crate (<a href="https://redirect.github.com/rust-lang/libm/issues/341">#341</a>)</li> <li><a href="https://github.com/rust-lang/libm/commit/28f20d83a2609c235e1e63562ce800a49fbc7ad0"><code>28f20d8</code></a> Reduce the number of iterations on emulated aarch64 Linux</li> <li><a href="https://github.com/rust-lang/libm/commit/3dbb18755d83f5f6c3fd5898f39476dadb0aabff"><code>3dbb187</code></a> Mark libm-macros and musl-math-sys as publish=false</li> <li><a href="https://github.com/rust-lang/libm/commit/6bbbed59c7d32dab058e88d64fbe5c99d465785f"><code>6bbbed5</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libm/issues/300">#300</a> from tgross35/test-refactoring</li> <li><a href="https://github.com/rust-lang/libm/commit/fb9cd479e937bcf8af379a02efdee16289829109"><code>fb9cd47</code></a> Enable more targets on CI</li> <li><a href="https://github.com/rust-lang/libm/commit/df9f125bdd3c2a8be276e7dcf89493f40a9d09cd"><code>df9f125</code></a> Disable a unit test that is failing on i586</li> <li><a href="https://github.com/rust-lang/libm/commit/b126e7c70bf2e95c2abeb60c0f2cd7829e126576"><code>b126e7c</code></a> Add dockerfiles for i586, riscv, and thumb</li> <li><a href="https://github.com/rust-lang/libm/commit/0e6910920925e5ae46696364846532fac429c513"><code>0e69109</code></a> Add a test against musl libm</li> <li><a href="https://github.com/rust-lang/libm/commit/364e13e2fbb85b711bdda99863d2a11d12cac94d"><code>364e13e</code></a> Introduce a generic way to control checks for specific cases</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libm/compare/libm-v0.2.10...libm-v0.2.11">compare view</a></li> </ul> </details> <br /> Updates `proc-macro2` from 1.0.89 to 1.0.91 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.91</h2> <ul> <li>Fix panic <em>"compiler/fallback mismatch 949"</em> when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/484">#484</a>)</li> </u... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
30ccaf46f2 |
manager: Reset search filter after moving from SuperUser destination (#2204)
By default there's an annoying behaviour for which the manager leaves the search filter after changing destination without even showing the search bar anymore. Fix that and reset the list to the top instead of leaving it at the searched app's height https://github.com/user-attachments/assets/268672af-ced9-4293-81df-4e1c7ef33489 original behaviour https://github.com/user-attachments/assets/b9b318cf-273a-4130-b199-712e99f6ed72 changed behaviour Tested-by: backslashxx [118538522+backslashxx@users.noreply.github.com](mailto:118538522+backslashxx@users.noreply.github.com) |
||
|
|
a47499686c |
manager: Fix not refreshing after action button was pressed (#2201)
- This commit fix issue #2171 Tested-by: backslashxx <118538522+backslashxx@users.noreply.github.com> --------- Signed-off-by: rsuntk <rissu.ntk@gmail.com> |