Skip to content

Update all non-major dependencies#100

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#100
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 23, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@codemirror/autocomplete 6.18.66.20.1 age confidence dependencies minor
@codemirror/lang-markdown 6.3.26.5.0 age confidence dependencies minor
@codemirror/language 6.10.86.12.3 age confidence dependencies minor
@codemirror/language-data 6.5.16.5.2 age confidence dependencies patch
@codemirror/state 6.5.26.6.0 age confidence dependencies minor
@codemirror/theme-one-dark 6.1.26.1.3 age confidence dependencies patch
@​codemirror/view 6.36.36.41.1 age confidence dependencies minor
@eslint/compat (source) 1.3.01.4.1 age confidence devDependencies minor
@eslint/eslintrc 3.3.13.3.5 age confidence devDependencies patch
@eslint/js (source) 9.29.09.39.4 age confidence devDependencies minor
@hookform/resolvers (source) 5.0.05.2.2 age confidence dependencies minor
@ianvs/prettier-plugin-sort-imports 4.4.24.7.1 age confidence devDependencies minor
@icons-pack/react-simple-icons (source) 13.1.013.13.0 age confidence dependencies minor
@joplin/turndown (source) 4.0.794.0.82 age confidence dependencies patch
@joplin/turndown-plugin-gfm 1.0.611.0.64 age confidence dependencies patch
@lezer/common 1.2.31.5.2 age confidence dependencies minor
@lezer/highlight 1.2.11.2.3 age confidence dependencies patch
@radix-ui/react-alert-dialog (source) 1.1.61.1.15 age confidence dependencies patch
@radix-ui/react-avatar (source) 1.1.31.1.11 age confidence dependencies patch
@radix-ui/react-checkbox (source) 1.1.41.3.3 age confidence dependencies minor
@radix-ui/react-dialog (source) 1.1.61.1.15 age confidence dependencies patch
@radix-ui/react-dropdown-menu (source) 2.1.62.1.16 age confidence dependencies patch
@radix-ui/react-hover-card (source) 1.1.61.1.15 age confidence dependencies patch
@radix-ui/react-label (source) 2.1.22.1.8 age confidence dependencies patch
@radix-ui/react-popover (source) 1.1.61.1.15 age confidence dependencies patch
@radix-ui/react-select (source) 2.1.62.2.6 age confidence dependencies minor
@radix-ui/react-separator (source) 1.1.21.1.8 age confidence dependencies patch
@radix-ui/react-slot (source) 1.1.21.2.4 age confidence dependencies minor
@radix-ui/react-switch (source) 1.1.31.2.6 age confidence dependencies minor
@radix-ui/react-toggle (source) 1.1.21.1.10 age confidence dependencies patch
@radix-ui/react-toggle-group (source) 1.1.21.1.11 age confidence dependencies patch
@radix-ui/react-tooltip (source) 1.1.81.2.8 age confidence dependencies minor
@swc/core (source) 1.12.51.15.30 age confidence devDependencies minor
@tailwindcss/vite (source) 4.1.104.2.4 age confidence devDependencies minor
@types/node (source) 22.15.3222.19.17 age confidence devDependencies minor
@types/react (source) 19.0.1019.2.14 age confidence devDependencies minor
@types/react-dom (source) 19.0.419.2.3 age confidence devDependencies minor
@types/turndown (source) 5.0.55.0.6 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.34.18.59.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.34.18.59.0 age confidence devDependencies minor
@uiw/react-codemirror (source) 4.23.94.25.9 age confidence dependencies minor
@vitejs/plugin-react (source) 4.3.44.7.0 age confidence devDependencies minor
eslint (source) 9.29.09.39.4 age confidence devDependencies minor
eslint-import-resolver-typescript 4.4.34.4.4 age confidence devDependencies patch
eslint-plugin-perfectionist (source) 4.15.04.15.1 age confidence devDependencies patch
eslint-plugin-unused-imports 4.1.44.4.1 age confidence devDependencies minor
globals 16.2.016.5.0 age confidence devDependencies minor
jsdom 26.0.026.1.0 age confidence devDependencies minor
openapi-typescript (source) 7.8.07.13.0 age confidence devDependencies minor
pnpm/action-setup v4.1.0v4.4.0 age confidence action minor
prettier (source) 3.5.33.8.3 age confidence devDependencies minor
react (source) 19.0.019.2.5 age confidence dependencies minor
react-dom (source) 19.0.019.2.5 age confidence dependencies minor
react-error-boundary (source) 6.0.06.1.1 age confidence dependencies minor
react-hook-form (source) 7.54.27.73.1 age confidence dependencies minor
react-router-dom (source) 7.2.07.14.2 age confidence dependencies minor
sonner (source) 2.0.12.0.7 age confidence dependencies patch
tailwind-merge 3.0.23.5.0 age confidence dependencies minor
tailwindcss (source) 4.1.104.2.4 age confidence devDependencies minor
typescript (source) 5.8.35.9.3 age confidence devDependencies minor
ws 8.18.18.20.0 age confidence dependencies minor
yjs (source) 13.6.2313.6.30 age confidence dependencies patch
zod (source) 3.24.23.25.76 age confidence dependencies minor

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.20.1

Compare Source

Bug fixes

Clicking the horizontal dots at the top/bottom of a list of completion options now moves the selection there, so that more completions become visible.

v6.20.0

Compare Source

New features

Completions now support a sortText property to influence sort order.

v6.19.1

Compare Source

Bug fixes

Make sure a completion's info panel is associated with that completion in the accessibility tree.

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

Compare Source

New features

Add a variant of insertNewlineContinueMarkup that supports configuration options.

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

Compare Source

Bug fixes

Fix a crash in bracketMatching when composing at end of document.

v6.12.2

Compare Source

Bug fixes

Make sure brackets are highlighted in the initial editor state.

Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.

v6.12.1

Compare Source

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

v6.12.0

Compare Source

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/language-data (@​codemirror/language-data)

v6.5.2

Compare Source

Bug fixes

Use the new @​codemirror/lang-jinja package for Jinja code.

Recognize more extensions for XQuery.

codemirror/state (@​codemirror/state)

v6.6.0

Compare Source

New features

EditorSelection.range now takes an optional assoc argument.

SelectionRange.extend can now be given a third argument to specify associativity.

v6.5.4

Compare Source

Bug fixes

Make SelectionRange.eq return false when the ranges have different goal columns.

v6.5.3

Compare Source

Bug fixes

Fix an issue where RangeValue.eq could get called with a value of a different class.

EditorState.charCategorizer now only uses the highest-precedence set of word characters from the language data, to allow overriding these.

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

v6.1.3

Compare Source

Bug fixes

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

eslint/rewrite (@​eslint/compat)

v1.4.1

Compare Source

Dependencies
  • The following workspace dependencies were updated

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/eslintrc (@​eslint/eslintrc)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes
  • update ajv to 6.14.0 to address security vulnerabilities (#​221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#​224) (30339d0)

v3.3.3

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

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: (UTC)

  • 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 8 times, most recently from 2bcf878 to b5ebd78 Compare July 23, 2025 02:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 978bb3f to 6364057 Compare July 30, 2025 00:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 386483b to 144ba8b Compare August 7, 2025 20:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 633a8d3 to bf52672 Compare August 8, 2025 21:12
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