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 codemirror #417

Merged
merged 1 commit into from Dec 4, 2022
Merged

fix(deps): update codemirror #417

merged 1 commit into from Dec 4, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/lang-html ~6.2.0 -> ~6.4.0 age adoption passing confidence
@codemirror/lang-python ~6.0.0 -> ~6.1.0 age adoption passing confidence
@codemirror/legacy-modes ~6.2.0 -> ~6.3.0 age adoption passing confidence

Release Notes

codemirror/lang-html

v6.4.0

Compare Source

Bug fixes

Directly depend on @​lang/css 1.1.0, since we're using a new top rule name introduced in that.

New features

Add a globalAttrs property to (completion) TagSpec objects that controls whether global attributes are completed in that tag.

v6.3.1

Compare Source

Bug fixes

Remove incorrect pure annotation that broke the code after tree-shaking.

v6.3.0

Compare Source

Bug fixes

Parse type=text/babel script tags as JSX.

New features

The new nestedLanguages option can be used to configure how the content of script, style, and textarea tags is parsed.

The content of style attributes will now be parsed as CSS, and the content of on[event] attributes as JavaScript. The new nestedAttributes option can be used to configure the parsing of other attribute values.

codemirror/lang-python

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().

codemirror/legacy-modes

v6.3.1

Compare Source

Bug fixes

In JavaScript, properly parse keywords like static when in front of a private property.

v6.3.0

Compare Source

New features

Add the old PegJS mode.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@jaywcjlove jaywcjlove merged commit 09ab14f into master Dec 4, 2022
@jaywcjlove jaywcjlove deleted the renovate/codemirror branch December 4, 2022 14:41
github-actions bot pushed a commit that referenced this pull request Dec 4, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 09ab14f
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