Skip to content

build(deps): bump pest from 2.8.1 to 2.8.6#1192

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/pest-2.8.6
Closed

build(deps): bump pest from 2.8.1 to 2.8.6#1192
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/pest-2.8.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 12, 2026

Bumps pest from 2.8.1 to 2.8.6.

Release notes

Sourced from pest's releases.

v2.8.6

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.5...v2.8.6

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }

v2.8.5

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.4...v2.8.5

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }

v2.8.4

What's Changed

New Contributors

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/pest-2.8.6 branch 8 times, most recently from fc28608 to 265dbde Compare February 16, 2026 07:23
@dependabot dependabot Bot force-pushed the dependabot/cargo/pest-2.8.6 branch from 265dbde to 09a8fa8 Compare March 2, 2026 07:25
@dependabot dependabot Bot force-pushed the dependabot/cargo/pest-2.8.6 branch from 09a8fa8 to 47caf76 Compare March 11, 2026 12:11
Copy link
Copy Markdown
Contributor

@ansasaki ansasaki left a comment

Choose a reason for hiding this comment

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

Dependency bump reviewed: CI checks passed and the crate version is available in Fedora.

Copy link
Copy Markdown
Contributor

@ansasaki ansasaki left a comment

Choose a reason for hiding this comment

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

Dependency bump reviewed: CI checks passed and the crate version is available in Fedora.

@ansasaki
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/pest-2.8.6 branch from 47caf76 to 505b9bd Compare March 31, 2026 09:18
Bumps [pest](https://github.com/pest-parser/pest) from 2.8.1 to 2.8.6.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.1...v2.8.6)

---
updated-dependencies:
- dependency-name: pest
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/pest-2.8.6 branch from 505b9bd to c8f0c7f Compare March 31, 2026 09:19
@ansasaki
Copy link
Copy Markdown
Contributor

ansasaki commented Apr 1, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 1, 2026

Looks like pest is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 1, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/pest-2.8.6 branch April 1, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant