Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@arethetypeswrong/core (source) ^0.18.3^0.18.4 age confidence pnpm.catalog.default patch
@tanstack/query-core (source) ^5.101.0^5.101.2 age confidence pnpm.catalog.default patch
@vitejs/plugin-react (source) ^6.0.2^6.0.3 age confidence pnpm.catalog.default patch
eslint (source) ^10.5.0^10.6.0 age confidence pnpm.catalog.default minor
eslint-plugin-import-x ^4.16.2^4.17.1 age confidence pnpm.catalog.default minor
globals ^17.6.0^17.7.0 age confidence pnpm.catalog.default minor
nx (source) 23.0.023.0.1 age confidence pnpm.catalog.default patch
pnpm (source) 11.8.011.9.0 age confidence packageManager minor
pnpm (source) >=11.0.0>=11.9.0 age confidence engines minor
prettier (source) ^3.8.4^3.9.1 age confidence pnpm.catalog.default minor
semver ^7.8.4^7.8.5 age confidence pnpm.catalog.default patch
sherif ^1.11.1^1.12.0 age confidence pnpm.catalog.default minor
typescript-eslint (source) ^8.61.1^8.62.0 age confidence pnpm.catalog.default minor
vite (source) ^8.0.16^8.1.0 age confidence pnpm.catalog.default minor
vue (source) ^3.5.38^3.5.39 age confidence pnpm.catalog.default patch
zizmorcore/zizmor-action v0.5.6v0.5.7 age confidence action patch

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/core)

v0.18.4

Patch Changes
  • 644fab1: Skip package export subpaths with no real target when discovering entrypoints.
TanStack/query (@​tanstack/query-core)

v5.101.2

Compare Source

v5.101.1

Compare Source

Patch Changes
  • #​10610 9eff92e - fix missing dataUpdatedAt for streamed queries that resolve before hydration
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.3

Compare Source

eslint/eslint (eslint)

v10.6.0

Compare Source

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#​20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#​20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#​20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#​21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#​21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#​21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#​21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#​21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#​21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#​21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#​20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#​20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#​20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#​20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#​20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#​20983) (lumir)

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

sindresorhus/globals (globals)

v17.7.0

Compare Source

nrwl/nx (nx)

v23.0.1

Compare Source

23.0.1 (2026-06-23)

🚀 Features
  • nx-cloud: add utm tracking to clickable cloud prompt links (#​36028)
🩹 Fixes
  • angular: resolve esbuild option paths relative to the workspace root (#​36017, #​35936)
  • angular-rspack: surface compilation failures as build errors and release resources on teardown (#​36018)
  • bundling: restore preprocessor extensions in postcss normalizeOp… (#​36057, #​35854)
  • core: avoid tsconfig path false positives for sibling project roots (#​35796, #​35795, #​35786)
  • core: do not write minimumReleaseAgeExclude during nx migrate (#​36045)
  • core: do not crash nx migrate on non-semver dependency specifiers (#​36051)
  • core: format AI-edited files after agentic migrations (#​36064)
  • misc: bump happy-dom, tmp, and form-data to patched versions (#​36013)
  • nx-dev: keep mobile sidebar toggle clear of the conference banner (#​36047)
  • nx-dev: run next-sitemap directly instead of via pnpm (#​36054)
  • ⚠️ release: stop breaking change changelog entry from swallowing trailing PR body (#​36052, #​35910, #​33070)
  • vitest: apply mode-based config consistently in the test executor (#​36041, #​35196)
❤️ Thank You
pnpm/pnpm (pnpm)

v11.9.0

Compare Source

prettier/prettier (prettier)

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

npm/node-semver (semver)

v7.8.5

Compare Source

Bug Fixes
QuiiBz/sherif (sherif)

v1.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1...v1.12.0

typescript-eslint/typescript-eslint (typescript-eslint)

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v8.1.0

Compare Source

Features
Bug Fixes
Code Refactoring
vuejs/core (vue)

v3.5.39

Compare Source

Bug Fixes
zizmorcore/zizmor-action (zizmorcore/zizmor-action)

v0.5.7

Compare Source

1.26.1 is now available via the action
1.26.1 is now the default version of zizmor used by the action


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Three non-major dependency updates: the zizmorcore/zizmor-action CI step is re-pinned to v0.5.7, pnpm is updated to 11.9.0 with engines.pnpm raised to >=11.9.0, and the workspace catalog updates multiple development dependencies including @arethetypeswrong/core, @tanstack/query-core, @vitejs/plugin-react, eslint-plugin-import-x, globals, nx, semver, sherif, typescript-eslint, vite, and vue.

Changes

Non-major dependency updates

Layer / File(s) Summary
CI action and pnpm engine constraints
.github/workflows/zizmor.yml, package.json
Re-pins zizmorcore/zizmor-action to v0.5.7 and updates pnpm to 11.9.0, raising engines.pnpm from >=11.0.0 to >=11.9.0.
Workspace catalog version updates
pnpm-workspace.yaml
Bumps multiple catalog dependencies including @arethetypeswrong/core, @tanstack/query-core, @vitejs/plugin-react, eslint-plugin-import-x, globals, nx, semver, sherif, typescript-eslint, vite, and vue.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

  • Dependency Dashboard workflow#11: Matches the same family of dependency dashboard updates, including zizmorcore/zizmor-action and pnpm.
  • Dependency Dashboard persist#3: Covers overlapping package.json and pnpm-workspace.yaml version bumps for pnpm and workspace tooling.
  • TanStack/form-v2#3: Includes the same zizmorcore/zizmor-action and catalog dependency bump pattern.
  • Dependency Dashboard #117: Tracks the same pnpm, zizmor, and workspace catalog dependency updates.
  • TanStack/state#1: Shares the pnpm and tooling version bump pattern from the dependency dashboard.
  • Dependency Dashboard template#3: Matches the workspace tooling and pnpm-related catalog updates.

Possibly related PRs

  • TanStack/config#367: Overlaps on pnpm-workspace.yaml catalog version constraint updates for shared tooling dependencies.
  • TanStack/config#376: Also updates overlapping pnpm-workspace.yaml catalog entries such as nx, typescript-eslint, vite, and vue.
  • TanStack/config#390: Also modifies pnpm-workspace.yaml and .github/workflows/zizmor.yml for coordinated dependency bumps.

Poem

🐇 Hop, hop, the versions glide,
Zizmor and pnpm side by side.
Catalog blooms with shiny new seeds,
Little bunny cheers these tidy updates indeed.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is Renovate-generated and lacks the required Changes, Checklist, and Release Impact sections from the repository template. Rewrite it using the template and add a brief change summary plus checklist and release-impact selections.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the PR's main purpose: a dependency refresh across non-major updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all-minor-patch

Comment @coderabbitai help to get the list of available commands.

@socket-security

socket-security Bot commented Jun 22, 2026

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d7b964f to 99cb359 Compare June 23, 2026 12:13
@socket-security

socket-security Bot commented Jun 23, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @emnapi/runtime is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/tsdown@0.22.3npm/vite@8.1.0npm/nx@23.0.1npm/eslint-plugin-import-x@4.17.1npm/@emnapi/runtime@1.11.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@emnapi/runtime@1.11.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @typescript-eslint/eslint-plugin is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/typescript-eslint@8.62.0npm/@typescript-eslint/eslint-plugin@8.62.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@typescript-eslint/eslint-plugin@8.62.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm nx is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package.jsonnpm/nx@23.0.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/nx@23.0.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 67d1e1b to dcfa4b9 Compare June 28, 2026 01:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dcfa4b9 to 0dce1e0 Compare June 28, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants