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 rust crate lalrpop to 0.20.0 #34

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
lalrpop build-dependencies minor 0.19.9 -> 0.20.0

Release Notes

lalrpop/lalrpop (lalrpop)

v0.20.0

Compare Source

Bringing back 0.19.10 patches and further enhancement.

Breaking changes
  • Types and enums name with capitalized acronyms are renamed to camelCase
  • Minimum rust supported version is now 1.64
  • New unicode feature is added to enable regex/unicode and regex-syntax/unicode. Building lalrpop with --no-default-features may be broken without adding it.
Features
  • faster compilation time by up to 2x
  • expected tokens in failed parses are more accurate
  • support for unicode when using builtin tokenizer
Bug fixes and other changes
  • fewer warnings about clippy/unused imports in generated code
  • updated to edition 2021
  • updated mdbook
  • Use inclusive ranges for DFA/NFA
  • A new document "Lexing raw delimited content"

v0.19.12

Compare Source

  • Add unicode feature to regex-syntax (thanks to Jan Niehusmann!)
Compatibility note

This is actually not fixing a lalrpop bug but fixing user side missing dependency.
lalrpop doesn't directly depend on the feature. But regex from user code probably contains it.
We will drop this dependency again in the next release.

v0.19.11

Compare Source

This release is based on 0.19.9, not 0.19.10
No feature added or other bug fixed since 0.19.9

  • Fix regex version dependency issues (thanks to Wilfried Chauveau!)

v0.19.10

Compare Source

Note: This version is yanked. These changes will be included in 0.20

This release fixes an incompatibility with regex.

Features
  • faster compilation time by up to 2x
  • expected tokens in failed parses are more accurate
  • support for unicode when using builtin tokenizer
Bug fixes and other changes
  • fix a compatibility issue with regex 1.8
  • fewer warnings about clippy/unused imports in generated code
  • updated to edition 2021
  • updated mdbook

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from alixinne as a code owner August 11, 2023 05:07
@renovate renovate bot enabled auto-merge (rebase) August 11, 2023 05:08
@renovate renovate bot changed the title chore(deps): update rust crate lalrpop to 0.20.0 chore(deps): update rust crate lalrpop to 0.20.1 Oct 23, 2023
@renovate renovate bot changed the title chore(deps): update rust crate lalrpop to 0.20.1 chore(deps): update rust crate lalrpop to 0.20.0 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/lalrpop-0.x branch 2 times, most recently from 4e8e5b2 to 2f09fc7 Compare October 30, 2023 18:38
@renovate renovate bot force-pushed the renovate/lalrpop-0.x branch 2 times, most recently from c243ab9 to 6a0faa0 Compare November 2, 2023 20:27
@alixinne alixinne merged commit b1801d9 into master Nov 2, 2023
0 of 3 checks passed
@alixinne alixinne deleted the renovate/lalrpop-0.x branch November 2, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant