Skip to content

build(deps): bump thiserror from 1.0.69 to 2.0.20 - #30

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/thiserror-2.0.20
Closed

build(deps): bump thiserror from 1.0.69 to 2.0.20#30
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/thiserror-2.0.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps thiserror from 1.0.69 to 2.0.20.

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)

2.0.19

  • Update to syn 3

2.0.18

2.0.17

  • Use differently named __private module per patch release (#434)

2.0.16

  • Add to "no-std" crates.io category (#429)

2.0.15

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

  • Documentation improvements

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)

2.0.11

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)

2.0.9

  • Work around missing_inline_in_public_items clippy restriction being triggered in macro-generated code (#404)

2.0.8

  • Improve support for macro-generated derive(Error) call sites (#399)

2.0.7

  • Work around conflict with #[deny(clippy::allow_attributes)] (#397, thanks @​zertosh)

2.0.6

  • Suppress deprecation warning on generated From impls (#396)

2.0.5

  • Prevent deprecation warning on generated impl for deprecated type (#394)

2.0.4

  • Eliminate needless_lifetimes clippy lint in generated From impls (#391, thanks @​matt-phylum)

... (truncated)

Commits
  • b1d5db5 Release 2.0.20
  • c4c3ebd Merge pull request #454 from dtolnay/clippy
  • 2266152 Suppress redundant_field_names clippy lint
  • 2901cfd Raise minimum tested compiler to rust 1.88
  • aa9d91f Update ui tests for version 2.0.19
  • e13a785 Release 2.0.19
  • 0a0e76c Update to syn 3
  • ec42ea7 Update actions/upload-artifact@v6 -> v7
  • 4178c4a Update actions/checkout@v6 -> v7
  • 7214e0e Ignore items_after_statements pedantic clippy lint in test
  • Additional commits viewable in compare view

@dependabot dependabot Bot added area:build Build, dependencies, tests, and CI dependencies Pull requests that update a dependency file labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from echobt as a code owner September 7, 2026 07:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file area:build Build, dependencies, tests, and CI labels Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/thiserror-2.0.20 branch from 2f96819 to b489420 Compare September 7, 2026 10:03
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.20.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.69...2.0.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/thiserror-2.0.20 branch from b489420 to a0d70a4 Compare September 7, 2026 10:29
Use the centralized thiserror 2 dependency for all migrated consumers and
remove their obsolete thiserror 1 compatibility exceptions. The existing
Dependabot lockfile remains unchanged.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@echobt

echobt commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Pushed 0d94356 to fix the source-policy failure. All 11 migrated crates now inherit the workspace's thiserror 2 dependency, and their obsolete thiserror 1 exceptions were removed. The Dependabot lockfile is unchanged; no policy bypass or replacement exception was added.

Local validation passed: tests for all 11 affected crates on Linux, readiness script tests, source policy against base 4232f48, release-age policy, formatting, and CLI version consistency. Native Windows behavior was not tested locally. Existing CI had passed Clippy, Test, TUI, audit, and coverage before this inheritance-only correction; fresh CI must pass before merge. No merge performed.

@echobt

echobt commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@echobt

echobt commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Superseded by #36, recreated from current main on deps/thiserror-2.0.20 because this edited Dependabot branch can no longer rebase automatically. The replacement migrates the eleven remaining direct 1.x consumers to workspace thiserror 2.0.20, removes their obsolete compatibility exceptions, and preserves unrelated locked packages. No release or tag is being created.

@echobt echobt closed this Sep 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/thiserror-2.0.20 branch September 7, 2026 14:19
echobt added a commit that referenced this pull request Sep 7, 2026
Recreate the dependency migration from current main after PR #30 became
conflicting. Inherit the workspace dependency in all remaining 1.x
consumers, raise the shared minimum to 2.0.20, and remove the obsolete
compatibility exceptions. Keep unrelated locked packages unchanged.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:build Build, dependencies, tests, and CI dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant