Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps @codemirror/lint from 6.4.1 to 6.8.0.

Changelog

Sourced from @​codemirror/lint's changelog.

6.8.0 (2024-05-23)

New features

The new autoPanel option can be used to make the panel automatically appear when diagnostics are added and close when no diagnostics are left.

6.7.1 (2024-05-15)

Bug fixes

Don't perform an additional superfluous timed lint run after forceLinting has been called.

6.7.0 (2024-04-30)

New features

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

6.6.0 (2024-04-29)

New features

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

6.5.0 (2024-01-30)

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.

6.4.2 (2023-09-14)

Bug fixes

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

Commits
  • 42076ce Mark version 6.8.0
  • be3b43b Add the autoPanel option
  • edb043c Mark version 6.7.1
  • 2bf28d8 Make sure forceLinting cancels the pending lint run
  • 6dc3ba4 Mark version 6.7.0
  • 831ee26 Pass the editor view to renderMessage
  • 7936880 Mark version 6.6.0
  • 9cb3d38 Add hideOn configuration option
  • ed7e403 Mark version 6.5.0
  • fe6bc58 Pass the editor state to diagnostics filters
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@codemirror/lint](https://github.com/codemirror/lint) from 6.4.1 to 6.8.0.
- [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md)
- [Commits](codemirror/lint@6.4.1...6.8.0)

---
updated-dependencies:
- dependency-name: "@codemirror/lint"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 27, 2024
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant