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

chore(deps): update compatible #70

Merged
merged 1 commit into from
Aug 1, 2024
Merged

chore(deps): update compatible #70

merged 1 commit into from
Aug 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
peg dependencies patch 0.8.3 -> 0.8.4
pest (source) dependencies patch 2.7.10 -> 2.7.11
serde_json dependencies patch 1.0.119 -> 1.0.121
winnow dependencies patch 0.6.13 -> 0.6.18

Release Notes

kevinmehall/rust-peg (peg)

v0.8.4

Compare Source

Fixes

Full Changelog: kevinmehall/rust-peg@0.8.3...0.8.4

pest-parser/pest (pest)

v2.7.11

Compare Source

What's Changed
New Contributors

Full Changelog: pest-parser/pest@v2.7.10...v2.7.11

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.7", features = ["grammar-extras"] }
serde-rs/json (serde_json)

v1.0.121

Compare Source

v1.0.120

Compare Source

winnow-rs/winnow (winnow)

v0.6.18

Compare Source

v0.6.17

Compare Source

Features
  • Make Checkpoints comparable

v0.6.16

Compare Source

v0.6.15

Compare Source

Compatibility
  • Deprecated Parser::recognize in favor of Parser::take
  • Deprecated Parser::with_recognized in favor of Parser::taken
Fixes
  • Renamed Parser::recognize to Parser::take to be consistent with other take parsers
  • Renamed Parser::with_recognized to Parser::with_taken to be consistent with other take parsers

v0.6.14

Compare Source

Fixes
  • Removed unused I: Clone bound on Parser::parse

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) August 1, 2024 00:49
@renovate renovate bot merged commit 96ec2ab into main Aug 1, 2024
4 of 5 checks passed
@renovate renovate bot deleted the renovate/compatible branch August 1, 2024 00:50
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.

0 participants