-
Notifications
You must be signed in to change notification settings - Fork 66
[sync] 2025/07/02 #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[sync] 2025/07/02 #508
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add prev and next buttons to the first chapter - Remove the chapter number from the filename - Add a WIP warning to the top of the page - Add filenames and highlighted lines to the Dart code blocks - Adjust and add [semantic line breaks](https://sembr.org/) within the doc
contributes to #6461 by adding Zone and Late terms --------- Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com>
I've moved the analytics values into variables in site.yml. This now matches what we do on the Flutter side of things. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [x] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/packages/excerpter) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details> --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
This fixes ECMA being typoed as EMCA in a few places. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [x] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/packages/excerpter) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.19 to 3.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v3.29.0</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>3.29.0 - 11 Jun 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.22.0. <a href="https://redirect.github.com/github/codeql-action/pull/2925">#2925</a></li> <li>Bump minimum CodeQL bundle version to 2.16.6. <a href="https://redirect.github.com/github/codeql-action/pull/2912">#2912</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.29.0/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>3.29.0 - 11 Jun 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.22.0. <a href="https://redirect.github.com/github/codeql-action/pull/2925">#2925</a></li> <li>Bump minimum CodeQL bundle version to 2.16.6. <a href="https://redirect.github.com/github/codeql-action/pull/2912">#2912</a></li> </ul> <h2>3.28.19 - 03 Jun 2025</h2> <ul> <li>The CodeQL Action no longer includes its own copy of the extractor for the <code>actions</code> language, which is currently in public preview. The <code>actions</code> extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the <code>actions</code> language <em>and</em> you have pinned your <code>tools:</code> property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable <code>actions</code> analysis.</li> <li>Update default CodeQL bundle version to 2.21.4. <a href="https://redirect.github.com/github/codeql-action/pull/2910">#2910</a></li> </ul> <h2>3.28.18 - 16 May 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.21.3. <a href="https://redirect.github.com/github/codeql-action/pull/2893">#2893</a></li> <li>Skip validating SARIF produced by CodeQL for improved performance. <a href="https://redirect.github.com/github/codeql-action/pull/2894">#2894</a></li> <li>The number of threads and amount of RAM used by CodeQL can now be set via the <code>CODEQL_THREADS</code> and <code>CODEQL_RAM</code> runner environment variables. If set, these environment variables override the <code>threads</code> and <code>ram</code> inputs respectively. <a href="https://redirect.github.com/github/codeql-action/pull/2891">#2891</a></li> </ul> <h2>3.28.17 - 02 May 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.21.2. <a href="https://redirect.github.com/github/codeql-action/pull/2872">#2872</a></li> </ul> <h2>3.28.16 - 23 Apr 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.21.1. <a href="https://redirect.github.com/github/codeql-action/pull/2863">#2863</a></li> </ul> <h2>3.28.15 - 07 Apr 2025</h2> <ul> <li>Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. <a href="https://redirect.github.com/github/codeql-action/pull/2842">#2842</a></li> </ul> <h2>3.28.14 - 07 Apr 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.21.0. <a href="https://redirect.github.com/github/codeql-action/pull/2838">#2838</a></li> </ul> <h2>3.28.13 - 24 Mar 2025</h2> <p>No user facing changes.</p> <h2>3.28.12 - 19 Mar 2025</h2> <ul> <li>Dependency caching should now cache more dependencies for Java <code>build-mode: none</code> extractions. This should speed up workflows and avoid inconsistent alerts in some cases.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/ce28f5bb42b7a9f2c824e633a3f6ee835bab6858"><code>ce28f5b</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2926">#2926</a> from github/update-v3.29.0-e8799281c</li> <li><a href="https://github.com/github/codeql-action/commit/bc251b7932638a7881a8db15d1aaf0151642af99"><code>bc251b7</code></a> Update changelog for v3.29.0</li> <li><a href="https://github.com/github/codeql-action/commit/e8799281c8dee3b2e1aaed2c059e530fcfdc2d6d"><code>e879928</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2925">#2925</a> from github/update-bundle/codeql-bundle-v2.22.0</li> <li><a href="https://github.com/github/codeql-action/commit/efd43b3097c094d883d91934155f0a32af09dff7"><code>efd43b3</code></a> Merge branch 'main' into update-bundle/codeql-bundle-v2.22.0</li> <li><a href="https://github.com/github/codeql-action/commit/7cb9b16051842e6c23c8b9fbcf92481f92d0644a"><code>7cb9b16</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2912">#2912</a> from github/henrymercer/bump-minimum-codeql-2.16.6</li> <li><a href="https://github.com/github/codeql-action/commit/3855117ba18b27e082b12e3e92e00d1b52aaa605"><code>3855117</code></a> Add changelog note</li> <li><a href="https://github.com/github/codeql-action/commit/f5d4e2a7ca2a5826357748bb8743390a4775946f"><code>f5d4e2a</code></a> Update default bundle to codeql-bundle-v2.22.0</li> <li><a href="https://github.com/github/codeql-action/commit/22deae890c55a1dc3ffba1aa20ad4148284e72d1"><code>22deae8</code></a> Update package-lock.json</li> <li><a href="https://github.com/github/codeql-action/commit/df2a830ca4348a013f4804b56f41795f408f1e4e"><code>df2a830</code></a> Merge branch 'main' into henrymercer/bump-minimum-codeql-2.16.6</li> <li><a href="https://github.com/github/codeql-action/commit/b1e4dc3db58c9601794e22a9f6d28d45461b9dbf"><code>b1e4dc3</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2916">#2916</a> from github/dependabot/npm_and_yarn/npm-5cdccdc43f</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/fca7ace96b7d713c7035871441bd52efbe39e27e...ce28f5bb42b7a9f2c824e633a3f6ee835bab6858">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Limit `tsx` to the previous release and upgrade other npm deps.
…629) updates to ch3 Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution guidelines below. Fixes <Replace with issue link> --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [x] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/packages/excerpter) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details> --------- Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com> Co-authored-by: Eric Windmill <eric@ericwindmill.com>
Bumps [@swc/html](https://github.com/swc-project/swc) from 1.12.0 to 1.12.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/html</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.12.1] - 2025-06-12</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(<code>@swc/types</code>)</strong> Remove <code>nativeClassProperties</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10592">#10592</a>) (<a href="https://github.com/swc-project/swc/commit/39032dcd96bc618fcddf55d0824836c56f766eab">39032dc</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix top level detection of DCE (<a href="https://redirect.github.com/swc-project/swc/issues/10603">#10603</a>) (<a href="https://github.com/swc-project/swc/commit/964a5607d7bacb2bab1135bf0dd546a1a33fdb6c">964a560</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix inlining of arrows (<a href="https://redirect.github.com/swc-project/swc/issues/10604">#10604</a>) (<a href="https://github.com/swc-project/swc/commit/cc3bc4d66c381d33d00bc530b57c88447ae8ead8">cc3bc4d</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Perform DCE on the end (<a href="https://redirect.github.com/swc-project/swc/issues/10602">#10602</a>) (<a href="https://github.com/swc-project/swc/commit/a97b1494267bba03436d160d39cd21ce68150173">a97b149</a>)</p> </li> <li> <p><strong>(swc_common)</strong> Add <code>Files#is_in_file</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10599">#10599</a>) (<a href="https://github.com/swc-project/swc/commit/e6b61ebfde2b0680c3e4144e6725803b2d9d7fc8">e6b61eb</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li><strong>(es/parser)</strong> Support parsing CommonJS (<a href="https://redirect.github.com/swc-project/swc/issues/10600">#10600</a>) (<a href="https://github.com/swc-project/swc/commit/70bda6a199bec4b0f8fddb20040a382c44a78354">70bda6a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/247f7f2e96d546a62d652c562a71e8f41c1ec26c"><code>247f7f2</code></a> chore: Publish <code>1.12.1</code> with <code>swc_core</code> <code>v27.0.4</code></li> <li><a href="https://github.com/swc-project/swc/commit/812fe418effc03e9bac9c829b3b03e03f72be51b"><code>812fe41</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/e005c153ee8a6b1f515efebe23ab3511f4f62dea"><code>e005c15</code></a> chore: Publish <code>1.12.1-nightly-20250612.1</code> with <code>swc_core</code> <code>v27.0.4</code></li> <li><a href="https://github.com/swc-project/swc/commit/2c524adf80ca108ca5a7f09f8002aa1bbba872bc"><code>2c524ad</code></a> chore: Publish crates with <code>swc_core</code> <code>v27.0.4</code></li> <li><a href="https://github.com/swc-project/swc/commit/a97b1494267bba03436d160d39cd21ce68150173"><code>a97b149</code></a> fix(es/minifier): Perform DCE on the end (<a href="https://redirect.github.com/swc-project/swc/issues/10602">#10602</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/3facfe55ec9ee9bc4009b7127b57c4c51802e472"><code>3facfe5</code></a> chore: Publish crates with <code>swc_core</code> <code>v27.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/cc3bc4d66c381d33d00bc530b57c88447ae8ead8"><code>cc3bc4d</code></a> fix(es/minifier): Fix inlining of arrows (<a href="https://redirect.github.com/swc-project/swc/issues/10604">#10604</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/964a5607d7bacb2bab1135bf0dd546a1a33fdb6c"><code>964a560</code></a> fix(es/minifier): Fix top level detection of DCE (<a href="https://redirect.github.com/swc-project/swc/issues/10603">#10603</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/70bda6a199bec4b0f8fddb20040a382c44a78354"><code>70bda6a</code></a> feat(es/parser): Support parsing CommonJS (<a href="https://redirect.github.com/swc-project/swc/issues/10600">#10600</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/26eceed2c8b7420e132f25ab2e6ac09993a64b3c"><code>26eceed</code></a> chore: Publish crates with <code>swc_core</code> <code>v27.0.2</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.0...v1.12.1">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.31 to 22.15.32. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | @types/node | [>= 24.a, < 25] | </details> [](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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
A small fix of a code example: var items = [1, for (var x = 2; x < 4; x++) x, 7]; // [1, 2, 3, ~~4,~~ 7] --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
Add the 4th chapter of the Dart FWE. Fixes tbd --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [x] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/packages/excerpter) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details> --------- Co-authored-by: Eric Windmill <eric@ericwindmill.com> Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com>
contributes to #6461 by adding Wildcard --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
Instead of always assuming it should have a white background, use a css property to respond to the current theme. Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com>
Bumps [@swc/html](https://github.com/swc-project/swc) from 1.12.1 to 1.12.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/html</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.12.3] - 2025-06-19</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/codgen)</strong> Emit leading comments of JSXExprContainer (<a href="https://redirect.github.com/swc-project/swc/issues/10627">#10627</a>) (<a href="https://github.com/swc-project/swc/commit/2d2162a1e90b997db130ba8ab9b262cd145f998a">2d2162a</a>)</li> </ul> <h2>[1.12.2] - 2025-06-19</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(ci)</strong> Fix build of <code>@swc/minifier</code> (<a href="https://github.com/swc-project/swc/commit/0dc52440ea8f2320614d0875fc421ba647f1a75c">0dc5244</a>)</p> </li> <li> <p><strong>(es/codegen)</strong> Fix <code>.map</code> path when using <code>output_path</code> (<a href="https://github.com/swc-project/swc/commit/01e5bd1d6560d3b40e98122e09d0f7bd7c73b4c5">01e5bd1</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Allow type ann in jsx expr child (<a href="https://redirect.github.com/swc-project/swc/issues/10626">#10626</a>) (<a href="https://github.com/swc-project/swc/commit/48f576c64ac119af3bc990c78f06678dc0fdd800">48f576c</a>)</p> </li> <li> <p><strong>(swc)</strong> Fix wrong caching of resolvers regarding file exts (<a href="https://redirect.github.com/swc-project/swc/issues/10615">#10615</a>) (<a href="https://github.com/swc-project/swc/commit/68aacd1dfc2dd97feb5636f1833a6fa1e15407bd">68aacd1</a>)</p> </li> <li> <p><strong>(ts/isolated-dts)</strong> Fix usage dependency (<a href="https://redirect.github.com/swc-project/swc/issues/10621">#10621</a>) (<a href="https://github.com/swc-project/swc/commit/b3677d36681820dd7c0f35ef97c44d5f7de69121">b3677d3</a>)</p> </li> <li> <p><strong>(ts/isolated-dts)</strong> Emit properties in overloaded constructor params (<a href="https://redirect.github.com/swc-project/swc/issues/10623">#10623</a>) (<a href="https://github.com/swc-project/swc/commit/6634ef1d2fd7f298a4c5fbb5c23e28c2571177b8">6634ef1</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li><strong>(swc_common)</strong> Allow returning <code>None</code> in <code>try_lookup_source_file</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10625">#10625</a>) (<a href="https://github.com/swc-project/swc/commit/d8e2405d7f67867699eeda36ca59ac11ca7baf71">d8e2405</a>)</li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(atoms)</strong> Improve <code>atom!</code> for inlinable strings (<a href="https://redirect.github.com/swc-project/swc/issues/10612">#10612</a>) (<a href="https://github.com/swc-project/swc/commit/51131212c3bd1992bdade5ab509572ad79d1aa53">5113121</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Avoid calling some costly function when optimizing deep nested binary expr (<a href="https://redirect.github.com/swc-project/swc/issues/10611">#10611</a>) (<a href="https://github.com/swc-project/swc/commit/1434571477f5f8576a268a2bd32631eb9ce77229">1434571</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove needless JSON conversion (<a href="https://redirect.github.com/swc-project/swc/issues/10628">#10628</a>) (<a href="https://github.com/swc-project/swc/commit/4a58dca92c71c2db871be3a09ea0aa6c9a6702fc">4a58dca</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/8f8437ebd43a5b6ba718707af2eef3ddc5af3b8a"><code>8f8437e</code></a> chore: Publish <code>1.12.3</code> with <code>swc_core</code> <code>v28.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/59a304360851c658804dd5daff7c4feea533a5e6"><code>59a3043</code></a> chore: Publish <code>1.12.3-nightly-20250619.2</code> with <code>swc_core</code> <code>v28.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/40532cdd48639c487a189cef482fcfcacb16aa9e"><code>40532cd</code></a> chore: Revert "chore: Fix npmignore"</li> <li><a href="https://github.com/swc-project/swc/commit/804450d3a3734a7bea0521ee115861fb8b8a35d0"><code>804450d</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/24905563acb7405566101a291ebf99dd4fea7a13"><code>2490556</code></a> chore: Publish <code>1.12.3-nightly-20250619.1</code> with <code>swc_core</code> <code>v28.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/4bb1062c429247e30f5a87e6a5c9a33691d57107"><code>4bb1062</code></a> chore: Fix npmignore</li> <li><a href="https://github.com/swc-project/swc/commit/7fbbbbcbb7424257c29403bb8858b5a000d7bc2b"><code>7fbbbbc</code></a> chore: Publish crates with <code>swc_core</code> <code>v28.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/22c810d616c1eecc672a117aa073a187457ca3dc"><code>22c810d</code></a> chore(ci): Fix build of <code>react-compiler</code> and <code>minifier</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10632">#10632</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/2d2162a1e90b997db130ba8ab9b262cd145f998a"><code>2d2162a</code></a> fix(es/codgen): Emit leading comments of JSXExprContainer (<a href="https://redirect.github.com/swc-project/swc/issues/10627">#10627</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/c8764c34f1883495ebabf6e1217e5d36bc32d8bf"><code>c8764c3</code></a> chore: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.1...v1.12.3">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com>
Bumps [@swc/html](https://github.com/swc-project/swc) from 1.12.3 to 1.12.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/html</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.12.4] - 2025-06-20</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Fix <code>Buffer</code> handling of <code>minify()</code> API (<a href="https://redirect.github.com/swc-project/swc/issues/10643">#10643</a>) (<a href="https://github.com/swc-project/swc/commit/cdf068e1bd8f007e06f41bd05f98055243468ba4">cdf068e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix arrow inlining (<a href="https://redirect.github.com/swc-project/swc/issues/10642">#10642</a>) (<a href="https://github.com/swc-project/swc/commit/7232c102d36bbf6957bd7326d9392d2b00155ee9">7232c10</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Don't be greedy in the end of jsx open el (<a href="https://redirect.github.com/swc-project/swc/issues/10637">#10637</a>) (<a href="https://github.com/swc-project/swc/commit/8a2c656d50dd1fe86b7338dc83cc1397a99ebbbe">8a2c656</a>)</p> </li> <li> <p>Update <code>par-core</code> and <code>par-iter</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10629">#10629</a>) (<a href="https://github.com/swc-project/swc/commit/38f7d51d3ca2d55a85020cca0cffc22b2e5b5b8a">38f7d51</a>)</p> </li> <li> <p>Fix CI (<a href="https://redirect.github.com/swc-project/swc/issues/10641">#10641</a>) (<a href="https://github.com/swc-project/swc/commit/9df98f748eba99de4c51dc407de34b97456e93ce">9df98f7</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/parser)</strong> Cleanup (<a href="https://redirect.github.com/swc-project/swc/issues/10631">#10631</a>) (<a href="https://github.com/swc-project/swc/commit/c7c2035292c3a86d65ad97438ffc9ffa2df09628">c7c2035</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/8ef50fda4b9b4def0b54669888a97ca87e5be9d2"><code>8ef50fd</code></a> chore: Publish <code>1.12.4</code> with <code>swc_core</code> <code>v29.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/0347f9f3f8125f65ca349bb36541febb92fb3158"><code>0347f9f</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/9edfe83190467f8f5b1e353b4a2d67d3fb7fdf3e"><code>9edfe83</code></a> chore: Publish <code>1.12.4-nightly-20250619.2</code> with <code>swc_core</code> <code>v29.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/7f618f7d31c79671a71fffb5717ba38cb6d01bd5"><code>7f618f7</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/7232c102d36bbf6957bd7326d9392d2b00155ee9"><code>7232c10</code></a> fix(es/minifier): Fix arrow inlining (<a href="https://redirect.github.com/swc-project/swc/issues/10642">#10642</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/cdf068e1bd8f007e06f41bd05f98055243468ba4"><code>cdf068e</code></a> fix(es/minifier): Fix <code>Buffer</code> handling of <code>minify()</code> API (<a href="https://redirect.github.com/swc-project/swc/issues/10643">#10643</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/9df98f748eba99de4c51dc407de34b97456e93ce"><code>9df98f7</code></a> fix: Fix CI (<a href="https://redirect.github.com/swc-project/swc/issues/10641">#10641</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/54e48a3d447de12ee5bafdde08dc1820b589ac2b"><code>54e48a3</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/220dbe1865e790572e4365f9039755a0d1877c7d"><code>220dbe1</code></a> chore: Publish <code>1.12.4-nightly-20250619.1</code> with <code>swc_core</code> <code>v29.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/1b2d8a7658e79cf24b56e10956990b07696078d6"><code>1b2d8a7</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.0.0</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.3...v1.12.4">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 3.6.0 to 3.7.0. <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>v3.7.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>core</strong>: Support resolving langAlias in bundle-factory, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/952">#952</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/952">shikijs/shiki#952</a> <a href="https://github.com/shikijs/shiki/commit/4a858b95"><!-- raw HTML omitted -->(4a858)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>shiki</strong>: <ul> <li>Astro partial syntax highlighting error - by <a href="https://github.com/yvbopeng"><code>@yvbopeng</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1035">shikijs/shiki#1035</a> <a href="https://github.com/shikijs/shiki/commit/a12f7e70"><!-- raw HTML omitted -->(a12f7)<!-- raw HTML omitted --></a></li> <li>Only apply <code>light-dark</code> on colors, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/1036">#1036</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1036">shikijs/shiki#1036</a> <a href="https://github.com/shikijs/shiki/commit/ac58a851"><!-- raw HTML omitted -->(ac58a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v3.6.0...v3.7.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/d25afc245b56c5c7811f39c01f0de1eafffa0547"><code>d25afc2</code></a> chore: release v3.7.0</li> <li><a href="https://github.com/shikijs/shiki/commit/0e968110985cfa27751d931d4ecddd019b8373ee"><code>0e96811</code></a> chore: update snap</li> <li><a href="https://github.com/shikijs/shiki/commit/a12f7e70512c7f810f43d4a1639c2a8b0bee7969"><code>a12f7e7</code></a> fix(shiki): astro partial syntax highlighting error (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/1035">#1035</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v3.7.0/packages/shiki">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #6671 **Staged:** https://dart-dev--pr6673-fix-6671-2p0s0fns.web.app/get-dart#install Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com>
### Changes - Removes the `/deprecated/language-tour` and `/deprecated/library-tour` pages with headers for their old sections that acted as pointers to the new location of the related content. - Removes the corresponding JS scripts used on each page that, if possible, automatically navigated to the relevant content's new location, depending on the URL fragment specified by the user. - Adds redirects from the two `/deprecated` paths to the language and library doc index pages. - Updates redirects to the the `/deprecated` pages to the language and library doc index pages. ### Rationale From dart-lang/site-www#6677: > They served their purpose for a while, preserving links to specific fragments, but they now receive little traffic as most new/still visible links point to the new pages. To simplify site maintenance and enable focus on new content, we should consider removing the fragment handling. The old paths can still redirect to the new index pages, where anyone still navigating to from the old links can then easily find the relevant header. In general, the benefit of these have dwindled and these removals will help simplify future site infrastructure work I am working on as well as future changes to the language docs. --- Resolves dart-lang/site-www#6677
Bumps [@swc/html](https://github.com/swc-project/swc) from 1.12.4 to 1.12.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/html</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.12.5] - 2025-06-21</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/parser)</strong> Parse jsx entity (<a href="https://redirect.github.com/swc-project/swc/issues/10652">#10652</a>) (<a href="https://github.com/swc-project/swc/commit/bfd3bc5456a33e3d66008ea198d9c5f38660af39">bfd3bc5</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Consider reseved ident in jsx name (<a href="https://redirect.github.com/swc-project/swc/issues/10647">#10647</a>) (<a href="https://github.com/swc-project/swc/commit/9262a591fd8f35200948fa298aa0f9cc4d0a06e7">9262a59</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li><strong>(es/parser)</strong> Optimize <code>next_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10654">#10654</a>) (<a href="https://github.com/swc-project/swc/commit/1be2ca0d6e0cbe096352521b016320b6a30d36b7">1be2ca0</a>)</li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/lexer)</strong> Remove faster path for <code>\t</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10650">#10650</a>) (<a href="https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb">d6ac3b7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/923361c492ff0b7c2749dc7ba615f9f8f94c9a80"><code>923361c</code></a> chore: Publish <code>1.12.5</code> with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/3789c2243616d7d509ebf81a28aa08259547ce43"><code>3789c22</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/fbbc3e5c71b6510deb4881508475f03592e5c5e2"><code>fbbc3e5</code></a> chore: Publish <code>1.12.5-nightly-20250621.1</code> with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/a95fcd34e930b66c9f1f446c5ead0193ce10de30"><code>a95fcd3</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb"><code>d6ac3b7</code></a> refactor(es/lexer): Remove faster path for <code>\t</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10650">#10650</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/1be2ca0d6e0cbe096352521b016320b6a30d36b7"><code>1be2ca0</code></a> perf(es/parser): Optimize <code>next_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10654">#10654</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/9262a591fd8f35200948fa298aa0f9cc4d0a06e7"><code>9262a59</code></a> fix(es/parser): consider reseved ident in jsx name (<a href="https://redirect.github.com/swc-project/swc/issues/10647">#10647</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/bfd3bc5456a33e3d66008ea198d9c5f38660af39"><code>bfd3bc5</code></a> fix(es/parser): Parse jsx entity (<a href="https://redirect.github.com/swc-project/swc/issues/10652">#10652</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/72f51d4717c25a2a960e79b43d881728f7c21a3e"><code>72f51d4</code></a> chore: Update changelog</li> <li>See full diff in <a href="https://github.com/swc-project/swc/compare/v1.12.4...v1.12.5">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Removes the leading(top) margin from the first child of a blockquote, to avoid it having unsymmetrical padding. --- **Before:** <img width="768" alt="Blockquote before fix" src="https://github.com/user-attachments/assets/057b1870-71fb-4aed-aa3a-aabdd4820347" /> **After:** <img width="768" alt="Blockquote after fix" src="https://github.com/user-attachments/assets/77467d98-4892-4b59-a051-4cf675bdced5" />
Content already reviewed within the SDK.
Bumps [@swc/html](https://github.com/swc-project/swc) from 1.12.5 to 1.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/html</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.12.6] - 2025-06-24</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/parser)</strong> Throw error if JSX does not end with <code>></code> (<a href="https://redirect.github.com/swc-project/swc/issues/10687">#10687</a>) (<a href="https://github.com/swc-project/swc/commit/cb3d6dbfd4dd9d82bea0222934daf902f57e1034">cb3d6db</a>)</p> </li> <li> <p><strong>(es/react-compiler)</strong> Use tsx syntax for parser (<a href="https://redirect.github.com/swc-project/swc/issues/10682">#10682</a>) (<a href="https://github.com/swc-project/swc/commit/a355e376707f35845d5a8b30be0f98fbc2e73b5d">a355e37</a>)</p> </li> <li> <p><strong>(hstr)</strong> Support MSRV = <code>1.86</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10673">#10673</a>) (<a href="https://github.com/swc-project/swc/commit/de19d1e79d9626b82ee07c3cdefcdcaa317e64e3">de19d1e</a>)</p> </li> <li> <p><strong>(ts/isolated-dts)</strong> Skip parameters without accessibility modifiers in private constructors (<a href="https://redirect.github.com/swc-project/swc/issues/10675">#10675</a>) (<a href="https://github.com/swc-project/swc/commit/1976d8ef2de0ffd3203b7f450f92ec91a1d3b260">1976d8e</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li><strong>(ts/fast-strip)</strong> Support JSX under a feature flag (<a href="https://redirect.github.com/swc-project/swc/issues/10656">#10656</a>) (<a href="https://github.com/swc-project/swc/commit/6a70d17f17109bcb2e6ed715fe321c3fb3eaae6e">6a70d17</a>)</li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(ecosystem-ci)</strong> Exclude <code>react-leaflet</code> (<a href="https://github.com/swc-project/swc/commit/cfbb1f9505b430b2e93062611734d2f0a196b008">cfbb1f9</a>)</li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/lexer)</strong> Optimize number literal parsing with fast path (<a href="https://redirect.github.com/swc-project/swc/issues/10655">#10655</a>) (<a href="https://github.com/swc-project/swc/commit/15d0828f2d9a741b053f26e88bd52b5c2c7c78f4">15d0828</a>)</p> </li> <li> <p><strong>(es/lexer)</strong> Reduce allocations while lexing numbers (<a href="https://redirect.github.com/swc-project/swc/issues/10667">#10667</a>) (<a href="https://github.com/swc-project/swc/commit/115d228d90566fb09bf456be9fc203ff1fb7cb34">115d228</a>)</p> </li> <li> <p><strong>(es/lexer)</strong> Introduce <code>byte_search</code> to reduce comparison operations (<a href="https://redirect.github.com/swc-project/swc/issues/10668">#10668</a>) (<a href="https://github.com/swc-project/swc/commit/3806ffd04872a556b4a906348ade955814da044d">3806ffd</a>)</p> </li> <li> <p><strong>(es/lexer)</strong> Compare <code>\n</code> first (<a href="https://redirect.github.com/swc-project/swc/issues/10669">#10669</a>) (<a href="https://github.com/swc-project/swc/commit/9c41e2f71016699917c8109c2bd4660cfa7fb4f3">9c41e2f</a>)</p> </li> <li> <p><strong>(es/lexer)</strong> Optimize lexing of numbers with separators (<a href="https://redirect.github.com/swc-project/swc/issues/10665">#10665</a>) (<a href="https://github.com/swc-project/swc/commit/cac651b85d5e0bee9e4d1b1ba4d9df69621a5361">cac651b</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove needless clones (<a href="https://redirect.github.com/swc-project/swc/issues/10661">#10661</a>) (<a href="https://github.com/swc-project/swc/commit/5f4f7dd0f164a30ff6340dd0114fe0759e64d83f">5f4f7dd</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/34a5e2e059c1ebf0f6966f7822a1687e82f8e077"><code>34a5e2e</code></a> chore: Publish <code>1.12.6</code> with <code>swc_core</code> <code>v29.1.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/7bb15eb5561630a303bf8d739c1426b596e0edd4"><code>7bb15eb</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/6b01da9a175363e5a6b754bdeb6cea8c4e5ceabd"><code>6b01da9</code></a> chore: Publish <code>1.12.6-nightly-20250623.3</code> with <code>swc_core</code> <code>v29.1.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/cfbb1f9505b430b2e93062611734d2f0a196b008"><code>cfbb1f9</code></a> chore(ecosystem-ci): Exclude <code>react-leaflet</code></li> <li><a href="https://github.com/swc-project/swc/commit/69e8f22fbdad619e60faf85a596de4b50b9628fb"><code>69e8f22</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/3c5536b6dcb293dcf00421ff31053cf9a91c9cd3"><code>3c5536b</code></a> chore: Publish <code>1.12.6-nightly-20250623.2</code> with <code>swc_core</code> <code>v29.1.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/eee05787231c07b41430d5bfed73f3c39011c491"><code>eee0578</code></a> build(wasm): Fix wasm builds</li> <li><a href="https://github.com/swc-project/swc/commit/89f5746e6952c9340e2e08581300d1e1a9925fd2"><code>89f5746</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/a5a97ea5f71cfff182ea3ed54b6ccd62bd6edc7a"><code>a5a97ea</code></a> chore: Publish <code>1.12.6-nightly-20250623.1</code> with <code>swc_core</code> <code>v29.1.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/17d8faf400c9ce5a97633b6deb2c4e93601337be"><code>17d8faf</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.1.2</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.5...v1.12.6">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.32 to 22.15.33. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | @types/node | [>= 24.a, < 25] | </details> [](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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 3.1.1 to 3.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/11ty/eleventy/releases"><code>@11ty/eleventy</code>'s releases</a>.</em></p> <blockquote> <h2>Eleventy v3.1.2 (we fixed 15 more things)</h2> <h2>Try it out in your project</h2> <pre><code>npm install @11ty/eleventy@latest </code></pre> <ul> <li>Read more about <a href="https://www.11ty.dev/docs/">getting started with Eleventy</a> or <a href="https://www.11ty.dev/#why-should-you-use-eleventy">why you should use Eleventy</a>.</li> <li><strong>Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a></li> <li><strong>Commit log</strong> (from previous stable release): <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2</a></li> </ul> <h2>Release notes</h2> <ul> <li>Bug fix: issue with Computed Data with Array -> Object -> Template Strings <a href="https://redirect.github.com/11ty/eleventy/issues/3850">#3850</a></li> <li>Bug fix:Workaround dependency bug in <code>tinyglobby</code> when using <code>../</code> for input directory (and/or passthrough copy) <a href="https://redirect.github.com/11ty/eleventy/issues/3854">#3854</a> <a href="https://redirect.github.com/11ty/eleventy/issues/3862">#3862</a></li> <li>Bug fix: issue with absolute path for input directory resulting in incorrect output directory <a href="https://redirect.github.com/11ty/eleventy/issues/3853">#3853</a></li> <li>Bug fix: issue with pagination over <code>collections</code> missing the <code>all</code> collection <a href="https://redirect.github.com/11ty/eleventy/issues/3860">#3860</a></li> <li>Bug fix: Custom template engines should inherit aliased the parent <code>cacheable</code> value for advanced control of internal cache (<a href="https://www.11ty.dev/docs/languages/custom/#compile-options-cache-for-advanced-control-of-caching">related docs</a>). Fixes issues with JavaScript import cache busting in Windows <a href="https://redirect.github.com/11ty/eleventy/issues/3824">#3824</a> <a href="https://redirect.github.com/11ty/eleventy/issues/3832">#3832</a></li> <li>Bug fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) <a href="https://redirect.github.com/11ty/eleventy/issues/3569">#3569</a></li> <li>Bug fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C <a href="https://redirect.github.com/11ty/eleventy/issues/3873">#3873</a></li> <li>Bug fix: Incremental builds may result in <code>templateRender has not yet initialized</code> error after Configuration reset <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a></li> <li>Bug fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3874">#3874</a> Config reset for dev server restart</li> <li>Bug fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3875">#3875</a> <a href="https://redirect.github.com/11ty/eleventy/issues/1525">#1525</a> numeric tags for collection names</li> <li>Audit fix: <code>npm</code> audit with <code>brace-expansion</code> dependency <a href="https://redirect.github.com/11ty/eleventy/issues/3866">#3866</a></li> <li>Dependency update: bump <code>entities</code> from 6.0.0 to 6.0.1 in <a href="https://redirect.github.com/11ty/eleventy/pull/3855">11ty/eleventy#3855</a></li> </ul> <h2>Eleventy v3.1.2-beta.4</h2> <p><strong>Installation</strong>: <code>npm install @11ty/eleventy@beta --save-exact</code> <strong>Issue Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a> <strong>Commit log</strong> (from last stable): <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.4">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.4</a></p> <ul> <li>Bug Fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3874">#3874</a> Config reset for dev server restart</li> <li>Bug Fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3875">#3875</a> <a href="https://redirect.github.com/11ty/eleventy/issues/1525">#1525</a> numeric tags for collection names</li> </ul> <h2>Eleventy v3.1.2-beta.3</h2> <p><strong>Installation</strong>: <code>npm install @11ty/eleventy@beta --save-exact</code> <strong>Issue Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a> <strong>Commit log</strong> (from last stable): <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.3">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.3</a></p> <ul> <li>Bug Fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) <a href="https://redirect.github.com/11ty/eleventy/issues/3569">#3569</a></li> <li>Bug Fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C <a href="https://redirect.github.com/11ty/eleventy/issues/3873">#3873</a></li> <li>Bug Fix: Incremental builds may result in <code>templateRender has not yet initialized</code> error after Configuration reset <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a></li> </ul> <h2>Eleventy v3.1.2-beta.2</h2> <p><strong>Installation</strong>: <code>npm install @11ty/eleventy@beta --save-exact</code> <strong>Issue Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a> <strong>Commit log</strong>: <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.2">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.2</a></p> <ul> <li>Custom template engines should inherit aliased the parent <code>cacheable</code> value for advanced control of internal cache (<a href="https://www.11ty.dev/docs/languages/custom/#compile-options-cache-for-advanced-control-of-caching">related docs</a>). Fixes issues with JavaScript import cache busting in Windows <a href="https://redirect.github.com/11ty/eleventy/issues/3824">#3824</a> <a href="https://redirect.github.com/11ty/eleventy/issues/3832">#3832</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/11ty/eleventy/commit/0064599391499da31800af1b7130a036f576ad5a"><code>0064599</code></a> v3.1.2 code coverage</li> <li><a href="https://github.com/11ty/eleventy/commit/8300873fb9cdd716649ec2133739f2c4ca85b2ff"><code>8300873</code></a> v3.1.2</li> <li><a href="https://github.com/11ty/eleventy/commit/976642710fb7ba09a7ae11b3d8071f8dc0f8addf"><code>9766427</code></a> v3.1.2-beta.4</li> <li><a href="https://github.com/11ty/eleventy/commit/c64da14483f9ef43a6caf61e656a2d9fe0ef155a"><code>c64da14</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3875">#3875</a></li> <li><a href="https://github.com/11ty/eleventy/commit/94ca1282472a4c797e87078315e2cae9e58c1606"><code>94ca128</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3874">#3874</a></li> <li><a href="https://github.com/11ty/eleventy/commit/8053d2c1e63097d15c79111c65db0034958bac6c"><code>8053d2c</code></a> v3.1.2-beta-3</li> <li><a href="https://github.com/11ty/eleventy/commit/8c0a6d5908899196f81df7afa66c7442674d5b76"><code>8c0a6d5</code></a> Deleted too much for <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a></li> <li><a href="https://github.com/11ty/eleventy/commit/a930225f6fc080d2e4061f687753544e2eb22c42"><code>a930225</code></a> v3.1.2-beta.3</li> <li><a href="https://github.com/11ty/eleventy/commit/8320760c6b86bcbf27a8e1a724a9894939914bee"><code>8320760</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3873">#3873</a></li> <li><a href="https://github.com/11ty/eleventy/commit/afa9d9b8b5398da35aa3fc375c08889bf29a5182"><code>afa9d9b</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3569">#3569</a></li> <li>Additional commits viewable in <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@swc/html](https://github.com/swc-project/swc) from 1.12.6 to 1.12.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/html</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.12.7] - 2025-06-26</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Fix condition for preserving properties (<a href="https://redirect.github.com/swc-project/swc/issues/10694">#10694</a>) (<a href="https://github.com/swc-project/swc/commit/5c57a0559641121218aa8ef2be297c3a97570e70">5c57a05</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Drop pure tagged string call expr (<a href="https://redirect.github.com/swc-project/swc/issues/10702">#10702</a>) (<a href="https://github.com/swc-project/swc/commit/85cd9a71d57d7c0e37b2158bfddfbdbe2b09622f">85cd9a7</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Improve error message for template literals (<a href="https://redirect.github.com/swc-project/swc/issues/10690">#10690</a>) (<a href="https://github.com/swc-project/swc/commit/a066b7629079ad15850c41a982031a62decebd2d">a066b76</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Rescan <code>>=</code> for JSX closing tag (<a href="https://redirect.github.com/swc-project/swc/issues/10693">#10693</a>) (<a href="https://github.com/swc-project/swc/commit/fe82c4cf83b4cea05403b87bc665f9d0a84928e1">fe82c4c</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Support keywords as JSX member expression properties (<a href="https://redirect.github.com/swc-project/swc/issues/10701">#10701</a>) (<a href="https://github.com/swc-project/swc/commit/643253d5e1df643fd79eb3f494b56f15bdcbdb47">643253d</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/parser)</strong> Add <code>override</code> and <code>out</code> keyword (<a href="https://redirect.github.com/swc-project/swc/issues/10695">#10695</a>) (<a href="https://github.com/swc-project/swc/commit/636d7a3830ca3de01ee2078385820e3a37d62343">636d7a3</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Enable import attributes unconditionally (<a href="https://redirect.github.com/swc-project/swc/issues/10706">#10706</a>) (<a href="https://github.com/swc-project/swc/commit/5ecc3ca4da6998c8dc9c94d8c25ab10a3b70b62b">5ecc3ca</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Expose Token API with unstable feature flag (<a href="https://redirect.github.com/swc-project/swc/issues/10699">#10699</a>) (<a href="https://github.com/swc-project/swc/commit/750c7d4c84d34091207932dde9e3e1aaac0cf391">750c7d4</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li><strong>(es/parser)</strong> Do not compare error each time (<a href="https://redirect.github.com/swc-project/swc/issues/10696">#10696</a>) (<a href="https://github.com/swc-project/swc/commit/0ae0341d105a9c57810204352b775acdee26d18e">0ae0341</a>)</li> </ul> <h3>Testing</h3> <ul> <li><strong>(es)</strong> Remove outdated test snapshots (<a href="https://redirect.github.com/swc-project/swc/issues/10689">#10689</a>) (<a href="https://github.com/swc-project/swc/commit/03d520bc5be02d45acb173c49d7fcd9580ccacf1">03d520b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/3f1c4fb6101b2caa50ff2d59fdc9b71b1bb5221c"><code>3f1c4fb</code></a> chore: Publish <code>1.12.7</code> with <code>swc_core</code> <code>v29.2.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/862430dbc101a57e8b86bd3ff62e85e520f81347"><code>862430d</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/e43a89c589882331b870e0633c0855a2b6becbab"><code>e43a89c</code></a> chore: Publish <code>1.12.7-nightly-20250626.1</code> with <code>swc_core</code> <code>v29.2.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/31d2a375e40533530aa62d03963310cd01756829"><code>31d2a37</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.2.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/0ae0341d105a9c57810204352b775acdee26d18e"><code>0ae0341</code></a> perf(es/parser): Do not compare error each time (<a href="https://redirect.github.com/swc-project/swc/issues/10696">#10696</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/85cd9a71d57d7c0e37b2158bfddfbdbe2b09622f"><code>85cd9a7</code></a> fix(es/minifier): Drop pure tagged string call expr (<a href="https://redirect.github.com/swc-project/swc/issues/10702">#10702</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/750c7d4c84d34091207932dde9e3e1aaac0cf391"><code>750c7d4</code></a> feat(es/parser): Expose Token API with unstable feature flag (<a href="https://redirect.github.com/swc-project/swc/issues/10699">#10699</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/5ecc3ca4da6998c8dc9c94d8c25ab10a3b70b62b"><code>5ecc3ca</code></a> feat(es/parser): Enable import attributes unconditionally (<a href="https://redirect.github.com/swc-project/swc/issues/10706">#10706</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/643253d5e1df643fd79eb3f494b56f15bdcbdb47"><code>643253d</code></a> fix(es/parser): Support keywords as JSX member expression properties (<a href="https://redirect.github.com/swc-project/swc/issues/10701">#10701</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/636d7a3830ca3de01ee2078385820e3a37d62343"><code>636d7a3</code></a> feat(es/parser): Add <code>override</code> and <code>out</code> keyword (<a href="https://redirect.github.com/swc-project/swc/issues/10695">#10695</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.6...v1.12.7">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contributes to #6461 by adding "immutable" term. **Staged:** https://dart-dev--pr6676-main-wfby8hmu.web.app/resources/glossary#immutable --------- Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com>
[](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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.33 to 22.15.34. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | @types/node | [>= 24.a, < 25] | </details> [](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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.1 to 3.29.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v3.29.2</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>3.29.2 - 30 Jun 2025</h2> <ul> <li>Experimental: When the <code>quality-queries</code> input for the <code>init</code> action is provided with an argument, separate <code>.quality.sarif</code> files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. <a href="https://redirect.github.com/github/codeql-action/pull/2935">#2935</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.29.2/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>3.29.2 - 30 Jun 2025</h2> <ul> <li>Experimental: When the <code>quality-queries</code> input for the <code>init</code> action is provided with an argument, separate <code>.quality.sarif</code> files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. <a href="https://redirect.github.com/github/codeql-action/pull/2935">#2935</a></li> </ul> <h2>3.29.1 - 27 Jun 2025</h2> <ul> <li>Fix bug in PR analysis where user-provided <code>include</code> query filter fails to exclude non-included queries. <a href="https://redirect.github.com/github/codeql-action/pull/2938">#2938</a></li> <li>Update default CodeQL bundle version to 2.22.1. <a href="https://redirect.github.com/github/codeql-action/pull/2950">#2950</a></li> </ul> <h2>3.29.0 - 11 Jun 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.22.0. <a href="https://redirect.github.com/github/codeql-action/pull/2925">#2925</a></li> <li>Bump minimum CodeQL bundle version to 2.16.6. <a href="https://redirect.github.com/github/codeql-action/pull/2912">#2912</a></li> </ul> <h2>3.28.19 - 03 Jun 2025</h2> <ul> <li>The CodeQL Action no longer includes its own copy of the extractor for the <code>actions</code> language, which is currently in public preview. The <code>actions</code> extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the <code>actions</code> language <em>and</em> you have pinned your <code>tools:</code> property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable <code>actions</code> analysis.</li> <li>Update default CodeQL bundle version to 2.21.4. <a href="https://redirect.github.com/github/codeql-action/pull/2910">#2910</a></li> </ul> <h2>3.28.18 - 16 May 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.21.3. <a href="https://redirect.github.com/github/codeql-action/pull/2893">#2893</a></li> <li>Skip validating SARIF produced by CodeQL for improved performance. <a href="https://redirect.github.com/github/codeql-action/pull/2894">#2894</a></li> <li>The number of threads and amount of RAM used by CodeQL can now be set via the <code>CODEQL_THREADS</code> and <code>CODEQL_RAM</code> runner environment variables. If set, these environment variables override the <code>threads</code> and <code>ram</code> inputs respectively. <a href="https://redirect.github.com/github/codeql-action/pull/2891">#2891</a></li> </ul> <h2>3.28.17 - 02 May 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.21.2. <a href="https://redirect.github.com/github/codeql-action/pull/2872">#2872</a></li> </ul> <h2>3.28.16 - 23 Apr 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.21.1. <a href="https://redirect.github.com/github/codeql-action/pull/2863">#2863</a></li> </ul> <h2>3.28.15 - 07 Apr 2025</h2> <ul> <li>Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. <a href="https://redirect.github.com/github/codeql-action/pull/2842">#2842</a></li> </ul> <h2>3.28.14 - 07 Apr 2025</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/181d5eefc20863364f96762470ba6f862bdef56b"><code>181d5ee</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2957">#2957</a> from github/update-v3.29.2-4c57370d0</li> <li><a href="https://github.com/github/codeql-action/commit/c77386a9db782647c8e2575da69a3c950786eaca"><code>c77386a</code></a> Fix changelog PR number</li> <li><a href="https://github.com/github/codeql-action/commit/8d43d4ecec27cc4205b0eaaf2e9b4bf9ee9a305b"><code>8d43d4e</code></a> Update changelog for v3.29.2</li> <li><a href="https://github.com/github/codeql-action/commit/4c57370d0304fbff638216539f81d9163f77712a"><code>4c57370</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2935">#2935</a> from github/mbg/interpret-cq-results</li> <li><a href="https://github.com/github/codeql-action/commit/2830b750e5012e0a57cb63888cd5720f2326ca5c"><code>2830b75</code></a> Add changelog entry</li> <li><a href="https://github.com/github/codeql-action/commit/aa72ddaeada556e7d763c9a0afb01f2c2a365e1c"><code>aa72dda</code></a> Merge branch 'main' into mbg/interpret-cq-results</li> <li><a href="https://github.com/github/codeql-action/commit/65d1e45f0ba420207efc0f1f6d90c63dcbc97551"><code>65d1e45</code></a> Rename <code>SARIF_UPLOAD_ENDPOINT</code> members</li> <li><a href="https://github.com/github/codeql-action/commit/362ebf85dad6ee3df420db2cec285490b289a61f"><code>362ebf8</code></a> Check both SARIF files in <code>quality-queries.yml</code> test</li> <li><a href="https://github.com/github/codeql-action/commit/10a3e4b17dd8a1cee767213c309bd4b1e8251eab"><code>10a3e4b</code></a> Fix formatting</li> <li><a href="https://github.com/github/codeql-action/commit/8593ea65e2bf97ec2caa80fb0e464ed8c42c0fae"><code>8593ea6</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2954">#2954</a> from github/mergeback/v3.29.1-to-main-39edc492</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/39edc492dbe16b1465b0cafca41432d857bdb31a...181d5eefc20863364f96762470ba6f862bdef56b">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@swc/html](https://github.com/swc-project/swc) from 1.12.7 to 1.12.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/html</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.12.9] - 2025-07-01</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/lexer)</strong> Parse uppercase hex numbers correctly (<a href="https://redirect.github.com/swc-project/swc/issues/10728">#10728</a>) (<a href="https://github.com/swc-project/swc/commit/ead62560b028f74feee506484233de2763ed3378">ead6256</a>)</p> </li> <li> <p><strong>(es/lexer)</strong> Allow keywords as jsx attribute names (<a href="https://redirect.github.com/swc-project/swc/issues/10730">#10730</a>) (<a href="https://github.com/swc-project/swc/commit/04ef20ad9b7e43dc70666258cb2c996a1a5e4074">04ef20a</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix top level option (<a href="https://redirect.github.com/swc-project/swc/issues/10227">#10227</a>) (<a href="https://github.com/swc-project/swc/commit/485fced53b9318f707d05d64a1c7adf28d00e41a">485fced</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Do not drop self-referential class expressions (<a href="https://redirect.github.com/swc-project/swc/issues/10710">#10710</a>) (<a href="https://github.com/swc-project/swc/commit/39e6c2ec2d1528594867408cb9c3071319b32f00">39e6c2e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Mark <code>cons</code> and <code>alt</code> of <code>CondExpr</code> as <code>ref</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10740">#10740</a>) (<a href="https://github.com/swc-project/swc/commit/9649cc80b66edb54db1dadc9214f2c19ea008f24">9649cc8</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix termination detection (<a href="https://redirect.github.com/swc-project/swc/issues/10741">#10741</a>) (<a href="https://github.com/swc-project/swc/commit/87bc69883daae48b633556b55caeb480b7ba2d97">87bc698</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Allow non-prop operand in delete (<a href="https://redirect.github.com/swc-project/swc/issues/10733">#10733</a>) (<a href="https://github.com/swc-project/swc/commit/38132e0e6abaead3eae15a08610ad5dda5026dd8">38132e0</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Hoist more properties (<a href="https://redirect.github.com/swc-project/swc/issues/10707">#10707</a>) (<a href="https://github.com/swc-project/swc/commit/0f2c8d5963a48e582bf4517b4a52a6cfb31b399c">0f2c8d5</a>)</p> </li> <li> <p><strong>(es/transforms)</strong> Expose <code>tsEnumIsMutable</code> to JS (<a href="https://redirect.github.com/swc-project/swc/issues/10716">#10716</a>) (<a href="https://github.com/swc-project/swc/commit/6b3ae008d80c0bf7b215cae7d8a754e51a732bc9">6b3ae00</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/minifier)</strong> Make <code>CharFreq::scan</code> in mangler table-based (<a href="https://redirect.github.com/swc-project/swc/issues/10679">#10679</a>) (<a href="https://github.com/swc-project/swc/commit/04d39aaa9e57965dacc44d96f3e562cf8311d3bf">04d39aa</a>)</p> </li> <li> <p><strong>(ts/fast-strip)</strong> Use <code>swc_ecma_parser::Lexer</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10677">#10677</a>) (<a href="https://github.com/swc-project/swc/commit/ffe029283139eafd533c287e52b4b7a3c7794b90">ffe0292</a>)</p> </li> <li> <p>Optimize <code>Input::reset_to</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10719">#10719</a>) (<a href="https://github.com/swc-project/swc/commit/808406616a86f84fa4599a22a01a5a3921975e0e">8084066</a>)</p> </li> </ul> <h3>Refactor</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/17fd4691ab254980435b9eebb63f249190069f54"><code>17fd469</code></a> chore: Publish <code>1.12.9</code> with <code>swc_core</code> <code>v29.4.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/6c27690051bb8f3b0a152fb2583f4ec65c5c383b"><code>6c27690</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/965b5bb784e2ad47bb974cd5d6f25455d0dbeb46"><code>965b5bb</code></a> chore: Publish <code>1.12.9-nightly-20250701.1</code> with <code>swc_core</code> <code>v29.4.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/a6b1d86074aaf7118ad8121342730f47d3b4a4e9"><code>a6b1d86</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.4.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/87bc69883daae48b633556b55caeb480b7ba2d97"><code>87bc698</code></a> fix(es/minifier): Fix termination detection (<a href="https://redirect.github.com/swc-project/swc/issues/10741">#10741</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/2ff78cbe1ff328079d1038b30507c64d488d1ccc"><code>2ff78cb</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/1143fdcfaf8c05a74142c09174573d1c8dc5684b"><code>1143fdc</code></a> chore: Publish <code>1.12.8-nightly-20250701.1</code> with <code>swc_core</code> <code>v29.4.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/3e9b381922f73f311fec6979d3182935fd4d83aa"><code>3e9b381</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.4.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/9649cc80b66edb54db1dadc9214f2c19ea008f24"><code>9649cc8</code></a> fix(es/minifier): Mark <code>cons</code> and <code>alt</code> of <code>CondExpr</code> as <code>ref</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10740">#10740</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/86725c2b37dbcfe32e0135fc182f0719ed281905"><code>86725c2</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.4.0</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.7...v1.12.9">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) --- <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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chenglu
approved these changes
Jul 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ref #123