Skip to content

chore(deps): update dependency @lezer/generator to v1.8.0 #231

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lezer/generator 1.2.3 -> 1.8.0 age adoption passing confidence

Release Notes

lezer-parser/generator (@​lezer/generator)

v1.8.0

Compare Source

New features

@specialize and @extend now accept concatenated literal expressions for the token content.

@external tokens declarations now support @conflict { some, tokens } declarations to check that they are never used in a context that also allows those tokens.

v1.7.3

Compare 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.2

Compare Source

Bug fixes

Fix an issue where the terms file could contain tokens named eval or arguments, which isn't allowed in strict mode.

The Rollup plugin will now ignore sources starting with null characters in its resolve hook.

v1.7.1

Compare Source

Bug fixes

Fix a bug that broken references to tokens in local token groups.

v1.7.0

Compare 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.0

Compare 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 exportName option to the Rollup plugin.

v1.5.1

Compare Source

Bug fixes

Fix a quadratic complexity in state merging.

v1.5.0

Compare Source

Bug fixes

Fix a build issue that made the ES version of the Rollup plugin fail to load.

New features

The new typeScript option to buildParserFile (and --typeScript option to lezer-generator) makes the tool emit TypeScript code.

v1.4.2

Compare 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.1

Compare Source

Bug fixes

Make this package usable in TypeScript setups with node16/nodenext resolution.

v1.4.0

Compare Source

New features

BuildOptions.contextTracker now takes a function, so that the code that produces it has access to the term IDs.

v1.3.0

Compare Source

New features

The test utilities can now be imported as "@​lezer/generator/test".

v1.2.4

Compare Source

Bug fixes

Fix a bug where precedences specified for local tokens were not properly applied.


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 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented May 5, 2024

Deploy Preview for tauri-bindgen failed.

Name Link
🔨 Latest commit b4df5c2
🔍 Latest deploy log https://app.netlify.com/projects/tauri-bindgen/deploys/6865747c9063380008abb4c3

Copy link

socket-security bot commented May 5, 2024

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​lezer/​generator@​1.2.3 ⏵ 1.8.0100 +110080 +184 -1100

View full report

@renovate renovate bot changed the title chore(deps): update dependency @lezer/generator to v1.7.0 chore(deps): update dependency @lezer/generator to v1.7.1 Jun 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency @lezer/generator to v1.7.1 chore(deps): update dependency @lezer/generator to v1.7.2 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/lezer-generator-1.x-lockfile branch from b17f1c6 to f9f5c87 Compare January 23, 2025 21:39
@renovate renovate bot force-pushed the renovate/lezer-generator-1.x-lockfile branch from f9f5c87 to 180fff6 Compare March 31, 2025 19:56
@renovate renovate bot changed the title chore(deps): update dependency @lezer/generator to v1.7.2 chore(deps): update dependency @lezer/generator to v1.7.3 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/lezer-generator-1.x-lockfile branch from 180fff6 to 031be0e Compare April 1, 2025 10:39
@renovate renovate bot force-pushed the renovate/lezer-generator-1.x-lockfile branch from 031be0e to 8419859 Compare June 23, 2025 17:27
@renovate renovate bot changed the title chore(deps): update dependency @lezer/generator to v1.7.3 chore(deps): update dependency @lezer/generator to v1.8.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/lezer-generator-1.x-lockfile branch from 8419859 to b4df5c2 Compare July 2, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants