Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@codemirror/autocomplete 6.18.6 -> 6.19.0 age confidence dependencies minor
@codemirror/lang-markdown 6.3.2 -> 6.4.0 age confidence dependencies minor
@codemirror/language 6.10.8 -> 6.11.3 age confidence dependencies minor
@codemirror/theme-one-dark 6.1.2 -> 6.1.3 age confidence dependencies patch
@codemirror/view 6.36.3 -> 6.38.6 age confidence dependencies minor
@eslint/compat (source) 1.3.0 -> 1.4.0 age confidence devDependencies minor
@eslint/js (source) 9.29.0 -> 9.38.0 age confidence devDependencies minor
@hookform/resolvers (source) 5.0.0 -> 5.2.2 age confidence dependencies minor
@ianvs/prettier-plugin-sort-imports 4.4.2 -> 4.7.0 age confidence devDependencies minor
@icons-pack/react-simple-icons (source) 13.1.0 -> 13.8.0 age confidence dependencies minor
@joplin/turndown (source) 4.0.79 -> 4.0.82 age confidence dependencies patch
@joplin/turndown-plugin-gfm 1.0.61 -> 1.0.64 age confidence dependencies patch
@lezer/common 1.2.3 -> 1.3.0 age confidence dependencies minor
@lezer/highlight 1.2.1 -> 1.2.2 age confidence dependencies patch
@radix-ui/react-alert-dialog (source) 1.1.6 -> 1.1.15 age confidence dependencies patch
@radix-ui/react-avatar (source) 1.1.3 -> 1.1.10 age confidence dependencies patch
@radix-ui/react-checkbox (source) 1.1.4 -> 1.3.3 age confidence dependencies minor
@radix-ui/react-dialog (source) 1.1.6 -> 1.1.15 age confidence dependencies patch
@radix-ui/react-dropdown-menu (source) 2.1.6 -> 2.1.16 age confidence dependencies patch
@radix-ui/react-hover-card (source) 1.1.6 -> 1.1.15 age confidence dependencies patch
@radix-ui/react-label (source) 2.1.2 -> 2.1.7 age confidence dependencies patch
@radix-ui/react-popover (source) 1.1.6 -> 1.1.15 age confidence dependencies patch
@radix-ui/react-select (source) 2.1.6 -> 2.2.6 age confidence dependencies minor
@radix-ui/react-separator (source) 1.1.2 -> 1.1.7 age confidence dependencies patch
@radix-ui/react-slot (source) 1.1.2 -> 1.2.3 age confidence dependencies minor
@radix-ui/react-switch (source) 1.1.3 -> 1.2.6 age confidence dependencies minor
@radix-ui/react-toggle (source) 1.1.2 -> 1.1.10 age confidence dependencies patch
@radix-ui/react-toggle-group (source) 1.1.2 -> 1.1.11 age confidence dependencies patch
@radix-ui/react-tooltip (source) 1.1.8 -> 1.2.8 age confidence dependencies minor
@swc/core (source) 1.12.5 -> 1.13.5 age confidence devDependencies minor
@tailwindcss/vite (source) 4.1.10 -> 4.1.15 age confidence devDependencies patch
@types/node (source) 22.15.32 -> 22.18.12 age confidence devDependencies minor
@types/react (source) 19.0.10 -> 19.2.2 age confidence devDependencies minor
@types/react-dom (source) 19.0.4 -> 19.2.2 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.34.1 -> 8.46.2 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.34.1 -> 8.46.2 age confidence devDependencies minor
@uiw/react-codemirror (source) 4.23.9 -> 4.25.2 age confidence dependencies minor
@vitejs/plugin-react (source) 4.3.4 -> 4.7.0 age confidence devDependencies minor
eslint (source) 9.29.0 -> 9.38.0 age confidence devDependencies minor
eslint-import-resolver-typescript 4.4.3 -> 4.4.4 age confidence devDependencies patch
eslint-plugin-perfectionist (source) 4.15.0 -> 4.15.1 age confidence devDependencies patch
eslint-plugin-unused-imports 4.1.4 -> 4.3.0 age confidence devDependencies minor
globals 16.2.0 -> 16.4.0 age confidence devDependencies minor
jsdom 26.0.0 -> 26.1.0 age confidence devDependencies minor
openapi-typescript (source) 7.8.0 -> 7.10.1 age confidence devDependencies minor
pnpm/action-setup v4.1.0 -> v4.2.0 age confidence action minor
prettier (source) 3.5.3 -> 3.6.2 age confidence devDependencies minor
react (source) 19.0.0 -> 19.2.0 age confidence dependencies minor
react-dom (source) 19.0.0 -> 19.2.0 age confidence dependencies minor
react-hook-form (source) 7.54.2 -> 7.65.0 age confidence dependencies minor
react-router-dom (source) 7.2.0 -> 7.9.4 age confidence dependencies minor
sonner (source) 2.0.1 -> 2.0.7 age confidence dependencies patch
tailwind-merge 3.0.2 -> 3.3.1 age confidence dependencies minor
tailwindcss (source) 4.1.10 -> 4.1.15 age confidence devDependencies patch
typescript (source) 5.8.3 -> 5.9.3 age confidence devDependencies minor
ws 8.18.1 -> 8.18.3 age confidence dependencies patch
yjs (source) 13.6.23 -> 13.6.27 age confidence dependencies patch
zod (source) 3.24.2 -> 3.25.76 age confidence dependencies minor

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.19.0

Compare Source

New features

Completion sections may now set their rank to dynamic to indicate their order should be determined by the matching score of their best-matching option.

v6.18.7

Compare Source

Bug fixes

Add a binding for Alt-i to trigger startCompletion, following VS Code's current default bindings.

Improve handling of nested fields in snippets.

codemirror/lang-markdown (@​codemirror/lang-markdown)

v6.4.0

Compare Source

New features

The new pasteURLAsLink extension allows you to paste URLs over a selection to quickly create a link.

v6.3.4

Compare Source

Bug fixes

Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.

v6.3.3

Compare Source

Bug fixes

Make insertNewlineContinueMarkup take effect even when at the end of a nested range of Markdown content.

codemirror/language (@​codemirror/language)

v6.11.3

Compare Source

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

v6.11.2

Compare Source

Bug fixes

Make sure folded ranges open when backspacing or deleting into them.

v6.11.1

Compare Source

Bug fixes

Fix an issue where indentation would sometimes miss nodes in mixed-language situations.

v6.11.0

Compare Source

New features

Stream parsers now support a mergeTokens option that can be used to turn off automatic merging of adjacent tokens.

codemirror/theme-one-dark (@​codemirror/theme-one-dark)

v6.1.3

Compare Source

Bug fixes

Add a .d.cts file to make TypeScript happy.

codemirror/view (@​codemirror/view)

v6.38.6

Compare Source

Bug fixes

Work around a regression in Safari 26 that causes fragments of old selections to remain visible.

v6.38.5

Compare Source

Bug fixes

Avoid firing text changes that cover unchanged text on Android.

Fix an issue where the editor could, in some circumstances, insert a stray newline when typing over a document that ended in a block widget.

Work around an issue in Safari 26 that causes inappropriate scrolling on focus in some circumstances.

v6.38.4

Compare Source

Bug fixes

Work around a Chrome Android issue where the browser doesn't properly fire composition end events, leaving CodeMirror to believe the user was still composing.

v6.38.3

Compare Source

Bug fixes

Work around a rendering bug in Mobile Safari by completely hiding empty layers.

Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.

Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.

Move the cursor out of atomic ranges when text input happens.

v6.38.2

Compare Source

Bug fixes

Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.

Make sure all pointer selections skip atomic ranges.

v6.38.1

Compare Source

Bug fixes

Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.

Fix a layout bug that could occur with very narrow editors.

v6.38.0

Compare Source

New features

Gutters can now specify that they should be displayed after the content (which would be to the right in a left-to-right layout).

v6.37.2

Compare Source

Bug fixes

Fix an issue where moving the cursor vertically from the one-but-last character on a line would sometimes move incorrectly on Safari.

Fix an issue causing coordinates between lines of text to sometimes be inappropriately placed at the end of the line by posAtCoords.

v6.37.1

Compare Source

Bug fixes

Properly add crelt as a dependency.

v6.37.0

Compare Source

New features

View plugins can now take an argument, in which case they must be instantiated with their of method in order to be added to a configuration.

The new showDialog function makes it easy to show a notification or prompt using a CodeMirror panel.

v6.36.8

Compare Source

Bug fixes

Make logException log errors to the console when onerror returns a falsy value.

Fix an issue in MatchDecorator causing updateDeco to sometimes not do the right thing for deletions.

v6.36.7

Compare Source

Bug fixes

Use the aria-placeholder attribute to communicate the placeholder text to screen readers.

Fix a crash when EditorView.composing or .compositionStarted are accessed during view initialization.

v6.36.6

Compare Source

Bug fixes

Fix an issue where drawSelection would draw selections starting at a block widget not at a line break in an odd way.

Fix an issue where the editor would inappropriately scroll when editing near the bottom of the document with line wrapping enabled, in some cases.

Fix an issue that caused unnecessary transactions on focus change.

v6.36.5

Compare Source

Bug fixes

Fix an issue where some browsers wouldn't enable context menu paste when clicking on placeholder text.

Fix an issue where cursor height would unnecessarily be based on a placeholder node's dimensions, and thus be off from the text height.

v6.36.4

Compare Source

Bug fixes

Fix an issue where scrolling down to a range higher than the viewport could in some situations fail to scroll to the proper position.

eslint/rewrite (@​eslint/compat)

v1.4.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated

v1.3.2

Compare Source

Dependencies
  • The following workspace dependencies were updated

v1.3.1

Compare Source

Bug Fixes
  • relax @eslint/compat eslint peerDependencies constraint (#​215) (b96ec0c)
Dependencies
  • The following workspace dependencies were updated
eslint/eslint (@​eslint/js)

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores

v9.37.0

Compare Source

Features
  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)
Bug Fixes
Documentation
  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)
Chores
  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features
  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)
Bug Fixes
Documentation
  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
Chores

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from f4199e5 to 2cda0f9 Compare June 29, 2025 21:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 45c1050 to 17b231d Compare July 7, 2025 17:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17b231d to abbbcd5 Compare July 8, 2025 05:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 5c8eab5 to fd953c6 Compare October 8, 2025 18:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e0d044b to c77271b Compare October 15, 2025 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 6da26c3 to e6795df Compare October 21, 2025 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6795df to f832070 Compare October 21, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants