Skip to content

Update all non-major dependencies#100

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2025

Copy link
Copy Markdown
Contributor

ℹ️ 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.3 age confidence dependencies minor
@codemirror/lang-markdown 6.3.26.5.0 age confidence dependencies minor
@​codemirror/language 6.10.86.12.4 age confidence dependencies minor
@codemirror/language-data 6.5.16.5.2 age confidence dependencies patch
@​codemirror/state 6.5.26.7.1 age confidence dependencies minor
@codemirror/theme-one-dark 6.1.26.1.3 age confidence dependencies patch
@​codemirror/view 6.36.36.43.6 age confidence dependencies minor
@eslint/compat (source) 1.3.01.4.1 age confidence devDependencies minor
@eslint/eslintrc 3.3.13.3.6 age confidence devDependencies patch
@eslint/js (source) 9.29.09.39.5 age confidence devDependencies minor
@hookform/resolvers (source) 5.0.05.4.0 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.85 age confidence dependencies patch
@joplin/turndown-plugin-gfm 1.0.611.0.67 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.19 age confidence dependencies patch
@radix-ui/react-avatar (source) 1.1.31.2.2 age confidence dependencies minor
@radix-ui/react-checkbox (source) 1.1.41.3.7 age confidence dependencies minor
@radix-ui/react-dialog (source) 1.1.61.1.19 age confidence dependencies patch
@radix-ui/react-dropdown-menu (source) 2.1.62.1.20 age confidence dependencies patch
@radix-ui/react-hover-card (source) 1.1.61.1.19 age confidence dependencies patch
@radix-ui/react-label (source) 2.1.22.1.11 age confidence dependencies patch
@radix-ui/react-popover (source) 1.1.61.1.19 age confidence dependencies patch
@radix-ui/react-select (source) 2.1.62.3.3 age confidence dependencies minor
@radix-ui/react-separator (source) 1.1.21.1.11 age confidence dependencies patch
@radix-ui/react-slot (source) 1.1.21.3.0 age confidence dependencies minor
@radix-ui/react-switch (source) 1.1.31.3.3 age confidence dependencies minor
@radix-ui/react-toggle (source) 1.1.21.1.14 age confidence dependencies patch
@radix-ui/react-toggle-group (source) 1.1.21.1.15 age confidence dependencies patch
@radix-ui/react-tooltip (source) 1.1.81.2.12 age confidence dependencies minor
@swc/core (source) 1.12.51.15.43 age confidence devDependencies minor
@tailwindcss/vite (source) 4.1.104.3.2 age confidence devDependencies minor
@types/node (source) 22.15.3222.20.1 age confidence devDependencies minor
@types/react (source) 19.0.1019.2.17 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.63.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.34.18.63.0 age confidence devDependencies minor
@uiw/react-codemirror (source) 4.23.94.25.11 age confidence dependencies minor
@vitejs/plugin-react (source) 4.3.44.7.0 age confidence devDependencies minor
eslint (source) 9.29.09.39.5 age confidence devDependencies minor
eslint-import-resolver-typescript 4.4.34.4.5 age confidence devDependencies patch
eslint-plugin-no-only-tests 3.3.03.4.0 age confidence devDependencies minor
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.9.5 age confidence devDependencies minor
react (source) 19.0.019.2.7 age confidence dependencies minor
react-dom (source) 19.0.019.2.7 age confidence dependencies minor
react-error-boundary (source) 6.0.06.1.2 age confidence dependencies minor
react-hook-form (source) 7.54.27.81.0 age confidence dependencies minor
react-router-dom (source) 7.2.07.18.1 age confidence dependencies minor
sonner (source) 2.0.12.0.7 age confidence dependencies patch
tailwind-merge 3.0.23.6.0 age confidence dependencies minor
tailwindcss (source) 4.1.104.3.2 age confidence devDependencies minor
typescript (source) 5.8.35.9.3 age confidence devDependencies minor
yjs (source) 13.6.2313.6.31 age confidence dependencies patch
zod (source) 3.24.23.25.76 age confidence dependencies minor

Release Notes

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-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/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.6

Compare Source

Bug Fixes
  • update js-yaml to 4.3.0 to address security vulnerability (#​235) (0c5de74)

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

Compare Source

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

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

Chores

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)

Build Related

Chores

v9.39.1

Compare Source

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

v9.39.0

Compare Source

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)

Bug Fixes

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)

Chores

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 `ma

Note

PR body was truncated to here.


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 10 times, most recently from 207c5b3 to 088435d Compare July 24, 2025 23:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 6364057 to 142dddf Compare August 1, 2025 00:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 633a8d3 to bf52672 Compare August 8, 2025 21:12
@renovate

renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 2 workspace projects
? Verifying lockfile against supply-chain policies (882 entries)...
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 76, reused 0, downloaded 0, added 0
Progress: resolved 88, reused 0, downloaded 1, added 0
Progress: resolved 89, reused 0, downloaded 1, added 0
Progress: resolved 224, reused 0, downloaded 1, added 0
Progress: resolved 323, reused 0, downloaded 1, added 0
✗ Lockfile failed supply-chain policy check (882 entries in 11.6s)
[ERR_PNPM_MISSING_TARBALL_INTEGRITY] 1 lockfile entries failed verification:
  y-codemirror.next@0.3.5 has no "integrity" field, so its downloaded tarball cannot be verified

The lockfile contains entries that the active policies reject. This can mean the lockfile is stale, or that someone committed a lockfile that bypassed the policy locally — inspect recent changes to pnpm-lock.yaml before trusting it. If the changes look expected, run "pnpm clean --lockfile" and then "pnpm install" to rebuild from a fresh resolution. Alternatively, relax the policy that flagged them.
Progress: resolved 351, reused 0, downloaded 1, added 0

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