Skip to content

Commit d725d7f

Browse files
chore(deps): update dependency @lezer/common to v1.4.0 (#2246)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@lezer/common](https://redirect.github.com/lezer-parser/common) | [`1.2.3` -> `1.4.0`](https://renovatebot.com/diffs/npm/@lezer%2fcommon/1.2.3/1.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@lezer%2fcommon/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@lezer%2fcommon/1.2.3/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lezer-parser/common (@&#8203;lezer/common)</summary> ### [`v1.4.0`](https://redirect.github.com/lezer-parser/common/blob/HEAD/CHANGELOG.md#140-2025-11-28) [Compare Source](https://redirect.github.com/lezer-parser/common/compare/1.3.0...1.4.0) ##### New features Provide a `prop` method on the `SyntaxNode` type for more straightforward access to node props. ### [`v1.3.0`](https://redirect.github.com/lezer-parser/common/blob/HEAD/CHANGELOG.md#130-2025-10-17) [Compare Source](https://redirect.github.com/lezer-parser/common/compare/1.2.3...1.3.0) ##### Bug fixes Fix an issue where in some situations a nested parse would break highlighting after it. ##### New features Node props may now define a `merge` function that will be used when the prop is added to a node that already has it. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql/graphql.github.io). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6InNvdXJjZSIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4d4586 commit d725d7f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
],
146146
"overrides": {
147147
"@lezer/highlight": "1.2.3",
148-
"@lezer/common": "1.2.3",
148+
"@lezer/common": "1.4.0",
149149
"@codemirror/autocomplete": "6.18.6",
150150
"@codemirror/commands": "6.3.3",
151151
"@codemirror/language": "6.10.0",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)