这是indexloc提供的服务,不要输入任何密码
Skip to content

Upgrade chopper logger deps #403

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

Merged
merged 3 commits into from
Jul 27, 2025
Merged

Upgrade chopper logger deps #403

merged 3 commits into from
Jul 27, 2025

Conversation

Frezyx
Copy link
Owner

@Frezyx Frezyx commented Jul 27, 2025

Summary by Sourcery

Release the Chopper HTTP client logger integration and bump all Talker packages to version 5.0.0-dev.10, updating documentation, examples, changelogs, and publication scripts accordingly.

New Features:

  • Introduce a new talker_chopper_logger package for Chopper HTTP client logging

Enhancements:

  • Bump all talker-related package versions to 5.0.0-dev.10 and update dependency references in docs and examples
  • Add publish step for talker_chopper_logger in the publish_all script

Documentation:

  • Update CHANGELOG.md entries and README.md dependency versions for the new release

Copy link
Contributor

sourcery-ai bot commented Jul 27, 2025

Reviewer's Guide

This PR upgrades the Talker suite to version 5.0.0-dev.10, standardizing dependency versions across packages, documentation, and examples, and adds the Chopper logger release with updated changelogs and publish workflow.

File-Level Changes

Change Details Files
Bump packages to version 5.0.0-dev.10 and update corresponding dependencies
  • Update version fields in all package pubspec.yaml files to 5.0.0-dev.10
  • Replace ^5.0.0-dev.9 with ^5.0.0-dev.10 in README.md and example pubspecs
  • Align internal talker dependency versions across packages and examples
README.md
examples/shop_app_example/pubspec.yaml
packages/talker/pubspec.yaml
packages/talker_bloc_logger/pubspec.yaml
packages/talker_chopper_logger/pubspec.yaml
packages/talker_dio_logger/pubspec.yaml
packages/talker_flutter/pubspec.yaml
packages/talker_http_logger/pubspec.yaml
packages/talker_logger/pubspec.yaml
packages/talker_riverpod_logger/pubspec.yaml
packages/talker_chopper_logger/example/pubspec.yaml
packages/talker_dio_logger/example/pubspec.yaml
packages/talker_riverpod_logger/example/pubspec.yaml
packages/talker_bloc_logger/README.md
packages/talker_chopper_logger/README.md
packages/talker_dio_logger/README.md
packages/talker_http_logger/README.md
packages/talker_logger/README.md
packages/talker_riverpod_logger/README.md
Introduce and release the Chopper logger package
  • Add 5.0.0-dev.10 entries in CHANGELOG.md for all affected packages
  • Include talker_chopper_logger in the publish_all.sh workflow
  • Update documentation and examples for talker_chopper_logger dependency
packages/talker/CHANGELOG.md
packages/talker_bloc_logger/CHANGELOG.md
packages/talker_chopper_logger/CHANGELOG.md
packages/talker_dio_logger/CHANGELOG.md
packages/talker_flutter/CHANGELOG.md
packages/talker_http_logger/CHANGELOG.md
packages/talker_logger/CHANGELOG.md
packages/talker_riverpod_logger/CHANGELOG.md
utils/publish_all.sh

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @Frezyx - I've reviewed your changes and they look great!

Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments

### Comment 1
<location> `utils/version.txt:3` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- [talker_chopper_logger] Release logger for Chopper http clint package
=======
- [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 2
<location> `packages/talker/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Update the changelog to fix the typo.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 3
<location> `packages/talker_bloc_logger/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Update the changelog to correct the typo.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 4
<location> `packages/talker_chopper_logger/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Please update the changelog to fix the typo.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 5
<location> `packages/talker_dio_logger/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Update the changelog to correct 'clint' to 'client'.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 6
<location> `packages/talker_flutter/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Please correct the spelling in the changelog entry.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 7
<location> `packages/talker_http_logger/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Update the changelog to correct the spelling to 'client'.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 8
<location> `packages/talker_logger/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Update the changelog to fix the typo.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

### Comment 9
<location> `packages/talker_riverpod_logger/CHANGELOG.md:2` </location>
<code_context>
+# 5.0.0-dev.10
+- - [talker_chopper_logger] Release logger for Chopper http clint package
+
+Thanks to [techouse](https://github.com/techouse)
</code_context>

<issue_to_address>
Typo: 'clint' should be 'client'.

Please update the changelog to correct 'clint' to 'client'.
</issue_to_address>

<suggested_fix>
<<<<<<< SEARCH
- - [talker_chopper_logger] Release logger for Chopper http clint package
=======
- - [talker_chopper_logger] Release logger for Chopper http client package
>>>>>>> REPLACE

</suggested_fix>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

- [talker_http_logger] Add ``TalkerKey``s registration
Frezyx
5.0.0-dev.10
- [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Suggested change
- [talker_chopper_logger] Release logger for Chopper http clint package
- [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Update the changelog to fix the typo.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Update the changelog to correct the typo.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Please update the changelog to fix the typo.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Update the changelog to correct 'clint' to 'client'.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Please correct the spelling in the changelog entry.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Update the changelog to correct the spelling to 'client'.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Update the changelog to fix the typo.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@@ -1,3 +1,8 @@
# 5.0.0-dev.10
- - [talker_chopper_logger] Release logger for Chopper http clint package
Copy link
Contributor

Choose a reason for hiding this comment

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

issue (typo): Typo: 'clint' should be 'client'.

Please update the changelog to correct 'clint' to 'client'.

Suggested change
- - [talker_chopper_logger] Release logger for Chopper http clint package
- - [talker_chopper_logger] Release logger for Chopper http client package

@Frezyx Frezyx merged commit 452fe35 into master Jul 27, 2025
16 checks passed
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.

1 participant