Skip to content

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

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 23, 2026
Merged

chore(deps): update all non-major dependencies#180
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@tanstack/react-query (source) ^5.94.5^5.95.0 age confidence dependencies minor
@tanstack/react-query-devtools (source) ^5.94.5^5.95.0 age confidence dependencies minor
changesets/action v1.6.0v1.7.0 age confidence action minor
knip (source) ^6.0.1^6.0.2 age confidence devDependencies patch
sherif ^1.10.0^1.11.0 age confidence devDependencies minor

Release Notes

TanStack/query (@​tanstack/react-query)

v5.95.0

Compare Source

Patch Changes
TanStack/query (@​tanstack/react-query-devtools)

v5.95.0

Compare Source

Patch Changes
changesets/action (changesets/action)

v1.7.0

Compare Source

Minor Changes
  • #​564 935fe87 Thanks @​Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicit GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration.
Patch Changes
  • #​545 54220dd Thanks @​ryanbas21! - The .npmrc generation now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token when NPM_TOKEN is defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.

  • #​563 6af4a7e Thanks @​Andarist! - Don't error on already committed symlinks and executables that stay untouched

webpro-nl/knip (knip)

v6.0.2: Release 6.0.2

Compare Source

  • Add scope-aware shadow detection to fix false negatives from name-based matching (9ec38b3)
  • Fix false negatives from overly broad collectRefsInType (261bd06)
  • Add doc re. exports (f82d3ad)
  • Bump get-tsconfig to 4.13.7, remove patch (resolve #​1630) (09bbce5)
  • Pass on rootDirs to work around oxc-resolver feature gap (resolve #​1628) (4dc16cc)
  • Update patches (836c2cf)
  • Release knip@​6.0.2 (2dd9068)
QuiiBz/sherif (sherif)

v1.11.0

Compare Source

What's Changed

  • feat(dependencies-nested-star): support single nested glob pattern by @​QuiiBz in #​149
  • feat(action)!: Upgrade Node version from 20 to 24 by @​igas in #​152

New Contributors

Full Changelog: QuiiBz/sherif@v1.10.0...v1.11.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cbf70b97-04c2-48ed-b47e-66f70a84219a

📥 Commits

Reviewing files that changed from the base of the PR and between 244d7f2 and 36086ca.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (5)
  • .github/workflows/release.yml
  • examples/react/react-query-debounced-prefetch/package.json
  • examples/react/react-query-queued-prefetch/package.json
  • examples/react/react-query-throttled-prefetch/package.json
  • package.json

📝 Walkthrough

Walkthrough

Dependency version updates across the repository: changesets GitHub Action bumped from v1.6.0 to v1.7.0, React Query packages in three example projects updated from ^5.94.5 to ^5.95.0, and root dev dependencies (knip and sherif) bumped to latest patch/minor versions.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/release.yml
Updated changesets/action from v1.6.0 to v1.7.0.
React Example Dependencies
examples/react/react-query-*/package.json
Updated @tanstack/react-query and @tanstack/react-query-devtools from ^5.94.5 to ^5.95.0 across three example projects (debounced-prefetch, queued-prefetch, throttled-prefetch).
Root Dev Dependencies
package.json
Updated knip from ^6.0.1 to ^6.0.2 and sherif from ^1.10.0 to ^1.11.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Whiskers twitching with delight,
Dependencies all updated right,
Versions bumped from low to high,
Changesets soar across the sky!
React Queries hopping free,
The latest tools that we can see! 🌿

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is missing the required '🎯 Changes' section, the '✅ Checklist' section with contribution guide confirmation and local testing, and the '🚀 Release Impact' section. Add the missing template sections: '🎯 Changes' explaining the updates, '✅ Checklist' with required items checked, and '🚀 Release Impact' indicating whether a changeset is needed.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating non-major dependencies across the project.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 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 and usage tips.

@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Mar 23, 2026

View your CI Pipeline Execution ↗ for commit 36086ca

Command Status Duration Result
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 18s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-23 02:39:24 UTC

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 23, 2026

More templates

@tanstack/angular-pacer

npm i https://pkg.pr.new/@tanstack/angular-pacer@180

@tanstack/pacer

npm i https://pkg.pr.new/@tanstack/pacer@180

@tanstack/pacer-devtools

npm i https://pkg.pr.new/@tanstack/pacer-devtools@180

@tanstack/pacer-lite

npm i https://pkg.pr.new/@tanstack/pacer-lite@180

@tanstack/preact-pacer

npm i https://pkg.pr.new/@tanstack/preact-pacer@180

@tanstack/preact-pacer-devtools

npm i https://pkg.pr.new/@tanstack/preact-pacer-devtools@180

@tanstack/react-pacer

npm i https://pkg.pr.new/@tanstack/react-pacer@180

@tanstack/react-pacer-devtools

npm i https://pkg.pr.new/@tanstack/react-pacer-devtools@180

@tanstack/solid-pacer

npm i https://pkg.pr.new/@tanstack/solid-pacer@180

@tanstack/solid-pacer-devtools

npm i https://pkg.pr.new/@tanstack/solid-pacer-devtools@180

commit: 36086ca

@renovate renovate bot merged commit 15ad3d8 into main Mar 23, 2026
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 23, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants