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

🔖 release v7.4.0 #595

Merged
merged 150 commits into from
Apr 5, 2024
Merged

🔖 release v7.4.0 #595

merged 150 commits into from
Apr 5, 2024

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented Apr 4, 2024

yousinix and others added 30 commits May 25, 2021 09:26
Co-authored-by: István Juhos <[email protected]>
dependabot bot and others added 14 commits February 5, 2024 19:58
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@88522ab...ab5e6d0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3.5.2...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@ab5e6d0...0c45773)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts:
#	chopper/analysis_options.yaml
#	chopper/lib/src/annotations.dart
#	chopper/lib/src/request.dart
#	chopper/lib/src/utils.dart
#	chopper/pubspec.yaml
#	chopper/test/base_test.dart
#	chopper/test/test_service.chopper.dart
#	chopper/test/test_service.dart
#	chopper/test/test_service_base_url.chopper.dart
#	chopper/test/test_service_base_url.dart
#	chopper/test/test_service_variable.chopper.dart
#	chopper/test/test_service_variable.dart
#	chopper/test/test_without_response_service.chopper.dart
#	chopper/test/test_without_response_service.dart
#	chopper/test/utils_test.dart
#	chopper_generator/analysis_options.yaml
#	chopper_generator/lib/src/generator.dart
#	chopper_generator/lib/src/utils.dart
#	chopper_generator/pubspec.yaml
#	chopper_generator/test/test_service.chopper.dart
#	chopper_generator/test/test_service.dart
#	chopper_generator/test/test_service_variable.chopper.dart
#	chopper_generator/test/test_service_variable.dart
#	chopper_generator/test/test_without_response_service.chopper.dart
#	chopper_generator/test/test_without_response_service.dart
#	example/analysis_options.yaml
# chopper

## 7.4.0

- #592

# chopper_generator

## 7.4.0

- #592
@techouse techouse added the release prod release label Apr 4, 2024
@techouse techouse added this to the 7.4.0 milestone Apr 4, 2024
@techouse
Copy link
Collaborator Author

techouse commented Apr 4, 2024

The chopper_generator dry run will fail because I raised the required chopper version to ^7.4.0 which has not yet been published and can't therefore be accessed in the dry run.

The version had to be bumped because chopper_generator now relies on a new annotation.

Essentially it's the same "problem" as described in #581 (comment)

CC / @JEuler @Guldem @diegotori

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 93.52%. Comparing base (d2a4c46) to head (d242a43).

Files Patch % Lines
chopper/lib/src/list_format.dart 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #595      +/-   ##
==========================================
- Coverage   94.19%   93.52%   -0.68%     
==========================================
  Files          11       12       +1     
  Lines         482      463      -19     
==========================================
- Hits          454      433      -21     
- Misses         28       30       +2     

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

@techouse techouse merged commit 3b3952e into master Apr 5, 2024
8 of 12 checks passed
@techouse techouse deleted the release/v7.4.0 branch April 5, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release prod release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QueryMap encoding does not bracket collections of maps or other collections