Skip to content
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

chore(deps): bump @codemirror/state from 6.3.3 to 6.4.0 #10244

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2023

Bumps @codemirror/state from 6.3.3 to 6.4.0.

Changelog

Sourced from @​codemirror/state's changelog.

6.4.0 (2023-12-28)

Bug fixes

When multiple ranges in a single range set overlap, put the smaller ones inside the bigger ones, so that overlapping decorations don't break up each other's elements when coming from the same source.

New features

Selection and selection range eq methods now support an optional argument that makes them also compare by cursor associativity.

The RangeSet.join function can be used to join multiple range sets together.

Commits
  • 8bc5f63 Mark version 6.4.0
  • 797d70d Add RangeSet.join
  • bb03cbe Add includeAssoc argument to selection comparison
  • 3b6f20c Put smaller ranges inside bigger ones with the same rank
  • See full diff 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 will merge this PR once CI passes on it, as requested by @mdn-bot.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from mdn-bot as a code owner December 29, 2023 11:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 29, 2023
@mdn-bot
Copy link
Collaborator

mdn-bot commented Jan 2, 2024

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/state-6.4.0 branch from 5f7dfc8 to 34321ed Compare January 23, 2024 11:33
@mdn-bot
Copy link
Collaborator

mdn-bot commented Jan 23, 2024

@dependabot squash and merge

Bumps [@codemirror/state](https://github.com/codemirror/state) from 6.3.3 to 6.4.0.
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.3.3...6.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/state-6.4.0 branch from 34321ed to d16c043 Compare January 23, 2024 11:36
@mdn-bot
Copy link
Collaborator

mdn-bot commented Jan 23, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit 1ddda23 into main Jan 23, 2024
13 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/codemirror/state-6.4.0 branch January 23, 2024 11:40
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