Skip to content
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

fix(deps): update dependency @codemirror/language to ^6.11.0 #91

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/language ^6.6.0 -> ^6.11.0 age adoption passing confidence

Release Notes

codemirror/language (@​codemirror/language)

v6.11.0

Compare Source

New features

Stream parsers now support a mergeTokens option that can be used to turn off automatic merging of adjacent tokens.

v6.10.8

Compare Source

Bug fixes

Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.

v6.10.7

Compare Source

Bug fixes

Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.

Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.

v6.10.6

Compare Source

Bug fixes

Fix a crash in StreamLanguage when the input range is entirely before the editor viewport.

v6.10.5

Compare Source

Bug fixes

Fix an issue where a StreamLanguage could get confused when trying to reuse existing parse data when the parsed range changed.

v6.10.4

Compare Source

Bug fixes

Join adjacent tokens of the same type into a single token in .

Call stream language indent functions even when the language is used as a nested parser.

Fix a crash in StreamParser when a parse was resumed with different input ranges.

v6.10.3

Compare Source

Bug fixes

Fix a TypeScript error when using HighlightStyle with the exactOptionalPropertyTypes typechecking option enabled.

Make delimitedIndent align to spaces after the opening token.

v6.10.2

Compare Source

Bug fixes

Fix an infinite loop that could occur when enabling bidiIsolates in documents with both bidirectional text and very long lines.

v6.10.1

Compare Source

Bug fixes

Fix an issue where, when a lot of code is visible in the initial editor, the bottom bit of code is shown without highlighting for one frame.

v6.10.0

Compare Source

New features

The new bidiIsolates extension can be used to wrap syntactic elements where this is appropriate in an element that isolates their text direction, avoiding weird ordering of neutral characters on direction boundaries.

v6.9.3

Compare Source

Bug fixes

Fix an issue in StreamLanguage where it ran out of node type ids if you repeatedly redefined a language with the same token table.

v6.9.2

Compare Source

Bug fixes

Allow StreamParser tokens get multiple highlighting tags.

v6.9.1

Compare Source

Bug fixes

Indentation now works a lot better in mixed-language documents that interleave the languages in a complex way.

Code folding is now able to pick the right foldable syntax node when the line end falls in a mixed-parsing language that doesn't match the target node.

v6.9.0

Compare Source

Bug fixes

Make getIndentation return null, rather than 0, when there is no syntax tree available.

New features

The new preparePlaceholder option to codeFolding makes it possible to display contextual information in a folded range placeholder widget.

v6.8.0

Compare Source

New features

The new baseIndentFor method in TreeIndentContext can be used to find the base indentation for an arbitrary node.

v6.7.0

Compare Source

New features

Export DocInput class for feeding editor documents to a Lezer parser.


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

vercel bot commented Jan 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Mar 13, 2025 7:39pm

Copy link

changeset-bot bot commented Jan 17, 2024

⚠️ No Changeset found

Latest commit: 857ee97

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/codemirror branch from 6e9d5d0 to 31c560f Compare January 17, 2024 14:10
@renovate renovate bot force-pushed the renovate/codemirror branch from 31c560f to 3aecaa1 Compare January 17, 2024 14:13
@renovate renovate bot force-pushed the renovate/codemirror branch from 3aecaa1 to 8debce1 Compare January 17, 2024 14:21
@renovate renovate bot force-pushed the renovate/codemirror branch from 8debce1 to 2f480d8 Compare January 17, 2024 14:23
@renovate renovate bot force-pushed the renovate/codemirror branch from 2f480d8 to 03e3bb1 Compare January 25, 2024 15:33
@renovate renovate bot force-pushed the renovate/codemirror branch from 03e3bb1 to c741479 Compare January 25, 2024 15:35
@renovate renovate bot force-pushed the renovate/codemirror branch from c741479 to 857ee97 Compare February 2, 2024 14:10
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.0 Update dependency @codemirror/language to ^6.10.1 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from 857ee97 to 84ab2d6 Compare February 26, 2024 17:23
@renovate renovate bot force-pushed the renovate/codemirror branch from 84ab2d6 to 227dc99 Compare February 26, 2024 19:30
@renovate renovate bot force-pushed the renovate/codemirror branch 2 times, most recently from 735508f to 072bbc9 Compare April 10, 2024 18:43
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.1 Update dependency @codemirror/language to ^6.10.2 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from 072bbc9 to 35d446e Compare June 3, 2024 13:10
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.2 Update dependency @codemirror/language to ^6.10.3 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from 35d446e to e77d582 Compare September 19, 2024 17:05
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.3 Update dependency @codemirror/language to ^6.10.4 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from e77d582 to cf6b76b Compare November 24, 2024 19:53
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.4 Update dependency @codemirror/language to ^6.10.5 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from cf6b76b to 25f86c7 Compare November 27, 2024 17:20
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.5 Update dependency @codemirror/language to ^6.10.6 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from 25f86c7 to 8471e6b Compare November 29, 2024 08:10
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.6 Update dependency @codemirror/language to ^6.10.7 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from 8471e6b to 1caa312 Compare December 17, 2024 13:45
@renovate renovate bot force-pushed the renovate/codemirror branch from 1caa312 to 2a2a3f5 Compare December 17, 2024 20:38
@renovate renovate bot changed the title Update dependency @codemirror/language to ^6.10.7 fix(deps): update dependency @codemirror/language to ^6.10.7 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch from 2a2a3f5 to ccc9bf2 Compare December 18, 2024 01:08
@renovate renovate bot force-pushed the renovate/codemirror branch 2 times, most recently from e4aeefa to bc9fe16 Compare December 23, 2024 16:10
@renovate renovate bot force-pushed the renovate/codemirror branch from bc9fe16 to e81dc48 Compare December 23, 2024 20:34
@renovate renovate bot changed the title fix(deps): update dependency @codemirror/language to ^6.10.7 fix(deps): update dependency @codemirror/language to ^6.10.8 Dec 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency @codemirror/language to ^6.10.8 fix(deps): update dependency @codemirror/language to ^6.11.0 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/codemirror branch from e81dc48 to 35c50bb Compare March 13, 2025 19:37
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.

1 participant