-
Notifications
You must be signed in to change notification settings - Fork 64
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
[sync] 2024/12/24 #492
Merged
Merged
[sync] 2024/12/24 #492
Conversation
This file contains 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
include some override annotations for code examples that are not explicitly assigned. --- Co-authored-by: Marya <[email protected]>
Bumps [sass](https://github.com/sass/dart-sass) from 1.81.0 to 1.81.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.81.1</h2> <p>To install Sass 1.81.1, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1811">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.81.1</h2> <ul> <li>No user-visible changes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/516364466686f5e199bc84144b82da55bf5ed911"><code>5163644</code></a> Expose <code>NodePackageImporter</code> in sass_api (<a href="https://redirect.github.com/sass/dart-sass/issues/2452">#2452</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/02fff8012774ce2a18e80e0bc5c88151529edcde"><code>02fff80</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2439">#2439</a> from sass/function</li> <li><a href="https://github.com/sass/dart-sass/commit/6939faa157cc344b36232af69d17586b745fcfe6"><code>6939faa</code></a> Bump typedoc from 0.26.11 to 0.27.2 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2451">#2451</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/9abdfaa80e032a6868b30436f670e27a19fb0fd4"><code>9abdfaa</code></a> Bump lints from 4.0.0 to 5.0.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2441">#2441</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1e07de78a555a78a4d84c9376bbe851bff5ae933"><code>1e07de7</code></a> Bump pub_api_client from 2.7.1 to 3.0.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2442">#2442</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b10ca79b7c1ec65264e3616977968853c27e925f"><code>b10ca79</code></a> Add sass-parser support for <code>@function</code></li> <li><a href="https://github.com/sass/dart-sass/commit/ea47287f4471bca5a9753e5b193b291325a5b4ef"><code>ea47287</code></a> Update some configuration names to avoid unnecessary namespacing</li> <li><a href="https://github.com/sass/dart-sass/commit/30fc4db3d6ea2f1fc60b6c92c77a772eb63dd78e"><code>30fc4db</code></a> Bump bufbuild/buf-setup-action in /.github/util/initialize (<a href="https://redirect.github.com/sass/dart-sass/issues/2438">#2438</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/2c5c7d409cd6e8184d2f8cff85924184a031e93c"><code>2c5c7d4</code></a> Enable tests now that ForwardRule exists (<a href="https://redirect.github.com/sass/dart-sass/issues/2437">#2437</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.81.0...1.81.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.81.0&new-version=1.81.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…6245) Fixes #6234 --------- Co-authored-by: Parker Lougheed <[email protected]>
Bumps [sass](https://github.com/sass/dart-sass) from 1.81.1 to 1.82.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.82.0</h2> <p>To install Sass 1.82.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <h3>Command-Line Interface</h3> <ul> <li> <p>Improve <code>--watch</code> mode reliability when making multiple changes at once, such as checking out a different Git branch.</p> </li> <li> <p>Parse the <code>calc-size()</code> function as a calculation now that it's supported in some browsers.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Add a <code>SassCalculation.calcSize()</code> function.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1820">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.82.0</h2> <h3>Command-Line Interface</h3> <ul> <li> <p>Improve <code>--watch</code> mode reliability when making multiple changes at once, such as checking out a different Git branch.</p> </li> <li> <p>Parse the <code>calc-size()</code> function as a calculation now that it's supported in some browsers.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Add a <code>SassCalculation.calcSize()</code> function.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/5740eb541faaf97c70a451924809b9f212f2920e"><code>5740eb5</code></a> Make several changes to improve the reliability of <code>--watch</code> mode (<a href="https://redirect.github.com/sass/dart-sass/issues/2444">#2444</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/63ebf160282f0c03912ad26c69a52c6302d3c701"><code>63ebf16</code></a> Add support for <code>calc-size()</code> (<a href="https://redirect.github.com/sass/dart-sass/issues/2446">#2446</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.81.1...1.82.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.81.1&new-version=1.82.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 13.27.0 to 13.28.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/firebase/firebase-tools/releases">firebase-tools's releases</a>.</em></p> <blockquote> <h2>v13.28.0</h2> <ul> <li>Enable apphosting:rollouts:create command. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8031">#8031</a>)</li> <li>Added default value for <code>emulators.dataconnect.dataDir</code> to <code>init dataconnect</code>.</li> <li>Fixed issue where expired auth tokens would not refresh when running on IDX.</li> <li>Fixed an issue where <code>firebase</code> would error out instead of displaying help text.</li> <li>Fixed an issue where <code>firebase init genkit</code> would error on Windows machines.</li> <li>Fixed an issue where emulator returned error when emulating alerts functions written in python (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8019">#8019</a>)</li> <li>Better error message for emulator binary architecture incompatibility on MacOS (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7995">#7995</a>).</li> <li>Deprecated <code>emulators.apphosting.startCommandOverride</code>. Please use <code>emulators.apphosting.startCommand</code> instead.</li> <li>Updated <code>superstatic</code> to <code>9.1.0</code> in package.json.</li> <li>Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8028">#8028</a>)</li> <li>Add support for <code>linkProviderUserInfo</code> in the Auth emulator to allow linking providers to user accounts. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/4170">#4170</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-tools/commit/bcb03155f5baa1fb0ee4f746ea931e2eff86d498"><code>bcb0315</code></a> 13.28.0</li> <li><a href="https://github.com/firebase/firebase-tools/commit/9a855a755e2801778054675552831b11da802ed0"><code>9a855a7</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/firebase/firebase-tools/commit/6b107c96b86b9198a527952135744835f516714d"><code>6b107c9</code></a> Updated to fix issues-4170 (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7980">#7980</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/e895fd2580b23a89fda664757f391e2a131b51f9"><code>e895fd2</code></a> Good catch Ros! (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8033">#8033</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/42f53582836274e798b3f51f8d6cd06c0f14954b"><code>42f5358</code></a> Enable apphosting:rollouts:create command (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8031">#8031</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/9ea466f8dcd1bbf3df3944db32c6f84c371fc7c2"><code>9ea466f</code></a> make adhoc files saved by default (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8025">#8025</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/a9bc138e69a91598e0109fa86c19ad288e3be46e"><code>a9bc138</code></a> Support for AI Testing Agent (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8001">#8001</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/f11c7c9b0a61e48ceebb1a73ff61db2a718a48b6"><code>f11c7c9</code></a> Clean up the <code>fdccompatiblemode</code> experiment. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8022">#8022</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/7f1c599b61b9e35698ef5a47a83470a33d7c4c67"><code>7f1c599</code></a> Better error message when Rosetta is missing (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8030">#8030</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/9ad8df31238749ba5d5ec85c4c0744d4fd4dbd9a"><code>9ad8df3</code></a> Add no-undeclared-imports eslint rule (<a href="https://redirect.github.com/firebase/firebase-tools/issues/8017">#8017</a>)</li> <li>Additional commits viewable in <a href="https://github.com/firebase/firebase-tools/compare/v13.27.0...v13.28.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase-tools&package-manager=npm_and_yarn&previous-version=13.27.0&new-version=13.28.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #6232 (fixed some random typos too) --------- Co-authored-by: Parker Lougheed <[email protected]>
Resolves dart-lang/site-www#6254 - Add a config for TypeScript and enabling running the TypeScript files - Convert existing 11ty-related files from JS to TS - Convert type annotations from JS doc to TS doc - Add other missing type annotations - Fix a few surfaced issues This makes the code more self documenting and will help facilitate automated linting and formatting of the code in the future.
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.24.0 to 1.24.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases">shiki's releases</a>.</em></p> <blockquote> <h2>v1.24.1</h2> <h3> 🚀 Features</h3> <ul> <li>Update grammars and themes - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9cfabb1"><!-- raw HTML omitted -->(c9cfa)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.24.0...v1.24.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/50f4e13454b6b9fd4e7a5d27656d2936470aac2c"><code>50f4e13</code></a> chore: release v1.24.1</li> <li><a href="https://github.com/shikijs/shiki/commit/3747e45bbec6614b6462c355d7c7e805f86858a4"><code>3747e45</code></a> chore: update snapshot</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.24.1/packages/shiki">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shiki&package-manager=npm_and_yarn&previous-version=1.24.0&new-version=1.24.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Not all of the content in the [Creating packages](https://dart.dev/guides/libraries/create-packages) page belongs in the pub docs, but that's where we include it now anyway. Some of it is about libraries (imports, exports, conditional exports, etc.). I'll create separate issues to solve that mix of concerns, but for now this starts to clean up the `/guides` directory. Contributes to dart-lang/site-www#5767
Resolves dart-lang/site-www#6146 --------- Co-authored-by: Marya <[email protected]>
Contributes to dart-lang/site-www#5767 --------- Co-authored-by: Marya <[email protected]>
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.24.1 to 1.24.2. <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>v1.24.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: Expose <code>transformerNotationMap</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/b75d9d3e"><!-- raw HTML omitted -->(b75d9)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.24.1...v1.24.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/b28cf13ca311bb83667bad02dd652035b37bf409"><code>b28cf13</code></a> chore: release v1.24.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.24.2/packages/shiki">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shiki&package-manager=npm_and_yarn&previous-version=1.24.1&new-version=1.24.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #5891 Should probably only land with 3.6 --------- Co-authored-by: Parker Lougheed <[email protected]> Co-authored-by: Jonas Finnemann Jensen <[email protected]> Co-authored-by: Marya <[email protected]> Co-authored-by: Marya Belanger <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.6 to 3.27.7. <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.27.7</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> <p>Note that the only difference between <code>v2</code> and <code>v3</code> of the CodeQL Action is the node version they support, with <code>v3</code> running on node 20 while we continue to release <code>v2</code> to support running on node 16. For example <code>3.22.11</code> was the first <code>v3</code> release and is functionally identical to <code>2.22.11</code>. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.</p> <h2>3.27.7 - 10 Dec 2024</h2> <ul> <li>We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. <a href="https://redirect.github.com/github/codeql-action/pull/2631">#2631</a></li> <li>Update default CodeQL bundle version to 2.20.0. <a href="https://redirect.github.com/github/codeql-action/pull/2636">#2636</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.27.7/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> <p>Note that the only difference between <code>v2</code> and <code>v3</code> of the CodeQL Action is the node version they support, with <code>v3</code> running on node 20 while we continue to release <code>v2</code> to support running on node 16. For example <code>3.22.11</code> was the first <code>v3</code> release and is functionally identical to <code>2.22.11</code>. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>3.27.7 - 10 Dec 2024</h2> <ul> <li>We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. <a href="https://redirect.github.com/github/codeql-action/pull/2631">#2631</a></li> <li>Update default CodeQL bundle version to 2.20.0. <a href="https://redirect.github.com/github/codeql-action/pull/2636">#2636</a></li> </ul> <h2>3.27.6 - 03 Dec 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.19.4. <a href="https://redirect.github.com/github/codeql-action/pull/2626">#2626</a></li> </ul> <h2>3.27.5 - 19 Nov 2024</h2> <p>No user facing changes.</p> <h2>3.27.4 - 14 Nov 2024</h2> <p>No user facing changes.</p> <h2>3.27.3 - 12 Nov 2024</h2> <p>No user facing changes.</p> <h2>3.27.2 - 12 Nov 2024</h2> <ul> <li>Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". <a href="https://redirect.github.com/github/codeql-action/pull/2590">#2590</a></li> </ul> <h2>3.27.1 - 08 Nov 2024</h2> <ul> <li>The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. <a href="https://redirect.github.com/github/codeql-action/pull/2573">#2573</a></li> <li>Update default CodeQL bundle version to 2.19.3. <a href="https://redirect.github.com/github/codeql-action/pull/2576">#2576</a></li> </ul> <h2>3.27.0 - 22 Oct 2024</h2> <ul> <li>Bump the minimum CodeQL bundle version to 2.14.6. <a href="https://redirect.github.com/github/codeql-action/pull/2549">#2549</a></li> <li>Fix an issue where the <code>upload-sarif</code> Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the <code>upload-sarif</code> Action. <a href="https://redirect.github.com/github/codeql-action/pull/2557">#2557</a></li> <li>Update default CodeQL bundle version to 2.19.2. <a href="https://redirect.github.com/github/codeql-action/pull/2552">#2552</a></li> </ul> <h2>3.26.13 - 14 Oct 2024</h2> <p>No user facing changes.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/babb554ede22fd5605947329c4d04d8e7a0b8155"><code>babb554</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2640">#2640</a> from github/update-v3.27.7-89757925c</li> <li><a href="https://github.com/github/codeql-action/commit/0a5a1c0d75117cdbf0e9d273bb13d9eba4438910"><code>0a5a1c0</code></a> Update changelog for v3.27.7</li> <li><a href="https://github.com/github/codeql-action/commit/89757925c7adddb19b7a2f28e3e1b27da88b7304"><code>8975792</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2637">#2637</a> from github/dependabot/npm_and_yarn/npm-3bf4e64efa</li> <li><a href="https://github.com/github/codeql-action/commit/d853bec339070c57d11b4f3c47aba37fab1f4e3e"><code>d853bec</code></a> Update checked-in dependencies</li> <li><a href="https://github.com/github/codeql-action/commit/aab34601c1e19ad5f508a80e7b75a338dbce32fe"><code>aab3460</code></a> Bump the npm group with 4 updates</li> <li><a href="https://github.com/github/codeql-action/commit/0d3e640d0cc595f3b9972975ddea4f1f79e6e818"><code>0d3e640</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2636">#2636</a> from github/update-bundle/codeql-bundle-v2.20.0</li> <li><a href="https://github.com/github/codeql-action/commit/b13515409a663711186d96f8487042766764915d"><code>b135154</code></a> Merge branch 'main' into update-bundle/codeql-bundle-v2.20.0</li> <li><a href="https://github.com/github/codeql-action/commit/3d090058513728223efe693bdfe48b7d315ac558"><code>3d09005</code></a> Add changelog note</li> <li><a href="https://github.com/github/codeql-action/commit/8ba120503347278e8aed1f7dbd7aaac06ccb4a6a"><code>8ba1205</code></a> Update default bundle to codeql-bundle-v2.20.0</li> <li><a href="https://github.com/github/codeql-action/commit/6f9e628e6f9a18c785dd746325ba455111df1b67"><code>6f9e628</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2634">#2634</a> from github/angelapwen/stop-using-artifact-flag</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/aa578102511db1f4524ed59b8cc2bae4f6e88195...babb554ede22fd5605947329c4d04d8e7a0b8155">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.27.6&new-version=3.27.7)](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] <[email protected]> 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.10.1 to 22.10.2. <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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.10.1&new-version=22.10.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Also added an id to the section that talks about digit separators in the language tour, so we have something to point to. fixes #6267 --------- Co-authored-by: Parker Lougheed <[email protected]>
Co-authored-by: Parker Lougheed <[email protected]>
- Fix a few redirects that lead to broken fragments - Expand a few to cover 404s seen in analytics - Consolidate a few really old ones
- Move the sound-problems doc to the deprecated directory, as most of it is duplicated with diagnostic message docs. See dart-lang/site-www#6265 for follow up work. - Delete the `/guides/language` index as it's not linked to from anywhere and mostly duplicates introductions from other pages. Contributes to dart-lang/site-www#5767 Contributes to dart-lang/site-www#6265
In an effort to standardize on `/to` for tooling redirects.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.5.0</h2> <h2>What's Changed</h2> <ul> <li>fix: deprecated <code>Node.js</code> version in action by <a href="https://github.com/hamirmahal"><code>@hamirmahal</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li> <li>Add new <code>artifact-digest</code> output by <a href="https://github.com/bdehamer"><code>@bdehamer</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/656">actions/upload-artifact#656</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hamirmahal"><code>@hamirmahal</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li> <li><a href="https://github.com/bdehamer"><code>@bdehamer</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/656">actions/upload-artifact#656</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0">https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b"><code>6f51ac0</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/656">#656</a> from bdehamer/bdehamer/artifact-digest</li> <li><a href="https://github.com/actions/upload-artifact/commit/c40c16d999899d3642ba1597014ba7ef8ff611e7"><code>c40c16d</code></a> add new artifact-digest output</li> <li><a href="https://github.com/actions/upload-artifact/commit/735efb4a0a50bb1a533b000483f2d0a23effbd26"><code>735efb4</code></a> bump <code>@actions/artifact</code> from 2.1.11 to 2.2.0</li> <li><a href="https://github.com/actions/upload-artifact/commit/184d73b71b93c222403b2e7f1ffebe4508014249"><code>184d73b</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/578">#578</a> from hamirmahal/fix/deprecated-nodejs-usage-in-action</li> <li><a href="https://github.com/actions/upload-artifact/commit/b4a0a984a056f94abb1db07895e844b9422e1e41"><code>b4a0a98</code></a> Merge branch 'main' into fix/deprecated-nodejs-usage-in-action</li> <li>See full diff in <a href="https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4.4.3&new-version=4.5.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description This PR fixes a minor typo in the CONTRIBUTING.md file to improve readability and clarity. The updated instructions now use consistent phrasing when guiding contributors on creating a pull request after fixing typos. Changes Made Updated the sentence: Old: "To start, click the page icon... Once you've fixed the typo, commit your changes to a new branch and create a pull request. New: "To begin, click the page icon... branch in your forked repository and create a pull request. Reason for the Change This change improves the flow and consistency of the instructions, making them clearer for first-time contributors. Checklist I have read the contribution guidelines. My changes follow the project's style and formatting. Linked Issue This PR does not resolve any existing issues but enhances the documentation for clarity. Additional Notes This is my first time contributing and Thank you for maintaining such an inclusive project! Let me know if there's anything you'd like me to adjust or improve further.
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.24.2 to 1.24.3. <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>v1.24.3</h2> <h3> 🚀 Features</h3> <ul> <li>Update js engine and grammars - by <a href="https://github.com/slevithan"><code>@slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/869">shikijs/shiki#869</a> <a href="https://github.com/shikijs/shiki/commit/5a26f77e"><!-- raw HTML omitted -->(5a26f)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.24.2...v1.24.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/e5e88149b48d86277e9306608f3806635524b2d3"><code>e5e8814</code></a> chore: release v1.24.3</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.24.3/packages/shiki">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shiki&package-manager=npm_and_yarn&previous-version=1.24.2&new-version=1.24.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Parker Lougheed <[email protected]>
AmosHuKe
approved these changes
Dec 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
有部分文档好像挪到 deprecated 了