This repository was archived by the owner on Sep 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update dependency @lezer/generator to v1.8.0 #42
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/lezer-generator-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information |
TldrUpdated dependencies for @lezer/common, @lezer/generator, and @lezer/lr in the eo and phi packages. Detailed summary
|
Member
|
@rultor please, try to merge |
Collaborator
Collaborator
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 12s) |
1c310b7 to
6161f9d
Compare
6161f9d to
6af414c
Compare
6af414c to
416e82d
Compare
cbc8d21 to
ce0dd75
Compare
ce0dd75 to
78b826c
Compare
78b826c to
ed2a797
Compare
ed2a797 to
caa0c44
Compare
caa0c44 to
bc69304
Compare
bc69304 to
5432dd3
Compare
5432dd3 to
cc12fce
Compare
cc12fce to
4ec4238
Compare
4ec4238 to
e4f9adf
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
1.1.0->1.8.0Release Notes
lezer-parser/generator (@lezer/generator)
v1.8.0Compare Source
New features
@specializeand@extendnow accept concatenated literal expressions for the token content.@external tokensdeclarations now support@conflict { some, tokens }declarations to check that they are never used in a context that also allows those tokens.v1.7.3Compare Source
Bug fixes
Fix an issue where specializations of local tokens were sometimes not assigned to the proper group, breaking parsing of such tokens.
v1.7.2Compare Source
Bug fixes
Fix an issue where the terms file could contain tokens named
evalorarguments, which isn't allowed in strict mode.The Rollup plugin will now ignore sources starting with null characters in its resolve hook.
v1.7.1Compare Source
Bug fixes
Fix a bug that broken references to tokens in local token groups.
v1.7.0Compare Source
Bug fixes
Include type declarations for the Rollup plugin.
Named or
@export-ed specialized tokens are now available in the terms file.New features
The generator now emits a warning when rules generate a lot of different variants (usually due to a combinatory explosion of
?and|operators).v1.6.0Compare Source
Bug fixes
Fix an issue where the generator could output invalid JavaScript when a specialization used a string that started with a number.
Adjust TypeScript output to compile with recent tsc versions. Add a test for zero-length node mounts
New features
Support an
exportNameoption to the Rollup plugin.v1.5.1Compare Source
Bug fixes
Fix a quadratic complexity in state merging.
v1.5.0Compare Source
Bug fixes
Fix a build issue that made the ES version of the Rollup plugin fail to load.
New features
The new
typeScriptoption tobuildParserFile(and--typeScriptoption to lezer-generator) makes the tool emit TypeScript code.v1.4.2Compare Source
Bug fixes
Fix a regression in the build process that caused the Rollup plugin to not be part of the npm package.
v1.4.1Compare Source
Bug fixes
Make this package usable in TypeScript setups with node16/nodenext resolution.
v1.4.0Compare Source
New features
BuildOptions.contextTrackernow takes a function, so that the code that produces it has access to the term IDs.v1.3.0Compare Source
New features
The test utilities can now be imported as
"@​lezer/generator/test".v1.2.4Compare Source
Bug fixes
Fix a bug where precedences specified for local tokens were not properly applied.
v1.2.3Compare Source
Bug fixes
Make sure the Rollup plugin imports the rest of the library using a full file path.
Make
--helpshow the correct executable name.v1.2.2Compare Source
Bug fixes
Make sure
requireisn't used as an identifier in generator output.v1.2.1Compare Source
Bug fixes
Fix an invalid optimization that sometimes led to incomplete token precedence tables, leading to incorrect tokenization.
v1.2.0Compare Source
Bug fixes
Fix a bug where the error to use
()to denote empty options in a choice expression was signalled even when that is what the input did.New features
Grammars can now declare
@local tokensblocks defining all the tokens that may appear in a set of state, and allowing@elsetokens that match everything else.v1.1.3Compare Source
Bug fixes
Fix broken Rollup plugin due to a bad import.
v1.1.2Compare Source
Bug fixes
Fix a bug where the _ notation in tokens would match only half of a surrogate pair.
Fix a bug that caused invalid tokenizer data to be generated for character ranges ending in \uffff.
v1.1.1Compare Source
Bug fixes
Emit enough information about external specializers to make
ParserConfig.specializersfixable.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.