forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add section about stray files #1
Closed
Closed
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
The example for abstract classes has an issue. I think it's a typo. The extending class `Car` does not override the abstract method moveForward from abstract class Vehicle. So I just override the method `moveForward` in class `Car`. It was already implement in the code excerpts at [here](https://github.com/dart-lang/site-www/blob/8288d78e4013437f4a498b62fbcbc3a682405aec/examples/language/lib/class_modifiers/ex1/b.dart#L14C2-L16C4) --------- Co-authored-by: Marya Belanger <[email protected]>
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.9.0 to 1.9.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.9.1</h2> <h3> 🚀 Features</h3> <ul> <li>Remove notation escape - by <a href="https://github.com/sor4chi"><code>@sor4chi</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/709">shikijs/shiki#709</a> <a href="https://github.com/shikijs/shiki/commit/dbc1fa1d"><!-- raw HTML omitted -->(dbc1f)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.9.0...v1.9.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/603713d6ca746142b384c117ab6c0151d5da31e9"><code>603713d</code></a> chore: release v1.9.1</li> <li><a href="https://github.com/shikijs/shiki/commit/73404aa5a415ea898eb3f523e1af2ba108e8d06e"><code>73404aa</code></a> chore: update deps</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.9.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.9.0&new-version=1.9.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>
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> --- - [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [ ] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [ ] 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). - [ ] 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/doc/code-excerpts.md) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details>
Fixes dart-lang#5942 Links at the bottom of the page were formatted as inline Markdown links instead of reference links. --- - [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [ ] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [ ] 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). - [ ] 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/doc/code-excerpts.md) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details>
…art-lang#5939) Fixes dart-lang#5938 --- - [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/doc/code-excerpts.md) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details> --------- Co-authored-by: Anthony Sansone <[email protected]>
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.9.1 to 1.10.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>v1.10.0</h2> <h3> 🚀 Features</h3> <ul> <li>Introduce <code>GrammarState</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/712">shikijs/shiki#712</a> <a href="https://github.com/shikijs/shiki/commit/8a8faf9f"><!-- raw HTML omitted -->(8a8fa)<!-- raw HTML omitted --></a></li> <li>Expose <code>getLastGrammarState</code> shorthand - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/f2b39561"><!-- raw HTML omitted -->(f2b39)<!-- raw HTML omitted --></a></li> <li>Update themes and grammars - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/02bf0179"><!-- raw HTML omitted -->(02bf0)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Expose <code>createCssVariablesTheme</code> in <code>shiki/core</code> to avoid side-effects - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/abe639d9"><!-- raw HTML omitted -->(abe63)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.9.1...v1.10.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/6e5f39fdca7827db351e0fa091604dc2906f1c09"><code>6e5f39f</code></a> chore: release v1.10.0</li> <li><a href="https://github.com/shikijs/shiki/commit/02bf01791df17b1caf5620888ad554619bf310e7"><code>02bf017</code></a> feat: update themes and grammars</li> <li><a href="https://github.com/shikijs/shiki/commit/abe639d93e969302db7cb506cc0732819e8b9733"><code>abe639d</code></a> fix: expose <code>createCssVariablesTheme</code> in <code>shiki/core</code> to avoid side-effects</li> <li><a href="https://github.com/shikijs/shiki/commit/f2b39561ffbf96ed12f2e65789747496097e85cf"><code>f2b3956</code></a> feat: expose <code>getLastGrammarState</code> shorthand</li> <li><a href="https://github.com/shikijs/shiki/commit/8a8faf9f493eaed04bf0b77a729d2af869f7788f"><code>8a8faf9</code></a> feat: introduce <code>GrammarState</code> (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/712">#712</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.10.0/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.9.1&new-version=1.10.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>
…5946) Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 3.0.0-alpha.13 to 3.0.0-alpha.14. <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>Pre-release: Eleventy v3.0.0-alpha.14</h2> <ul> <li>Adds support for <code>--incremental=filename</code> to start an incremental build with an explicitly defined incremental file. Major improvements to dependency mapping for incremental builds (especially with <code>--ignore-initial</code>) <a href="https://redirect.github.com/11ty/eleventy/issues/3324">#3324</a></li> <li>New <code>useLayouts</code> option for Custom template syntax allows opt-out of Eleventy Layouts for custom template files in your <code>addExtension</code> definition (you don’t want Layouts on <code>scss</code> files) <a href="https://redirect.github.com/11ty/eleventy/issues/2830">#2830</a></li> <li>Fixes bugs with cached second-order JavaScript dependencies (e.g. a local import in your config file) <a href="https://redirect.github.com/11ty/eleventy/issues/3270">#3270</a></li> <li><code>eleventyConfig.resolvePlugin</code> method for adding bundled-with-Eleventy plugins is now synchronous-friendly for better compatibility with RSS plugin usage: <a href="https://redirect.github.com/11ty/eleventy/issues/3314#issuecomment-2194966645">11ty/eleventy#3314</a></li> <li>Breaking: Removes <code>htmlOutputSuffix</code> common pitfall when <code>input</code> and <code>output</code> directories are the same. Instead of renaming output files with an additional suffix, errors are now thrown when output files attempt to overwrite any input file. <a href="https://redirect.github.com/11ty/eleventy/issues/3327">#3327</a></li> <li><code>eleventyConfig.quietMode</code> now reflects <code>--quiet</code> CLI value <a href="https://redirect.github.com/11ty/eleventy/issues/3316">#3316</a></li> <li>Improved error messaging for errors in: Nunjucks filters <a href="https://redirect.github.com/11ty/eleventy/issues/3295">#3295</a> and Acorn parsing for JavaScript dependencies for --watch or --serve <a href="https://redirect.github.com/11ty/eleventy/issues/3128">#3128</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.13...v3.0.0-alpha.14">https://github.com/11ty/eleventy/compare/v3.0.0-alpha.13...v3.0.0-alpha.14</a> <strong>Full Eleventy v3 Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/40">https://github.com/11ty/eleventy/milestone/40</a></p> <p>🥳🥳🥳 10 issues left (107 solved) on the Eleventy 3.0.0 milestone!</p> <h2>We need your help!</h2> <p>11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read <a href="https://www.11ty.dev/blog/sustainability-fundraising/">more about this fundraising push</a> or head directly to <a href="https://opencollective.com/11ty">our Open Collective to start your recurring contribution</a>!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/11ty/eleventy/commit/7128d079075e2ce308c28b163fca603e764c3c91"><code>7128d07</code></a> v3.0.0-alpha.14</li> <li><a href="https://github.com/11ty/eleventy/commit/14aa9e25795b1ed4a7e847a02682e579af782c61"><code>14aa9e2</code></a> Upgrade to eslint 9</li> <li><a href="https://github.com/11ty/eleventy/commit/ddfecc30bc9a46fe2e72da364859309c3b16882d"><code>ddfecc3</code></a> Upgrade dependencies</li> <li><a href="https://github.com/11ty/eleventy/commit/743cd86914d800becf8443ce3fb8d8f69ade6f1b"><code>743cd86</code></a> Improved error messaging for <a href="https://redirect.github.com/11ty/eleventy/issues/3128">#3128</a></li> <li><a href="https://github.com/11ty/eleventy/commit/1298634a45bd9df2d4551b0bbde672cf06b40d9a"><code>1298634</code></a> Adds <code>useLayouts</code> option to custom template engines to opt-out of layouts at ...</li> <li><a href="https://github.com/11ty/eleventy/commit/fa0b636a17f50a43d1fa5945c003f1bde4e9f4c0"><code>fa0b636</code></a> Small cleanup for <a href="https://redirect.github.com/11ty/eleventy/issues/1175">#1175</a> to take excluded collections into account when settin...</li> <li><a href="https://github.com/11ty/eleventy/commit/fbad000c3ff62976f745cc42e691849d1e8fe8c7"><code>fbad000</code></a> Fix no-async-promise-executor Eslint warning</li> <li><a href="https://github.com/11ty/eleventy/commit/afba37b1a99e1ad5461339af7f82a1cb6b767c3d"><code>afba37b</code></a> Change the benchmark log to require 50ms minimum and to be over the minimum t...</li> <li><a href="https://github.com/11ty/eleventy/commit/643da17a750a4de5296bbed79b0c8229a02f223a"><code>643da17</code></a> Fix bad promise caching pattern</li> <li><a href="https://github.com/11ty/eleventy/commit/65de3af07c25418a984ee77178736c86d920d7e3"><code>65de3af</code></a> Fixes for incremental=filename <a href="https://redirect.github.com/11ty/eleventy/issues/3324">#3324</a> for --ignore-initial. Better dependency ...</li> <li>Additional commits viewable in <a href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.13...v3.0.0-alpha.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@11ty/eleventy&package-manager=npm_and_yarn&previous-version=3.0.0-alpha.13&new-version=3.0.0-alpha.14)](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>
The first PR (dart-lang#5894) covered an undisplayed link. Per best practices for a11y, this button should be visible. Using flutter/website#10800 as the guideline. Fixes dart-lang#5948
Already reviewed in the SDK, mostly a few fixed to the highlighted span for FFI diagnostics.
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.10.0 to 1.10.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.10.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>rehype</strong>: Default export use shared highlighter instance, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/714">#714</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/714">shikijs/shiki#714</a> <a href="https://github.com/shikijs/shiki/commit/c4f030d7"><!-- raw HTML omitted -->(c4f03)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v1.10.0...v1.10.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/75e17a43907bdc8347564bad3d2d8a5637b739e3"><code>75e17a4</code></a> chore: release v1.10.1</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.10.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.10.0&new-version=1.10.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>
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 13.12.0 to 13.13.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.13.0</h2> <ul> <li>Fixes framework support for Nuxt ^3.12 by correctly calling loadNuxtConfig() (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7375">#7375</a>)</li> <li>Add a default for <code>firebase init dataconnect:sdk</code> (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7406">#7406</a>)</li> <li>Bump Firebase Data Connect emulator to v1.2.3, which adds support for <code>@Index</code> on tables, <code>@auth(level: USER_ANON/USER_EMAIL_VERIFIED)</code>, and <code>key: {uid_expr: "auth.uid"}</code>, and fixes some issues related to SDK generation (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7409">#7409</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-tools/commit/4106fd129d98c3c63a7c1d364add323d8fddfd1c"><code>4106fd1</code></a> 13.13.0</li> <li><a href="https://github.com/firebase/firebase-tools/commit/6e799eb80229b20d5772e54e1b5a6f818eac8856"><code>6e799eb</code></a> Bump FDC emulator to v1.2.3. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7409">#7409</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/ca5240da3f862b9c05895593f048db6f9013b7cd"><code>ca5240d</code></a> change developer connect oauth connection name to match Console (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7407">#7407</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/71f88b266c2c2352de501a8f3ae59f78403b73a1"><code>71f88b2</code></a> change deploy order (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7408">#7408</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/282eafd007ff37c4630c8f2d46b0476985c484d3"><code>282eafd</code></a> Set a reasonable default dataconnect generated SDK output path (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7406">#7406</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/5ddb86c3538de59408952e5ef48d31a3cfa684ac"><code>5ddb86c</code></a> fix the call to loadNuxtConfig by passing empty object (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7376">#7376</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/1c843795a835c107a23e25ef4ef8189b76da8561"><code>1c84379</code></a> [firebase-release] Removed change log and reset repo after 13.12.0 release</li> <li>See full diff in <a href="https://github.com/firebase/firebase-tools/compare/v13.12.0...v13.13.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.12.0&new-version=13.13.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 dart-lang#2371 --------- Co-authored-by: Marya <[email protected]>
Added for determining freshness. Nothing happens in CI, this is just for running locally. Used like: ``` ./dash_site freshness ``` with output like: ``` ====== Files with missing lastVerified dates ====== ❓ missing-date web/libraries.md ❓ missing-date web/wasm.md ====== Files with stale lastVerified dates ====== 🟥 2021-05-13 resources/google-apis.md 🟧 2022-11-21 resources/coming-from/js-to-dart.md 🟧 2022-12-13 resources/coming-from/swift-to-dart.md 🟨 2023-02-23 guides/environment-declarations.md ``` You can optionally change the cutoff to include a file as stale with the `--cutoff` option which accepts an integer amount of days. It currently defaults to 270 days. The staleness is determined by the `lastVerified` option in each page's YAML frontmatter. `lastVerified` indicates when the page was last verified as up to date as of: ```yaml --- title: Document title lastVerified: 2024-04-21 --- ``` If a file shouldn't be checked for freshness, you can specify `skipFreshness: true` in the frontmatter: ```yaml --- title: Document title skipFreshness: true --- ```
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v4.0.3</h2> <h2>What's Changed</h2> <h3>Bug fixes:</h3> <ul> <li>Fix macos latest check failures by <a href="https://github.com/HarithaVattikuti"><code>@HarithaVattikuti</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1041">actions/setup-node#1041</a></li> </ul> <h3>Documentation changes:</h3> <ul> <li>Documentation update to update default Node version to 20 by <a href="https://github.com/bengreeley"><code>@bengreeley</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/949">actions/setup-node#949</a></li> </ul> <h3>Dependency updates:</h3> <ul> <li>Bump undici from 5.26.5 to 5.28.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/965">actions/setup-node#965</a></li> <li>Bump braces from 3.0.2 to 3.0.3 and other dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1087">actions/setup-node#1087</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bengreeley"><code>@bengreeley</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/949">actions/setup-node#949</a></li> <li><a href="https://github.com/HarithaVattikuti"><code>@HarithaVattikuti</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1041">actions/setup-node#1041</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v4...v4.0.3">https://github.com/actions/setup-node/compare/v4...v4.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/1e60f620b9541d16bece96c5465dc8ee9832be0b"><code>1e60f62</code></a> Bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/actions/setup-node/issues/1087">#1087</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/eff380dfbcf941bf8832e4acb788cebe13dfd758"><code>eff380d</code></a> Fix macos latest check failures (<a href="https://redirect.github.com/actions/setup-node/issues/1041">#1041</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c2ac33f2c62f978d6c944d9648125a294e56dc0b"><code>c2ac33f</code></a> Bump undici from 5.26.5 to 5.28.3 (<a href="https://redirect.github.com/actions/setup-node/issues/965">#965</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/25b062c917b0c75f8b47d8469aff6c94ffd89abb"><code>25b062c</code></a> Update README.md to update default Node version to 20 (<a href="https://redirect.github.com/actions/setup-node/issues/949">#949</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-node/compare/60edb5dd545a775178f52524783378180af0d1f8...1e60f620b9541d16bece96c5465dc8ee9832be0b">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=4.0.2&new-version=4.0.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>
…5977) Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 3.0.0-alpha.15 to 3.0.0-alpha.17. <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>Pre-release: Eleventy v3.0.0-alpha.17</h2> <ul> <li>Adds new <code>eleventyConfig.addPreprocessor</code> API for improved drafts workflow <a href="https://redirect.github.com/11ty/eleventy/issues/188">#188</a> Workaround for Nunjucks macros import <a href="https://redirect.github.com/11ty/eleventy/issues/3345">#3345</a></li> <li>New <code>IdAttributePlugin</code> adds <code>id</code> attributes to headings across multiple template syntaxes <a href="https://redirect.github.com/11ty/eleventy/issues/3363">#3363</a></li> <li>Fix npm audit deprecation warnings from <code>recursive-copy</code> package <a href="https://redirect.github.com/11ty/eleventy/issues/3299">#3299</a></li> <li>Missing layout error messaging now reports the template path <a href="https://redirect.github.com/11ty/eleventy/issues/727">#727</a></li> <li>Add <code>{ type: "async" }</code> option for <code>getShortcodes</code>, <code>getFilters</code>, and <code>getPairedShortcodes</code> configuration API methods (<a href="https://redirect.github.com/11ty/eleventy/issues/3310">#3310</a>)</li> <li>Fix issue with more complex <code>export</code> in <code>11ty.js</code> templates <a href="https://redirect.github.com/11ty/eleventy/issues/3359">#3359</a></li> <li>Small tweaks to colorized terminal text</li> <li>Internals: removes <code>multimatch</code> dependency, swaps to already in-use <code>micromatch</code> <a href="https://github.com/11ty/eleventy/commit/9698667bb73e1d8c378dda46291716e3ca789e60">https://github.com/11ty/eleventy/commit/9698667bb73e1d8c378dda46291716e3ca789e60</a></li> <li>Fix bug with Eleventy Image On-request workflow <code>eleventyConfig.getFilter(...) is not a function</code> <a href="https://redirect.github.com/11ty/eleventy/issues/3365">#3365</a></li> <li>Improvements to benchmarking debug mode outputs: <a href="https://www.11ty.dev/docs/debug-performance/">https://www.11ty.dev/docs/debug-performance/</a> <ul> <li>Benchmarking logging output improvement for minimum thresholds <a href="https://redirect.github.com/11ty/eleventy/issues/1570">#1570</a></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.16...v3.0.0-alpha.17">https://github.com/11ty/eleventy/compare/v3.0.0-alpha.16...v3.0.0-alpha.17</a> <strong>Full Eleventy v3 Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/40">https://github.com/11ty/eleventy/milestone/40</a></p> <p>🥳🥳🥳 5 issues left (137 closed) on the Eleventy 3.0.0 milestone!</p> <h2>We need your help!</h2> <p>11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read <a href="https://www.11ty.dev/blog/sustainability-fundraising/">more about this fundraising push</a> or head directly to <a href="https://opencollective.com/11ty">our Open Collective to start your recurring contribution</a>!</p> <h2>Pre-release: Eleventy v3.0.0-alpha.16 (feel free to ignore this one)</h2> <ul> <li>Seeing a <code>liquidjs</code>-related project regression (outside of our test suite) in the newest minor version, temporarily reverting from <code>10.15</code> to <code>10.14</code>. <ul> <li><strong>Investigation at <a href="https://redirect.github.com/11ty/eleventy/issues/3356">#3356</a> revealed an application code error and the revert is unnecessary!</strong></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.14...v3.0.0-alpha.15">https://github.com/11ty/eleventy/compare/v3.0.0-alpha.14...v3.0.0-alpha.15</a> <strong>Full Eleventy v3 Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/40">https://github.com/11ty/eleventy/milestone/40</a></p> <h2>We need your help!</h2> <p>11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read <a href="https://www.11ty.dev/blog/sustainability-fundraising/">more about this fundraising push</a> or head directly to <a href="https://opencollective.com/11ty">our Open Collective to start your recurring contribution</a>!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/11ty/eleventy/commit/00285b2a7f80d595094ee1ab89e4c942222846c4"><code>00285b2</code></a> A few more tests for <a href="https://redirect.github.com/11ty/eleventy/issues/188">#188</a></li> <li><a href="https://github.com/11ty/eleventy/commit/5a65b244235bfcb64ecf085bfc65a99a670e9df4"><code>5a65b24</code></a> Improvements to benchmarking debug logs. debug now logs total passthrough cop...</li> <li><a href="https://github.com/11ty/eleventy/commit/0526bff28cd42083b27fa124fc3e85f96554bec5"><code>0526bff</code></a> v3.0.0-alpha.17</li> <li><a href="https://github.com/11ty/eleventy/commit/dbdf64a5056b252b34d982e1b5e781a2fdfb5045"><code>dbdf64a</code></a> Update deps</li> <li><a href="https://github.com/11ty/eleventy/commit/926818eaa1a6b2e198033639312d79a7ca553f87"><code>926818e</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3365">#3365</a></li> <li><a href="https://github.com/11ty/eleventy/commit/8dbc5543f3fcef34b55717448fb52aae4d67c84b"><code>8dbc554</code></a> Passthrough copy files would log to the console twice.</li> <li><a href="https://github.com/11ty/eleventy/commit/9698667bb73e1d8c378dda46291716e3ca789e60"><code>9698667</code></a> Swap from multimatch to micromatch</li> <li><a href="https://github.com/11ty/eleventy/commit/6db046fa79146d5680792169d97a8402dec4541a"><code>6db046f</code></a> Add de-dupe tests for <a href="https://redirect.github.com/11ty/eleventy/issues/3356">#3356</a></li> <li><a href="https://github.com/11ty/eleventy/commit/b5a88c61644da7c0dd640833d3161e45465ba684"><code>b5a88c6</code></a> Test for <a href="https://redirect.github.com/11ty/eleventy/issues/3363">#3363</a></li> <li><a href="https://github.com/11ty/eleventy/commit/9deb1576743f0be0b4dbf7b041bcc6f585bcf736"><code>9deb157</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3363">#3363</a></li> <li>Additional commits viewable in <a href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.15...v3.0.0-alpha.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@11ty/eleventy&package-manager=npm_and_yarn&previous-version=3.0.0-alpha.15&new-version=3.0.0-alpha.17)](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.13.2 to 13.13.3. <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.13.3</h2> <ul> <li>Fix an issue where refresh_tokens would be used before checking whether they were expired. (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7442">#7442</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/firebase-tools/commit/4367a7e8b462d4f1ee759f03fac948ce3ab321bb"><code>4367a7e</code></a> 13.13.3</li> <li><a href="https://github.com/firebase/firebase-tools/commit/f60b41b520edc4807e4481a928e80db468d169bb"><code>f60b41b</code></a> Dont try to use expired refresh tokens (<a href="https://redirect.github.com/firebase/firebase-tools/issues/7445">#7445</a>)</li> <li><a href="https://github.com/firebase/firebase-tools/commit/2f130b0b4b0d5e23029aad12be75d2cc5b86124a"><code>2f130b0</code></a> [firebase-release] Removed change log and reset repo after 13.13.2 release</li> <li>See full diff in <a href="https://github.com/firebase/firebase-tools/compare/v13.13.2...v13.13.3">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.13.2&new-version=13.13.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>
…5980) Bumps [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) from 5.0.0-beta.5 to 5.0.0-beta.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/11ty/eleventy-img/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@11ty/eleventy-img&package-manager=npm_and_yarn&previous-version=5.0.0-beta.5&new-version=5.0.0-beta.6)](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>
…art-lang#6245) Fixes dart-lang#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>
MaryaBelanger
approved these changes
Dec 6, 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.
This is really well written and easy to understand, thannks @sigurdm!
…#6247) Fixes dart-lang#6232 (fixed some random typos too) --------- Co-authored-by: Parker Lougheed <[email protected]>
Resolves dart-lang#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#5767
Resolves dart-lang#6146 --------- Co-authored-by: Marya <[email protected]>
Contributes to dart-lang#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 dart-lang#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 dart-lang#6267 --------- Co-authored-by: Parker Lougheed <[email protected]>
Thanks for this @sigurdm! Would you mind rebasing this on |
Co-authored-by: Parker Lougheed <[email protected]>
sigurdm
force-pushed
the
document_stray_files
branch
from
December 12, 2024 13:39
ae9c3f5
to
b3aef3c
Compare
Closed in favor of dart-lang#6274 |
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.
In support of dart-lang/pub#4446