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 firebase #593

Merged
merged 2 commits into from
Aug 31, 2024
Merged

fix(deps): update firebase #593

merged 2 commits into from
Aug 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Type Update Change
firebase_analytics (source) dependencies minor 11.2.1 -> 11.3.0
firebase_auth (source) dependencies minor 5.1.4 -> 5.2.0
firebase_core (source) dependencies minor 3.3.0 -> 3.4.0
firebase_remote_config (source) dependencies minor 5.0.4 -> 5.1.0

Warning

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


Release Notes

firebase/flutterfire (firebase_analytics)

v11.3.0

firebase/flutterfire (firebase_auth)

v5.2.0

firebase/flutterfire (firebase_core)

v3.4.0

firebase/flutterfire (firebase_remote_config)

v5.1.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.

👻 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.

Summary by CodeRabbit

  • 新機能

    • Firebase関連の依存関係が更新され、最新の機能や改善が利用可能に。
  • バグ修正

    • Firebase Analyticsライブラリのバージョンが更新され、パフォーマンス向上やバグ修正が期待される。

@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 05:45
Copy link
Contributor Author

renovate bot commented Aug 28, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: core/analytics_firebase/pubspec.lock
Command failed: dart pub upgrade firebase_analytics
Because core_analytics_firebase requires the Flutter SDK, version solving failed.

Flutter users should use `flutter pub` instead of `dart pub`.

@renovate renovate bot enabled auto-merge (rebase) August 28, 2024 05:45
Copy link

coderabbitai bot commented Aug 28, 2024

Walkthrough

Flutterアプリケーションのpubspec.yamlファイルにおいて、いくつかの依存関係のバージョンが更新されました。具体的には、firebase_analyticsfirebase_authfirebase_core、およびfirebase_remote_configのバージョンがそれぞれ新しいリリースに引き上げられています。

Changes

ファイル 変更内容
app/mobile/pubspec.yaml firebase_analytics: 11.2.111.3.0, firebase_auth: 5.1.45.2.0, firebase_core: 3.3.03.4.0, firebase_remote_config: 5.0.45.1.0
core/analytics_firebase/pubspec.yaml firebase_analytics: 11.2.111.3.0

Sequence Diagram(s)

(このセクションは生成しません。)

Poem

🐰新しいバージョン、嬉しさ満載、
フラッターのアプリ、もっと輝く!
Firebaseの力、心に響く、
みんなで楽しむ、未来を描こう!
🥕新しい機能、うさぎも跳ねる!


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.

@tatsutakeinjp-bot
Copy link
Contributor

Commands

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

@github-actions github-actions bot added @app/mobile mobile app package @core/analytics_firebase core analytics_firebase package labels Aug 28, 2024
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 3dc52b9 and e77a45a.

Files ignored due to path filters (1)
  • app/mobile/pubspec.lock is excluded by !**/*.lock
Files selected for processing (2)
  • app/mobile/pubspec.yaml (1 hunks)
  • core/analytics_firebase/pubspec.yaml (1 hunks)
Additional comments not posted (5)
core/analytics_firebase/pubspec.yaml (1)

15-15: バージョン更新を承認します。

firebase_analytics のバージョンが 11.2.1 から 11.3.0 に正しく更新されています。この変更は、新しい機能やパフォーマンスの向上が期待されます。

app/mobile/pubspec.yaml (4)

44-44: バージョン更新を承認します。

firebase_analytics のバージョンが 11.2.1 から 11.3.0 に正しく更新されています。この変更は、アプリの分析機能の向上が期待されます。


45-45: バージョン更新を承認します。

firebase_auth のバージョンが 5.1.4 から 5.2.0 に正しく更新されています。この変更により、認証機能の安定性やセキュリティが向上する可能性があります。


46-46: バージョン更新を承認します。

firebase_core のバージョンが 3.3.0 から 3.4.0 に正しく更新されています。この変更は、Firebaseの基本機能の強化が期待されます。


47-47: バージョン更新を承認します。

firebase_remote_config のバージョンが 5.0.4 から 5.1.0 に正しく更新されています。この変更により、リモート設定の管理がより効率的になることが期待されます。

@renovate renovate bot force-pushed the renovate/firebase branch 2 times, most recently from d76a073 to cf77cf3 Compare August 28, 2024 10:36
@renovate renovate bot force-pushed the renovate/firebase branch from cf77cf3 to 6305816 Compare August 29, 2024 22:15
@github-actions github-actions bot added @core/data core data package @core/designsystem core designsystem package @core/domain core domain package @feature/home feature home package @app/catalog Catalog development @feature/auth feature auth package @feature/quest feature quest package @feature/settings feature settings package @feature/feed feature feed package labels Aug 31, 2024
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 e77a45a and 3a221a4.

Files ignored due to path filters (12)
  • app/catalog/pubspec.lock is excluded by !**/*.lock
  • app/mobile/ios/Podfile.lock is excluded by !**/*.lock
  • app/mobile/pubspec.lock is excluded by !**/*.lock
  • core/analytics_firebase/pubspec.lock is excluded by !**/*.lock
  • core/data/pubspec.lock is excluded by !**/*.lock
  • core/designsystem/pubspec.lock is excluded by !**/*.lock
  • core/domain/pubspec.lock is excluded by !**/*.lock
  • feature/auth/pubspec.lock is excluded by !**/*.lock
  • feature/feed/pubspec.lock is excluded by !**/*.lock
  • feature/home/pubspec.lock is excluded by !**/*.lock
  • feature/quest/pubspec.lock is excluded by !**/*.lock
  • feature/settings/pubspec.lock is excluded by !**/*.lock
Files selected for processing (2)
  • app/mobile/pubspec.yaml (1 hunks)
  • core/analytics_firebase/pubspec.yaml (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • app/mobile/pubspec.yaml
  • core/analytics_firebase/pubspec.yaml

@renovate renovate bot merged commit fb39620 into main Aug 31, 2024
12 checks passed
@renovate renovate bot deleted the renovate/firebase branch August 31, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@app/catalog Catalog development @app/mobile mobile app package @core/analytics_firebase core analytics_firebase package @core/data core data package @core/designsystem core designsystem package @core/domain core domain 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.

1 participant