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

chore(deps): update flutter #595

Merged
merged 1 commit into from
Sep 4, 2024
Merged

chore(deps): update flutter #595

merged 1 commit into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Type Update Change
dart (source) patch 3.5.1 -> 3.5.2
dart final patch 3.5.1 -> 3.5.2
flutter (source) patch 3.24.1 -> 3.24.2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

dart-lang/sdk (dart)

v3.5.2

Compare Source

  • Fixes a bug where ZLibDecoder would incorrectly attempt to decompress data
    past the end of the zlib footer (issue #​56481).
  • Fixes issue where running dart from PATH could result in some commands not
    working as expected (issues #​56080, #​56306, #​56499).
  • Fixes analysis server plugins not receiving setContextRoots requests or
    being provided incorrect context roots in multi-package workspaces (issue
    #​56475).
flutter/flutter (flutter)

v3.24.2

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Aug 28, 2024
@renovate renovate bot requested a review from a team as a code owner August 28, 2024 14:19
@renovate renovate bot enabled auto-merge (rebase) August 28, 2024 14:19
Copy link

coderabbitai bot commented Aug 28, 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

Dart SDKのバージョンが、複数のファイルで3.5.1から3.5.2に更新されました。この変更は、プロジェクトが最新のDart SDKの機能や改善点に対応することを目的としています。全体として、機能の変更や依存関係の調整は行われていません。

Changes

ファイル 変更の概要
app/backend/.tool-versions, app/backend/Dockerfile, app/backend/pubspec.yaml SDKバージョンが3.5.1から3.5.2に変更されました。
app/catalog/pubspec.yaml, app/mobile/pubspec.yaml SDKバージョンが3.5.1から3.5.2に変更されました。
core/analytics/pubspec.yaml, core/analytics_firebase/pubspec.yaml, core/authenticator/pubspec.yaml, core/common/pubspec.yaml, core/data/pubspec.yaml, core/database/pubspec.yaml, core/database_isar/pubspec.yaml, core/datastore/pubspec.yaml, core/designsystem/pubspec.yaml, core/domain/pubspec.yaml, core/model/pubspec.yaml, core/network/pubspec.yaml, core/network_model/pubspec.yaml, core/testing/pubspec.yaml, core/ui/pubspec.yaml SDKバージョンが3.5.1から3.5.2に変更されました。
feature/auth/pubspec.yaml, feature/feed/pubspec.yaml, feature/home/pubspec.yaml, feature/quest/pubspec.yaml, feature/settings/pubspec.yaml SDKバージョンが3.5.1から3.5.2に変更されました。
pubspec.yaml SDKバージョンが3.5.1から3.5.2に変更されました。

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant App
    participant DartSDK

    User->>App: アプリを起動
    App->>DartSDK: SDKバージョン確認
    DartSDK-->>App: バージョン3.5.2
    App-->>User: アプリが起動しました
Loading

Poem

🐇
新しいバージョン、跳ねるように、
3.5.2の風が吹く、
バグは消え、性能が増し、
みんなで喜びを分かち合おう、
ウサギの耳を立てて、
新しい冒険を待ちわびて。
🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 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 @core/common core common package @core/data core data package @core/database core database package @core/datastore core datastore package @core/designsystem core designsystem package @core/domain core domain package @core/model core model package @core/network core network package @core/testing core testing package @feature/home feature home package @app/backend Backend development @app/catalog Catalog development @feature/auth feature auth package @feature/quest feature quest package @feature/settings feature settings package @core/ui core ui package @core/analytics core analytics package @app/mobile mobile app package @core/analytics_firebase core analytics_firebase package @core/authenticator core authenticator package @core/database_isar core database_isar package @feature/feed feature feed package @core/network_model core network_model package labels Aug 28, 2024
@tatsutakeinjp-bot
Copy link
Contributor

Commands

Command Description
/catalog この Pull Request の Catalog を Firebase Hosting にデプロイ
/gen コード生成コマンドを実行

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 3e80f98 and 8445445.

Files ignored due to path filters (14)
  • app/backend/pubspec.lock is excluded by !**/*.lock
  • core/analytics/pubspec.lock is excluded by !**/*.lock
  • core/authenticator/pubspec.lock is excluded by !**/*.lock
  • core/common/pubspec.lock is excluded by !**/*.lock
  • core/data/pubspec.lock is excluded by !**/*.lock
  • core/database/pubspec.lock is excluded by !**/*.lock
  • core/database_isar/pubspec.lock is excluded by !**/*.lock
  • core/datastore/pubspec.lock is excluded by !**/*.lock
  • core/domain/pubspec.lock is excluded by !**/*.lock
  • core/model/pubspec.lock is excluded by !**/*.lock
  • core/network/pubspec.lock is excluded by !**/*.lock
  • core/network_model/pubspec.lock is excluded by !**/*.lock
  • core/testing/pubspec.lock is excluded by !**/*.lock
  • pubspec.lock is excluded by !**/*.lock
Files selected for processing (25)
  • app/backend/.tool-versions (1 hunks)
  • app/backend/pubspec.yaml (1 hunks)
  • app/catalog/pubspec.yaml (1 hunks)
  • app/mobile/pubspec.yaml (1 hunks)
  • core/analytics/pubspec.yaml (1 hunks)
  • core/analytics_firebase/pubspec.yaml (1 hunks)
  • core/authenticator/pubspec.yaml (1 hunks)
  • core/common/pubspec.yaml (1 hunks)
  • core/data/pubspec.yaml (1 hunks)
  • core/database/pubspec.yaml (1 hunks)
  • core/database_isar/pubspec.yaml (1 hunks)
  • core/datastore/pubspec.yaml (1 hunks)
  • core/designsystem/pubspec.yaml (1 hunks)
  • core/domain/pubspec.yaml (1 hunks)
  • core/model/pubspec.yaml (1 hunks)
  • core/network/pubspec.yaml (1 hunks)
  • core/network_model/pubspec.yaml (1 hunks)
  • core/testing/pubspec.yaml (1 hunks)
  • core/ui/pubspec.yaml (1 hunks)
  • feature/auth/pubspec.yaml (1 hunks)
  • feature/feed/pubspec.yaml (1 hunks)
  • feature/home/pubspec.yaml (1 hunks)
  • feature/quest/pubspec.yaml (1 hunks)
  • feature/settings/pubspec.yaml (1 hunks)
  • pubspec.yaml (1 hunks)
Files skipped from review due to trivial changes (23)
  • app/backend/.tool-versions
  • app/backend/pubspec.yaml
  • app/mobile/pubspec.yaml
  • core/analytics/pubspec.yaml
  • core/analytics_firebase/pubspec.yaml
  • core/authenticator/pubspec.yaml
  • core/common/pubspec.yaml
  • core/data/pubspec.yaml
  • core/database/pubspec.yaml
  • core/database_isar/pubspec.yaml
  • core/datastore/pubspec.yaml
  • core/designsystem/pubspec.yaml
  • core/domain/pubspec.yaml
  • core/model/pubspec.yaml
  • core/network/pubspec.yaml
  • core/network_model/pubspec.yaml
  • core/testing/pubspec.yaml
  • core/ui/pubspec.yaml
  • feature/feed/pubspec.yaml
  • feature/home/pubspec.yaml
  • feature/quest/pubspec.yaml
  • feature/settings/pubspec.yaml
  • pubspec.yaml
Additional comments not posted (2)
feature/auth/pubspec.yaml (1)

7-7: SDKバージョンの更新が確認されました。

Dart SDKバージョンが 3.5.1 から 3.5.2 に更新されています。互換性の問題がないか確認してください。

この変更は承認されました。

app/catalog/pubspec.yaml (1)

7-7: SDKバージョンの更新が確認されました。

Dart SDKバージョンが 3.5.1 から 3.5.2 に更新されています。互換性の問題がないか確認してください。

この変更は承認されました。

@renovate renovate bot force-pushed the renovate/flutter branch from 8445445 to b68b761 Compare August 28, 2024 18:23
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 8445445 and b68b761.

Files ignored due to path filters (14)
  • app/backend/pubspec.lock is excluded by !**/*.lock
  • core/analytics/pubspec.lock is excluded by !**/*.lock
  • core/authenticator/pubspec.lock is excluded by !**/*.lock
  • core/common/pubspec.lock is excluded by !**/*.lock
  • core/data/pubspec.lock is excluded by !**/*.lock
  • core/database/pubspec.lock is excluded by !**/*.lock
  • core/database_isar/pubspec.lock is excluded by !**/*.lock
  • core/datastore/pubspec.lock is excluded by !**/*.lock
  • core/domain/pubspec.lock is excluded by !**/*.lock
  • core/model/pubspec.lock is excluded by !**/*.lock
  • core/network/pubspec.lock is excluded by !**/*.lock
  • core/network_model/pubspec.lock is excluded by !**/*.lock
  • core/testing/pubspec.lock is excluded by !**/*.lock
  • pubspec.lock is excluded by !**/*.lock
Files selected for processing (26)
  • app/backend/.tool-versions (1 hunks)
  • app/backend/Dockerfile (1 hunks)
  • app/backend/pubspec.yaml (1 hunks)
  • app/catalog/pubspec.yaml (1 hunks)
  • app/mobile/pubspec.yaml (1 hunks)
  • core/analytics/pubspec.yaml (1 hunks)
  • core/analytics_firebase/pubspec.yaml (1 hunks)
  • core/authenticator/pubspec.yaml (1 hunks)
  • core/common/pubspec.yaml (1 hunks)
  • core/data/pubspec.yaml (1 hunks)
  • core/database/pubspec.yaml (1 hunks)
  • core/database_isar/pubspec.yaml (1 hunks)
  • core/datastore/pubspec.yaml (1 hunks)
  • core/designsystem/pubspec.yaml (1 hunks)
  • core/domain/pubspec.yaml (1 hunks)
  • core/model/pubspec.yaml (1 hunks)
  • core/network/pubspec.yaml (1 hunks)
  • core/network_model/pubspec.yaml (1 hunks)
  • core/testing/pubspec.yaml (1 hunks)
  • core/ui/pubspec.yaml (1 hunks)
  • feature/auth/pubspec.yaml (1 hunks)
  • feature/feed/pubspec.yaml (1 hunks)
  • feature/home/pubspec.yaml (1 hunks)
  • feature/quest/pubspec.yaml (1 hunks)
  • feature/settings/pubspec.yaml (1 hunks)
  • pubspec.yaml (1 hunks)
Files skipped from review due to trivial changes (14)
  • app/backend/.tool-versions
  • app/backend/Dockerfile
  • app/mobile/pubspec.yaml
  • core/common/pubspec.yaml
  • core/datastore/pubspec.yaml
  • core/designsystem/pubspec.yaml
  • core/domain/pubspec.yaml
  • core/model/pubspec.yaml
  • core/testing/pubspec.yaml
  • core/ui/pubspec.yaml
  • feature/auth/pubspec.yaml
  • feature/quest/pubspec.yaml
  • feature/settings/pubspec.yaml
  • pubspec.yaml
Files skipped from review as they are similar to previous changes (12)
  • app/backend/pubspec.yaml
  • app/catalog/pubspec.yaml
  • core/analytics/pubspec.yaml
  • core/analytics_firebase/pubspec.yaml
  • core/authenticator/pubspec.yaml
  • core/data/pubspec.yaml
  • core/database/pubspec.yaml
  • core/database_isar/pubspec.yaml
  • core/network/pubspec.yaml
  • core/network_model/pubspec.yaml
  • feature/feed/pubspec.yaml
  • feature/home/pubspec.yaml

@renovate renovate bot force-pushed the renovate/flutter branch 3 times, most recently from 069a209 to 4ed5476 Compare August 31, 2024 08:57
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b68b761 and 4ed5476.

Files ignored due to path filters (14)
  • app/backend/pubspec.lock is excluded by !**/*.lock
  • core/analytics/pubspec.lock is excluded by !**/*.lock
  • core/authenticator/pubspec.lock is excluded by !**/*.lock
  • core/common/pubspec.lock is excluded by !**/*.lock
  • core/data/pubspec.lock is excluded by !**/*.lock
  • core/database/pubspec.lock is excluded by !**/*.lock
  • core/database_isar/pubspec.lock is excluded by !**/*.lock
  • core/datastore/pubspec.lock is excluded by !**/*.lock
  • core/domain/pubspec.lock is excluded by !**/*.lock
  • core/model/pubspec.lock is excluded by !**/*.lock
  • core/network/pubspec.lock is excluded by !**/*.lock
  • core/network_model/pubspec.lock is excluded by !**/*.lock
  • core/testing/pubspec.lock is excluded by !**/*.lock
  • pubspec.lock is excluded by !**/*.lock
Files selected for processing (26)
  • app/backend/.tool-versions (1 hunks)
  • app/backend/Dockerfile (1 hunks)
  • app/backend/pubspec.yaml (1 hunks)
  • app/catalog/pubspec.yaml (1 hunks)
  • app/mobile/pubspec.yaml (1 hunks)
  • core/analytics/pubspec.yaml (1 hunks)
  • core/analytics_firebase/pubspec.yaml (1 hunks)
  • core/authenticator/pubspec.yaml (1 hunks)
  • core/common/pubspec.yaml (1 hunks)
  • core/data/pubspec.yaml (1 hunks)
  • core/database/pubspec.yaml (1 hunks)
  • core/database_isar/pubspec.yaml (1 hunks)
  • core/datastore/pubspec.yaml (1 hunks)
  • core/designsystem/pubspec.yaml (1 hunks)
  • core/domain/pubspec.yaml (1 hunks)
  • core/model/pubspec.yaml (1 hunks)
  • core/network/pubspec.yaml (1 hunks)
  • core/network_model/pubspec.yaml (1 hunks)
  • core/testing/pubspec.yaml (1 hunks)
  • core/ui/pubspec.yaml (1 hunks)
  • feature/auth/pubspec.yaml (1 hunks)
  • feature/feed/pubspec.yaml (1 hunks)
  • feature/home/pubspec.yaml (1 hunks)
  • feature/quest/pubspec.yaml (1 hunks)
  • feature/settings/pubspec.yaml (1 hunks)
  • pubspec.yaml (1 hunks)
Files skipped from review due to trivial changes (18)
  • app/backend/.tool-versions
  • app/backend/Dockerfile
  • app/mobile/pubspec.yaml
  • core/analytics/pubspec.yaml
  • core/analytics_firebase/pubspec.yaml
  • core/authenticator/pubspec.yaml
  • core/common/pubspec.yaml
  • core/database/pubspec.yaml
  • core/datastore/pubspec.yaml
  • core/designsystem/pubspec.yaml
  • core/domain/pubspec.yaml
  • core/model/pubspec.yaml
  • core/testing/pubspec.yaml
  • core/ui/pubspec.yaml
  • feature/auth/pubspec.yaml
  • feature/feed/pubspec.yaml
  • feature/quest/pubspec.yaml
  • pubspec.yaml
Files skipped from review as they are similar to previous changes (8)
  • app/backend/pubspec.yaml
  • app/catalog/pubspec.yaml
  • core/data/pubspec.yaml
  • core/database_isar/pubspec.yaml
  • core/network/pubspec.yaml
  • core/network_model/pubspec.yaml
  • feature/home/pubspec.yaml
  • feature/settings/pubspec.yaml

@renovate renovate bot force-pushed the renovate/flutter branch from 4ed5476 to 6c2a8c2 Compare August 31, 2024 12:35
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4ed5476 and 6c2a8c2.

Files ignored due to path filters (14)
  • app/backend/pubspec.lock is excluded by !**/*.lock
  • core/analytics/pubspec.lock is excluded by !**/*.lock
  • core/authenticator/pubspec.lock is excluded by !**/*.lock
  • core/common/pubspec.lock is excluded by !**/*.lock
  • core/data/pubspec.lock is excluded by !**/*.lock
  • core/database/pubspec.lock is excluded by !**/*.lock
  • core/database_isar/pubspec.lock is excluded by !**/*.lock
  • core/datastore/pubspec.lock is excluded by !**/*.lock
  • core/domain/pubspec.lock is excluded by !**/*.lock
  • core/model/pubspec.lock is excluded by !**/*.lock
  • core/network/pubspec.lock is excluded by !**/*.lock
  • core/network_model/pubspec.lock is excluded by !**/*.lock
  • core/testing/pubspec.lock is excluded by !**/*.lock
  • pubspec.lock is excluded by !**/*.lock
Files selected for processing (26)
  • app/backend/.tool-versions (1 hunks)
  • app/backend/Dockerfile (1 hunks)
  • app/backend/pubspec.yaml (1 hunks)
  • app/catalog/pubspec.yaml (1 hunks)
  • app/mobile/pubspec.yaml (1 hunks)
  • core/analytics/pubspec.yaml (1 hunks)
  • core/analytics_firebase/pubspec.yaml (1 hunks)
  • core/authenticator/pubspec.yaml (1 hunks)
  • core/common/pubspec.yaml (1 hunks)
  • core/data/pubspec.yaml (1 hunks)
  • core/database/pubspec.yaml (1 hunks)
  • core/database_isar/pubspec.yaml (1 hunks)
  • core/datastore/pubspec.yaml (1 hunks)
  • core/designsystem/pubspec.yaml (1 hunks)
  • core/domain/pubspec.yaml (1 hunks)
  • core/model/pubspec.yaml (1 hunks)
  • core/network/pubspec.yaml (1 hunks)
  • core/network_model/pubspec.yaml (1 hunks)
  • core/testing/pubspec.yaml (1 hunks)
  • core/ui/pubspec.yaml (1 hunks)
  • feature/auth/pubspec.yaml (1 hunks)
  • feature/feed/pubspec.yaml (1 hunks)
  • feature/home/pubspec.yaml (1 hunks)
  • feature/quest/pubspec.yaml (1 hunks)
  • feature/settings/pubspec.yaml (1 hunks)
  • pubspec.yaml (1 hunks)
Files skipped from review due to trivial changes (18)
  • app/backend/.tool-versions
  • app/mobile/pubspec.yaml
  • core/analytics/pubspec.yaml
  • core/authenticator/pubspec.yaml
  • core/common/pubspec.yaml
  • core/datastore/pubspec.yaml
  • core/designsystem/pubspec.yaml
  • core/domain/pubspec.yaml
  • core/model/pubspec.yaml
  • core/network/pubspec.yaml
  • core/network_model/pubspec.yaml
  • core/testing/pubspec.yaml
  • core/ui/pubspec.yaml
  • feature/auth/pubspec.yaml
  • feature/feed/pubspec.yaml
  • feature/quest/pubspec.yaml
  • feature/settings/pubspec.yaml
  • pubspec.yaml
Files skipped from review as they are similar to previous changes (8)
  • app/backend/Dockerfile
  • app/backend/pubspec.yaml
  • app/catalog/pubspec.yaml
  • core/analytics_firebase/pubspec.yaml
  • core/data/pubspec.yaml
  • core/database/pubspec.yaml
  • core/database_isar/pubspec.yaml
  • feature/home/pubspec.yaml

@renovate renovate bot force-pushed the renovate/flutter branch 2 times, most recently from 90429f7 to ceb750c Compare August 31, 2024 13:57
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6c2a8c2 and ceb750c.

Files ignored due to path filters (14)
  • app/backend/pubspec.lock is excluded by !**/*.lock
  • core/analytics/pubspec.lock is excluded by !**/*.lock
  • core/authenticator/pubspec.lock is excluded by !**/*.lock
  • core/common/pubspec.lock is excluded by !**/*.lock
  • core/data/pubspec.lock is excluded by !**/*.lock
  • core/database/pubspec.lock is excluded by !**/*.lock
  • core/database_isar/pubspec.lock is excluded by !**/*.lock
  • core/datastore/pubspec.lock is excluded by !**/*.lock
  • core/domain/pubspec.lock is excluded by !**/*.lock
  • core/model/pubspec.lock is excluded by !**/*.lock
  • core/network/pubspec.lock is excluded by !**/*.lock
  • core/network_model/pubspec.lock is excluded by !**/*.lock
  • core/testing/pubspec.lock is excluded by !**/*.lock
  • pubspec.lock is excluded by !**/*.lock
Files selected for processing (26)
  • app/backend/.tool-versions (1 hunks)
  • app/backend/Dockerfile (1 hunks)
  • app/backend/pubspec.yaml (1 hunks)
  • app/catalog/pubspec.yaml (1 hunks)
  • app/mobile/pubspec.yaml (1 hunks)
  • core/analytics/pubspec.yaml (1 hunks)
  • core/analytics_firebase/pubspec.yaml (1 hunks)
  • core/authenticator/pubspec.yaml (1 hunks)
  • core/common/pubspec.yaml (1 hunks)
  • core/data/pubspec.yaml (1 hunks)
  • core/database/pubspec.yaml (1 hunks)
  • core/database_isar/pubspec.yaml (1 hunks)
  • core/datastore/pubspec.yaml (1 hunks)
  • core/designsystem/pubspec.yaml (1 hunks)
  • core/domain/pubspec.yaml (1 hunks)
  • core/model/pubspec.yaml (1 hunks)
  • core/network/pubspec.yaml (1 hunks)
  • core/network_model/pubspec.yaml (1 hunks)
  • core/testing/pubspec.yaml (1 hunks)
  • core/ui/pubspec.yaml (1 hunks)
  • feature/auth/pubspec.yaml (1 hunks)
  • feature/feed/pubspec.yaml (1 hunks)
  • feature/home/pubspec.yaml (1 hunks)
  • feature/quest/pubspec.yaml (1 hunks)
  • feature/settings/pubspec.yaml (1 hunks)
  • pubspec.yaml (1 hunks)
Files skipped from review due to trivial changes (20)
  • app/backend/.tool-versions
  • app/backend/Dockerfile
  • app/mobile/pubspec.yaml
  • core/analytics/pubspec.yaml
  • core/analytics_firebase/pubspec.yaml
  • core/authenticator/pubspec.yaml
  • core/common/pubspec.yaml
  • core/data/pubspec.yaml
  • core/database/pubspec.yaml
  • core/datastore/pubspec.yaml
  • core/designsystem/pubspec.yaml
  • core/domain/pubspec.yaml
  • core/model/pubspec.yaml
  • core/network/pubspec.yaml
  • core/testing/pubspec.yaml
  • core/ui/pubspec.yaml
  • feature/auth/pubspec.yaml
  • feature/feed/pubspec.yaml
  • feature/quest/pubspec.yaml
  • pubspec.yaml
Files skipped from review as they are similar to previous changes (6)
  • app/backend/pubspec.yaml
  • app/catalog/pubspec.yaml
  • core/database_isar/pubspec.yaml
  • core/network_model/pubspec.yaml
  • feature/home/pubspec.yaml
  • feature/settings/pubspec.yaml

@renovate renovate bot force-pushed the renovate/flutter branch 3 times, most recently from 2bb78ae to 6bc7255 Compare September 4, 2024 17:38
@renovate renovate bot changed the title chore(deps): update dependency dart to v3.5.2 chore(deps): update flutter Sep 4, 2024
@renovate renovate bot force-pushed the renovate/flutter branch from 6bc7255 to fd1696e Compare September 4, 2024 18:35
@renovate renovate bot merged commit 7676567 into main Sep 4, 2024
12 checks passed
@renovate renovate bot deleted the renovate/flutter branch September 4, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@app/backend Backend development @app/catalog Catalog development @app/mobile mobile app package @core/analytics_firebase core analytics_firebase package @core/analytics core analytics package @core/authenticator core authenticator package @core/common core common package @core/data core data package @core/database_isar core database_isar package @core/database core database package @core/datastore core datastore package @core/designsystem core designsystem package @core/domain core domain package @core/model core model package @core/network_model core network_model package @core/network core network package @core/testing core testing package @core/ui core ui package dependencies Pull requests that update a dependency file @feature/auth feature auth package @feature/feed feature feed package @feature/home feature home package @feature/quest feature quest package @feature/settings feature settings package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants