chore(deps): update dependency @lezer/generator to v1.8.0 - #231
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @lezer/generator to v1.8.0#231renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
❌ Deploy Preview for tauri-bindgen failed.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
January 23, 2025 21:39
b17f1c6 to
f9f5c87
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
March 31, 2025 19:56
f9f5c87 to
180fff6
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
April 1, 2025 10:39
180fff6 to
031be0e
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
June 23, 2025 17:27
031be0e to
8419859
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
July 2, 2025 18:03
8419859 to
b4df5c2
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
October 21, 2025 23:56
b4df5c2 to
bfab846
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
December 3, 2025 17:11
bfab846 to
11d3a68
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
December 31, 2025 17:11
11d3a68 to
6a6d70b
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
February 12, 2026 13:54
6a6d70b to
1369122
Compare
renovate
Bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
April 8, 2026 14:53
1369122 to
a0f0eb9
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.2.3→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.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.