Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

This PR contains the following updates:

Package Type Update Change
collection (source) dependencies minor 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

  • Move to dart-lang/core monorepo.

v1.19.0

Compare Source

  • Adds shuffled to IterableExtension.
  • Shuffle IterableExtension.sample results.
  • Fix mergeSort when the runtime iterable generic is a subtype of the static
    generic.
  • CanonicalizedMap: added constructor fromEntries.
  • Mark "mixin" classes as mixin.
  • extension IterableIterableExtension<T> on Iterable<Iterable<T>>
    • Add flattenedToList as a performance improvement over flattened.
    • Add flattenedToSet as new behavior for flattening to unique elements.
  • Deprecate transitiveClosure. Consider using package:graphs.
  • Deprecate whereNotNull() from IterableNullableExtension. Use nonNulls
    instead - this is an equivalent extension available in Dart core since
    version 3.0.
  • Require Dart ^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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 4, 2024
@renovate renovate bot requested a review from a team as a code owner July 4, 2024 08:02
@renovate renovate bot enabled auto-merge (rebase) July 4, 2024 08:02
Copy link

coderabbitai bot commented Jul 4, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

## Walkthrough

依存関係のバージョンが更新され、`collection` パッケージが `1.18.0` から `1.19.0` に変更されました。この更新は、新機能やバグ修正を活用する意図を示しており、全体として依存関係を最新の状態に保つためのメンテナンス更新です。具体的な影響は詳細な変更内容が不明なため、確認できません。

## Changes

| ファイル                        | 変更の概要                         |
|-------------------------------|-----------------------------------|
| core/common/pubspec.yaml      | `collection` のバージョンを `1.18.0` から `1.19.0` に更新 |

## Poem

> 🐰 うさぎの喜び、今感じる  
> 新しいバージョン、心躍る  
> コレクションの改善、みんなに届け  
> ひらひらと舞う、コードの風景  
> 楽しみいっぱい、変化は素敵 🌼✨

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added the @core/common core common package label Jul 4, 2024
@renovate renovate bot force-pushed the renovate/collection-1.x branch from aa4bd89 to 08189e8 Compare July 4, 2024 09:36
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 08189e8 to b10458e Compare July 5, 2024 10:35
@renovate renovate bot force-pushed the renovate/collection-1.x branch from b10458e to 9c72bfd Compare July 7, 2024 06:09
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 9c72bfd to f090ddf Compare July 8, 2024 10:29
@renovate renovate bot force-pushed the renovate/collection-1.x branch from f090ddf to 5c51900 Compare July 8, 2024 10:33
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 5c51900 to f063867 Compare July 8, 2024 20:11
@renovate renovate bot force-pushed the renovate/collection-1.x branch from f063867 to 3f75bcf Compare July 9, 2024 01:23
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 3f75bcf to a654b1c Compare July 12, 2024 03:04
@renovate renovate bot force-pushed the renovate/collection-1.x branch from a654b1c to ef0938e Compare July 12, 2024 07:26
@renovate renovate bot force-pushed the renovate/collection-1.x branch from ef0938e to 967b6c7 Compare July 12, 2024 10:40
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 967b6c7 to 9984be5 Compare July 12, 2024 14:12
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 9984be5 to d3b3939 Compare July 13, 2024 05:18
@renovate renovate bot force-pushed the renovate/collection-1.x branch 7 times, most recently from 7e0f16c to 2f4b335 Compare November 29, 2024 15:25
@renovate renovate bot force-pushed the renovate/collection-1.x branch 4 times, most recently from 3aa8b26 to 4b874aa Compare December 7, 2024 00:38
@renovate renovate bot force-pushed the renovate/collection-1.x branch 10 times, most recently from 2f938ba to 2f80579 Compare December 18, 2024 14:52
@renovate renovate bot force-pushed the renovate/collection-1.x branch 7 times, most recently from 4a1b66c to 8947d0f Compare December 26, 2024 12:18
@renovate renovate bot force-pushed the renovate/collection-1.x branch from 8947d0f to a8a2081 Compare December 26, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@core/common core common package dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants