Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps): update dependency @codemirror/lang-javascript to v6 #62

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/lang-javascript 0.19.1 -> 6.2.2 age adoption passing confidence

Release Notes

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

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.

v0.19.7

Compare Source

v0.19.6

Compare Source

Bug fixes

Remove accidentally released unfinished changes.

v0.19.5

Compare Source

Bug fixes

Add the function highlight modifier to variables used in tagged template expressions.

v0.19.4

Compare Source

Bug fixes

Fix highlighting of TypeScript private/public/protected keywords.

v0.19.3

Compare Source

Bug fixes

Add styling for private properties.

v0.19.2

Compare Source

New features

Use more specific highlighting tags for JSX attribute names and values.


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Nov 13, 2022

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

Name Status Preview Comments Updated (UTC)
query-console-demo ❌ Failed (Inspect) Feb 21, 2024 5:46am

@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from a5e5665 to 581c377 Compare November 30, 2022 10:31
@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from 581c377 to b8b5e68 Compare November 30, 2022 11:31
@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from b8b5e68 to 1a88909 Compare December 7, 2022 10:47
@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from 1a88909 to 1390928 Compare March 16, 2023 23:51
@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from 1390928 to 0617eaa Compare May 29, 2023 15:53
@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from 0617eaa to 96cb071 Compare June 3, 2023 11:33
@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from 96cb071 to 2fcb1f6 Compare August 26, 2023 14:59
@renovate renovate bot force-pushed the renovate/codemirror-lang-javascript-6.x branch from 2fcb1f6 to c496c6b Compare August 28, 2023 20:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants