mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
19468766267abbc06cea0bce48495f344ea218d3
1882 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
1946876626 |
ci: Update lkm kernel version (#2567)
To fix build error and sync from upstream --------- Co-authored-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> |
||
|
|
61c0f7f849 |
ci: Update llvm version for chrome arcvm kernel build (#2551)
ref: https://github.com/tiann/KernelSU/actions/runs/14575050545/job/40879303805#step:2:416 |
||
|
|
b03a2de06a | ci: Fix ubuntu-20.04 deprecation | ||
|
|
9b4a08c2c6 |
build(deps): bump the npm group across 1 directory with 22 updates (#2542)
Bumps the npm group with 14 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.9` | `7.27.0` | | [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.25` | `1.2.32` | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `2.3.2` | `2.5.0` | | [@shikijs/types](https://github.com/shikijs/shiki/tree/HEAD/packages/types) | `2.3.2` | `2.5.0` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.1` | `5.2.3` | | [@vue/devtools-api](https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api) | `7.7.2` | `7.7.5` | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `12.5.0` | `12.7.0` | | [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `12.7.0` | `12.8.2` | | [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.20.3` | `5.23.4` | | [micromark-util-types](https://github.com/micromark/micromark) | `2.0.1` | `2.0.2` | | [nanoid](https://github.com/ai/nanoid) | `3.3.8` | `3.3.11` | | [preact](https://github.com/preactjs/preact) | `10.26.2` | `10.26.5` | | [rollup](https://github.com/rollup/rollup) | `4.34.8` | `4.40.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.14` | `5.4.18` | Updates `@babel/parser` from 7.26.9 to 7.27.0 <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.27.0 (2025-03-24)</h2> <p>Thanks <a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a> and <a href="https://github.com/vovkasm"><code>@vovkasm</code></a> for your first PRs!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Ish Chhabra (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> <li>Vladimir Timofeev (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.27.0 (2025-03-24)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17159">#17159</a> Disallow decorator in array pattern (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17164">#17164</a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17142">#17142</a> fix: "Map maximum size exceeded" in deepClone (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/5c350eab83dd12268add44cce0eeda6c898211e3"><code>5c350ea</code></a> v7.27.0</li> <li><a href="https://github.com/babel/babel/commit/7162c2252284d99074ebfc2bcce37b519d0c2559"><code>7162c22</code></a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (#...</li> <li><a href="https://github.com/babel/babel/commit/1386d3dcc2b40bae907263be4a4d0ad6c84991b4"><code>1386d3d</code></a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16977">#16977</a>)</li> <li><a href="https://github.com/babel/babel/commit/36275df8c8734f9ffde4f93f990aada281b34fc8"><code>36275df</code></a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17149">#17149</a>)</li> <li><a href="https://github.com/babel/babel/commit/10c4bd4616617235d65aa545c51273f081c15873"><code>10c4bd4</code></a> Support ESTree AccessorProperty (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17082">#17082</a>)</li> <li><a href="https://github.com/babel/babel/commit/e1ce99df422971175249509e7bbc2b327b8f7957"><code>e1ce99d</code></a> v7.26.10</li> <li><a href="https://github.com/babel/babel/commit/74f5d6d6be04600e16d68133604e1146f99d41d9"><code>74f5d6d</code></a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17164">#17164</a>)</li> <li><a href="https://github.com/babel/babel/commit/fb1e134984467baba89dca8f8bf6eef0606363db"><code>fb1e134</code></a> Left-value parsing cleanup (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17160">#17160</a>)</li> <li><a href="https://github.com/babel/babel/commit/62ed12a1faeffcd37a51512b847953bcf89e2757"><code>62ed12a</code></a> Disallow decorator in array pattern (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17159">#17159</a>)</li> <li><a href="https://github.com/babel/babel/commit/49a160e47ddaf5933506d25fef4ffe70f21089ca"><code>49a160e</code></a> fix(typescript): disallow TSInstantiationExpression in LHS (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17154">#17154</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.27.0/packages/babel-parser">compare view</a></li> </ul> </details> <br /> Updates `@babel/types` from 7.26.9 to 7.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/types</code>'s releases</a>.</em></p> <blockquote> <h2>v7.27.0 (2025-03-24)</h2> <p>Thanks <a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a> and <a href="https://github.com/vovkasm"><code>@vovkasm</code></a> for your first PRs!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Ish Chhabra (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> <li>Vladimir Timofeev (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/types</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.27.0 (2025-03-24)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17159">#17159</a> Disallow decorator in array pattern (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17164">#17164</a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17142">#17142</a> fix: "Map maximum size exceeded" in deepClone (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/5c350eab83dd12268add44cce0eeda6c898211e3"><code>5c350ea</code></a> v7.27.0</li> <li><a href="https://github.com/babel/babel/commit/582538cedb997231ea8dbbe820589a738679d7fd"><code>582538c</code></a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17169">#17169</a>)</li> <li><a href="https://github.com/babel/babel/commit/088cfb46cc65f21ecc9623630ed0df7b66efc981"><code>088cfb4</code></a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/16870">#16870</a>)</li> <li><a href="https://github.com/babel/babel/commit/4ad63a4bdb4bb4afc6335e3d8dbeafd19b2baf59"><code>4ad63a4</code></a> [Babel 8] Remove <code>BLOCK_SCOPED_SYMBOL</code> and <code>NOT_LOCAL_BINDING</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17148">#17148</a>)</li> <li><a href="https://github.com/babel/babel/commit/7162c2252284d99074ebfc2bcce37b519d0c2559"><code>7162c22</code></a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (#...</li> <li><a href="https://github.com/babel/babel/commit/c014c633d483569dd290986e75aaa0a5c921daad"><code>c014c63</code></a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (...</li> <li><a href="https://github.com/babel/babel/commit/83316bdb85ad7b4a564b28776acdca9110101d0f"><code>83316bd</code></a> Generate computed proto key (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17175">#17175</a>)</li> <li><a href="https://github.com/babel/babel/commit/e1ce99df422971175249509e7bbc2b327b8f7957"><code>e1ce99d</code></a> v7.26.10</li> <li><a href="https://github.com/babel/babel/commit/89226c900c62c4d20fc809ca4b74611d8f9a570c"><code>89226c9</code></a> [Babel 8] Parse TSHeritageBase.expression as an expression (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17139">#17139</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.27.0/packages/babel-types">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/simple-icons` from 1.2.25 to 1.2.32 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/iconify/icon-sets/commits">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/core` from 2.3.2 to 2.5.0 <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>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/516322eedf726fa0894a07506597c535db2e0c4e"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="https://github.com/shikijs/shiki/commit/d52da6726d65fdc3fc4d6bc671f9f9df5af46923"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="https://github.com/shikijs/shiki/commit/634face3a6e8bf0eab257d582cbe56534d0b2af9"><code>634face</code></a> feat(core): expose <code>flatTokenVariants</code> utility, refactor utils folder</li> <li><a href="https://github.com/shikijs/shiki/commit/aa84bbca7339ae2295d1c1ed2543cf5009979d5e"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="https://github.com/shikijs/shiki/commit/89ae773d8b3c4199397d97c5a30102eadafe7299"><code>89ae773</code></a> feat: expose <code>guessEmbeddedLanguages</code> from core</li> <li><a href="https://github.com/shikijs/shiki/commit/be1d61439fb891196330ebd3157a286c94961ed3"><code>be1d614</code></a> chore: release v2.4.0</li> <li><a href="https://github.com/shikijs/shiki/commit/20e6c8b9e55eb95dc5a07480a31f07587ed64f0b"><code>20e6c8b</code></a> feat(shortcuts): guess embedded language and auto load in shortcuts (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/932">#932</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-javascript` from 2.3.2 to 2.5.0 <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>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/516322eedf726fa0894a07506597c535db2e0c4e"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="https://github.com/shikijs/shiki/commit/d52da6726d65fdc3fc4d6bc671f9f9df5af46923"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="https://github.com/shikijs/shiki/commit/aa84bbca7339ae2295d1c1ed2543cf5009979d5e"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="https://github.com/shikijs/shiki/commit/be1d61439fb891196330ebd3157a286c94961ed3"><code>be1d614</code></a> chore: release v2.4.0</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/engine-javascript">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-oniguruma` from 2.3.2 to 2.5.0 <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>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-oniguruma/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-oniguruma/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/516322eedf726fa0894a07506597c535db2e0c4e"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="https://github.com/shikijs/shiki/commit/d52da6726d65fdc3fc4d6bc671f9f9df5af46923"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="https://github.com/shikijs/shiki/commit/aa84bbca7339ae2295d1c1ed2543cf5009979d5e"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="https://github.com/shikijs/shiki/commit/be1d61439fb891196330ebd3157a286c94961ed3"><code>be1d614</code></a> chore: release v2.4.0</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/engine-oniguruma">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/types` from 2.3.2 to 2.5.0 <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>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/types/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/types/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/516322eedf726fa0894a07506597c535db2e0c4e"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="https://github.com/shikijs/shiki/commit/d52da6726d65fdc3fc4d6bc671f9f9df5af46923"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="https://github.com/shikijs/shiki/commit/d619571dde3c173457dbbccb10573d8ab1877d39"><code>d619571</code></a> fix: missing types for <code>CodeToTokensWithThemesOptions</code></li> <li><a href="https://github.com/shikijs/shiki/commit/aa84bbca7339ae2295d1c1ed2543cf5009979d5e"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="https://github.com/shikijs/shiki/commit/be1d61439fb891196330ebd3157a286c94961ed3"><code>be1d614</code></a> chore: release v2.4.0</li> <li><a href="https://github.com/shikijs/shiki/commit/20e6c8b9e55eb95dc5a07480a31f07587ed64f0b"><code>20e6c8b</code></a> feat(shortcuts): guess embedded language and auto load in shortcuts (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/types/issues/932">#932</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/types">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.2.1 to 5.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@vitejs/plugin-vue</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-vue@5.2.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.2.3/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-vue@5.2.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.2.2/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@vitejs/plugin-vue</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.2.3 (2025-03-17)<!-- raw HTML omitted --></h2> <ul> <li>Revert "fix: generate unique component id" (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/548">#548</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/4bc5517">4bc5517</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/548">#548</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.2 (2025-03-17)<!-- raw HTML omitted --></h2> <ul> <li>feat: pass descriptor vapor flag to compileTemplte (<a href="https://github.com/vitejs/vite-plugin-vue/commit/219e007">219e007</a>)</li> <li>feat(css): tree shake scoped styles (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/533">#533</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/333094f">333094f</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/533">#533</a></li> <li>fix: generate unique component id (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/538">#538</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/2704e85">2704e85</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/538">#538</a></li> <li>fix: properly interpret boolean values in <code>define</code> (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/545">#545</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/46d3d65">46d3d65</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/545">#545</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/482">#482</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/cdbae68">cdbae68</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/482">#482</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/488">#488</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/5d39582">5d39582</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/488">#488</a></li> <li>fix(index): move the if check earlier to avoid creating unnecessary ssr when entering return block ( (<a href="https://github.com/vitejs/vite-plugin-vue/commit/2135c84">2135c84</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/523">#523</a></li> <li>fix(plugin-vue): default value for compile time flags (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/495">#495</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/ae9d948">ae9d948</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/495">#495</a></li> <li>fix(plugin-vue): ensure HMR updates styles when SFC is treated as a type dependency (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/541">#541</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/4abe3be">4abe3be</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/541">#541</a></li> <li>fix(plugin-vue): resolve sourcemap conflicts in build watch mode with cached modules (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/505">#505</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/906cebb">906cebb</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/505">#505</a></li> <li>fix(plugin-vue): support external import URLs for monorepos (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/524">#524</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/cdd4922">cdd4922</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/524">#524</a></li> <li>fix(plugin-vue): support vapor template-only component (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/529">#529</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/95be153">95be153</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/529">#529</a></li> <li>fix(plugin-vue): suppress warnings for non-recognized pseudo selectors form lightningcss (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/521">#521</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/15c0eb0">15c0eb0</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/521">#521</a></li> <li>chore(deps): update dependency rollup to ^4.27.4 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/479">#479</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/428320d">428320d</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/479">#479</a></li> <li>chore(deps): update dependency rollup to ^4.28.1 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/484">#484</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/388403f">388403f</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/484">#484</a></li> <li>chore(deps): update dependency rollup to ^4.29.1 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/493">#493</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/b092bc8">b092bc8</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/493">#493</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/503">#503</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/8c12b9f">8c12b9f</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/503">#503</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/511">#511</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/d057351">d057351</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/511">#511</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/526">#526</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/59946d3">59946d3</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/526">#526</a></li> <li>chore(plugin-vue): simplify <code>resolved</code> declaration (<a href="https://github.com/vitejs/vite-plugin-vue/commit/7288a59">7288a59</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/b733b914e62b002e45c4a2b3078f3b0f4d0f8805"><code>b733b91</code></a> release: plugin-vue@5.2.3</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/4bc551785a2844113fb03588805a53b8d0c731c6"><code>4bc5517</code></a> Revert "fix: generate unique component id" (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/548">#548</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/979cbbf2e68c03972583aa5672071556f3bc5a3a"><code>979cbbf</code></a> release: plugin-vue@5.2.2</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/333094f434230a1369a380e5cf22b59ad75e4fc1"><code>333094f</code></a> feat(css): tree shake scoped styles (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/533">#533</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/906cebb1f5cf33edbb2f8258c7eec4e8d7278da7"><code>906cebb</code></a> fix(plugin-vue): resolve sourcemap conflicts in build watch mode with cached ...</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/2704e85d4c3c4d590d77c1efedfc0f5e8a6b911e"><code>2704e85</code></a> fix: generate unique component id (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/538">#538</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/46d3d650726c0342af68c8d877979c4d3aa68f7e"><code>46d3d65</code></a> fix: properly interpret boolean values in <code>define</code> (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/545">#545</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/4abe3be06e96c9ceffd85789a2a65f3d298308a8"><code>4abe3be</code></a> fix(plugin-vue): ensure HMR updates styles when SFC is treated as a type depe...</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/59946d3d67f19cf626be4164ac26a9373e74ecd5"><code>59946d3</code></a> chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/526">#526</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/95be1537557c256ab1992776712784c2b1c6c856"><code>95be153</code></a> fix(plugin-vue): support vapor template-only component (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/529">#529</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.2.3/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> Updates `@vue/devtools-api` from 7.7.2 to 7.7.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases"><code>@vue/devtools-api</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.5</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.4...v7.7.5">View changes on GitHub</a></h5> <h2>v7.7.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>vite</strong>: Pin <code>vite-plugin-inspect</code> - by <a href="https://github.com/webfansplz"><code>@webfansplz</code></a> <a href="https://github.com/vuejs/devtools/commit/1571b455"><!-- raw HTML omitted -->(1571b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.3...v7.7.4">View changes on GitHub</a></h5> <h2>v7.7.3</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Resolve <code>Map</code> nested object modification - by <a href="https://github.com/rbgmulmb"><code>@rbgmulmb</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/799">vuejs/devtools#799</a> <a href="https://github.com/vuejs/devtools/commit/60fb42d2"><!-- raw HTML omitted -->(60fb4)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Unable to scroll for pages - by <a href="https://github.com/cloudmoonocus"><code>@cloudmoonocus</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/856">vuejs/devtools#856</a> <a href="https://github.com/vuejs/devtools/commit/06f8998a"><!-- raw HTML omitted -->(06f89)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.2...v7.7.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/devtools/commit/82901b82cf353104d0fa417f1bdea846ed71c9b9"><code>82901b8</code></a> chore: release v7.7.5</li> <li><a href="https://github.com/vuejs/devtools/commit/ea723cfcc56bc6535743a41fd9fc10b0258bab0a"><code>ea723cf</code></a> chore: release v7.7.4</li> <li><a href="https://github.com/vuejs/devtools/commit/73a8a6839779458dab15829afef2f3d461d2af12"><code>73a8a68</code></a> chore: release v7.7.3</li> <li>See full diff in <a href="https://github.com/vuejs/devtools/commits/v7.7.5/packages/devtools-api">compare view</a></li> </ul> </details> <br /> Updates `@vue/devtools-kit` from 7.7.2 to 7.7.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases"><code>@vue/devtools-kit</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.5</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.4...v7.7.5">View changes on GitHub</a></h5> <h2>v7.7.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>vite</strong>: Pin <code>vite-plugin-inspect</code> - by <a href="https://github.com/webfansplz"><code>@webfansplz</code></a> <a href="https://github.com/vuejs/devtools/commit/1571b455"><!-- raw HTML omitted -->(1571b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.3...v7.7.4">View changes on GitHub</a></h5> <h2>v7.7.3</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Resolve <code>Map</code> nested object modification - by <a href="https://github.com/rbgmulmb"><code>@rbgmulmb</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/799">vuejs/devtools#799</a> <a href="https://github.com/vuejs/devtools/commit/60fb42d2"><!-- raw HTML omitted -->(60fb4)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Unable to scroll for pages - by <a href="https://github.com/cloudmoonocus"><code>@cloudmoonocus</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/856">vuejs/devtools#856</a> <a href="https://github.com/vuejs/devtools/commit/06f8998a"><!-- raw HTML omitted -->(06f89)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.2...v7.7.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/devtools/commit/82901b82cf353104d0fa417f1bdea846ed71c9b9"><code>82901b8</code></a> chore: release v7.7.5</li> <li><a href="https://github.com/vuejs/devtools/commit/ea723cfcc56bc6535743a41fd9fc10b0258bab0a"><code>ea723cf</code></a> chore: release v7.7.4</li> <li><a href="https://github.com/vuejs/devtools/commit/73a8a6839779458dab15829afef2f3d461d2af12"><code>73a8a68</code></a> chore: release v7.7.3</li> <li><a href="https://github.com/vuejs/devtools/commit/aa86bb721cc6d8772a76300ed8eeab510f682d66"><code>aa86bb7</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/828">#828</a>)</li> <li><a href="https://github.com/vuejs/devtools/commit/d5f94279cf8e54fb05aa92209bcef767bb31b7c5"><code>d5f9427</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/822">#822</a>)</li> <li><a href="https://github.com/vuejs/devtools/commit/60fb42d29246035e8661273902aab9220f870f39"><code>60fb42d</code></a> fix: resolve <code>Map</code> nested object modification (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/799">#799</a>)</li> <li><a href="https://github.com/vuejs/devtools/commit/db154d04784383a2a34732352d2d4bb60d3042f4"><code>db154d0</code></a> chore: use pnpm catalog (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/519">#519</a>)</li> <li><a href="https://github.com/vuejs/devtools/commit/9462f0050c1dc06df56e0144b424acf26cbb5d3a"><code>9462f00</code></a> chore: bump deps</li> <li><a href="https://github.com/vuejs/devtools/commit/bd416bc599f3e572e6f53c265851918d0d1e959d"><code>bd416bc</code></a> chore: remove <code>unstable_ts_config</code> ESLint flag (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/800">#800</a>)</li> <li><a href="https://github.com/vuejs/devtools/commit/248a14a39463379343853688b096b86adc04d7fb"><code>248a14a</code></a> chore: update test case to align with vue behavior (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/797">#797</a>)</li> <... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b3fd5fd5b0 |
build(deps): bump the maven group across 1 directory with 11 updates (#2538)
Bumps the maven group with 11 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.navigation:navigation-compose | `2.8.8` | `2.8.9` | | androidx.compose:compose-bom | `2025.02.00` | `2025.03.01` | | androidx.webkit:webkit | `1.12.1` | `1.13.0` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | | [io.github.raamcosta.compose-destinations:core](https://github.com/raamcosta/compose-destinations) | `2.1.0-beta16` | `2.1.0` | | [io.github.raamcosta.compose-destinations:ksp](https://github.com/raamcosta/compose-destinations) | `2.1.0-beta16` | `2.1.0` | | com.android.application | `8.8.2` | `8.9.1` | | com.android.library | `8.8.2` | `8.9.1` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.31` | `2.1.20-1.0.32` | Updates `androidx.navigation:navigation-compose` from 2.8.8 to 2.8.9 Updates `androidx.compose:compose-bom` from 2025.02.00 to 2025.03.01 Updates `androidx.webkit:webkit` from 1.12.1 to 1.13.0 Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.1 to 1.10.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.coroutines/releases">org.jetbrains.kotlinx:kotlinx-coroutines-core's releases</a>.</em></p> <blockquote> <h2>1.10.2</h2> <ul> <li>Fixed the <code>kotlinx-coroutines-debug</code> JAR file including the <code>module-info.class</code> file twice, resulting in failures in various tooling (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4314">#4314</a>). Thanks, <a href="https://github.com/RyuNen344"><code>@RyuNen344</code></a>!</li> <li>Fixed <code>Flow.stateIn</code> hanging when the scope is cancelled in advance or the flow is empty (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4322">#4322</a>). Thanks, <a href="https://github.com/francescotescari"><code>@francescotescari</code></a>!</li> <li>Improved handling of dispatcher failures in <code>.limitedParallelism</code> (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4330">#4330</a>) and during flow collection (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4272">#4272</a>).</li> <li>Fixed <code>runBlocking</code> failing to run its coroutine to completion in some cases if its JVM thread got interrupted (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4399">#4399</a>).</li> <li>Small tweaks, fixes, and documentation improvements.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md">org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog</a>.</em></p> <blockquote> <h2>Version 1.10.2</h2> <ul> <li>Fixed the <code>kotlinx-coroutines-debug</code> JAR file including the <code>module-info.class</code> file twice, resulting in failures in various tooling (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4314">#4314</a>). Thanks, <a href="https://github.com/RyuNen344"><code>@RyuNen344</code></a>!</li> <li>Fixed <code>Flow.stateIn</code> hanging when the scope is cancelled in advance or the flow is empty (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4322">#4322</a>). Thanks, <a href="https://github.com/francescotescari"><code>@francescotescari</code></a>!</li> <li>Improved handling of dispatcher failures in <code>.limitedParallelism</code> (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4330">#4330</a>) and during flow collection (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4272">#4272</a>).</li> <li>Fixed <code>runBlocking</code> failing to run its coroutine to completion in some cases if its JVM thread got interrupted (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4399">#4399</a>).</li> <li>Small tweaks, fixes, and documentation improvements.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/5f8900478a8e20c073145b1608fbc71fe3d7378b"><code>5f89004</code></a> Version 1.10.2</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/1a8de2e451e0a2c650538e62e7c7e591970d28b1"><code>1a8de2e</code></a> Merge remote-tracking branch 'origin/master' into develop</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/e9b247e84a43fac5759e2cf69733e25f23d7eb17"><code>e9b247e</code></a> Advertise source jars for JVM-only libraries (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4394">#4394</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/6baf7c821ed9d7ee5db8b6353c24bcf614fc1826"><code>6baf7c8</code></a> Restore Android compatibility in <code>Executor.asCoroutineDispatcher</code> (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4396">#4396</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/dbca4c1eaadadd29b1122fdf24a6cb53bc69fe76"><code>dbca4c1</code></a> Reliably run finalizers even if <code>runBlocking</code> got interrupted. (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4399">#4399</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/45893cec51c63490ce294e46ae25cef3e4d625bf"><code>45893ce</code></a> Add the issue template for guide-related problems (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4386">#4386</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/8627cc37d4a2a2e2d683b98d4f53d1e03f59a366"><code>8627cc3</code></a> Fix an explanation of flow emit (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4391">#4391</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/5f8035c108a1211deded198b7809cd8347ca07a5"><code>5f8035c</code></a> Specify explicit return types for some public API functions (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4389">#4389</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/465e29d325841244f3a1aac2e13073bc965f9736"><code>465e29d</code></a> Set a predefined image width in debug-coroutines-with-idea.md (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4377">#4377</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx.coroutines/commit/96de3017802c6711cbe02acfff9b07975d422150"><code>96de301</code></a> Simplify newFixedThreadPoolContext using apply and remove unused import (<a href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4378">#4378</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.1...1.10.2">compare view</a></li> </ul> </details> <br /> Updates `io.github.raamcosta.compose-destinations:core` from 2.1.0-beta16 to 2.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:core's releases</a>.</em></p> <blockquote> <h2>2.1.0 - First non beta of v2!</h2> <h2>What's Changed</h2> <ul> <li>Adapt to KSP2 API changes by <a href="https://github.com/FooIbar"><code>@FooIbar</code></a> in <a href="https://redirect.github.com/raamcosta/compose-destinations/pull/643">raamcosta/compose-destinations#643</a></li> <li>Additional changes to work with KSP2</li> <li>Update dependencies</li> </ul> <h3>If you're using <code>NavHostDefaultStartArgs</code> annotation</h3> <ul> <li>Make sure to change the top level field with a top level function. There's an issue with resolving type arguments of annotations used in top level fields with KSP2.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FooIbar"><code>@FooIbar</code></a> made their first contribution in <a href="https://redirect.github.com/raamcosta/compose-destinations/pull/643">raamcosta/compose-destinations#643</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0">https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/42b0514b0299b4d7ddef5f2f9b9ec7eae4bb8d13"><code>42b0514</code></a> prepare for KSP 2 & update dependencies</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/db688afc28a5f0117a31d122195c4b570adfbc49"><code>db688af</code></a> update gitignore</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/e86acc7254dfe4d833c08a30a0ef46ceb62b0c45"><code>e86acc7</code></a> Merge pull request <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/643">#643</a> from FooIbar/ksp2</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/04d35e0c2cc2d9b5f037ae56be476d5d1acfc54d"><code>04d35e0</code></a> Adapt to KSP2 API changes</li> <li>See full diff in <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0">compare view</a></li> </ul> </details> <br /> Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0-beta16 to 2.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:ksp's releases</a>.</em></p> <blockquote> <h2>2.1.0 - First non beta of v2!</h2> <h2>What's Changed</h2> <ul> <li>Adapt to KSP2 API changes by <a href="https://github.com/FooIbar"><code>@FooIbar</code></a> in <a href="https://redirect.github.com/raamcosta/compose-destinations/pull/643">raamcosta/compose-destinations#643</a></li> <li>Additional changes to work with KSP2</li> <li>Update dependencies</li> </ul> <h3>If you're using <code>NavHostDefaultStartArgs</code> annotation</h3> <ul> <li>Make sure to change the top level field with a top level function. There's an issue with resolving type arguments of annotations used in top level fields with KSP2.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FooIbar"><code>@FooIbar</code></a> made their first contribution in <a href="https://redirect.github.com/raamcosta/compose-destinations/pull/643">raamcosta/compose-destinations#643</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0">https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/42b0514b0299b4d7ddef5f2f9b9ec7eae4bb8d13"><code>42b0514</code></a> prepare for KSP 2 & update dependencies</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/db688afc28a5f0117a31d122195c4b570adfbc49"><code>db688af</code></a> update gitignore</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/e86acc7254dfe4d833c08a30a0ef46ceb62b0c45"><code>e86acc7</code></a> Merge pull request <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/643">#643</a> from FooIbar/ksp2</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/04d35e0c2cc2d9b5f037ae56be476d5d1acfc54d"><code>04d35e0</code></a> Adapt to KSP2 API changes</li> <li>See full diff in <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0">compare view</a></li> </ul> </details> <br /> Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0-beta16 to 2.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:ksp's releases</a>.</em></p> <blockquote> <h2>2.1.0 - First non beta of v2!</h2> <h2>What's Changed</h2> <ul> <li>Adapt to KSP2 API changes by <a href="https://github.com/FooIbar"><code>@FooIbar</code></a> in <a href="https://redirect.github.com/raamcosta/compose-destinations/pull/643">raamcosta/compose-destinations#643</a></li> <li>Additional changes to work with KSP2</li> <li>Update dependencies</li> </ul> <h3>If you're using <code>NavHostDefaultStartArgs</code> annotation</h3> <ul> <li>Make sure to change the top level field with a top level function. There's an issue with resolving type arguments of annotations used in top level fields with KSP2.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FooIbar"><code>@FooIbar</code></a> made their first contribution in <a href="https://redirect.github.com/raamcosta/compose-destinations/pull/643">raamcosta/compose-destinations#643</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0">https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/42b0514b0299b4d7ddef5f2f9b9ec7eae4bb8d13"><code>42b0514</code></a> prepare for KSP 2 & update dependencies</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/db688afc28a5f0117a31d122195c4b570adfbc49"><code>db688af</code></a> update gitignore</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/e86acc7254dfe4d833c08a30a0ef46ceb62b0c45"><code>e86acc7</code></a> Merge pull request <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/643">#643</a> from FooIbar/ksp2</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/04d35e0c2cc2d9b5f037ae56be476d5d1acfc54d"><code>04d35e0</code></a> Adapt to KSP2 API changes</li> <li>See full diff in <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0-beta16...2.1.0">compare view</a></li> </ul> </details> <br /> Updates `com.android.application` from 8.8.2 to 8.9.1 Updates `com.android.library` from 8.8.2 to 8.9.1 Updates `com.android.library` from 8.8.2 to 8.9.1 Updates `org.jetbrains.kotlin.android` from 2.1.10 to 2.1.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.android's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.1.20</h2> <h2>Changelog</h2> <h3>Analysis API</h3> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57733"><code>KT-57733</code></a> Analysis API: Use optimized <code>ModuleWithDependenciesScope</code>s in combined symbol providers</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73156"><code>KT-73156</code></a> AA: type retrieval for erroneous typealias crashes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71907"><code>KT-71907</code></a> K2 debugger evaluator failed when cannot resolve unrelated annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69128"><code>KT-69128</code></a> K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71613"><code>KT-71613</code></a> KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71741"><code>KT-71741</code></a> K2 IDE. Classifier was found in KtFile but was not found in FirFile in <code>libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts</code> in <code>kotlin.git</code> and broken analysis</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71942"><code>KT-71942</code></a> Need to rethrow Intellij Platform exceptions, like ProcessCanceledException</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70949"><code>KT-70949</code></a> Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69736"><code>KT-69736</code></a> K2 IDE: False positive resolution from KDoc for <code>value</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69047"><code>KT-69047</code></a> Analysis API: Unresolved KDoc reference to extensions with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70815"><code>KT-70815</code></a> Analysis API: Implement stop-the-world session invalidation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> </ul> <h3>Analysis API. Code Compilation</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-71263"><code>KT-71263</code></a> K2 evaluator: Error in evaluating self property with extension receiver</li> </ul> <h3>Analysis API. FIR</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72025"><code>KT-72025</code></a> FileStructureElement: reduce redundant resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74012"><code>KT-74012</code></a> Redundant <code>FirAbstractBodyResolveTransformerDispatcher.<init></code> CPU consumption</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73900"><code>KT-73900</code></a> ContextCollectorVisitor#computeContext may spend significant time on <code>createSnapshot</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73665"><code>KT-73665</code></a> FirElementFinder is inefficient in large files</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73330"><code>KT-73330</code></a> Remove bodies from functions without contracts after the CONTRACTS phase</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73017"><code>KT-73017</code></a> Analysis API: <code>FirReferenceResolveHelper.getSymbolsByResolvedImport</code> searches for classes even when the selected <code>FqName</code> is a known package</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72308"><code>KT-72308</code></a> getOrBuildFir returns null for this expression for plusAssign operator</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72660"><code>KT-72660</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74097"><code>KT-74097</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74098"><code>KT-74098</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72148"><code>KT-72148</code></a> K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73079"><code>KT-73079</code></a> K2: Internal compiler error when conflicting type aliases are present</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73456"><code>KT-73456</code></a> Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73259"><code>KT-73259</code></a> Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72740"><code>KT-72740</code></a> FirDanglingModifierList: <code>lazyResolveToPhase(STATUS)</code> cannot be called from a transformer with a phase STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66132"><code>KT-66132</code></a> K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72196"><code>KT-72196</code></a> K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72652"><code>KT-72652</code></a> <code>FirProvider#getContainingClass</code> should support <code>FirDanglingModifierSymbol</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin.android's changelog</a>.</em></p> <blockquote> <h2>2.1.20</h2> <h3>Analysis API</h3> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57733"><code>KT-57733</code></a> Analysis API: Use optimized <code>ModuleWithDependenciesScope</code>s in combined symbol providers</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73156"><code>KT-73156</code></a> AA: type retrieval for erroneous typealias crashes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71907"><code>KT-71907</code></a> K2 debugger evaluator failed when cannot resolve unrelated annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69128"><code>KT-69128</code></a> K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71613"><code>KT-71613</code></a> KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71741"><code>KT-71741</code></a> K2 IDE. Classifier was found in KtFile but was not found in FirFile in <code>libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts</code> in <code>kotlin.git</code> and broken analysis</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71942"><code>KT-71942</code></a> Need to rethrow Intellij Platform exceptions, like ProcessCanceledException</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70949"><code>KT-70949</code></a> Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69736"><code>KT-69736</code></a> K2 IDE: False positive resolution from KDoc for <code>value</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69047"><code>KT-69047</code></a> Analysis API: Unresolved KDoc reference to extensions with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70815"><code>KT-70815</code></a> Analysis API: Implement stop-the-world session invalidation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> </ul> <h3>Analysis API. Code Compilation</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-71263"><code>KT-71263</code></a> K2 evaluator: Error in evaluating self property with extension receiver</li> </ul> <h3>Analysis API. FIR</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72025"><code>KT-72025</code></a> FileStructureElement: reduce redundant resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74012"><code>KT-74012</code></a> Redundant <code>FirAbstractBodyResolveTransformerDispatcher.<init></code> CPU consumption</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73900"><code>KT-73900</code></a> ContextCollectorVisitor#computeContext may spend significant time on <code>createSnapshot</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73665"><code>KT-73665</code></a> FirElementFinder is inefficient in large files</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73330"><code>KT-73330</code></a> Remove bodies from functions without contracts after the CONTRACTS phase</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73017"><code>KT-73017</code></a> Analysis API: <code>FirReferenceResolveHelper.getSymbolsByResolvedImport</code> searches for classes even when the selected <code>FqName</code> is a known package</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72308"><code>KT-72308</code></a> getOrBuildFir returns null for this expression for plusAssign operator</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72660"><code>KT-72660</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74097"><code>KT-74097</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74098"><code>KT-74098</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72148"><code>KT-72148</code></a> K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73079"><code>KT-73079</code></a> K2: Internal compiler error when conflicting type aliases are present</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73456"><code>KT-73456</code></a> Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73259"><code>KT-73259</code></a> Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72740"><code>KT-72740</code></a> FirDanglingModifierList: <code>lazyResolveToPhase(STATUS)</code> cannot be called from a transformer with a phase STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66132"><code>KT-66132</code></a> K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72196"><code>KT-72196</code></a> K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72652"><code>KT-72652</code></a> <code>FirProvider#getContainingClass</code> should support <code>FirDanglingModifierSymbol</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73105"><code>KT-73105</code></a> Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/658a2010b15a22583f9841e1a2d4bddf1baac612"><code>658a201</code></a> Add ChangeLog for 2.1.20-RC3</li> <li><a href="https://github.com/JetBrains/kotlin/commit/b2dfd946fae7d632ae8f4b59dcb8f59a69c1f874"><code>b2dfd94</code></a> [FIR] Fix a false negative <code>SUPER_CALL_WITH_DEFAULT_PARAMETERS</code></li> <li><a href="https://github.com/JetBrains/kotlin/commit/982a4ef0cdb9aa7ddb7d715575f2bb3f6010128a"><code>982a4ef</code></a> [FIR] Reproduce ^KT-75578</li> <li><a href="https://github.com/JetBrains/kotlin/commit/173e94a33a27164bb0890a965db21be0ecc6b031"><code>173e94a</code></a> Fix CMP-7747</li> <li><a href="https://github.com/JetBrains/kotlin/commit/dbed51216ac390a2f4eecbd70a7134b3d77e52e1"><code>dbed512</code></a> CMP-7571: keep the calls to public $stable fields (in K1 klibs) as is</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e7e183f4df71c8a702b71b36fc664ff158064dbc"><code>e7e183f</code></a> CMP-7571: merge two findDeclaration calls into one</li> <li><a href="https://github.com/JetBrains/kotlin/commit/0c8b50dff5fb52364c85fa9d9f1b744fa895ef8c"><code>0c8b50d</code></a> CMP-7571: improve signature generation for an artificial stability getter</li> <li><a href="https://github.com/JetBrains/kotlin/commit/cb387d50e56946d168151d4bf515dee86a2e8165"><code>cb387d5</code></a> CMP-7571: add signatures to artifical stability getters</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f17e609df3014162f17e55bc19bf33a158df6682"><code>f17e609</code></a> Avoid multiple finalizations of generalConfigurationMetrics</li> <li><a href="https://github.com/JetBrains/kotlin/commit/45e81bb7f13fe8a3d2dbd5eeee2649edb7a88e74"><code>45e81bb</code></a> Edit ChangeLog for 2.1.20-RC2</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.1.10...v2.1.20">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.10 to 2.1.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.compose's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.1.20</h2> <h2>Changelog</h2> <h3>Analysis API</h3> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57733"><code>KT-57733</code></a> Analysis API: Use optimized <code>ModuleWithDependenciesScope</code>s in combined symbol providers</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73156"><code>KT-73156</code></a> AA: type retrieval for erroneous typealias crashes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71907"><code>KT-71907</code></a> K2 debugger evaluator failed when cannot resolve unrelated annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69128"><code>KT-69128</code></a> K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71613"><code>KT-71613</code></a> KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71741"><code>KT-71741</code></a> K2 IDE. Classifier was found in KtFile but was not found in FirFile in <code>libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts</code> in <code>kotlin.git</code> and broken analysis</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71942"><code>KT-71942</code></a> Need to rethrow Intellij Platform exceptions, like ProcessCanceledException</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70949"><code>KT-70949</code></a> Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69736"><code>KT-69736</code></a> K2 IDE: False positive resolution from KDoc for <code>value</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69047"><code>KT-69047</code></a> Analysis API: Unresolved KDoc reference to extensions with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70815"><code>KT-70815</code></a> Analysis API: Implement stop-the-world session invalidation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> </ul> <h3>Analysis API. Code Compilation</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-71263"><code>KT-71263</code></a> K2 evaluator: Error in evaluating self property with extension receiver</li> </ul> <h3>Analysis API. FIR</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72025"><code>KT-72025</code></a> FileStructureElement: reduce redundant resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74012"><code>KT-74012</code></a> Redundant <code>FirAbstractBodyResolveTransformerDispatcher.<init></code> CPU consumption</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73900"><code>KT-73900</code></a> ContextCollectorVisitor#computeContext may spend significant time on <code>createSnapshot</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73665"><code>KT-73665</code></a> FirElementFinder is inefficient in large files</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73330"><code>KT-73330</code></a> Remove bodies from functions without contracts after the CONTRACTS phase</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73017"><code>KT-73017</code></a> Analysis API: <code>FirReferenceResolveHelper.getSymbolsByResolvedImport</code> searches for classes even when the selected <code>FqName</code> is a known package</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72308"><code>KT-72308</code></a> getOrBuildFir returns null for this expression for plusAssign operator</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72660"><code>KT-72660</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74097"><code>KT-74097</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74098"><code>KT-74098</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72148"><code>KT-72148</code></a> K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73079"><code>KT-73079</code></a> K2: Internal compiler error when conflicting type aliases are present</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73456"><code>KT-73456</code></a> Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73259"><code>KT-73259</code></a> Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72740"><code>KT-72740</code></a> FirDanglingModifierList: <code>lazyResolveToPhase(STATUS)</code> cannot be called from a transformer with a phase STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66132"><code>KT-66132</code></a> K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72196"><code>KT-72196</code></a> K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72652"><code>KT-72652</code></a> <code>FirProvider#getContainingClass</code> should support <code>FirDanglingModifierSymbol</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's changelog</a>.</em></p> <blockquote> <h2>2.1.20</h2> <h3>Analysis API</h3> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57733"><code>KT-57733</code></a> Analysis API: Use optimized <code>ModuleWithDependenciesScope</code>s in combined symbol providers</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73156"><code>KT-73156</code></a> AA: type retrieval for erroneous typealias crashes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71907"><code>KT-71907</code></a> K2 debugger evaluator failed when cannot resolve unrelated annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69128"><code>KT-69128</code></a> K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71613"><code>KT-71613</code></a> KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71741"><code>KT-71741</code></a> K2 IDE. Classifier was found in KtFile but was not found in FirFile in <code>libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts</code> in <code>kotlin.git</code> and broken analysis</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71942"><code>KT-71942</code></a> Need to rethrow Intellij Platform exceptions, like ProcessCanceledException</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70949"><code>KT-70949</code></a> Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69736"><code>KT-69736</code></a> K2 IDE: False positive resolution from KDoc for <code>value</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69047"><code>KT-69047</code></a> Analysis API: Unresolved KDoc reference to extensions with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70815"><code>KT-70815</code></a> Analysis API: Implement stop-the-world session invalidation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> </ul> <h3>Analysis API. Code Compilation</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-71263"><code>KT-71263</code></a> K2 evaluator: Error in evaluating self property with extension receiver</li> </ul> <h3>Analysis API. FIR</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72025"><code>KT-72025</code></a> FileStructureElement: reduce redundant resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74012"><code>KT-74012</code></a> Redundant <code>FirAbstractBodyResolveTransformerDispatcher.<init></code> CPU consumption</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73900"><code>KT-73900</code></a> ContextCollectorVisitor#computeContext may spend significant time on <code>createSnapshot</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73665"><code>KT-73665</code></a> FirElementFinder is inefficient in large files</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73330"><code>KT-73330</code></a> Remove bodies from functions without contracts after the CONTRACTS phase</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73017"><code>KT-73017</code></a> Analysis API: <code>FirReferenceResolveHelper.getSymbolsByResolvedImport</code> searches for classes even when the selected <code>FqName</code> is a known package</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72308"><code>KT-72308</code></a> getOrBuildFir returns null for this expression for plusAssign operator</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72660"><code>KT-72660</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74097"><code>KT-74097</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74098"><code>KT-74098</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72148"><code>KT-72148</code></a> K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73079"><code>KT-73079</code></a> K2: Internal compiler error when conflicting type aliases are present</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73456"><code>KT-73456</code></a> Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73259"><code>KT-73259</code></a> Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72740"><code>KT-72740</code></a> FirDanglingModifierList: <code>lazyResolveToPhase(STATUS)</code> cannot be called from a transformer with a phase STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66132"><code>KT-66132</code></a> K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72196"><code>KT-72196</code></a> K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72652"><code>KT-72652</code></a> <code>FirProvider#getContainingClass</code> should support <code>FirDanglingModifierSymbol</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73105"><code>KT-73105</code></a> Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/658a2010b15a22583f9841e1a2d4bddf1baac612"><code>658a201</code></a> Add ChangeLog for 2.1.20-RC3</li> <li><a href="https://github.com/JetBrains/kotlin/commit/b2dfd946fae7d632ae8f4b59dcb8f59a69c1f874"><code>b2dfd94</code></a> [FIR] Fix a false negative <code>SUPER_CALL_WITH_DEFAULT_PARAMETERS</code></li> <li><a href="https://github.com/JetBrains/kotlin/commit/982a4ef0cdb9aa7ddb7d715575f2bb3f6010128a"><code>982a4ef</code></a> [FIR] Reproduce ^KT-75578</li> <li><a href="https://github.com/JetBrains/kotlin/commit/173e94a33a27164bb0890a965db21be0ecc6b031"><code>173e94a</code></a> Fix CMP-7747</li> <li><a href="https://github.com/JetBrains/kotlin/commit/dbed51216ac390a2f4eecbd70a7134b3d77e52e1"><code>dbed512</code></a> CMP-7571: keep the calls to public $stable fields (in K1 klibs) as is</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e7e183f4df71c8a702b71b36fc664ff158064dbc"><code>e7e183f</code></a> CMP-7571: merge two findDeclaration calls into one</li> <li><a href="https://github.com/JetBrains/kotlin/commit/0c8b50dff5fb52364c85fa9d9f1b744fa895ef8c"><code>0c8b50d</code></a> CMP-7571: improve signature generation for an artificial stability getter</li> <li><a href="https://github.com/JetBrains/kotlin/commit/cb387d50e56946d168151d4bf515dee86a2e8165"><code>cb387d5</code></a> CMP-7571: add signatures to artifical stability getters</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f17e609df3014162f17e55bc19bf33a158df6682"><code>f17e609</code></a> Avoid multiple finalizations of generalConfigurationMetrics</li> <li><a href="https://github.com/JetBrains/kotlin/commit/45e81bb7f13fe8a3d2dbd5eeee2649edb7a88e74"><code>45e81bb</code></a> Edit ChangeLog for 2.1.20-RC2</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.1.10...v2.1.20">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.10 to 2.1.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.compose's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.1.20</h2> <h2>Changelog</h2> <h3>Analysis API</h3> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57733"><code>KT-57733</code></a> Analysis API: Use optimized <code>ModuleWithDependenciesScope</code>s in combined symbol providers</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73156"><code>KT-73156</code></a> AA: type retrieval for erroneous typealias crashes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71907"><code>KT-71907</code></a> K2 debugger evaluator failed when cannot resolve unrelated annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69128"><code>KT-69128</code></a> K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71613"><code>KT-71613</code></a> KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71741"><code>KT-71741</code></a> K2 IDE. Classifier was found in KtFile but was not found in FirFile in <code>libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts</code> in <code>kotlin.git</code> and broken analysis</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71942"><code>KT-71942</code></a> Need to rethrow Intellij Platform exceptions, like ProcessCanceledException</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70949"><code>KT-70949</code></a> Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69736"><code>KT-69736</code></a> K2 IDE: False positive resolution from KDoc for <code>value</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69047"><code>KT-69047</code></a> Analysis API: Unresolved KDoc reference to extensions with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70815"><code>KT-70815</code></a> Analysis API: Implement stop-the-world session invalidation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> </ul> <h3>Analysis API. Code Compilation</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-71263"><code>KT-71263</code></a> K2 evaluator: Error in evaluating self property with extension receiver</li> </ul> <h3>Analysis API. FIR</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72025"><code>KT-72025</code></a> FileStructureElement: reduce redundant resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74012"><code>KT-74012</code></a> Redundant <code>FirAbstractBodyResolveTransformerDispatcher.<init></code> CPU consumption</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73900"><code>KT-73900</code></a> ContextCollectorVisitor#computeContext may spend significant time on <code>createSnapshot</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73665"><code>KT-73665</code></a> FirElementFinder is inefficient in large files</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73330"><code>KT-73330</code></a> Remove bodies from functions without contracts after the CONTRACTS phase</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73017"><code>KT-73017</code></a> Analysis API: <code>FirReferenceResolveHelper.getSymbolsByResolvedImport</code> searches for classes even when the selected <code>FqName</code> is a known package</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72308"><code>KT-72308</code></a> getOrBuildFir returns null for this expression for plusAssign operator</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72660"><code>KT-72660</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74097"><code>KT-74097</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74098"><code>KT-74098</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72148"><code>KT-72148</code></a> K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73079"><code>KT-73079</code></a> K2: Internal compiler error when conflicting type aliases are present</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73456"><code>KT-73456</code></a> Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73259"><code>KT-73259</code></a> Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72740"><code>KT-72740</code></a> FirDanglingModifierList: <code>lazyResolveToPhase(STATUS)</code> cannot be called from a transformer with a phase STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66132"><code>KT-66132</code></a> K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72196"><code>KT-72196</code></a> K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72652"><code>KT-72652</code></a> <code>FirProvider#getContainingClass</code> should support <code>FirDanglingModifierSymbol</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's changelog</a>.</em></p> <blockquote> <h2>2.1.20</h2> <h3>Analysis API</h3> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57733"><code>KT-57733</code></a> Analysis API: Use optimized <code>ModuleWithDependenciesScope</code>s in combined symbol providers</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73156"><code>KT-73156</code></a> AA: type retrieval for erroneous typealias crashes</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71907"><code>KT-71907</code></a> K2 debugger evaluator failed when cannot resolve unrelated annotation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69128"><code>KT-69128</code></a> K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71613"><code>KT-71613</code></a> KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71741"><code>KT-71741</code></a> K2 IDE. Classifier was found in KtFile but was not found in FirFile in <code>libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts</code> in <code>kotlin.git</code> and broken analysis</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71942"><code>KT-71942</code></a> Need to rethrow Intellij Platform exceptions, like ProcessCanceledException</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70949"><code>KT-70949</code></a> Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69736"><code>KT-69736</code></a> K2 IDE: False positive resolution from KDoc for <code>value</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69047"><code>KT-69047</code></a> Analysis API: Unresolved KDoc reference to extensions with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70815"><code>KT-70815</code></a> Analysis API: Implement stop-the-world session invalidation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> </ul> <h3>Analysis API. Code Compilation</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-71263"><code>KT-71263</code></a> K2 evaluator: Error in evaluating self property with extension receiver</li> </ul> <h3>Analysis API. FIR</h3> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72025"><code>KT-72025</code></a> FileStructureElement: reduce redundant resolve</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74012"><code>KT-74012</code></a> Redundant <code>FirAbstractBodyResolveTransformerDispatcher.<init></code> CPU consumption</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73900"><code>KT-73900</code></a> ContextCollectorVisitor#computeContext may spend significant time on <code>createSnapshot</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73665"><code>KT-73665</code></a> FirElementFinder is inefficient in large files</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73330"><code>KT-73330</code></a> Remove bodies from functions without contracts after the CONTRACTS phase</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73017"><code>KT-73017</code></a> Analysis API: <code>FirReferenceResolveHelper.getSymbolsByResolvedImport</code> searches for classes even when the selected <code>FqName</code> is a known package</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-72308"><code>KT-72308</code></a> getOrBuildFir returns null for this expression for plusAssign operator</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72660"><code>KT-72660</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74097"><code>KT-74097</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74098"><code>KT-74098</code></a> ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72148"><code>KT-72148</code></a> K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73079"><code>KT-73079</code></a> K2: Internal compiler error when conflicting type aliases are present</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73456"><code>KT-73456</code></a> Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73259"><code>KT-73259</code></a> Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72740"><code>KT-72740</code></a> FirDanglingModifierList: <code>lazyResolveToPhase(STATUS)</code> cannot be called from a transformer with a phase STATUS</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66132"><code>KT-66132</code></a> K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72196"><code>KT-72196</code></a> K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72652"><code>KT-72652</code></a> <code>FirProvider#getContainingClass</code> should support <code>FirDanglingModifierSymbol</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73105"><code>KT-73105</code></a> Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/658a2010b15a22583f9841e1a2d4bddf1baac612"><code>658a201</code></a> Add ChangeLog for 2.1.20-RC3</li> <li><a href="https://github.com/JetBrains/kotlin/commit/b2dfd946fae7d632ae8f4b59dcb8f59a69c1f874"><code>b2dfd94</code></a> [FIR] Fix a false negative <code>SUPER_CALL_WITH_DEFAULT_PARAMETERS</code></li> <li><a href="https://github.com/JetBrains/kotlin/commit/982a4ef0cdb9aa7ddb7d715575f2bb3f6010128a"><code>982a4ef</code></a> [FIR] Reproduce ^KT-75578</li> <li><a href="https://github.com/JetBrains/kotlin/commit/173e94a33a27164bb0890a965db21be0ecc6b031"><code>173e94a</code></a> Fix CMP-7747</li> <li><a href="https://github.com/JetBrains/kotlin/commit/dbed51216ac390a2f4eecbd70a7134b3d77e52e1"><code>dbed512</code></a> CMP-7571: keep the calls to public $stable fields (in K1 klibs) as is</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e7e183f4df71c8a702b71b36fc664ff158064dbc"><code>e7e183f</code></a> CMP-7571: merge two findDeclaration calls into one</li> <li><a href="https://github.com/JetBrains/kotlin/commit/0c8b50dff5fb52364c85fa9d9f1b744fa895ef8c"><code>0c8b50d</code></a> CMP-7571: improve signature generation for an artificial stability getter</li> <li><a href="https://github.com/JetBrains/kotlin/commit/cb387d50e56946d168151d4bf515dee86a2e8165"><code>cb387d5</code></a> CMP-7571: add signatures to artifical stability getters</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f17e609df3014162f17e55bc19bf33a158df6682"><code>f17e609</code></a> Avoid multiple finalizations of generalConfigurationMetrics</li> <li><a href="https://github.com/JetBrains/kotlin/commit/45e81bb7f13fe8a3d2dbd5eeee2649edb7a88e74"><code>45e81bb</code></a> Edit ChangeLog for 2.1.20-RC2</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.1.10...v2.1.20">compare view</a></li> </ul> </details> <br /> Updates `com.google.devtools.ksp` from 2.1.10-1.0.31 to 2.1.20-1.0.32 <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.1.20-1.0.32</h2> <h1>What's Changed</h1> <p><a href="https://redirect.github.com/google/ksp/issues/2379">#2379</a> [KSP2] resolved type of vararg parameter in functions changed vs KSP1 <a href="https://redirect.github.com/google/ksp/issues/2358">#2358</a> [KSP2] Annotation missing from property when VALUE_PARAMETER target is used.</p> <p>And various performance optimizations!</p> <h2>2.1.20-1.0.31</h2> <h2>What's Changed</h2> <ul> <li>Update github actions permissions for release on 1.0.31-release by <a href="https://github.com/ting-yuan"><code>@ting-yuan</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2383">google/ksp#2383</a></li> <li>Bump Kotlin version to 2.1.20 by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2384">google/ksp#2384</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.20-RC2-1.0.31...2.1.20-1.0.31">https://github.com/google/ksp/compare/2.1.20-RC2-1.0.31...2.1.20-1.0.31</a></p> <h2>2.1.20-RC3-1.0.31</h2> <h2>What's Changed</h2> <ul> <li>Bump to Kotlin 2.1.20-RC3 by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2378">google/ksp#2378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.20-RC2-1.0.31...2.1.0-RC3-1.0.31">https://github.com/google/ksp/compare/2.1.20-RC2-1.0.31...2.1.0-RC3-1.0.31</a></p> <h2>2.1.20-RC2-1.0.31</h2> <h2>What's Changed</h2> <ul> <li>1.0.31-release: bump to Kotlin 2.1.20-RC2 by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2366">google/ksp#2366</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.20-RC-1.0.31...2.1.20-RC2-1.0.31">https://github.com/google/ksp/compare/2.1.20-RC-1.0.31...2.1.20-RC2-1.0.31</a></p> <h2>2.1.20-RC-1.0.31</h2> <h2>What's Changed</h2> <ul> <li>1.0.31-release: bump to Kotlin 2.1.20-RC by <a href="https://github.com/ting-yuan"><code>@ting-yuan</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2354">google/ksp#2354</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.10-1.0.31...2.1.20-RC-1.0.31">https://github.com/google/ksp/compare/2.1.10-1.0.31...2.1.20-RC-1.0.31</a></p> <h2>2.1.20-RC-1.0.30</h2> <h2>What's Changed</h2> <ul> <li>Update Kotlin Version: 2.1.20-RC by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2344">google/ksp#2344</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.20-Beta2-1.0.30...2.1.20-RC-1.0.30">https://github.com/google/ksp/compare/2.1.20-Beta2-1.0.30...2.1.20-RC-1.0.30</a></p> <h2>2.1.20-Beta2-1.0.30</h2> <p>KSP 1.0.30 for Kotlin 2.1.20-Beta2.</p> <h2>2.1.20-Beta2-1.0.29</h2> <h2>What's Changed</h2> <ul> <li>Rewind Kotlin version changes and bump to 2.1.20-Beta2 by <a href="https://github.com/ting-yuan"><code>@ting-yuan</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2311">google/ksp#2311</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/786e6abedb65696217ccb53e87ca5e5e22652fcd"><code>786e6ab</code></a> UPDATE_KOTLIN_VERSION: 2.1.20</li> <li><a href="https://github.com/google/ksp/commit/b18574409183a8170312c6edb9d9839eb04233d7"><code>b185744</code></a> UPDATE_KOTLIN_VERSION: 2.1.20-Beta2</li> <li><a href="https://github.com/google/ksp/commit/8357e8302b71854a32f4568697bb16f0848fb71b"><code>8357e83</code></a> Dispose KotlinStandalonePackageProviderFactor via IncrementalKotlinPackagePro...</li> <li><a href="https://github.com/google/ksp/commit/cdfb36ac143fb7c9378262807095ea9d2db9abdd"><code>cdfb36a</code></a> Register KotlinStandalonePackageProviderFactory to project Disposable</li> <li><a href="https://github.com/google/ksp/commit/fc1f3514c8f798f623c244af7e1b4c8364a37dfd"><code>fc1f351</code></a> Update ksp2api.md to clarify the change of vararg</li> <li><a href="https://github.com/google/ksp/commit/e4a6cd8ae0909a385563ec86f17fbfcad251dc31"><code>e4a6cd8</code></a> KSP2: fix the type of vararg for Kotlin sources</li> <li><a href="https://github.com/google/ksp/commit/478fa9e38cfd321895a1eb5a56e4fba2d4297cd0"><code>478fa9e</code></a> Update github actions permissions for release</li> <li><a href="https://github.com/google/ksp/commit/00dbaf8befaf5621da9fe866d0ec265987b2393a"><code>00dbaf8</code></a> KSP2: fix KSValueParameter.isVal and isVar</li> <li><a href="https://github.com/google/ksp/commit/054ffb4cbe28aeec6b2ae077ab082f1c3ecd5d1d"><code>054ffb4</code></a> Update integration tests for newer Kotlin versions</li> <li><a href="https://github.com/google/ksp/commit/8582b3398c14e0e7c26ef3bca98543b024bbed3b"><code>8582b33</code></a> UPDATE_AA_VERSION: 2.2.0-dev-7255</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.10-1.0.31...2.1.20-1.0.32">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.jetbrains.kotlin.android | [< 1.10, > 1.9.23] | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@depe... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
fdcc0f34be |
[add device]: Samsung Galaxy A15 4G (sma155f) (#2543)
Adding Unofficial Support for Samsung Galaxy A15 4G (GKI) |
||
|
|
1cc0dd691a |
[add device]: Samsung M30s (M307F) (#2524)
Adding Unofficial Support for Samsung M30s (Non gki) |
||
|
|
ad004d48bf | Fix opuls -> oplus typo (#2536) | ||
|
|
650c3006c3 |
website: Update Galaxy A05 to Galaxy A05/A04 repository link (#2527)
On latest update, we've added support for Samsung Galaxy A04 (a04), which force me to change the repository name to avoid confusion. |
||
|
|
cfbbded691 |
Fix off-by-one when iterating dir (#2530)
Fix https://github.com/tiann/KernelSU/issues/2528 |
||
|
|
4ea7c4c83c |
Fix su --shell argument handling (#2529)
This fixes https://github.com/tiann/KernelSU/issues/2523. |
||
|
|
c28411bce3 | Skip staging package when searching manager (#2511) | ||
|
|
97b2411316 |
Revert "kernel: remove unused CONFIG guard becuase GKI kernel enable kprobe by default" (#2495)
follow up to https://github.com/tiann/KernelSU/pull/2475#issuecomment-2680947145 |
||
|
|
203cd4d746 |
build(deps): bump the maven group across 1 directory with 5 updates (#2485)
Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.activity:activity-compose | `1.10.0` | `1.10.1` | | androidx.navigation:navigation-compose | `2.8.7` | `2.8.8` | | com.android.application | `8.8.1` | `8.8.2` | | com.android.library | `8.8.1` | `8.8.2` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.30` | `2.1.10-1.0.31` | Updates `androidx.activity:activity-compose` from 1.10.0 to 1.10.1 Updates `androidx.navigation:navigation-compose` from 2.8.7 to 2.8.8 Updates `com.android.application` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.android.library` from 8.8.1 to 8.8.2 Updates `com.google.devtools.ksp` from 2.1.10-1.0.30 to 2.1.10-1.0.31 <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.1.10-1.0.31</h2> <h2>Bug Fixes</h2> <ul> <li>[KSP2] KSPropertyDeclaration#type for typealias does not match its declaration. <a href="https://redirect.github.com/google/ksp/issues/2345">#2345</a></li> <li>Incorrect isMutable on KSPropertyDeclaration from a JAVA_LIB in 2.1.10-1.0.30 <a href="https://redirect.github.com/google/ksp/issues/2346">#2346</a></li> <li>KSP breaks compilation avoidance <a href="https://redirect.github.com/google/ksp/issues/2347">#2347</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/6f2ea1e9e76a3773ca822b279aed8efd5b8c5493"><code>6f2ea1e</code></a> KSP2: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/1afb28060b674bf6c0b772e4626732735358ad3c"><code>1afb280</code></a> KSP2: Fix KSPropertyDeclaration.isMutable for Java libs</li> <li><a href="https://github.com/google/ksp/commit/40e5350848c5c22d3ad3e80a30c09d13b773b305"><code>40e5350</code></a> Update test cases for compilation avoidance.</li> <li><a href="https://github.com/google/ksp/commit/f68437a3c12db8d00b40b4868aa09c1b7adaf4a5"><code>f68437a</code></a> KSP2: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/e764de7fd9daff1c3c3a3552e109083efd072354"><code>e764de7</code></a> KSP1: better support of compilation avoidance</li> <li><a href="https://github.com/google/ksp/commit/9b2d7d99e78718504de6bdf08662229f580f2fd2"><code>9b2d7d9</code></a> jdkHome as internal and creating new jdkVersion input</li> <li><a href="https://github.com/google/ksp/commit/3b9ebc91cbf7c4658b88ab0249cc77c5a8c7d3ec"><code>3b9ebc9</code></a> CI: Update release branch to 1.0.31</li> <li><a href="https://github.com/google/ksp/commit/7b440f8a37609e099d398e68eb7e844f35f10765"><code>7b440f8</code></a> Downgrade to Kotlin 2.1.10</li> <li><a href="https://github.com/google/ksp/commit/6b59afdc153d53d2cc8832c9306449133a70ae24"><code>6b59afd</code></a> KSFunction: return type aliases if possible</li> <li><a href="https://github.com/google/ksp/commit/9284800c76a6a625585b63779190bd06a006f0be"><code>9284800</code></a> UPDATE_AA_VERSION: 2.2.0-dev-745</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.10-1.0.30...2.1.10-1.0.31">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> |
||
|
|
d8dbcbb462 | website: fix minor typos (#2482) | ||
|
|
4d37b8735c |
Set KSU_APP_PROFILE_VER for shell (#2481)
This reverts commit
|
||
|
|
931ababd14 |
kernel: fix sometimes sucompat can not toggle by manager (#2484)
When the manager is already running, if other programs / kernel toggle the sucompat enable status, The manager "Disable SU Compat" toggle button can not work, kmesg print "cmd enable su but no need to change." I think we should still return reply_ok when the syscall value is consistent with the kernel, which would fix the issue. |
||
|
|
fcfe038532 |
Avoid popping back stack right after navigation (#2477)
This fixes https://github.com/tiann/KernelSU/issues/2462. |
||
|
|
4fdd3e07e5 | ksud: migrate to Rust 2024 edition | ||
|
|
e245e3419d | ksud: upgrade nom to 8.0 | ||
|
|
bcdc860a5b |
build(deps): bump the npm group in /website with 18 updates (#2460)
Bumps the npm group in /website with 18 updates: Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
985cd1f015 |
Translations update from Hosted Weblate (#2425)
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/). Current translation status:  --------- Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com> Co-authored-by: dabao1955 <dabao1955@163.com> Co-authored-by: Léane GRASSER <leane.grasser@proton.me> Co-authored-by: weishu tian <twsxtd@gmail.com> Co-authored-by: yuztass <inkognito0901@gmail.com> Co-authored-by: I g o r <igormczampola1@gmail.com> |
||
|
|
1d50f902b7 |
build(deps): bump the crates group across 1 directory with 17 updates (#2472)
Bumps the crates group with 15 updates in the /userspace/ksud directory: Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
cef7f30c2e | website: update translation (#2471) | ||
|
|
0254936bb2 |
Update Dependencies (#2440)
- Use latest Node - Update GitHub Action - Update NDK - Update Gradle - Update Cargo dependencies - Remove unused dependencies - Remove unnecessary build tools version (AGP handles it now) No issues too far, since there is no major changes, i don't think there will be issue. Clippy passes fine on my end, new version of `nom` dependency causes issues. |
||
|
|
611fe533b3 |
FAQ Slight spelling fix (#2470)
Fixed spelling in FAQ |
||
|
|
7a6ec8b284 |
manager: allow multiple modules to be installed sequentially (#2459)
It's now okay to merge |
||
|
|
a41f454fa5 |
FAQ Edit regarding KernelSU support and wording change. (#2468)
Clarification on KernelSU device support and wording change in a few FAQs. |
||
|
|
1feac4c621 |
Fix reference count leak in nuke_ext4_sysfs() (#2467)
We need to call path_put() to decrease the refcount. |
||
|
|
6936520515 |
fix: crash #2463 (#2465)
my bad |
||
|
|
1f2f4136e6 |
feat: properly set OkHttp header (#2463)
properly send `User-Agent` and `Accept-Language` to `updateJson` server, module developers can check `User-Agent` whether to send update to user and set user preferred language for changelog. also added cache to reduce update server load |
||
|
|
f33b12cd52 |
Provide TMPDIR for boot image repacking (#2458)
/data/local/tmp is never writable for normal apps, why previously it works is that Rust's temp_dir() gets path from env, and since A13, TMPDIR is set to app's cache dir. This is not the case for A12, so it breaks. Fix it by set TMPDIR ourselves. |
||
|
|
107a34789e | manager: refine flashing module utilities | ||
|
|
eeffecbd1b |
Allow toggling unmount setting for all apps (#2450)
This fixes https://github.com/tiann/KernelSU/issues/2416. |
||
|
|
de291151f1 | kernel: unregister sysfs for module's ext4 image | ||
|
|
38dc2eb4f0 | ksud: determine modules's size by checking partion size | ||
|
|
4ede20ef83 | ksud: remove journal for ext4 images | ||
|
|
4ac180754f |
build(deps): bump the maven group across 1 directory with 5 updates (#2444)
Bumps the maven group with 5 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.navigation:navigation-compose | `2.8.6` | `2.8.7` | | androidx.compose:compose-bom | `2025.01.01` | `2025.02.00` | | com.android.application | `8.8.0` | `8.8.1` | | com.android.library | `8.8.0` | `8.8.1` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.29` | `2.1.10-1.0.30` | Updates `androidx.navigation:navigation-compose` from 2.8.6 to 2.8.7 Updates `androidx.compose:compose-bom` from 2025.01.01 to 2025.02.00 Updates `com.android.application` from 8.8.0 to 8.8.1 Updates `com.android.library` from 8.8.0 to 8.8.1 Updates `com.android.library` from 8.8.0 to 8.8.1 Updates `com.google.devtools.ksp` from 2.1.10-1.0.29 to 2.1.10-1.0.30 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
ce13d050ca |
Drop module image if no module remaining (#2447)
This fixes the issue that module image will always exist even if there is no module to be loaded. Sadly we need to boot twice because we can only know module status after image is mounted. |
||
|
|
500ff9bcbc | kernel: remove unused CONFIG guard becuase GKI kernel enable kprobe by default | ||
|
|
4593ae81c7 | kernel: Allow to re-enable sucompat | ||
|
|
9bb39ff760 | manager: Add support to disable sucompat mode. | ||
|
|
2096bd7304 | kernel: add support for disable sucompat | ||
|
|
101d3ae526 |
build(deps): bump home from 0.5.9 to 0.5.11 in /userspace/ksud (#2423)
Bumps [home](https://github.com/rust-lang/cargo) from 0.5.9 to 0.5.11. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/addcc8ca715bc7fe20df66afd6efbf3c77ef43f8"><code>addcc8c</code></a> Update release information for home 0.5.11 (<a href="https://redirect.github.com/rust-lang/cargo/issues/14939">#14939</a>)</li> <li><a href="https://github.com/rust-lang/cargo/commit/e5c4dc65c90431069f9d390fa6ffcfc494eb5a22"><code>e5c4dc6</code></a> Limit release trigger to 0.* tags (<a href="https://redirect.github.com/rust-lang/cargo/issues/14940">#14940</a>)</li> <li><a href="https://github.com/rust-lang/cargo/commit/f18cbda5ab9c8aeda15ac40ce2aa4cab1ea1fc66"><code>f18cbda</code></a> Limit release trigger to 0.* tags</li> <li><a href="https://github.com/rust-lang/cargo/commit/20ec18a3ff7fffbcac015269def9de660e81d187"><code>20ec18a</code></a> Update home changelog</li> <li><a href="https://github.com/rust-lang/cargo/commit/014378f8c07bec557b6c6608e5baf0761a12d504"><code>014378f</code></a> Clarify status of <code>home_dir</code></li> <li><a href="https://github.com/rust-lang/cargo/commit/769f622e12db0001431d8ae36d1093fb8727c5d9"><code>769f622</code></a> test(build-std): dont require rustup (<a href="https://redirect.github.com/rust-lang/cargo/issues/14933">#14933</a>)</li> <li><a href="https://github.com/rust-lang/cargo/commit/80409f701657b2c0996751f1b36c19868e7c5f18"><code>80409f7</code></a> test(build-std): dont require rustup</li> <li><a href="https://github.com/rust-lang/cargo/commit/7847c03965260b5dcc8d93218d6af295a717abb6"><code>7847c03</code></a> fix(base): Support bases in patches in virtual manifests (<a href="https://redirect.github.com/rust-lang/cargo/issues/14931">#14931</a>)</li> <li><a href="https://github.com/rust-lang/cargo/commit/5b8b2ac248dca8727c9a10cb8fd6376d9e4f0051"><code>5b8b2ac</code></a> fix(base): Support bases in patches in virtual manifests</li> <li><a href="https://github.com/rust-lang/cargo/commit/2d23b94a7f5f86bdf74fd5da2617e82ffad1f222"><code>2d23b94</code></a> test(base): Verify bases in patches in virtual manifests</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/home-0.5.9...home-0.5.11">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
02a71905d5 |
build(deps): bump the npm group across 1 directory with 15 updates (#2432)
Bumps the npm group with 9 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.7` | `7.26.8` | | [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.23` | `1.2.24` | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `2.1.0` | `2.3.1` | | [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) | `2.3.1` | `2.3.2` | | [@shikijs/types](https://github.com/shikijs/shiki/tree/HEAD/packages/types) | `2.1.0` | `2.3.1` | | [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.20.1` | `5.20.2` | | [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.2` | | [rollup](https://github.com/rollup/rollup) | `4.34.4` | `4.34.6` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `2.3.1` | `2.3.2` | Updates `@babel/parser` from 7.26.7 to 7.26.8 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
cbff9b8ba1 |
website: enhanced english/portuguese translation (#2427)
Enhanced english/portuguese translation for better fluency, grammar, clarity, and text accuracy. |
||
|
|
633bc4fc47 |
[add device]: Xiaomi Poco F6 (Peridot) (#2434)
Also update supported links |
||
|
|
e7cffe3843 |
[Remove devices] daisy, sakura, ysl, sunny/mojito, fog/rain/wind (#2431)
|
||
|
|
32f84dcb1f |
Hide namespace config in app profiles (#2426)
This is never implemented in kernel (and likely never will be), so let's remove it from UI for now to avoid misleading users. |
||
|
|
f4a682d5fd |
build(deps): bump the npm group across 1 directory with 11 updates (#2418)
Bumps the npm group with 8 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.5` | `7.26.7` | | [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.21` | `1.2.23` | | [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) | `2.1.0` | `2.3.1` | | [@ungap/structured-clone](https://github.com/ungap/structured-clone) | `1.2.1` | `1.3.0` | | [@vue/devtools-api](https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api) | `7.7.0` | `7.7.1` | | [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.20.0` | `5.20.1` | | [rollup](https://github.com/rollup/rollup) | `4.31.0` | `4.34.4` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `2.1.0` | `2.3.1` | Updates `@babel/parser` from 7.26.5 to 7.26.7 <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.7 (2025-01-24)</h2> <p>Thanks <a href="https://github.com/branchseer"><code>@branchseer</code></a> and <a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a> for your first PRs!</p> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17086">#17086</a> Make "object without properties" helpers ES6-compatible (<a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17085">#17085</a> fix: Correctly handle <code>typeof</code> in arrow functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17079">#17079</a> Respect <code>ranges</code> option in estree method value (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17052">#17052</a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17050">#17050</a> fix: correctly resolve references to non-constant enum members (<a href="https://github.com/branchseer"><code>@branchseer</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17025">#17025</a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</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>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>Tony Quetano (<a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a>)</li> <li><a href="https://github.com/branchseer"><code>@branchseer</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.26.6 (2025-01-13)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17061">#17061</a> fix: Chaining nullish coalescing operators output size regression (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.26.7 (2025-01-24)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17086">#17086</a> Make "object without properties" helpers ES6-compatible (<a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17085">#17085</a> fix: Correctly handle <code>typeof</code> in arrow functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17079">#17079</a> Respect <code>ranges</code> option in estree method value (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17052">#17052</a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17050">#17050</a> fix: correctly resolve references to non-constant enum members (<a href="https://github.com/branchseer"><code>@branchseer</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17025">#17025</a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.26.6 (2025-01-13)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17061">#17061</a> fix: Chaining nullish coalescing operators output size regression (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/2d9514066e3b135835ed93246ebbcdb7ca0263ca"><code>2d95140</code></a> v7.26.7</li> <li><a href="https://github.com/babel/babel/commit/09f985d2e9d09d0b97f324da4d003520231c93ff"><code>09f985d</code></a> Respect <code>ranges</code> option in estree method value (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17079">#17079</a>)</li> <li><a href="https://github.com/babel/babel/commit/6ad70a2764c523b953baa1c47542dc3835e70844"><code>6ad70a2</code></a> [Babel 8] Create TSEmptyBodyFunctionExpression on invalid input (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17063">#17063</a>)</li> <li><a href="https://github.com/babel/babel/commit/bdf9a9c7424db4f26a66493313c68eb4bafde9e5"><code>bdf9a9c</code></a> [Babel 8] Create ThisExpression for <code>typeof this</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17059">#17059</a>)</li> <li><a href="https://github.com/babel/babel/commit/3ffc70780c884b86c220c7589187665aa32269ba"><code>3ffc707</code></a> [babel 8] Remove references to minimal/smart pipelines (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17058">#17058</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.7/packages/babel-parser">compare view</a></li> </ul> </details> <br /> Updates `@babel/types` from 7.26.5 to 7.26.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/types</code>'s releases</a>.</em></p> <blockquote> <h2>v7.26.7 (2025-01-24)</h2> <p>Thanks <a href="https://github.com/branchseer"><code>@branchseer</code></a> and <a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a> for your first PRs!</p> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17086">#17086</a> Make "object without properties" helpers ES6-compatible (<a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17085">#17085</a> fix: Correctly handle <code>typeof</code> in arrow functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17079">#17079</a> Respect <code>ranges</code> option in estree method value (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17052">#17052</a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17050">#17050</a> fix: correctly resolve references to non-constant enum members (<a href="https://github.com/branchseer"><code>@branchseer</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17025">#17025</a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</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>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>Tony Quetano (<a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a>)</li> <li><a href="https://github.com/branchseer"><code>@branchseer</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.26.6 (2025-01-13)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17061">#17061</a> fix: Chaining nullish coalescing operators output size regression (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/types</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.26.7 (2025-01-24)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17086">#17086</a> Make "object without properties" helpers ES6-compatible (<a href="https://github.com/tquetano-netflix"><code>@tquetano-netflix</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typeof-symbol</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17085">#17085</a> fix: Correctly handle <code>typeof</code> in arrow functions (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17079">#17079</a> Respect <code>ranges</code> option in estree method value (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17052">#17052</a> Do not try to parse .ts configs as JSON if natively supported (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17050">#17050</a> fix: correctly resolve references to non-constant enum members (<a href="https://github.com/branchseer"><code>@branchseer</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17025">#17025</a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.26.6 (2025-01-13)</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-plugin-transform-nullish-coalescing-operator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17061">#17061</a> fix: Chaining nullish coalescing operators output size regression (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/2d9514066e3b135835ed93246ebbcdb7ca0263ca"><code>2d95140</code></a> v7.26.7</li> <li><a href="https://github.com/babel/babel/commit/bdf9a9c7424db4f26a66493313c68eb4bafde9e5"><code>bdf9a9c</code></a> [Babel 8] Create ThisExpression for <code>typeof this</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17059">#17059</a>)</li> <li><a href="https://github.com/babel/babel/commit/ad572fd1a1615f53c4e3b85941760bdb1a1aefd9"><code>ad572fd</code></a> fix: Remove type-only <code>import x = y.z</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17025">#17025</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.7/packages/babel-types">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/simple-icons` from 1.2.21 to 1.2.23 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/iconify/icon-sets/commits">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/transformers` from 2.1.0 to 2.3.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>v2.3.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>precompiled</strong>: Fix traverse algorithm, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/917">#917</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/917">shikijs/shiki#917</a> <a href="https://github.com/shikijs/shiki/commit/3722d2f3"><!-- raw HTML omitted -->(3722d)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.0...v2.3.1">View changes on GitHub</a></h5> <h2>v2.3.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>engine-js</strong>: Lazy compile extremely long patterns in precompiled grammars - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/916">shikijs/shiki#916</a> <a href="https://github.com/shikijs/shiki/commit/c792c7dd"><!-- raw HTML omitted -->(c792c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.2.0...v2.3.0">View changes on GitHub</a></h5> <h2>v2.2.0</h2> <h3> 🚨 Breaking Changes</h3> <ul> <li>Enable runtime warning by default, v2 release blog post - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/898">shikijs/shiki#898</a> <a href="https://github.com/shikijs/shiki/commit/9868339b"><!-- raw HTML omitted -->(98683)<!-- raw HTML omitted --></a></li> </ul> <h3> 🚀 Features</h3> <ul> <li>Improve warning messages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/0f27a20d"><!-- raw HTML omitted -->(0f27a)<!-- raw HTML omitted --></a></li> <li>Allow nested decorations which share an 'edge' with parent - by <a href="https://github.com/ms264556"><code>@ms264556</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/911">shikijs/shiki#911</a> <a href="https://github.com/shikijs/shiki/commit/482ad2d5"><!-- raw HTML omitted -->(482ad)<!-- raw HTML omitted --></a></li> <li><strong>engine-js</strong>: Update deps, support more languages - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/903">shikijs/shiki#903</a> <a href="https://github.com/shikijs/shiki/commit/13533dbe"><!-- raw HTML omitted -->(13533)<!-- raw HTML omitted --></a></li> <li><strong>markdown-it</strong>: Support <code>markdown-it-async</code> integration - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/902">shikijs/shiki#902</a> <a href="https://github.com/shikijs/shiki/commit/4d59c8f4"><!-- raw HTML omitted -->(4d59c)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support <code>fallbackLanguage</code> on lazy mode - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/912">shikijs/shiki#912</a> <a href="https://github.com/shikijs/shiki/commit/6a852699"><!-- raw HTML omitted -->(6a852)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Warn about missing deprecation - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/708e3f24"><!-- raw HTML omitted -->(708e3)<!-- raw HTML omitted --></a></li> <li>Mark <code>engine</code> required in <code>createHighlighterCore</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/1212f473"><!-- raw HTML omitted -->(1212f)<!-- raw HTML omitted --></a></li> <li><strong>colorized-brackets</strong>: <ul> <li>Use object style <code>htmlStyle</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/eab5bd18"><!-- raw HTML omitted -->(eab5b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>core</strong>: <ul> <li>Soft require <code>engine</code> options - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/10a6f781"><!-- raw HTML omitted -->(10a6f)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>transformers</strong>: <ul> <li>Bring back missing <code>createCommentNotationTransformer</code>, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/907">#907</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/907">shikijs/shiki#907</a> <a href="https://github.com/shikijs/shiki/commit/8386ba8c"><!-- raw HTML omitted -->(8386b)<!-- raw HTML omitted --></a></li> <li>Bring back missing createCommentNotationTransformer, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/907">#907</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/907">shikijs/shiki#907</a> <a href="https://github.com/shikijs/shiki/commit/fc7441d7"><!-- raw HTML omitted -->(fc744)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.29.2...v2.2.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/3cee69f1d43d95a685765e00eb1011100cdf9f06"><code>3cee69f</code></a> chore: release v2.3.1</li> <li><a href="https://github.com/shikijs/shiki/commit/9cd269d9b3358680413ca0f5cc8d2b5636a86eae"><code>9cd269d</code></a> chore: release v2.3.0</li> <li><a href="https://github.com/shikijs/shiki/commit/3a166ad1b6d42d262efca18ba5aeec798966f5e2"><code>3a166ad</code></a> chore: release v2.2.0</li> <li><a href="https://github.com/shikijs/shiki/commit/57a0eb344589ec95030c8aa05709b2ac7b642ea7"><code>57a0eb3</code></a> chore: update deps</li> <li><a href="https://github.com/shikijs/shiki/commit/8386ba8cfb1bb424a7308515ff2818858c30e997"><code>8386ba8</code></a> fix(transformers): bring back missing <code>createCommentNotationTransformer</code>, fix...</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.3.1/packages/transformers">compare view</a></li> </ul> </details> <br /> Updates `@ungap/structured-clone` from 1.2.1 to 1.3.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ungap/structured-clone/commit/4a9d039fd266495f8b9e5485f73747ef3ea46d85"><code>4a9d039</code></a> 1.3.0</li> <li><a href="https://github.com/ungap/structured-clone/commit/e3aeb514068336fd6b75881693aa16c3ad94a5dc"><code>e3aeb51</code></a> Fixed unrecognized ArrayBuffer + DataView</li> <li>See full diff in <a href="https://github.com/ungap/structured-clone/compare/v1.2.1...v1.3.0">compare view</a></li> </ul> </details> <br /> Updates `@vue/devtools-api` from 7.7.0 to 7.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases"><code>@vue/devtools-api</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.1</h2> <h3> 🚀 Features</h3> <ul> <li><strong>client</strong>: Add vue SFC custom tab - by <a href="https://github.com/FliPPeDround"><code>@FliPPeDround</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/775">vuejs/devtools#775</a> <a href="https://github.com/vuejs/devtools/commit/59996b9"><!-- raw HTML omitted -->(59996)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.0...v7.7.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/devtools/commit/93c6bb8bf738a66f81687a15a21a27194c4c7ba1"><code>93c6bb8</code></a> chore: release v7.7.1</li> <li>See full diff in <a href="https://github.com/vuejs/devtools/commits/v7.7.1/packages/devtools-api">compare view</a></li> </ul> </details> <br /> Updates `@vue/devtools-kit` from 7.7.0 to 7.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases"><code>@vue/devtools-kit</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.1</h2> <h3> 🚀 Features</h3> <ul> <li><strong>client</strong>: Add vue SFC custom tab - by <a href="https://github.com/FliPPeDround"><code>@FliPPeDround</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/775">vuejs/devtools#775</a> <a href="https://github.com/vuejs/devtools/commit/59996b9"><!-- raw HTML omitted -->(59996)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.0...v7.7.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/devtools/commit/93c6bb8bf738a66f81687a15a21a27194c4c7ba1"><code>93c6bb8</code></a> chore: release v7.7.1</li> <li><a href="https://github.com/vuejs/devtools/commit/59996b91b66515f064cb588738aab32655a9e3e8"><code>59996b9</code></a> feat(client): add vue SFC custom tab (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/775">#775</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/devtools/commits/v7.7.1/packages/devtools-kit">compare view</a></li> </ul> </details> <br /> Updates `@vue/devtools-shared` from 7.7.0 to 7.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases"><code>@vue/devtools-shared</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.1</h2> <h3> 🚀 Features</h3> <ul> <li><strong>client</strong>: Add vue SFC custom tab - by <a href="https://github.com/FliPPeDround"><code>@FliPPeDround</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/775">vuejs/devtools#775</a> <a href="https://github.com/vuejs/devtools/commit/59996b9"><!-- raw HTML omitted -->(59996)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.0...v7.7.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/devtools/commit/93c6bb8bf738a66f81687a15a21a27194c4c7ba1"><code>93c6bb8</code></a> chore: release v7.7.1</li> <li>See full diff in <a href="https://github.com/vuejs/devtools/commits/v7.7.1/packages/shared">compare view</a></li> </ul> </details> <br /> Updates `algoliasearch` from 5.20.0 to 5.20.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md">algoliasearch's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.20.0...5.20.1">5.20.1</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/506b8a5636">506b8a5636</a> fix(specs): responseFields description (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4399">#4399</a>) by <a href="https://github.com/kai687/"><code>@kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/09e657fa76">09e657fa76</a> fix(specs): add a linter to assert that type is present (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4393">#4393</a>) by <a href="https://github.com/millotp/"><code>@millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/27ad6df2ab">27ad6df2ab</a> chore(deps): dependencies 2025-01-27 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4395">#4395</a>) by <a href="https://github.com/algolia-bot/"><code>@algolia-bot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/3a4f825e281b4f492e1ea0914015ec909629aaf4"><code>3a4f825</code></a> chore: release 5.20.1</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/05572e86e440c0430ac04a9121e5236a1eab332f"><code>05572e8</code></a> chore(deps): dependencies 2025-01-27 (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/3eefe0c9ca65c83eb63b69f87b03487df6e9ad02"><code>3eefe0c</code></a> fix(specs): add a linter to assert that type is present (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/23e01eac1c5224e72959207eba99328e7e2dc558"><code>23e01ea</code></a> fix(specs): responseFields description (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/64befb2d2209b6786ec8c5ac6a2dea6816f839fc"><code>64befb2</code></a> fix(specs): add type: object to 3 schemas (generated)</li> <li>See full diff in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.20.0...5.20.1">compare view</a></li> </ul> </details> <br /> Updates `rollup` from 4.31.0 to 4.34.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v4.34.4</h2> <h2>4.34.4</h2> <p><em>2025-02-05</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not tree-shake properties if a rest element is used in destructuring (<a href="https://redirect.github.com/rollup/rollup/issues/5833">#5833</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5833">#5833</a>: include all properties if a rest element is destructed (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>v4.34.3</h2> <h2>4.34.3</h2> <p><em>2025-02-05</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure properties of "this" are included in getters (<a href="https://redirect.github.com/rollup/rollup/issues/5831">#5831</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5831">#5831</a>: include the properties that accessed by this (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>v4.34.2</h2> <h2>4.34.2</h2> <p><em>2025-02-04</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where not all usages of a function were properly detected (<a href="https://redirect.github.com/rollup/rollup/issues/5827">#5827</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5827">#5827</a>: Ensure that functions provided to a constructor are properly deoptimized (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v4.34.1</h2> <h2>4.34.1</h2> <p><em>2025-02-03</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure throwing objects includes the entire object (<a href="https://redirect.github.com/rollup/rollup/issues/5825">#5825</a>)</li> </ul> <h3>Pull Requests</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>4.34.4</h2> <p><em>2025-02-05</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not tree-shake properties if a rest element is used in destructuring (<a href="https://redirect.github.com/rollup/rollup/issues/5833">#5833</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5833">#5833</a>: include all properties if a rest element is destructed (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>4.34.3</h2> <p><em>2025-02-05</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure properties of "this" are included in getters (<a href="https://redirect.github.com/rollup/rollup/issues/5831">#5831</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5831">#5831</a>: include the properties that accessed by this (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> </ul> <h2>4.34.2</h2> <p><em>2025-02-04</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix an issue where not all usages of a function were properly detected (<a href="https://redirect.github.com/rollup/rollup/issues/5827">#5827</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5827">#5827</a>: Ensure that functions provided to a constructor are properly deoptimized (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>4.34.1</h2> <p><em>2025-02-03</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure throwing objects includes the entire object (<a href="https://redirect.github.com/rollup/rollup/issues/5825">#5825</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5825">#5825</a>: Ensure that all properties of throw statements are included (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>4.34.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/19312a762c3cda56a0f6dc80a0887a4499db2257"><code>19312a7</code></a> 4.34.4</li> <li><a href="https://github.com/rollup/rollup/commit/cf54603ec174de6c2c567debe739db6d0842f056"><code>cf54603</code></a> include all properties if a rest element is destructed (<a href="https://redirect.github.com/rollup/rollup/issues/5833">#5833</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/ac8b06a2b5406f694c38c416912cc2b18ba13355"><code>ac8b06a</code></a> 4.34.3</li> <li><a href="https://github.com/rollup/rollup/commit/7d553db5978eee77ba764e0ea0dab9f2444ad519"><code>7d553db</code></a> include the properties that accessed by this (<a href="https://redirect.github.com/rollup/rollup/issues/5831">#5831</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/615efa045779fae70c4fd5fe64fdb08a039c0442"><code>615efa0</code></a> 4.34.2</li> <li><a href="https://github.com/rollup/rollup/commit/17346a91388291209dee8e6a9012aede8a73101e"><code>17346a9</code></a> Ensure that functions provided to a constructor are properly deoptimized (<a href="https://redirect.github.com/rollup/rollup/issues/5827">#5827</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0f20524ad9ecd166a900d43af93f05a3405d2a45"><code>0f20524</code></a> 4.34.1</li> <li><a href="https://github.com/rollup/rollup/commit/32504b34e6583e47adbf2bb838e23a82dc6ec10c"><code>32504b3</code></a> Ensure that all properties of throw statements are included (<a href="https://redirect.github.com/rollup/rollup/issues/5825">#5825</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/979d62888dbe75f92e50fdd64246c737c52f5f1f"><code>979d628</code></a> 4.34.0</li> <li><a href="https://github.com/rollup/rollup/commit/d7062ef6ab36e8741fc698c8c7219f48e5ef8c4b"><code>d7062ef</code></a> Reapply object tree-shaking (<a href="https://redirect.github.com/rollup/rollup/issues/5737">#5737</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.31.0...v4.34.4">compare view</a></li> </ul> </details> <br /> Updates `shiki` from 2.1.0 to 2.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases">shiki's releases</a>.</em></p> <blockquote> <h2>v2.3.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>precompiled</strong>: Fix traverse algorithm, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/917">#917</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/917">shikijs/shiki#917</a> <a href="https://github.com/shikijs/shiki/commit/3722d2f3"><!-- raw HTML omitted -->(3722d)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.0...v2.3.1">View changes on GitHub</a></h5> <h2>v2.3.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>engine-js</strong>: Lazy compile extremely long patterns in precompiled grammars - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/916">shikijs/shiki#916</a> <a href="https://github.com/shikijs/shiki/commit/c792c7dd"><!-- raw HTML omitted -->(c792c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.2.0...v2.3.0">View changes on GitHub</a></h5> <h2>v2.2.0</h2> <h3> 🚨 Breaking Changes</h3> <ul> <li>Enable runtime warning by default, v2 release blog post - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/898">shikijs/shiki#898</a> <a href="https://github.com/shikijs/shiki/commit/9868339b"><!-- raw HTML omitted -->(98683)<!-- raw HTML omitted --></a></li> </ul> <h3> 🚀 Features</h3> <ul> <li>Improve warning messages - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/0f27a20d"><!-- raw HTML omitted -->(0f27a)<!-- raw HTML omitted --></a></li> <li>Allow nested decorations which share an 'edge' with parent - by <a href="https://github.com/ms264556"><code>@ms264556</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/911">shikijs/shiki#911</a> <a href="https://github.com/shikijs/shiki/commit/482ad2d5"><!-- raw HTML omitted -->(482ad)<!-- raw HTML omitted --></a></li> <li><strong>engine-js</strong>: Update deps, support more languages - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/903">shikijs/shiki#903</a> <a href="https://github.com/shikijs/shiki/commit/13533dbe"><!-- raw HTML omitted -->(13533)<!-- raw HTML omitted --></a></li> <li><strong>markdown-it</strong>: Support <code>markdown-it-async</code> integration - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/902">shikijs/shiki#902</a> <a href="https://github.com/shikijs/shiki/commit/4d59c8f4"><!-- raw HTML omitted -->(4d59c)<!-- raw HTML omitted --></a></li> <li><strong>rehype</strong>: Support <code>fallbackLanguage</code> on lazy mode - by <a href="https://github.com/fuma-nama"><code>@fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/912">shikijs/shiki#912</a> <a href="https://github.com/shikijs/shiki/commit/6a852699"><!-- raw HTML omitted -->(6a852)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Warn about missing deprecation - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/708e3f24"><!-- raw HTML omitted -->(708e3)<!-- raw HTML omitted --></a></li> <li>Mark <code>engine</code> required in <code>createHighlighterCore</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/1212f473"><!-- raw HTML omitted -->(1212f)<!-- raw HTML omitted --></a></li> <li><strong>colorized-brackets</strong>: <ul> <li>Use object style <code>htmlStyle</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/eab5bd18"><!-- raw HTML omitted -->(eab5b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>core</strong>: <ul> <li>Soft require <code>engine</code> options - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/10a6f781"><!-- raw HTML omitted -->(10a6f)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>transformers</strong>: <ul> <li>Bring back missing <code>createCommentNotationTransformer</code>, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/907">#907</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/907">shikijs/shiki#907</a> <a href="https://github.com/shikijs/shiki/commit/8386ba8c"><!-- raw HTML omitted -->(8386b)<!-- raw HTML omitted --></a></li> <li>Bring back missing createCommentNotationTransformer, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/907">#907</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/907">shikijs/shiki#907</a> <a href="https://github.com/shikijs/shiki/commit/fc7441d7"><!-- raw HTML omitted -->(fc744)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.29.2...v2.2.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/3cee69f1d43d95a685765e00eb1011100cdf9f06"><code>3cee69f</code></a> chore: release v2.3.1</li> <li><a href="https://github.com/shikijs/shiki/commit/9cd269d9b3358680413ca0f5cc8d2b5636a86eae"><code>9cd269d</code></a> chore: release v2.3.0</li> <li><a href="https://github.com/shikijs/shiki/commit/3a166ad1b6d42d262efca18ba5aeec798966f5e2"><code>3a166ad</code></a> chore: release v2.2.0</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.3.1/packages/shiki">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |