-
Notifications
You must be signed in to change notification settings - Fork 1
Update CodeMirror #13
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/codemirror
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4cf8244 to
60ac899
Compare
56a78f7 to
d9f78ea
Compare
d9f78ea to
d1167eb
Compare
d1167eb to
3243bfc
Compare
3243bfc to
599d062
Compare
eae04f0 to
9144a1f
Compare
9144a1f to
749543f
Compare
749543f to
1059343
Compare
1059343 to
70a783d
Compare
70a783d to
f60f303
Compare
90e4c45 to
65c6a73
Compare
65c6a73 to
41dce13
Compare
09b53de to
b2e20fb
Compare
b2e20fb to
1c4c2fc
Compare
1c4c2fc to
331f3a5
Compare
91701fc to
7249f3e
Compare
7249f3e to
1b05e8c
Compare
1b05e8c to
f803ea1
Compare
f803ea1 to
025cae6
Compare
025cae6 to
7affb36
Compare
7affb36 to
975ee77
Compare
975ee77 to
c2edd14
Compare
c2edd14 to
d203f72
Compare
d203f72 to
0a0bfc3
Compare
0a0bfc3 to
3b9c41a
Compare
5f8f03e to
141f697
Compare
141f697 to
ecd0a5f
Compare
ecd0a5f to
6f07830
Compare
6f07830 to
bdbec2a
Compare
bdbec2a to
ee478a3
Compare
ee478a3 to
092b58f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.9→6.2.46.3.0→6.9.26.1.2→6.1.3Release Notes
codemirror/lang-javascript (@codemirror/lang-javascript)
v6.2.4Compare Source
Bug fixes
Fix a crash in the
esLinthelper when a rule'smeta.docsisn't defined.Properly dedent lines starting with an opening curly brace below composite statements like
for/while.v6.2.3Compare Source
Bug fixes
Disable JavaScript completions in JSX context.
v6.2.2Compare 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.1Compare Source
Bug fixes
autoCloseTagsnow generates two separate transactions, so that the completion can be undone separately.v6.2.0Compare Source
New features
Export a
typescriptSnippetsarray and include TypeScript keyword completions in the default support extension when in TypeScript mode.codemirror/lint (@codemirror/lint)
v6.9.2Compare Source
Bug fixes
Fix an infinite loop that would occur when a diagnostic pointed beyond the end of the document.
v6.9.1Compare Source
Bug fixes
Properly display diagnostics that just cover multiple newlines as widgets.
v6.9.0Compare Source
Bug fixes
Multiple configurations to
linterwill now be merged without raising an error.New features
The new
markClassoption to actions makes it possible to style action buttons.v6.8.5Compare Source
Bug fixes
Fix a regression (since 6.8.4) that broke the
markerFilteroption.v6.8.4Compare Source
Bug fixes
Don't create overlapping decorations when diagnostics overlap.
Fix an issue where block widgets could cause the lint gutter to show diagnostics multiple times.
v6.8.3Compare Source
Bug fixes
Fix an issue that prevented tooltips in the lint gutter from being displayed.
v6.8.2Compare Source
Bug fixes
Show lint markers for code replaced by a block widget.
When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.
v6.8.1Compare Source
Bug fixes
Make lint markers non-inclusive again, since having them that way causes more issues than it solves.
v6.8.0Compare Source
New features
The new
autoPaneloption can be used to make the panel automatically appear when diagnostics are added and close when no diagnostics are left.v6.7.1Compare Source
Bug fixes
Don't perform an additional superfluous timed lint run after
forceLintinghas been called.v6.7.0Compare Source
New features
The
renderMessagefunction is now called with the editor view as first argument.v6.6.0Compare Source
New features
The new
hideOnconfiguration option can be used to control in what circumstances lint tooltips get hidden by state changes.v6.5.0Compare Source
Bug fixes
Make lint mark decorations inclusive, so that they are applied even if the marked content is replaced by a widget decoration.
New features
lintercan now be called with null as source to only provide a configuration.markerFilterandtooltipFilterfunction now get passed the current editor state.v6.4.2Compare Source
Bug fixes
Make sure scrolling diagnostic into view in the panel works when the editor is scaled.
v6.4.1Compare Source
Bug fixes
Fix a crash that could occur when a view was reconfigured in a way that removed the lint extension.
v6.4.0Compare Source
New features
Diagnostics can now use
"hint"as a severity level.Diagnostics can now set a
markClassproperty to add an additional CSS class to the text marked by the diagnostic.codemirror/theme-one-dark (@codemirror/theme-one-dark)
v6.1.3Compare Source
Bug fixes
Add a .d.cts file to make TypeScript happy.
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.