chore(deps): update dependency peggy to v4 #111
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.2
->^4.2.0
Release Notes
peggyjs/peggy (peggy)
v4.2.0
Compare Source
Released: 2024-11-19
New features
parser.d.ts
, which should may help people that use Peggy programmatically in nonstandard ways.Bug fixes
Documentation
v4.1.1
Compare Source
v4.1.0 did not actually get published due to a workflow issue that should
be sorted out now.
New features
Bug fixes
peggy
binary on Windows by handling node runtime flags manually, executing a sub-instance of node to actually runpeggy
.peg$maxFailExpected
andpeg$maxFailPos
.v4.0.3
Compare Source
Released: 2024-06-19
New features
Bug fixes
array, null, or undefined as allowedStartRules option
to work with eslint flat config
web version
plucked word and its pattern.
to playwright for web tests, and added them to CI.
Documentation
!.
).v4.0.2
Compare Source
Released: 2024-02-26
Bug fixes
--allowedRules *
more clearmade the minimum supported node version v20.8. Updated to latest from-mem.
v4.0.1
Compare Source
Released: 2024-02-23
Bug fixes
examples.
Refactor
cli/fromMem.js
into separate projectfrom-mem.
--library
typescript file.
v4.0.0
Compare Source
Released: 2024-02-13
Major Changes
issue by moving reportInfiniteRecursion to the new prepare pass, and having
it fail after finding the first issue. This will require plugin authors
to ensure that reportInfiniteRecursion is in the new pass correctly.
allow topLevelInitializer and initializer to be arrays, in support of
multi-file inputs. This will require plugin updates. The CLI and API now
take multiple files as input, where the first file is your main library, and
subsequent files consist of a library of other rules. The CLI can take file
names of the form
npm:<package-name>/<filename>
to load library rules froman NPM package that is installed relative to the previous non-npm file name,
or to the current working directory if this is the first file name.
required for running the CLI or using Peggy as a library. Generated code
still targets older runtimes.
from external compiled grammars inside a source grammar, using
import {rule} from "external.js"
. Note that this syntax will generate eitherimport
orrequire
in the JavaScript output, depending on the value ofthe
format
parameter. This will need explicit support fromplugins, with a few new AST node types and a few visitor changes.
Internet Explorer. Move to eslint flat configs in order to lint minimized
browser code for compatibility with
defaults, maintained node versions, not op_mini all
.Minor Changes
@generated
in generatedcode
to the command line interface.
browser
key to package.json, pointing to Webpack output.avoid audit warnings.
substrings in various MATCH_ bytecodes
output and source-map if they do not exist, rather than erroring.
ExponentiationExpression
rule (operator**
) tojavascript.pegjs
example grammar.-t
and-T
testingfrom the CLI with
--format es
.Bug Fixes
import
.examples/javascript.pegjs
.Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.