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

Update dependencies; Dart SDK version to 3.0.0. #36

Merged
merged 2 commits into from
Aug 6, 2023

Conversation

gmpassos
Copy link
Contributor

@gmpassos gmpassos commented Aug 3, 2023

Many packages that depends on cli_pkg can't be updated without update these dependencies and Dart SDK to 3.0.0+.

- Set the minimum Dart SDK version to `3.0.0`.
  - sdk: ">=3.0.0 <4.0.0"

- Update dependencies:
  - collection: ^1.17.2
  - http: ^1.1.0
  - oauth2: ^2.0.2
  - path: ^1.8.3
  - build_runner: ^2.4.6
  - lints: ^2.1.1
  - test: ^1.24.4

- Fix: `analysis_options.yaml`
  - Was referencing `pedantic` but should reference `lints`.
- Minor lint fix `pub_api_client_base.dart`.
@gmpassos
Copy link
Contributor Author

gmpassos commented Aug 3, 2023

FYI: @leoafarias

@leoafarias leoafarias merged commit db58581 into leoafarias:main Aug 6, 2023
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