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.0.0 to 6.3.1 #571

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps @codemirror/state from 6.0.0 to 6.3.1.

Changelog

Sourced from @​codemirror/state's changelog.

6.3.1 (2023-10-18)

Bug fixes

Give the tag property on FacetReader the type of the output type parameter to force TypeScript to infer the proper type when converting from Facet to FacetReader.

6.3.0 (2023-10-12)

New features

The new FacetReader type provides a way to export a read-only handle to a Facet.

6.2.1 (2023-05-23)

Bug fixes

Fix an issue that could cause RangeSet.compare to miss changes in the set of active ranges around a point range.

6.2.0 (2022-12-26)

New features

EditorSelection.range now accepts an optional 4th argument to specify the bidi level of the range's head position.

6.1.4 (2022-11-15)

Bug fixes

Fix a bug that caused the openStart value passed to span iterators to be incorrect around widgets in some circumstances.

6.1.3 (2022-11-10)

Bug fixes

Avoid unnecessary calls to computed facet getters when a state is reconfigured but no dependencies of the computed facet change.

Fix an infinite loop in RangeSet.eq when the to parameter isn't given.

6.1.2 (2022-09-21)

Bug fixes

Fix an issue where, when multiple transaction extenders took effect, only the highest-precedence one was actually included in the transaction.

6.1.1 (2022-08-03)

Bug fixes

Fix a bug in range set span iteration that would cause decorations to be inappropriately split in some situations.

... (truncated)

Commits
  • 892ea00 Mark version 6.3.1
  • a51def3 Make sure FacetReader instances preserve their output type
  • 93b5d08 Mark version 6.3.0
  • d209a78 Introduce FacetReader
  • 4083520 Reserve more bits for SelectionRange.bidiLevel
  • 8066828 Make code compile with TS5
  • 84d75c3 Move to @​codemirror/buildhelper 1.0.0
  • a22a553 Mark version 6.2.1
  • 6e1742e Fix a bug in range set comparison
  • 08347b3 Adjust outdated doc comment
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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/state](https://github.com/codemirror/state) from 6.0.0 to 6.3.1.
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.0.0...6.3.1)

---
updated-dependencies:
- dependency-name: "@codemirror/state"
  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 Nov 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #604.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/codemirror/state-6.3.1 branch December 1, 2023 12:49
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.

0 participants