google / process.dart

BSD 3-Clause "New" or "Revised" License
52 stars 26 forks source link

chore: bump depedencies #75

Closed ndelanou closed 1 year ago

ndelanou commented 1 year ago

Upgrade project dependencies, blocking other packages that also depend on it to upgrade (e.g. melos and dart_code_metrics via pub_updater)

Also bump the SDK version to <4.0.0

All test passed.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Gustl22 commented 1 year ago

This affects all Linux implementations, e.g. in path_provider, xdg_directories, as one can't upgrade to file >= 7.0.0 @jonahwilliams @tvolkert

bernaferrari commented 1 year ago

cc @jakemac53 could you help this land?

jakemac53 commented 1 year ago

I am not really affiliated with this package at all, it looks like @gspencergoog or @jonahwilliams have done some work though.

We do need a pubspec/changelog update for a new version (can just be a patch release, so 5.0.1).

gspencergoog commented 1 year ago

This looks fine to me, but it does need to have the CHANGELOG updated and the version bumped, as @jakemac53 said.