Skip to content

chore(dev-deps): update all non-major dependencies#1076

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

chore(dev-deps): update all non-major dependencies#1076
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2026

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 Pending
@eslint/markdown 8.0.28.0.3 age confidence devDependencies patch
@types/node (source) 20.19.3320.19.43 age confidence devDependencies patch
@vitest/eslint-plugin 1.6.181.6.23 age confidence devDependencies patch
eslint-plugin-eslint-plugin 7.3.37.5.0 age confidence devDependencies minor
eslint-plugin-import-x 4.16.24.17.1 age confidence devDependencies minor
eslint-plugin-jsdoc 63.0.063.0.14 age confidence devDependencies patch 63.2.0 (+1)
eslint-plugin-jsonc (source) 3.2.03.3.0 age confidence devDependencies minor
eslint-plugin-n 18.0.118.2.2 age confidence devDependencies minor
eslint-plugin-regexp 3.1.03.1.1 age confidence devDependencies patch
eslint-plugin-sonarjs (source) 4.0.34.2.0 age confidence devDependencies minor
eslint-plugin-yml (source) 3.4.03.6.0 age confidence devDependencies minor
knip (source) 6.14.26.27.0 age confidence devDependencies minor
lint-staged 17.0.617.0.8 age confidence devDependencies patch 17.1.0
markdownlint-cli2 0.22.10.23.1 age confidence devDependencies minor
node (source) 24.16.024.18.0 age confidence minor
pnpm (source) 10.34.110.34.5 age confidence packageManager patch
prettier (source) 3.8.33.9.5 age confidence devDependencies minor
rollup (source) 4.60.44.62.2 age confidence devDependencies minor
tsx (source) 4.22.34.23.1 age confidence devDependencies minor
yaml-eslint-parser 2.0.02.1.0 age confidence devDependencies minor

Release Notes

eslint/markdown (@​eslint/markdown)

v8.0.3

Compare Source

Bug Fixes
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.23

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.6.22

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.21

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.19

Compare Source

No significant changes

    View changes on GitHub
eslint-community/eslint-plugin-eslint-plugin (eslint-plugin-eslint-plugin)

v7.5.0

Compare Source

Features

v7.4.2

Compare Source

Bug Fixes
  • Avoid false positives for external meta docs in require-meta-* rules (#​639) (f6c4948)
Chores

v7.4.1

Compare Source

Bug Fixes
  • Avoid false positives with unresolved meta object spreads in require-meta-* rules (0b08887)
Chores

v7.4.0

Compare Source

Features
Chores
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.17.1

Compare Source

Patch Changes
  • #​498 cf25a01 Thanks @​marcalexiei! - fix(extensions): don't require an extension for package subpaths that resolve to a .d.ts (e.g. vitest/config)

v4.17.0

Compare Source

Minor Changes
  • #​474 4b2c0c5 Thanks @​regseb! - Support RegExp in the import-x/ignore setting and the ignore option of the no-unresolved rule.
Patch Changes
  • #​494 1c84235 Thanks @​morgan-coded! - Fixed no-unresolved crashing when case-sensitive path checks encounter EACCES or EPERM on an ancestor directory.

  • #​481 3e13121 Thanks @​B4nan! - fix: memoize legacyNodeResolve resolver to avoid native memory leak

  • #​484 9a07009 Thanks @​sairus2k! - Make the extensions rule check Node.js subpath imports (specifiers starting with #, e.g. #utils/helper). Previously parsePath treated a leading # as a URL hash fragment, so the rule skipped extension validation for these imports.

    Note: single-segment subpath imports without a slash (e.g. #dep) are still skipped by the existing external-root-module classification; fixing that is deferred to avoid expanding scope.

  • #​468 240ed58 Thanks @​silverwind! - Make extensions handle .d.ts correctly

  • #​479 e3cc7e4 Thanks @​mrginglymus! - fix: strip querystrings and hash fragments when checking for file existence

  • #​476 fce29b1 Thanks @​nbouvrette! - fix(deps): replace @​package-json/types with an inline minimal type

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v63.0.14

Compare Source

Bug Fixes
  • escape-inline-tags: ignore Markdown code spans (786d12d)

v63.0.13

Compare Source

Bug Fixes
  • failing pages build and deployment (3728347)

v63.0.12

Compare Source

v63.0.11

Compare Source

Bug Fixes
  • require-jsdoc: skip overloads to find method comment blocks; fixes #​1688 (7676b50)

v63.0.10

Compare Source

Bug Fixes
  • escape-inline-tags: allow scoped packages in declaration references (#​1705) (70e0a11)

v63.0.9

Compare Source

Bug Fixes
  • check-template-names, require-template, valid-types: keep commas inside @template default values (0980b71)

v63.0.8

Compare Source

Bug Fixes
  • check-template-names: detect template usage in @augments/@extends/@implements types (208079f)

v63.0.7

Compare Source

Bug Fixes
  • no-undefined-types: predefine Iterable/Iterator types; fixes #​1712 (804a13d)

v63.0.6

Compare Source

Bug Fixes
  • iterateAllJsdocs free comments after each file (ebe0d08)

v63.0.5

Compare Source

Bug Fixes
  • no-undefined-types: check descendant scopes for variables; fixes #​1704 (a50f71f)

v63.0.4

Compare Source

Bug Fixes
  • ensure tsModule check can catch multiple modules (b993425)

v63.0.3

Compare Source

Bug Fixes
  • no-undefined-types: treat TS module vars as defined; fixes #​1701 (d8f4738)

v63.0.2

Compare Source

Bug Fixes

v63.0.1

Compare Source

Bug Fixes
  • empty-tags: preserve start and ending delimiters to avoid erros with single-line tags; fixes #​1697 (938a1f0)
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v3.3.0

Compare Source

Minor Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v18.2.2

Compare Source

🩹 Fixes
  • Ignore HTTP imports in no-missing-import (#​547) (3ff929d)
  • no-callback-literal: report object, array, and template literals (#​552) (dca2330)

v18.2.1

Compare Source

🩹 Fixes

v18.2.0

Compare Source

🌟 Features

v18.1.0

Compare Source

🌟 Features
  • Allow workspace root dependencies for no-extraneous-import (#​536) (fd4f84e)
  • support devEngines.runtime from package.json (#​530) (9ef3c32)
🩹 Fixes
📚 Documentation
  • fix usage in README.md (c1b1b84)
  • Update online playground link in README (058916a)
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.1.1

Compare Source

Patch Changes
  • Handle matchAll().toArray() capture usage (#​992)
SonarSource/SonarJS (eslint-plugin-sonarjs)

v4.2.0

Compare Source

v4.1.0

Compare Source

ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v3.6.0

Compare Source

Minor Changes

v3.5.0

Compare Source

Minor Changes
webpro-nl/knip (knip)

v6.27.0: Release 6.27.0

Compare Source

  • Add Temporal plugin (98191a0)
  • Handle -d alias for react-email dir argument (53d1fec)
  • Expand pnpm script references with forwarded arguments (33e9799)
  • Treat path-shaped script tokens as file references, extend known global binaries (d9508c2)
  • Mark tsdown neverBundle dependencies as referenced (5fd863b)
  • Support TanStack Start in tanstack-router plugin (bd63cd8)
  • Mark vite ssr.external dependencies as referenced (91de938)
  • Expand bun, npm, and yarn script references with forwarded arguments (b5a3176)
  • Add Latitude as sponsor (4267675)
  • Regenerate plugin list in docs (1d2cdff)
  • Support Vue 2 template auto-imports (close #​1881) (2157f39)
  • Ignore block-commented stylesheet imports (resolve #​1880, close #​1882) (a627f53)
  • Support TypeScript 5.0 narrowing for ssr.external (989292f)
  • Resolve local binaries from bun run (5e9a7f0)
  • Support Vitest inline project config extensions (f682327)
  • Resolve package names from aliased node_modules paths (c273d5f)
  • Support Tailwind CSS URL imports (57a4770)
  • Resolve unbuilt workspace package exports (close #​1877) (1b0a2c0)
  • Skip unresolved imports of gitignored generated files (605c904)
  • Attribute imports of aliased packages to the declared dependency (d05e775)
  • Flag unresolvable imports of transitive peer deps as unlisted (resolve #​1883) (18f0bff)
  • Don't count ambient module declarations in script files as imports (e52aecf)
  • Update rolldown snapshot (a63e927)
  • Remove obsolete workarounds from ecosystem tests (a521cf7)
  • Handle snapshotSerializers in Vitest plugin (resolve #​1884) (b597de9)
  • Set the stage (c059c2b)

v6.26.0: Release 6.26.0

Compare Source

  • ci: add path filters (#​1871) (4249935) - thanks @​trueberryless!
  • Add CodeRabbit as gold sponsor (1da09fd)
  • Fix up docs a bit more (39125a7)
  • Don't report ambient declaration files as unused (aed361c)
  • Register oclif command files as entries (3b4d58c)
  • Add electron-vite plugin (d92107e)
  • Add esbuild plugin (ef3b601)
  • Ignore more globally available binaries (8292981)
  • Resolve #-imports to source when node condition is unbuilt (resolve #​1873) (f2713ed)
  • Ignore gh as a globally available binary (a6f0772)
  • Resolve Vitest benchmark files as entries (5742913)
  • Extract shared Vue auto-import machinery into plugins/_vue (7301075)
  • Scope compiler extensions per workspace (5e6f82b)
  • Resolve auto-imported components in the Vue SFC compiler (009aad8)
  • Add plugins for the Vue auto-import ecosystem (f638c83)
  • Enable Vue SFC compiler on unplugin-vue and @​vitejs/plugin-vue (9396ab1)
  • Recognize vite-plugin-vue-meta-layouts (same layouts convention) (3ceee89)
  • Add vite-plugin-pages and unplugin-icons plugins (9bc1754)
  • Add vite-plugin-pwa and @​intlify/unplugin-vue-i18n plugins (45dea0a)
  • Dog, food. (e1249ad)
  • Update query snapshot (a45941d)
  • Don't misread Nitro route types as Vue component auto-imports (43aecd5)
  • Read oxlint jsPlugins from vite-plus vite.config and .oxlintrc.json (589ffda)
  • Add vite-plus plugin for run.tasks and staged scripts (f041c19)
  • Support @​vite-pwa/nuxt PWA config in nuxt.config (8fa7b11)
  • Add @​vite-pwa/assets-generator plugin (4254f7d)
  • Add @​nuxtjs/i18n plugin (dfb9acb)
  • Read plugin entries from vite.config options and index.html (d533da8)
  • Fix false positives in VitePress, next-mdx and unplugin-vue-i18n plugins (b99702a)
  • Respect optional peers in pnpm and Yarn packageExtensions (aab080b)
  • Detect babel plugins in the Storybook config (5dea975)
  • Add shared AST helpers for imported calls and first property values (c84bb7a)
  • Inline trivial resolveFromAST wrappers and normalize orval and sst (620079d)
  • Extract inline resolveFromAST implementations to dedicated files (b5231c1)
  • Normalize resolveFromAST files to a uniform contract (fc1ba0f)
  • chore: migrate to Astro 7 and Sätteri (#​1875) (f256a5b) - thanks @​trueberryless!
  • Show contributor count on docs homepage (6b8454a)
  • Exclude gitignored package entry points (606e5d0)
  • Add Tauri plugin (199180d)
  • Add Laravel plugin (1974533)
  • Add Quasar plugin (a220729)

v6.25.0: Release 6.25.0

Compare Source

v6.24.0: Release 6.24.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Jul 1, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cebb08a to a5078f4 Compare July 2, 2026 10:36
@renovate renovate Bot changed the title ci(dev-deps): update all non-major dependencies chore(dev-deps): update all non-major dependencies Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 4dea35e to fd7a378 Compare July 9, 2026 01:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 7a9a03d to 9437936 Compare July 15, 2026 17:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from df23a85 to a6fbc46 Compare July 20, 2026 04:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a6fbc46 to b527393 Compare July 20, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants