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(shorebird_cli): use upstream googleapis_auth package #1952

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

bryanoltman
Copy link
Contributor

Description

Fixes #1944

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@eseidel
Copy link
Contributor

eseidel commented Apr 22, 2024

Does this bump our minimum Dart version?

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ccfeb87) to head (24dcbc9).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1952   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          174       174           
  Lines         5493      5493           
=========================================
  Hits          5493      5493           
Flag Coverage Δ
shorebird_cli 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

url: https://github.com/shorebirdtech/googleapis.dart.git
path: googleapis_auth
ref: 647f96d5ffdae63e41aeea091c34acfffff533e7
googleapis_auth: ^1.6.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we also need to bump the min dart sdk version?

Copy link
Contributor

Choose a reason for hiding this comment

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

nevermind just checked and it looks like googleapis_auth min is 3.0.0 so we're good 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think there may a dependency of that project that requires a higher version. Checking with an older Dart version now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like several of our dependencies require newer versions of Dart than our pubspec currently says it requires. http 1.2.1 requires Dart 3.3.0, for example.

@bryanoltman bryanoltman changed the title chore(shorebird_cli): use upsream googleapis_auth package chore(shorebird_cli): use upstream googleapis_auth package Apr 22, 2024
@eseidel
Copy link
Contributor

eseidel commented Apr 22, 2024

@bryanoltman bryanoltman merged commit 1d1febf into main Apr 22, 2024
11 of 18 checks passed
@bryanoltman bryanoltman deleted the bo/unfork-googleapis_auth branch April 22, 2024 16:00
@eseidel
Copy link
Contributor

eseidel commented Apr 22, 2024

Yeah, we have our own Dart, we should just fix cases where we're using the wrong one.

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.

fix: Because shorebird_cli depends on googleapis_auth from git which doesn't exist
3 participants