Update dependency abnf_parsec to v2 #2

Closed
rosa wants to merge 1 commit from renovate/abnf_parsec-2.x into main
Owner

This PR contains the following updates:

Package Type Update Change
abnf_parsec (source) prod major ~> 1.0~> 2.0

Release Notes

princemaple/abnf_parsec (abnf_parsec)

v2.1.0

🚀 Features

v2.0.0

Compare Source

Highlights 🎉
  • Core rules are no longer special-cased, they are brought in via parsing and compiling core.abnf
    • hence they can now be transformed, ignored, just like other rules
  • Core rules are now all transformed to string format by default
    • so when matching *HEXDIG on "1A", instead of getting [49, 65], you get ["1", "A"]
    • however, performing List.to_string on either one gives you the same result - "1A"
  • Core rules are defined only when they are not already defined in your abnf
    • if they are already defined in your abnf, they will be skipped
    • note the way we generate the functions unifies cases, so if you have char defined,
      the core rule CHAR will be ignored as well
    • this also makes it possible to override core rules

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [abnf_parsec](https://hex.pm/packages/abnf_parsec) ([source](https://github.com/princemaple/abnf_parsec)) | prod | major | `~> 1.0` → `~> 2.0` | --- ### Release Notes <details> <summary>princemaple/abnf_parsec (abnf_parsec)</summary> ### [`v2.1.0`](https://github.com/princemaple/abnf_parsec/blob/HEAD/CHANGELOG.md#v210---2025-11-03) ##### 🚀 Features - add :private option to use defparsecp [@&#8203;lud](https://github.com/lud) ([#&#8203;101](https://github.com/princemaple/abnf_parsec/issues/101)) ### [`v2.0.0`](https://github.com/princemaple/abnf_parsec/blob/HEAD/CHANGELOG.md#v200---2025-03-05) [Compare Source](https://github.com/princemaple/abnf_parsec/compare/v1.3.0...v2.0.0) ##### Highlights 🎉 - Core rules are no longer special-cased, they are brought in via parsing and compiling `core.abnf` - hence they can now be transformed, ignored, just like other rules - Core rules are now all transformed to string format by default - so when matching `*HEXDIG` on `"1A"`, instead of getting `[49, 65]`, you get `["1", "A"]` - however, performing `List.to_string` on either one gives you the same result - `"1A"` - Core rules are defined only when they are not already defined in your abnf - if they are already defined in your abnf, they will be skipped - note the way we generate the functions unifies cases, so if you have `char` defined, the core rule `CHAR` will be ignored as well - this also makes it possible to override core rules </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTcuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
Update dependency abnf_parsec to v2
Some checks failed
ci/woodpecker/pr/test Pipeline failed
bb1440a6b1
rosa closed this pull request 2026-05-28 16:58:59 +00:00
Author
Owner

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `2.x` releases. But if you manually upgrade to `2.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
ci/woodpecker/pr/test Pipeline failed

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rosa/chexx!2
No description provided.