-
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 firebase #593
Conversation
|
WalkthroughFlutterアプリケーションの Changes
Sequence Diagram(s)(このセクションは生成しません。) Poem
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? 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
|
Commands
|
There was a problem hiding this 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
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
に正しく更新されています。この変更により、リモート設定の管理がより効率的になることが期待されます。
d76a073
to
cf77cf3
Compare
cf77cf3
to
6305816
Compare
There was a problem hiding this 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
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
This PR contains the following updates:
11.2.1
->11.3.0
5.1.4
->5.2.0
3.3.0
->3.4.0
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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
新機能
バグ修正