Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 0b8a6d1

Browse files
Bump collection from 1.17.2 to 1.18.0 (#1056)
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&lt;K,V&gt;</code> (with the original key values).</li> <li>Added <code>toMapOfCanonicalKeys</code>: creates a <code>Map&lt;C,V&gt;</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&lt;K,V&gt;</code> (with the original key values).</li> <li><code>toMapOfCanonicalKeys</code>: creates a <code>Map&lt;C,V&gt;</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 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>
1 parent fa031bf commit 0b8a6d1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pubspec.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ packages:
8585
dependency: "direct main"
8686
description:
8787
name: collection
88-
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
88+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "1.17.2"
91+
version: "1.18.0"
9292
convert:
9393
dependency: transitive
9494
description:
@@ -347,10 +347,10 @@ packages:
347347
dependency: "direct main"
348348
description:
349349
name: meta
350-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
350+
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
351351
url: "https://pub.dev"
352352
source: hosted
353-
version: "1.9.1"
353+
version: "1.10.0"
354354
mime:
355355
dependency: transitive
356356
description:
@@ -443,10 +443,10 @@ packages:
443443
dependency: transitive
444444
description:
445445
name: platform
446-
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
446+
sha256: ae68c7bfcd7383af3629daafb32fb4e8681c7154428da4febcff06200585f102
447447
url: "https://pub.dev"
448448
source: hosted
449-
version: "3.1.0"
449+
version: "3.1.2"
450450
plugin_platform_interface:
451451
dependency: transitive
452452
description:
@@ -576,18 +576,18 @@ packages:
576576
dependency: transitive
577577
description:
578578
name: stack_trace
579-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
579+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
580580
url: "https://pub.dev"
581581
source: hosted
582-
version: "1.11.0"
582+
version: "1.11.1"
583583
stream_channel:
584584
dependency: transitive
585585
description:
586586
name: stream_channel
587-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
587+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
588588
url: "https://pub.dev"
589589
source: hosted
590-
version: "2.1.1"
590+
version: "2.1.2"
591591
string_scanner:
592592
dependency: "direct dev"
593593
description:
@@ -616,26 +616,26 @@ packages:
616616
dependency: "direct dev"
617617
description:
618618
name: test
619-
sha256: "13b41f318e2a5751c3169137103b60c584297353d4b1761b66029bae6411fe46"
619+
sha256: a1f7595805820fcc05e5c52e3a231aedd0b72972cb333e8c738a8b1239448b6f
620620
url: "https://pub.dev"
621621
source: hosted
622-
version: "1.24.3"
622+
version: "1.24.9"
623623
test_api:
624624
dependency: transitive
625625
description:
626626
name: test_api
627-
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
627+
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
628628
url: "https://pub.dev"
629629
source: hosted
630-
version: "0.6.0"
630+
version: "0.6.1"
631631
test_core:
632632
dependency: transitive
633633
description:
634634
name: test_core
635-
sha256: "99806e9e6d95c7b059b7a0fc08f07fc53fabe54a829497f0d9676299f1e8637e"
635+
sha256: a757b14fc47507060a162cc2530d9a4a2f92f5100a952c7443b5cad5ef5b106a
636636
url: "https://pub.dev"
637637
source: hosted
638-
version: "0.5.3"
638+
version: "0.5.9"
639639
transparent_image:
640640
dependency: "direct main"
641641
description:
@@ -728,10 +728,10 @@ packages:
728728
dependency: transitive
729729
description:
730730
name: vm_service
731-
sha256: c620a6f783fa22436da68e42db7ebbf18b8c44b9a46ab911f666ff09ffd9153f
731+
sha256: c538be99af830f478718b51630ec1b6bee5e74e52c8a802d328d9e71d35d2583
732732
url: "https://pub.dev"
733733
source: hosted
734-
version: "11.7.1"
734+
version: "11.10.0"
735735
watcher:
736736
dependency: transitive
737737
description:
@@ -744,10 +744,10 @@ packages:
744744
dependency: transitive
745745
description:
746746
name: web
747-
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
747+
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
748748
url: "https://pub.dev"
749749
source: hosted
750-
version: "0.1.4-beta"
750+
version: "0.3.0"
751751
web_benchmarks:
752752
dependency: "direct dev"
753753
description:

0 commit comments

Comments
 (0)