This repository was archived by the owner on May 3, 2024. It is now read-only.
chore(deps): update dependency @codemirror/lint to v6#66
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @codemirror/lint to v6#66renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3442c47 to
850eab3
Compare
850eab3 to
7ea3559
Compare
7ea3559 to
c5bc369
Compare
c5bc369 to
6a8b4de
Compare
6a8b4de to
e80a56e
Compare
e80a56e to
d68f979
Compare
d68f979 to
b29821e
Compare
b29821e to
6a808ae
Compare
6a808ae to
ecdb730
Compare
ecdb730 to
38d1d29
Compare
38d1d29 to
9aecf76
Compare
9aecf76 to
6875646
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
0.19.0->6.7.0Release Notes
codemirror/lint (@codemirror/lint)
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.v6.3.0Compare Source
New features
A new
previousDiagnosticcommand can be used to move back through the active diagnostics.v6.2.2Compare Source
Bug fixes
Make sure lint gutter tooltips are properly closed when the content of their line changes.
v6.2.1Compare Source
Bug fixes
The
linterfunction now eagerly includes all lint-related extensions, rather than appending them to the configuration as-needed, so that turning off linting by clearing the compartment that contains it works properly.v6.2.0Compare Source
New features
The new
needsRefreshoption tolintermakes it possible to cause linting to be recalculated for non-document state changes.v6.1.1Compare Source
Bug fixes
Give lint action buttons a pointer cursor style.
Fix a bug that caused diagnostic action callbacks to be called twice when their button was clicked.
v6.1.0Compare Source
New features
The new
forEachDiagnosticfunction can be used to iterate over the diagnostics in an editor state.v6.0.0Compare Source
Breaking changes
Update dependencies to 6.0.0
v0.20.3Compare Source
New features
Diagnostic objects may now have a
renderMessagemethod to render their message to the DOM.v0.20.2Compare Source
New features
The package now exports the
LintSourcefunction type.The new
markerFilterandtooltipFilteroptions tolinterandlintGutterallow more control over which diagnostics are visible and which have tooltips.v0.20.1Compare Source
Bug fixes
Hide lint tooltips when the document is changed.
v0.20.0Compare Source
Breaking changes
Update dependencies to 0.20.0
v0.19.6Compare Source
Bug fixes
Fix a bug where hovering over the icons in the lint gutter would sometimes fail to show a tooltip or show the tooltip for another line.
v0.19.5Compare Source
Bug fixes
Make sure the lint gutter tooltips are positioned under their icon, even when the line is wrapped.
v0.19.4Compare Source
Bug fixes
Fix an issue where an outdated marker could stick around on the lint gutter after all diagnostics were removed.
New features
Add a
hoverTimeoption to the lint gutter. Change default hover time to 300v0.19.3Compare Source
New features
Export a function
lintGutterwhich returns an extension that installs a gutter marking lines with diagnostics.The package now exports the effect used to update the diagnostics (
setDiagnosticsEffect).v0.19.2Compare Source
Bug fixes
Fix a bug where reconfiguring the lint source didn't restart linting.
v0.19.1Compare Source
Bug fixes
Prevent decorations that cover just a line break from being invisible by showing a widget instead of range for them.
New features
The
diagnosticCountmethod can now be used to determine whether there are active diagnostics.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.
This PR has been generated by Mend Renovate. View repository job log here.