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/lang-javascript to v6 #222

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/lang-javascript ^0.20.0 -> ^6.0.0 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


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.


  • 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 Jun 8, 2022

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

Name Status Preview Comments Updated (UTC)
react-code-preview ❌ Failed (Inspect) Mar 25, 2024 6:32am
react-code-preview-s5q0 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2024 6:32am

@renovate renovate bot force-pushed the renovate/major-codemirror branch from 69254e4 to 8f7571a Compare March 25, 2024 06:27
@jaywcjlove jaywcjlove merged commit 7fe3e5b into master Mar 25, 2024
1 of 2 checks passed
@jaywcjlove jaywcjlove deleted the renovate/major-codemirror branch March 25, 2024 06:27
github-actions bot added a commit that referenced this pull request Mar 25, 2024
…#222)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 7fe3e5b
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.

None yet

1 participant