-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): update dependency @lezer/generator to v1.7.1 #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 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
|
@rultor please, try to merge |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 12s)
|
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
April 28, 2023 06:15
1c310b7
to
6161f9d
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.2.2
chore(deps): update dependency @lezer/generator to v1.2.3
Apr 28, 2023
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
June 13, 2023 01:28
6161f9d
to
6af414c
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.2.3
chore(deps): update dependency @lezer/generator to v1.2.4
Jun 13, 2023
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.2.4
chore(deps): update dependency @lezer/generator to v1.3.0
Jun 16, 2023
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
June 16, 2023 01:26
6af414c
to
416e82d
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.3.0
chore(deps): update dependency @lezer/generator to v1.4.0
Aug 12, 2023
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
2 times, most recently
from
August 18, 2023 01:03
cbc8d21
to
ce0dd75
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.4.0
chore(deps): update dependency @lezer/generator to v1.4.2
Aug 18, 2023
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
August 21, 2023 01:03
ce0dd75
to
78b826c
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.4.2
chore(deps): update dependency @lezer/generator to v1.5.0
Aug 21, 2023
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
September 16, 2023 01:04
78b826c
to
ed2a797
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.5.0
chore(deps): update dependency @lezer/generator to v1.5.1
Sep 16, 2023
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
January 9, 2024 01:11
ed2a797
to
caa0c44
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.5.1
chore(deps): update dependency @lezer/generator to v1.6.0
Jan 9, 2024
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
March 13, 2024 01:06
caa0c44
to
bc69304
Compare
renovate
bot
changed the title
chore(deps): update dependency @lezer/generator to v1.6.0
chore(deps): update dependency @lezer/generator to v1.7.0
Mar 13, 2024
renovate
bot
force-pushed
the
renovate/lezer-generator-1.x-lockfile
branch
from
June 20, 2024 01:13
bc69304
to
5432dd3
Compare
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 20, 2024
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.1.0
->1.7.1
Release Notes
lezer-parser/generator (@lezer/generator)
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 tobuildParserFile
(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.
v1.2.3
Compare Source
Bug fixes
Make sure the Rollup plugin imports the rest of the library using a full file path.
Make
--help
show the correct executable name.v1.2.2
Compare Source
Bug fixes
Make sure
require
isn't used as an identifier in generator output.v1.2.1
Compare Source
Bug fixes
Fix an invalid optimization that sometimes led to incomplete token precedence tables, leading to incorrect tokenization.
v1.2.0
Compare 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 tokens
blocks defining all the tokens that may appear in a set of state, and allowing@else
tokens that match everything else.v1.1.3
Compare Source
Bug fixes
Fix broken Rollup plugin due to a bad import.
v1.1.2
Compare 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.1
Compare Source
Bug fixes
Emit enough information about external specializers to make
ParserConfig.specializers
fixable.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.