Skip to content

fix(dependencies): update codemirror editor packages to v6 - #333

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-codemirror-editor-packages
Open

fix(dependencies): update codemirror editor packages to v6#333
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-codemirror-editor-packages

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@codemirror/lang-javascript ^0.19.7^6.0.0 age confidence
@codemirror/lang-json ^0.19.2^6.0.0 age confidence
@codemirror/lang-python ^0.19.5^6.0.0 age confidence
@codemirror/lang-sql ^0.19.4^6.0.0 age confidence
@codemirror/lang-xml ^0.19.2^6.0.0 age confidence

Release Notes

codemirror/lang-javascript (@​codemirror/lang-javascript)

v6.2.5

Compare Source

Bug fixes

Support code folding of JSX elements and tags.

When reading properties in scopeCompletionSource, use the original object, not a prototype.

v6.2.4

Compare Source

Bug fixes

Fix a crash in the esLint helper when a rule's meta.docs isn't defined.

Properly dedent lines starting with an opening curly brace below composite statements like for/while.

v6.2.3

Compare Source

Bug fixes

Disable JavaScript completions in JSX context.

v6.2.2

Compare Source

Bug fixes

Fix a bug that would cause self-closing JSX tags to have another closing tag inserted when typing the final '>'.

v6.2.1

Compare Source

Bug fixes

autoCloseTags now generates two separate transactions, so that the completion can be undone separately.

v6.2.0

Compare Source

New features

Export a typescriptSnippets array and include TypeScript keyword completions in the default support extension when in TypeScript mode.

v6.1.9

Compare Source

Bug fixes

Make sure scopeCompletionSource doesn't try to complete property names that aren't simple identifier (such as numeric indices).

v6.1.8

Compare Source

Bug fixes

Stop completing keywords after . tokens.

v6.1.7

Compare Source

Bug fixes

Fix overeager JSX tag closing inside attribute values and in self-closing tags.

v6.1.6

Compare Source

Bug fixes

Fix a bug that allowed autoCloseTags to close JSX tags in JavaScript context.

v6.1.5

Compare Source

Bug fixes

Make TypeScript object type syntax foldable.

v6.1.4

Compare Source

Bug fixes

Make sure code in JSX context can be commented correctly.

v6.1.3

Compare Source

Bug fixes

Fix auto-closing of JSX fragments.

v6.1.2

Compare Source

Bug fixes

Automatic tag closing in JSX now works for namespaced and member-expression tag names.

v6.1.1

Compare Source

Bug fixes

Make completionPath handle ?. syntax.

v6.1.0

Compare Source

New features

The completionPath helper can now be used to find the object path to complete at a given position.

scopeCompletionSource provides a completion source based on a scope object.

v6.0.2

Compare Source

Bug fixes

Fix the source field in ESLint diagnostics to properly hold "eslint".

Fix (non-)auto indentation in template strings and comments.

v6.0.1

Compare Source

Bug fixes

Avoid completing variables/keywords in property or definition positions.

Fix a bug that broke local variable completion if JavaScript was parsed an overlay in an outer language.

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

v0.20.1

Compare Source

New features

localCompletionSource (included in the support extensions returned from javascript) now provides a way to complete locally-defined names.

v0.20.0

Compare Source

New features

The new autoCloseTags extension (included by default in the javascript language extension when jsx is configured) finishes JSX closing tags when you type a > or / character.

codemirror/lang-json (@​codemirror/lang-json)

v6.0.2

Compare Source

Bug fixes

Add a .d.cts file to make TypeScript happy.

v6.0.1

Compare Source

Bug fixes

Make sure the language object has a name.

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

v0.20.0

Compare Source

Breaking changes

Update dependencies to 0.20.0

codemirror/lang-python (@​codemirror/lang-python)

v6.2.1

Compare Source

Bug fixes

Fix an issue where the indentation logic would too eagerly align lines to the body directly above them.

v6.2.0

Compare Source

Bug fixes

Add an indentation rule for member expressions.

New features

Allow multi-line strings to be code-folded.

v6.1.7

Compare Source

Bug fixes

Properly indent match/case statements.

v6.1.6

Compare Source

Bug fixes

Improve the way indentation for the current body is preserved when inenting new lines.

v6.1.5

Compare Source

Bug fixes

Properly indent else: when attached to a for or while statement.

v6.1.4

Compare Source

Bug fixes

Explicitly declare dependencies on @​lezer/common and @​codemirror/state

v6.1.3

Compare Source

Bug fixes

Fix a bug where blocks started after a wrapped argument list or similar construct were indented too far.

v6.1.2

Compare Source

Bug fixes

Don't indent lines after a dedented comment line.

v6.1.1

Compare Source

Bug fixes

Remove leftover log statements.

v6.1.0

Compare Source

New features

The globalCompletion completion source (included in the language support returned from python()) completes standard Python globals and keywords.

Export a localCompletionSource function that completes locally defined variables. Included in the support extensions returned from python().

v6.0.4

Compare Source

Bug fixes

Make sure the language object has a name.

v6.0.3

Compare Source

Bug fixes

Add proper indentation handling of else clauses in try statements.

v6.0.2

Compare Source

Bug fixes

Allow prefixed strings to be closed by closeBrackets.

v6.0.1

Compare Source

Bug fixes

Fix (non-)auto indentation in template strings and comments.

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

v0.20.0

Compare Source

Bug fixes

Add folding information for set and tuple expressions.

codemirror/lang-sql (@​codemirror/lang-sql)

v6.10.0

Compare Source

New features

Allow [ in identifierQuotes for MSSQL-style bracketed identifiers.

v6.9.1

Compare Source

Bug fixes

Include more MSSQL keyboards and builtins in the completions.

Allow built-in special variables for a dialect to be completed.

v6.9.0

Compare Source

New features

The new SQLDialect.configureLanguage method can be used to configure the language (and it's syntax node props) used by a dialect.

v6.8.0

Compare Source

New features

The new keywordCompletion option can be used to define what kind of completions are generated for keywords.

v6.7.1

Compare Source

Bug fixes

Remove single-letter words from the list of Postgres keywords, since they interfere with alias-based autocompletion.

v6.7.0

Compare Source

New features

Dialects can now disable quoting of identifiers containing upper-case characters with the caseInsensitiveIdentifiers option.

v6.6.5

Compare Source

Bug fixes

Fix a bug that broke tokenizing of e'\n'-style strings.

v6.6.4

Compare Source

Bug fixes

Make statement folding leave the entire first line visible.

Fix a null dereference in schema-based autocompletion.

v6.6.3

Compare Source

Bug fixes

Fix a bug where Postgres-style dollar-quoted strings were enabled for all dialects, and the doubleDollarQuotedStrings options was ignored.

v6.6.2

Compare Source

Bug fixes

Properly support tags in PostgreSQL 4073 quoted strings.

v6.6.1

Compare Source

Bug fixes

Fix an issue that caused completions to be missing when using the defaultSchema option.

v6.6.0

Compare Source

Bug fixes

Don't tokenize identifiers after periods as anything but plain identifiers.

New features

The schema option now allows nested objects to define multiple levels of completions, as well as self completion options for specific levels. The old format (using tables/schemas) continues to work but is deprecated.

v6.5.5

Compare Source

Bug fixes

Make sure table and column completions with upper-case characters are quoted.

Tag comments and strings as isolating for the purpose of bidirectional text.

v6.5.4

Compare Source

Bug fixes

Remove use of negative lookbehind in a regular expression, which recent versions of Safari still don't support.

v6.5.3

Compare Source

Bug fixes

The PL/SQL dialect now correctly handles q'[]'-quoting syntax.

v6.5.2

Compare Source

Bug fixes

Allow table names to contain multiple dots in the schema passed to schemaCompletionSource.

v6.5.1

Compare Source

Bug fixes

schemaCompletionSource now adds quotes around non-word identifiers even if the user didn't type a starting quote.

v6.5.0

Compare Source

New features

Dialect objects now have a public spec property holding their configuration.

v6.4.1

Compare Source

Bug fixes

Fix a bug where tokenizing of block comments got confused when nested comment start/end markers appeared directly next to each other.

v6.4.0

Compare Source

Bug fixes

Fix syntax tree node names for curly and square brackets, which had their names swapped.

New features

The new schemas config option can be used to provide custom completion objects for schema completions.

v6.3.3

Compare Source

Bug fixes

Fix tokenizing of double-$ strings in SQL dialects that support them.

v6.3.2

Compare Source

Bug fixes

Make sure the language object has a name.

v6.3.1

Compare Source

Bug fixes

Fix tokenizing of -- line comments.

v6.3.0

Compare Source

New features

Schema-based completion now understands basic table alias syntax, and will take it into account when looking up completions.

v6.2.0

Compare Source

New features

The new unquotedBitLiterals dialect option controls whether 0b01 syntax is recognized.

Dialects now allow a treatBitsAsBytes option to allow any characters inside quoted strings prefixed with b.

v6.1.0

Compare Source

New features

The new doubleDollarQuotedStrings options to SQL dialects allows parsing of text delimited by $$ as strings. Regenerate readme

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

v0.20.4

Compare Source

New features

Schema completion descriptions may now include dots in table names to indicate nested schemas.

v0.20.3

Compare Source

Bug fixes

Fix a bug where the slash at the end of block comments wasn't considered part of the comment token.

v0.20.2

Compare Source

Bug fixes

Fix an infinite recursion bug in schemaCompletionSource.

v0.20.1

Compare Source

Breaking changes

The schemaCompletion and keywordCompletion exports, which returned extensions, have been replaced with schemaCompletionSource and keywordCompletionSource, which return completion sources. The old exports will remain available until the next major version.

v0.20.0

Compare Source

Bug fixes

Fix autocompletion on columns when the table name is written with upper-case letters. Move to @​lezer/highlight

codemirror/lang-xml (@​codemirror/lang-xml)

v6.1.0

Compare Source

New features

Add an autoCloseTags extension that closes tags on typing > or /. Enable it by default in the xml() language support.

v6.0.2

Compare Source

Bug fixes

Use only the tag name for matching of opening and closing tags.

v6.0.1

Compare Source

Bug fixes

Make sure the language object has a name.

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

v0.20.0

Compare Source

Breaking changes

Update dependencies to 0.20.0


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 12pm on Wednesday"
  • 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 these updates again.


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

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

@renovate renovate Bot changed the title fix(dependencies): update codemirror editor packages to v6 (major) fix(Dependencies): update CodeMirror editor packages to v6 (major) Jun 27, 2022
@renovate renovate Bot changed the title fix(Dependencies): update CodeMirror editor packages to v6 (major) fix(dependencies): update codemirror editor packages to v6 (major) Jun 28, 2022
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from fc19f05 to 35927ed Compare August 8, 2022 02:42
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 4e07b1b to e0beb61 Compare September 9, 2022 07:28
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from e0beb61 to 37c0877 Compare October 26, 2022 10:42
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 37c0877 to 2eaf8c2 Compare October 21, 2023 03:47
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 2eaf8c2 to b8e691c Compare August 7, 2025 00:22
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from b8e691c to d6fb9e4 Compare August 19, 2025 14:55
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from d6fb9e4 to 2ff870f Compare September 4, 2025 20:45
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 5ae2949 to e5a0508 Compare September 25, 2025 09:09
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 3 times, most recently from c2eaf4d to 8cdd2fb Compare October 3, 2025 16:32
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from b3bdc4b to 5768d8f Compare October 16, 2025 10:01
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 797f8e0 to 5393921 Compare October 26, 2025 13:44
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 5393921 to 182f531 Compare November 10, 2025 15:00
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from b9d3b0a to 3a32ef7 Compare November 23, 2025 17:02
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 3a32ef7 to c54a92e Compare December 3, 2025 18:38
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 178a337 to acf8a01 Compare December 12, 2025 12:46
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 3babe9f to 5233c9c Compare December 25, 2025 13:12
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 5233c9c to 8a0b8bb Compare December 31, 2025 17:38
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 8a0b8bb to b0134e2 Compare January 8, 2026 19:46
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from b0134e2 to c8b29d8 Compare January 16, 2026 14:14
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from c8b29d8 to b982d42 Compare February 2, 2026 14:56
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 3 times, most recently from b7e7393 to e8a2b3e Compare February 12, 2026 15:40
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 9f8addd to d292426 Compare February 23, 2026 10:09
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from d292426 to e4d29d8 Compare March 5, 2026 08:46
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from e4d29d8 to b4a9424 Compare March 13, 2026 12:12
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from b4a9424 to 4e5d5e3 Compare April 1, 2026 18:17
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 4e5d5e3 to d7cce3f Compare April 8, 2026 21:02
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from d7cce3f to 4504a27 Compare April 21, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 3df2747 to 856eff1 Compare May 12, 2026 10:38
@renovate renovate Bot changed the title fix(dependencies): update codemirror editor packages to v6 (major) fix(dependencies): update codemirror editor packages to v6 May 12, 2026
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from ca58d5a to bdee223 Compare May 18, 2026 19:14
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from bdee223 to 8cfcd90 Compare June 1, 2026 20:16
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 8cfcd90 to 687274e Compare June 13, 2026 15:53
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 687274e to 80c4f17 Compare June 26, 2026 21:10
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch 2 times, most recently from 5760a14 to 2ef43ab Compare July 12, 2026 18:17
@renovate
renovate Bot force-pushed the renovate/major-codemirror-editor-packages branch from 2ef43ab to e3c3cd6 Compare July 16, 2026 16:12
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