-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update dependency collection to v1.19.1 #470
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the ## Walkthrough
依存関係のバージョンが更新され、`collection` パッケージが `1.18.0` から `1.19.0` に変更されました。この更新は、新機能やバグ修正を活用する意図を示しており、全体として依存関係を最新の状態に保つためのメンテナンス更新です。具体的な影響は詳細な変更内容が不明なため、確認できません。
## Changes
| ファイル | 変更の概要 |
|-------------------------------|-----------------------------------|
| core/common/pubspec.yaml | `collection` のバージョンを `1.18.0` から `1.19.0` に更新 |
## Poem
> 🐰 うさぎの喜び、今感じる
> 新しいバージョン、心躍る
> コレクションの改善、みんなに届け
> ひらひらと舞う、コードの風景
> 楽しみいっぱい、変化は素敵 🌼✨ 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
aa4bd89
to
08189e8
Compare
08189e8
to
b10458e
Compare
b10458e
to
9c72bfd
Compare
9c72bfd
to
f090ddf
Compare
f090ddf
to
5c51900
Compare
5c51900
to
f063867
Compare
f063867
to
3f75bcf
Compare
3f75bcf
to
a654b1c
Compare
a654b1c
to
ef0938e
Compare
ef0938e
to
967b6c7
Compare
967b6c7
to
9984be5
Compare
9984be5
to
d3b3939
Compare
7e0f16c
to
2f4b335
Compare
3aa8b26
to
4b874aa
Compare
2f938ba
to
2f80579
Compare
4a1b66c
to
8947d0f
Compare
8947d0f
to
a8a2081
Compare
This PR contains the following updates:
1.18.0
->1.19.1
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
dart-lang/core (collection)
v1.19.1
Compare Source
dart-lang/core
monorepo.v1.19.0
Compare Source
shuffled
toIterableExtension
.IterableExtension.sample
results.mergeSort
when the runtime iterable generic is a subtype of the staticgeneric.
CanonicalizedMap
: added constructorfromEntries
.mixin
.extension IterableIterableExtension<T> on Iterable<Iterable<T>>
flattenedToList
as a performance improvement overflattened.
flattenedToSet
as new behavior for flattening to unique elements.transitiveClosure
. Consider usingpackage:graphs
.whereNotNull()
fromIterableNullableExtension
. UsenonNulls
instead - this is an equivalent extension available in Dart core since
version 3.0.
^3.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.