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
@codemirror/lang-markdown 6.3.2 -> 6.3.4 age confidence
@codemirror/language 6.10.8 -> 6.11.3 age confidence
@codemirror/theme-one-dark 6.1.2 -> 6.1.3 age confidence
@codemirror/view 6.36.3 -> 6.38.1 age confidence
@eslint/compat (source) 1.3.0 -> 1.3.2 age confidence
@eslint/js (source) 9.29.0 -> 9.34.0 age confidence
@hookform/resolvers (source) 5.0.0 -> 5.2.1 age confidence
@ianvs/prettier-plugin-sort-imports 4.4.2 -> 4.7.0 age confidence
@icons-pack/react-simple-icons (source) 13.1.0 -> 13.7.0 age confidence
@joplin/turndown (source) 4.0.79 -> 4.0.81 age confidence
@joplin/turndown-plugin-gfm 1.0.61 -> 1.0.63 age confidence
@radix-ui/react-alert-dialog (source) 1.1.6 -> 1.1.15 age confidence
@radix-ui/react-avatar (source) 1.1.3 -> 1.1.10 age confidence
@radix-ui/react-checkbox (source) 1.1.4 -> 1.3.3 age confidence
@radix-ui/react-dialog (source) 1.1.6 -> 1.1.15 age confidence
@radix-ui/react-dropdown-menu (source) 2.1.6 -> 2.1.16 age confidence
@radix-ui/react-hover-card (source) 1.1.6 -> 1.1.15 age confidence
@radix-ui/react-label (source) 2.1.2 -> 2.1.7 age confidence
@radix-ui/react-popover (source) 1.1.6 -> 1.1.15 age confidence
@radix-ui/react-select (source) 2.1.6 -> 2.2.6 age confidence
@radix-ui/react-separator (source) 1.1.2 -> 1.1.7 age confidence
@radix-ui/react-slot (source) 1.1.2 -> 1.2.3 age confidence
@radix-ui/react-switch (source) 1.1.3 -> 1.2.6 age confidence
@radix-ui/react-toggle (source) 1.1.2 -> 1.1.10 age confidence
@radix-ui/react-toggle-group (source) 1.1.2 -> 1.1.11 age confidence
@radix-ui/react-tooltip (source) 1.1.8 -> 1.2.8 age confidence
@swc/core (source) 1.12.5 -> 1.13.5 age confidence
@tailwindcss/vite (source) 4.1.10 -> 4.1.12 age confidence
@types/node (source) 22.15.32 -> 22.18.0 age confidence
@types/react (source) 19.0.10 -> 19.1.12 age confidence
@types/react-dom (source) 19.0.4 -> 19.1.9 age confidence
@typescript-eslint/eslint-plugin (source) 8.34.1 -> 8.41.0 age confidence
@typescript-eslint/parser (source) 8.34.1 -> 8.41.0 age confidence
@uiw/react-codemirror (source) 4.23.9 -> 4.25.1 age confidence
@vitejs/plugin-react (source) 4.3.4 -> 4.7.0 age confidence
eslint (source) 9.29.0 -> 9.34.0 age confidence
eslint-import-resolver-typescript 4.4.3 -> 4.4.4 age confidence
eslint-plugin-unused-imports 4.1.4 -> 4.2.0 age confidence
globals 16.2.0 -> 16.3.0 age confidence
jsdom 26.0.0 -> 26.1.0 age confidence
openapi-typescript (source) 7.8.0 -> 7.9.1 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
react (source) 19.0.0 -> 19.1.1 age confidence
react-dom (source) 19.0.0 -> 19.1.1 age confidence
react-hook-form (source) 7.54.2 -> 7.62.0 age confidence
react-router-dom (source) 7.2.0 -> 7.8.2 age confidence
sonner (source) 2.0.1 -> 2.0.7 age confidence
tailwind-merge 3.0.2 -> 3.3.1 age confidence
tailwindcss (source) 4.1.10 -> 4.1.12 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence
ws 8.18.1 -> 8.18.3 age confidence
yjs (source) 13.6.23 -> 13.6.27 age confidence
zod (source) 3.24.2 -> 3.25.76 age confidence

Release Notes

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

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.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.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.34.0

Compare Source

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

react-hook-form/resolvers (@​hookform/resolvers)

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#​777) (8d083bd)

v5.0.1

Compare Source

Bug Fixes
  • relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#​758) (6e88393)
ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.7.0

Compare Source

What's Changed

This project began as a fork because I wanted a plugin that would not move side-effect imports around and mess with my CSS cascade. So its first and most distinguishing feature is that side-effect imports do not move, and other imports are not sorted across them.

This works fine in most cases, but some people have side-effect imports that they know can be sorted safely. For those, there is now an "escape hatch" option named importOrderSafeSideEffects. It is an array of glob pattern strings (similar to importOrder) which, when they match against a side-effect import, allow that import to be sorted as if it were a standard import.

Suggestions for safe use:

  • Use ^ at the start of your pattern and $ at the end, to avoid accidentally matching part of an import name. For example, "^server-only$", to avoid matching against import "not-server-only".
  • Use extreme caution if matching against relative files or CSS files. If you decide to sort CSS imports and a file ever imports more than one CSS file, your cascade may change.
  • You can still use // prettier-ignore to stop sorting a particular import that would otherwise be sorted.

Feedback on this feature is welcome.

Features
Internal

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.3...v4.7.0

v4.6.3

Compare Source

What's Changed

  • Revert "fix: conditionally register ember and oxc parsers when depend… by @​IanVS in IanVS#237

Full Changelog: IanVS/prettier-plugin-sort-imports@4.6.2...v4.6.3

v4.6.2

Compare Source

What's Changed

  • fix: conditionally register ember and oxc parsers when dependencies available by @​jahands in IanVS#234

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.1...4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0

v4.5.1

Compare Source

What's Changed

Fixes
Internal

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.0...v4.5.1

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.2...v4.5.0

icons-pack/react-simple-icons (@​icons-pack/react-simple-icons)

v13.7.0

Compare Source

Minor Changes

v13.6.0

Compare Source

Minor Changes

v13.5.0

Compare Source

Minor Changes

v13.4.0

Compare Source

Minor Changes

v13.3.0

Compare Source

Minor Changes

v13.2.0

Compare Source

Minor Changes
laurent22/joplin (@​joplin/turndown)

v4.0.81

Compare Source

v4.0.80

Compare Source

laurent22/joplin-turndown-plugin-gfm (@​joplin/turndown-plugin-gfm)

v1.0.63

Compare Source

v1.0.62

Compare Source

radix-ui/primitives (@​radix-ui/react-alert-dialog)

v1.1.8

v1.1.7

Compare Source

swc-project/swc (@​swc/core)

v1.13.5

Compare Source

Bug Fixes
Features
Refactor

v1.13.4

Compare Source

Bug Fixes
  • (es/lexer) Use error when handling '\0' (#​10964) (53c22d1)

  • (es/minifier) Skip serde of pure_funcs in options (#​10969) (862e70d)

  • (es/minifier) Fix compile error with debug feature (#​10999) (831eed5)

  • (es/minifier) Don't eliminate class expr if some side effects contain this (#​11003) (18aeac6)

  • (es/module) Support optional chaining in import.meta (#​10985) (758d8ec)

  • (es/parser) Allow TS type args to start with LSHIFT (<<) to parse T<<S>() => void> (#​10996) (4911ec7)

  • (ts/isolated-dts) Correct optional marker for class fields generated from constructor parameter (#​10992) (0d680fd)

  • Expose GlobalPassOption.build (#​10968) (c8a2668)

Features
Miscellaneous Tasks
Performance
Refactor

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 6f3818a to bfc4f88 Compare August 14, 2025 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 204e866 to 037a96c Compare August 21, 2025 12:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from d273a87 to ce5835f Compare August 28, 2025 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce5835f to b236b09 Compare August 31, 2025 12:57
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