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

⬆️ Bump @codemirror/view from 6.21.4 to 6.23.0 #2870

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps @codemirror/view from 6.21.4 to 6.23.0.

Changelog

Sourced from @​codemirror/view's changelog.

6.23.0 (2023-12-28)

Bug fixes

Work around odd iOS Safari behavior when doing select all.

Fix a composition interruption when an widget is inserted next to the cursor.

Fix a crash in bidirectional cursor motion.

Simplify visual motion through bidirectional text, fix several corner cases where it would work badly.

Fix a bug that broke some bidi isolates not on the first line of the document.

New features

EditorView.bidiIsolatedRanges now supports automatically determining the direction of the range if not provided by the decoration.

EditorView.visualLineSide can be used to find the visual end or start of a line with bidirectional text.

The new EditorView.outerDecorations facet can be used to provide decorations that should always be at the bottom of the precedence stack.

6.22.3 (2023-12-13)

Bug fixes

Fix a bug that could cause tooltips to be unnecessarily be positioned absolutely.

Make sure that, when an editor creates tooltips immediately on initialization, the editor is attached to the document when their mount callback is called.

6.22.2 (2023-12-08)

Bug fixes

Fix an issue in the bidirectional motion that could cause the cursor to get stuck in a loop when a zero-width non-joiner char was placed on a direction boundary.

Fix a bug that corrupts the editor's internal view tree data structure on some types of edits, putting the editor in a broken state.

6.22.1 (2023-11-27)

Bug fixes

Call widget destroy methods when the entire editor is destroyed or reset.

Work around an issue on Safari on macOS Sonoma that made the native cursor visible even when drawSelection is enabled.

Fix an issue where, on some browsers, the screenreader announced text ended up in the printed document.

Fix a bug where a hover tooltip could stick around even though the pointer was no longer on the editor when it was moved out over the tooltip.

... (truncated)

Commits
  • 4ac4cdb Mark version 6.23.0
  • b0e79c1 Fix bug in bidi isolate handling
  • 55257cc Add outerDecorations facet
  • 39411bc Add cm-iso to base theme
  • 9d2c195 Add visualLineSide helper
  • fae01eb Use optional arg to EditorSelection.eq to simplify a bit of code
  • d5beca5 Support automatic direction on isolated bidi ranges
  • 895ce8e Overhaul moveVisually
  • 7bfd860 Fix a crash in moveVisually
  • 4049ed3 Fix typo in extension.ts
  • 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)

@dependabot dependabot bot requested review from OAGr and berekuk as code owners January 1, 2024 15:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Copy link

changeset-bot bot commented Jan 1, 2024

⚠️ No Changeset found

Latest commit: 3b4a502

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

sweep-ai bot commented Jan 1, 2024

Apply Sweep Rules to your PR?

  • Apply: All docstrings and comments should be up to date.
  • Apply: Ensure that all variables and functions have descriptive names.
  • Apply: Avoid using magic numbers or hard-coded values in the code.

Copy link

vercel bot commented Jan 1, 2024

Deployment failed with the following error:

Too many requests - try again in 45 seconds (more than 60, code: "api-deployments-flood").

Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f6d47f0) 70.17% compared to head (3b4a502) 70.16%.
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2870      +/-   ##
==========================================
- Coverage   70.17%   70.16%   -0.02%     
==========================================
  Files         119      119              
  Lines        6750     6750              
  Branches     1436     1436              
==========================================
- Hits         4737     4736       -1     
- Misses       2005     2006       +1     
  Partials        8        8              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch from 04af046 to a0738cc Compare January 1, 2024 15:27
Copy link

vercel bot commented Jan 1, 2024

Deployment failed with the following error:

Too many requests - try again in 22 seconds (more than 60, code: "api-deployments-flood").

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch from a0738cc to f40dc8f Compare January 1, 2024 15:28
Copy link

vercel bot commented Jan 1, 2024

Deployment failed with the following error:

Too many requests - try again in 38 seconds (more than 60, code: "api-deployments-flood").

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch from f40dc8f to 9ef154f Compare January 1, 2024 16:11
Copy link

vercel bot commented Jan 1, 2024

Deployment failed with the following error:

Too many requests - try again in 2 minutes (more than 60, code: "api-deployments-flood").

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch from 9ef154f to 6d6400f Compare January 1, 2024 16:13
Copy link

vercel bot commented Jan 1, 2024

Deployment failed with the following error:

Too many requests - try again in 26 seconds (more than 60, code: "api-deployments-flood").

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch from 6d6400f to ef8f652 Compare January 1, 2024 16:36
Copy link

vercel bot commented Jan 1, 2024

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

4 Ignored Deployments
Name Status Preview Updated (UTC)
quri-hub ⬜️ Ignored (Inspect) Visit Preview Jan 1, 2024 5:31pm
quri-ui ⬜️ Ignored (Inspect) Visit Preview Jan 1, 2024 5:31pm
squiggle-components ⬜️ Ignored (Inspect) Visit Preview Jan 1, 2024 5:31pm
squiggle-website ⬜️ Ignored (Inspect) Visit Preview Jan 1, 2024 5:31pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch 2 times, most recently from e8299ec to 25da30a Compare January 1, 2024 16:59
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.21.4 to 6.23.0.
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.21.4...6.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch from 25da30a to 3b4a502 Compare January 1, 2024 17:01
@OAGr OAGr merged commit b211028 into main Jan 1, 2024
8 of 9 checks passed
@OAGr OAGr deleted the dependabot/npm_and_yarn/codemirror/view-6.23.0 branch January 1, 2024 17:41
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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant