Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Comments

chore(deps): update dependency @codemirror/lint to v6#66

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/codemirror-lint-6.x
Open

chore(deps): update dependency @codemirror/lint to v6#66
renovate[bot] wants to merge 1 commit intomainfrom
renovate/codemirror-lint-6.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/lint 0.19.0 -> 6.7.0 age adoption passing confidence

Release Notes

codemirror/lint (@​codemirror/lint)

v6.7.0

Compare Source

New features

The renderMessage function is now called with the editor view as first argument.

v6.6.0

Compare Source

New features

The new hideOn configuration option can be used to control in what circumstances lint tooltips get hidden by state changes.

v6.5.0

Compare 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

linter can now be called with null as source to only provide a configuration.

markerFilter and tooltipFilter function now get passed the current editor state.

v6.4.2

Compare Source

Bug fixes

Make sure scrolling diagnostic into view in the panel works when the editor is scaled.

v6.4.1

Compare Source

Bug fixes

Fix a crash that could occur when a view was reconfigured in a way that removed the lint extension.

v6.4.0

Compare Source

New features

Diagnostics can now use "hint" as a severity level.

Diagnostics can now set a markClass property to add an additional CSS class to the text marked by the diagnostic.

v6.3.0

Compare Source

New features

A new previousDiagnostic command can be used to move back through the active diagnostics.

v6.2.2

Compare Source

Bug fixes

Make sure lint gutter tooltips are properly closed when the content of their line changes.

v6.2.1

Compare Source

Bug fixes

The linter function 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.0

Compare Source

New features

The new needsRefresh option to linter makes it possible to cause linting to be recalculated for non-document state changes.

v6.1.1

Compare 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.0

Compare Source

New features

The new forEachDiagnostic function can be used to iterate over the diagnostics in an editor state.

v6.0.0

Compare Source

Breaking changes

Update dependencies to 6.0.0

v0.20.3

Compare Source

New features

Diagnostic objects may now have a renderMessage method to render their message to the DOM.

v0.20.2

Compare Source

New features

The package now exports the LintSource function type.

The new markerFilter and tooltipFilter options to linter and lintGutter allow more control over which diagnostics are visible and which have tooltips.

v0.20.1

Compare Source

Bug fixes

Hide lint tooltips when the document is changed.

v0.20.0

Compare Source

Breaking changes

Update dependencies to 0.20.0

v0.19.6

Compare 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.5

Compare Source

Bug fixes

Make sure the lint gutter tooltips are positioned under their icon, even when the line is wrapped.

v0.19.4

Compare 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 hoverTime option to the lint gutter. Change default hover time to 300

v0.19.3

Compare Source

New features

Export a function lintGutter which 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.2

Compare Source

Bug fixes

Fix a bug where reconfiguring the lint source didn't restart linting.

v0.19.1

Compare 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 diagnosticCount method 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.


  • 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 Nov 13, 2022

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

Name Status Preview Comments Updated (UTC)
query-console-demo ❌ Failed (Inspect) Apr 30, 2024 11:54pm

@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from 3442c47 to 850eab3 Compare November 15, 2022 09:27
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from 850eab3 to 7ea3559 Compare November 30, 2022 10:32
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from 7ea3559 to c5bc369 Compare November 30, 2022 11:33
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from c5bc369 to 6a8b4de Compare March 16, 2023 23:51
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from 6a8b4de to e80a56e Compare May 29, 2023 15:54
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from e80a56e to d68f979 Compare June 6, 2023 05:58
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from d68f979 to b29821e Compare June 24, 2023 07:53
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from b29821e to 6a808ae Compare July 4, 2023 20:29
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from 6a808ae to ecdb730 Compare August 26, 2023 14:59
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from ecdb730 to 38d1d29 Compare September 14, 2023 11:56
@renovate renovate bot force-pushed the renovate/codemirror-lint-6.x branch from 38d1d29 to 9aecf76 Compare January 31, 2024 08:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants