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 v8.0.4 #649

Merged
merged 178 commits into from
Jan 21, 2025
Merged

🔖 release v8.0.4 #649

merged 178 commits into from
Jan 21, 2025

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented Jan 18, 2025

This pull request includes various updates to dependencies, improvements to workflow files, and minor code formatting changes across multiple files. The most important changes are summarized below:

Dependency Updates:

  • Updated qs_dart dependency to version 1.3.0 in chopper/pubspec.yaml.
  • Updated chopper_generator dependency to version 8.0.3 in chopper/pubspec.yaml.
  • Updated chopper dependency to version 8.0.3 in chopper_built_value/pubspec.yaml.
  • Updated analyzer and source_gen dependencies in chopper_generator/pubspec.yaml.

Workflow File Changes:

  • Updated codecov-action from version 4 to 5 in .github/workflows/dart.yml [1] [2] [3].
  • Simplified the run command in .github/workflows/publish.yml and .github/workflows/publish_dry_run.yml by removing unnecessary steps [1] [2].

Changelog Updates:

  • Added entries for version 8.0.4 in chopper/CHANGELOG.md [1] and version 3.0.3 in chopper_built_value/CHANGELOG.md [2].
  • Added entry for version 8.0.4 in chopper_generator/CHANGELOG.md.

Code Formatting:

  • Added // dart format width=80 comments to several generated files to enforce code formatting [1] [2] [3] [4] [5] [6].

Code Improvements:

  • Added // ignore: must_be_immutable comment to Request class in chopper/lib/src/request.dart.
  • Made improvements to the ChopperGenerator class in chopper_generator/lib/src/generator.dart by removing the use of DartFormatter and updating type checks [1] [2] [3].

yousinix and others added 30 commits May 25, 2021 09:26
Co-authored-by: István Juhos <[email protected]>
techouse and others added 15 commits May 17, 2024 06:32
* ⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper

Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* 🚨 fix linter warnings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Klemen Tušar <[email protected]>
* ⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper_generator

Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* 🚨 fix linter warnings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Klemen Tušar <[email protected]>
* ⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper_built_value

Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* 🚨 fix linter warnings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Klemen Tušar <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
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>
# Conflicts:
#	.github/workflows/dart.yml
#	chopper/example/tag.chopper.dart
#	chopper/lib/src/request.dart
#	chopper/pubspec.yaml
#	chopper/test/test_service_base_url.chopper.dart
#	chopper/test/test_service_variable.chopper.dart
#	chopper/test/test_without_response_service.chopper.dart
#	chopper_built_value/pubspec.yaml
#	chopper_generator/lib/src/generator.dart
#	chopper_generator/pubspec.yaml
#	chopper_generator/test/test_service.chopper.dart
#	chopper_generator/test/test_service_variable.chopper.dart
#	chopper_generator/test/test_without_response_service.chopper.dart
# chopper

## 8.0.4

- Update dependencies

# chopper_generator

## 8.0.4

- Update dependencies

# chopper_built_value

## 3.0.4

- Update dependencies
Copy link

codecov bot commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.38%. Comparing base (dc9fe2b) to head (847c9a2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #649   +/-   ##
=======================================
  Coverage   93.38%   93.38%           
=======================================
  Files          21       21           
  Lines         499      499           
=======================================
  Hits          466      466           
  Misses         33       33           

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

@techouse techouse added this to the 8.0.4 milestone Jan 18, 2025
@techouse
Copy link
Collaborator Author

@JEuler bump :)

@JEuler
Copy link
Collaborator

JEuler commented Jan 21, 2025

Whoops, missed that! Thank you!

@techouse techouse merged commit 87d1f73 into master Jan 21, 2025
12 checks passed
@techouse techouse deleted the release/v8.0.4 branch January 21, 2025 01:12
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.