Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump collection from 1.17.2 to 1.18.0 in /app_dart (#2957)
Bumps [collection](https://github.com/dart-lang/collection) from 1.17.2 to 1.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/collection/releases">collection's releases</a>.</em></p> <blockquote> <h2>package:collection v1.18.0</h2> <ul> <li><code>CanonicalizedMap</code>: <ul> <li>Added <code>copy</code>: copies an instance without recalculating the canonical values of the keys.</li> <li>Added <code>toMap</code>: creates a <code>Map<K,V></code> (with the original key values).</li> <li>Added <code>toMapOfCanonicalKeys</code>: creates a <code>Map<C,V></code> (with the canonicalized keys).</li> </ul> </li> <li>Fixes bugs in <code>ListSlice.slice</code> and <code>ListExtensions.slice</code>.</li> <li>Update to <code>package:lints</code> 2.0.1.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/collection/blob/master/CHANGELOG.md">collection's changelog</a>.</em></p> <blockquote> <h2>1.18.0</h2> <ul> <li><code>CanonicalizedMap</code>: <ul> <li>Added methods: <ul> <li><code>copy</code>: copies an instance without recalculating the canonical values of the keys.</li> <li><code>toMap</code>: creates a <code>Map<K,V></code> (with the original key values).</li> <li><code>toMapOfCanonicalKeys</code>: creates a <code>Map<C,V></code> (with the canonicalized keys).</li> </ul> </li> </ul> </li> <li>Fixes bugs in <code>ListSlice.slice</code> and <code>ListExtensions.slice</code>.</li> <li>Update to <code>package:lints</code> 2.0.1.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/collection/commit/0a2885a90717cc9322faaa6a7365b69e06b531dc"><code>0a2885a</code></a> prep for publishing 1.18.0 (<a href="https://redirect.github.com/dart-lang/collection/issues/299">#299</a>)</li> <li><a href="https://github.com/dart-lang/collection/commit/db343da9fa9653882951c64a05df2eba63a02e21"><code>db343da</code></a> Bump actions/checkout from 3.5.2 to 3.5.3 (<a href="https://redirect.github.com/dart-lang/collection/issues/295">#295</a>)</li> <li><a href="https://github.com/dart-lang/collection/commit/a37bd51c63b7720799869e3448eafbc19c88bfa6"><code>a37bd51</code></a> Fix bugs in <code>ListExtensions.slice</code> and <code>ListSlice.slice</code>. (<a href="https://redirect.github.com/dart-lang/collection/issues/290">#290</a>)</li> <li><a href="https://github.com/dart-lang/collection/commit/f949b09b130ddc1cb59fd056e071cecb458e8fb6"><code>f949b09</code></a> <code>CanonicalizedMap</code>: new <code>copy</code>, <code>toMap</code> and <code>toMapOfCanonicalKeys</code> methods (#...</li> <li><a href="https://github.com/dart-lang/collection/commit/db2da4891f848b598fe604f1e64aa3eb2efe2b6d"><code>db2da48</code></a> blast_repo fixes (<a href="https://redirect.github.com/dart-lang/collection/issues/288">#288</a>)</li> <li>See full diff in <a href="https://github.com/dart-lang/collection/compare/v1.17.2...v1.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=collection&package-manager=pub&previous-version=1.17.2&new-version=1.18.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`. --- <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 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>
- Loading branch information