Skip to content

Update @codemirror/lang-javascript: 6.1.3 → 6.1.4 (patch)#4488

Merged
julienw merged 1 commit into
mainfrom
depfu/update/yarn/@codemirror/lang-javascript-6.1.4
Feb 21, 2023
Merged

Update @codemirror/lang-javascript: 6.1.3 → 6.1.4 (patch)#4488
julienw merged 1 commit into
mainfrom
depfu/update/yarn/@codemirror/lang-javascript-6.1.4

Conversation

@depfu

@depfu depfu Bot commented Feb 20, 2023

Copy link
Copy Markdown
Contributor

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​codemirror/lang-javascript (6.1.3 → 6.1.4) · Repo · Changelog

Release Notes

6.1.4 (from changelog)

Bug fixes

Make sure code in JSX context can be commented correctly.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 2 commits:

✳️ @​codemirror/language (6.4.0 → 6.6.0) · Repo · Changelog

Release Notes

6.6.0 (from changelog)

New features

Syntax-driven language data queries now support sublanguages, which make it possible to return different data for specific parts of the tree produced by a single language.

6.5.0 (from changelog)

Bug fixes

Make indentation for stream languages more reliable by having StringStream.indentation return overridden indentations from the indent context.

New features

The toggleFold command folds or unfolds depending on whether there's an existing folded range on the current line.

indentUnit now accepts any (repeated) whitespace character, not just spaces and tabs.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
@depfu depfu Bot requested review from canova and julienw February 20, 2023 22:41
@codecov

codecov Bot commented Feb 20, 2023

Copy link
Copy Markdown

Codecov Report

Base: 88.64% // Head: 88.64% // No change to project coverage 👍

Coverage data is based on head (30d5f00) compared to base (ace9b59).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4488   +/-   ##
=======================================
  Coverage   88.64%   88.64%           
=======================================
  Files         284      284           
  Lines       25587    25587           
  Branches     6882     6882           
=======================================
  Hits        22681    22681           
  Misses       2701     2701           
  Partials      205      205           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@julienw

julienw commented Feb 21, 2023

Copy link
Copy Markdown
Contributor

@depfu refresh

@depfu depfu Bot force-pushed the depfu/update/yarn/@codemirror/lang-javascript-6.1.4 branch from 2f804b3 to 30d5f00 Compare February 21, 2023 10:01
@julienw julienw enabled auto-merge (squash) February 21, 2023 14:22

@julienw julienw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried the deploy preview, this looks good to me

@julienw julienw merged commit 4e5442e into main Feb 21, 2023
@depfu depfu Bot deleted the depfu/update/yarn/@codemirror/lang-javascript-6.1.4 branch February 21, 2023 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant