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: Update dependencies and dependabot.yml #77

Merged
merged 3 commits into from
May 1, 2024
Merged

Conversation

naipaka
Copy link
Contributor

@naipaka naipaka commented May 1, 2024

🙌 What I did

  • Update dependabot.yml
  • Update dependencies

✍️ What I didn't do

  • Publish
    • After merging, each package will be published.

✅ Verification

  • Android
  • iOS
  • macOS
  • Web

Screenshots

Additional Information

Comment on lines +14 to +20
{
"name": "altfire_authenticator/example",
"cwd": "packages/altfire_authenticator/example",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorted in alphabetical order and added altfire_messenger!

@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '12.0'
Copy link
Contributor Author

@naipaka naipaka May 1, 2024

Choose a reason for hiding this comment

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

Some were set to iOS 11, so unified to ios 12.0 in all Podfiles.

@@ -17,15 +17,15 @@ dependencies:
path: ../packages/altfire_tracker
flutter:
sdk: flutter
meta: ^1.10.0
meta: ^1.11.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Could not upgrade to the latest version 1.14.0 due to a dependency with flutter_test.

Comment on lines +73 to +91
pod:
description: Run all pod install.
steps:
- pod:ios
- pod:macos

pod:ios:
description: Run pod install on iOS.
exec: cd ios && pod install --repo-update
packageFilters:
dirExists: [lib, ios]
fileExists: "ios/Podfile"

pod:macos:
description: Run pod install on macOS.
exec: cd macos && pod install --repo-update
packageFilters:
dirExists: [lib, macos]
fileExists: "macos/Podfile"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a script to update the Podfile.lock in melos.yaml.

@naipaka naipaka force-pushed the update-dependencies branch from 5afb58a to 9c0f839 Compare May 1, 2024 04:33
@naipaka naipaka marked this pull request as ready for review May 1, 2024 04:54
@naipaka naipaka requested a review from a team as a code owner May 1, 2024 04:54
@naipaka naipaka requested review from k-nkmr and removed request for a team May 1, 2024 04:54
Copy link
Contributor

@k-nkmr k-nkmr left a comment

Choose a reason for hiding this comment

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

LGTM

@naipaka naipaka merged commit 5dcb116 into main May 1, 2024
4 checks passed
@naipaka naipaka deleted the update-dependencies branch May 1, 2024 05:48
naipaka added a commit that referenced this pull request May 1, 2024
naipaka added a commit that referenced this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants