Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/parse (source) ^20.4.4^20.5.0 age confidence pnpm.catalog.default minor
@vitejs/plugin-react (source) ^6.0.0^6.0.1 age confidence pnpm.catalog.default patch
pnpm (source) 10.31.010.32.1 age confidence packageManager minor
pnpm/action-setup v4.2.0v4.4.0 age confidence action minor
tsdown (source) ^0.21.2^0.21.3 age confidence pnpm.catalog.default patch
vite-tsconfig-paths ^6.1.0^6.1.1 age confidence pnpm.catalog.default patch

Release Notes

conventional-changelog/commitlint (@​commitlint/parse)

v20.5.0

Compare Source

Note: Version bump only for package @​commitlint/parse

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/parse

20.4.3 (2026-03-03)

Bug Fixes

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/parse

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

pnpm/pnpm (pnpm)

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx
pnpm/action-setup (pnpm/action-setup)

v4.4.0

Compare Source

Updated the action to use Node.js 24.

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0

rolldown/tsdown (tsdown)

v0.21.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 16, 2026

⚠️ No Changeset found

Latest commit: df02b49

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Mar 16, 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: 4392878c-703c-4a91-80c4-26b9b482fbdb

📥 Commits

Reviewing files that changed from the base of the PR and between f35fa37 and df02b49.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (3)
  • .github/setup/action.yml
  • package.json
  • pnpm-workspace.yaml

📝 Walkthrough

Walkthrough

Updates pnpm tooling and workspace dependencies to newer patch and minor versions across configuration files. Changes include pnpm setup action upgrade, package manager version bump, and multiple workspace dependency updates for build tools and utilities.

Changes

Cohort / File(s) Summary
GitHub Actions Configuration
.github/setup/action.yml
Bumps pnpm setup action from v4.2.0 to v4.4.0.
Package Manager Declaration
package.json
Updates packageManager field from pnpm@10.31.0 to pnpm@10.32.1.
Workspace Dependencies
pnpm-workspace.yaml
Updates minor/patch versions: @commitlint/parse (^20.4.4 → ^20.5.0), @vitejs/plugin-react (^6.0.0 → ^6.0.1), tsdown (^0.21.2 → ^0.21.3), vite-tsconfig-paths (^6.1.0 → ^6.1.1).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Poem

🐰 Bump, bump, hooray!

The pnpm hops up high,

Dependencies dance through the sky,

Versions all shimmer and gleam,

A toolkit's delightful dream! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is missing the required template sections (Changes, Checklist, Release Impact). It contains only a Renovate-generated dependency update table and release notes without addressing the template's required sections. Add the required template sections: fill the Changes section describing the update motivation, complete the Checklist items, and specify whether a changeset is needed or if this is dev-only.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): update all non-major dependencies' accurately and concisely summarizes the main change: updating multiple dependency versions across configuration files.
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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/all-minor-patch
📝 Coding Plan
  • Generate coding plan for human review comments

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

@nx-cloud
Copy link

nx-cloud bot commented Mar 16, 2026

View your CI Pipeline Execution ↗ for commit df02b49

Command Status Duration Result
nx affected --targets=test:sherif,test:docs,tes... ✅ Succeeded 23s View ↗
nx run-many --target=build ✅ Succeeded 8s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-16 00:39:36 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 16, 2026

npm i https://pkg.pr.new/@tanstack/eslint-config@355
npm i https://pkg.pr.new/@tanstack/publish-config@355
npm i https://pkg.pr.new/@tanstack/typedoc-config@355
npm i https://pkg.pr.new/@tanstack/vite-config@355

commit: df02b49

@renovate renovate bot merged commit 972e400 into main Mar 16, 2026
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 16, 2026 01:50
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