Skip to content

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

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Closed

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@stacksjs/stx >=0.2.5>=0.2.10 age adoption passing confidence peerDependencies patch
@tailwindcss/postcss (source) ^4.2.1^4.2.2 age adoption passing confidence devDependencies patch
@types/bun (source) ^1.3.9^1.3.11 age adoption passing confidence devDependencies patch
@types/node (source) ^24.10.0^24.12.0 age adoption passing confidence devDependencies minor
@types/react (source) ^19.2.2^19.2.14 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^19.2.2^19.2.3 age adoption passing confidence devDependencies patch
@vitejs/plugin-vue (source) ^6.0.1^6.0.5 age adoption passing confidence devDependencies patch
actions/cache v5.0.3v5.0.4 age adoption passing confidence action patch
actions/checkout v5.0.0v5.0.1 age adoption passing confidence action patch
bun-types (source) ^1.3.9^1.3.11 age adoption passing confidence devDependencies patch
eslint (source) ^9.39.1^9.39.4 age adoption passing confidence devDependencies patch
eslint-config-next (source) 16.1.616.2.1 age adoption passing confidence devDependencies minor
oven-sh/setup-bun v2.0.2v2.2.0 age adoption passing confidence action minor
oven-sh/setup-bun v2.1.2v2.2.0 age adoption passing confidence action minor
react (source) 19.2.019.2.4 age adoption passing confidence dependencies patch
react-dom (source) 19.2.019.2.4 age adoption passing confidence dependencies patch
shivammathur/setup-php 2.36.02.37.0 age adoption passing confidence action minor
tailwindcss (source) ^4.2.1^4.2.2 age adoption passing confidence devDependencies patch
vue (source) ^3.5.24^3.5.30 age adoption passing confidence dependencies patch
vue-router (source) 5.0.35.0.4 age adoption passing confidence dependencies patch
vue-tsc (source) ^3.1.3^3.2.6 age adoption passing confidence devDependencies minor

Release Notes

stacksjs/stx (@​stacksjs/stx)

v0.2.10

Compare Source

v0.2.9

Compare Source

v0.2.8

Compare Source

v0.2.6

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.2.2

Compare Source

Fixed
  • Don't crash when candidates contain prototype properties like row-constructor (#​19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#​19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#​19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#​19745)
  • Add support for Vite 8 in @tailwindcss/vite (#​19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#​19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#​19812)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.5

Miscellaneous Chores

v6.0.4

Bug Fixes
Miscellaneous Chores

v6.0.3

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores

v6.0.2

Bug Fixes
Miscellaneous Chores
actions/cache (actions/cache)

v5.0.4

Compare Source

actions/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

oven-sh/bun (bun-types)

v1.3.11

Compare Source

v1.3.10

Compare Source

eslint/eslint (eslint)

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

vercel/next.js (eslint-config-next)

v16.2.1

Compare Source

v16.2.0

Compare Source

v16.1.7

Compare Source

oven-sh/setup-bun (oven-sh/setup-bun)

v2.2.0

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.2.0

v2.1.3

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.3

v2.1.2

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

Full Changelog: oven-sh/setup-bun@v2...v2.1.2

v2.1.1

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

Full Changelog: oven-sh/setup-bun@v2.1.0...v2.1.1

v2.1.0

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.0

facebook/react (react)

v19.2.4: 19.2.4 (January 26th, 2026)

Compare Source

React Server Components

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components
shivammathur/setup-php (shivammathur/setup-php)

v2.37.0

Compare Source

Changelog
  • Updated the action to use Node.js 24. (#​1049)

  • Added support for master in the php-version input. It should now set up a nightly build from the master branch of php-src.

  • Added support to install ioncube and zephir_parser extensions on PHP 8.5.

  • Expanded support for installing extensions using Homebrew on macOS from the shivammathur/homebrew-extensions tap. This includes pdo_firebird, sqlsrv, pdo_sqlsrv, pecl_http, swow, xhprof, and several other supported extensions.

  • Improved switching PHP versions on Linux. Missing alternatives should now be registered automatically before switching versions. #​1067

  • Improved support for Homebrew on macOS. It should now retry stuck brew commands with an inactivity watchdog.

  • Improved support for adding tools. It should now correctly use the latest release download URL when a version is not specified. (#​1064)

  • Improved tool setup and caching on self-hosted runners.

  • Improved support for sqlsrv and pdo_sqlsrv on PHP 8.1 and 8.2.

  • Fixed installing pecl_http on Windows. Switched to downloads.php.net for fixing ICU version post install.

  • Fixed cached couchbase installs on macOS using the shivammathur/cache-extensions action.

  • Replaced @actions/core with local functions to reduce bundle size.

  • Refactored to use ES2024+ features for Node 24.

  • Updated actions used in examples to their latest versions.

  • Updated Node.js dependencies.

Thanks @​theluckystrike for the contribution 🎉

Thanks @​code-kudu, @​ssddanbrown, @​RoundingWell, and @​ntzrbtr for the sponsorship ❤️

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

vuejs/core (vue)

v3.5.30

Compare Source

Bug Fixes

v3.5.29

Compare Source

Bug Fixes

v3.5.28

Compare Source

Bug Fixes

v3.5.27

Compare Source

Bug Fixes

v3.5.26

Compare Source

Bug Fixes

Configuration

📅 Schedule: 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.

@netlify
Copy link

netlify bot commented Mar 22, 2026

Deploy Preview for ts-maps failed. Why did it fail? →

Name Link
🔨 Latest commit b9f903f
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/69bf8c3081b1e90008f4f614

@chrisbbreuer
Copy link
Member

🤖 Auto-closing obsolete PR

This PR was automatically closed because the dependency files it references are no longer present in the project.

Removed files:

  • [Age](https://docs.renovatebot.com/merge-confidence/)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stacksjs%2fstx/0.2.5/0.2.10?slim=true)
  • [@tailwindcss/postcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss))
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tailwindcss%2fpostcss/4.2.1/4.2.2?slim=true)
  • [^1.3.9^1.3.11](https://renovatebot.com/diffs/npm/@types%2fbun/1.3.9/1.3.11)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.12.0?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/19.2.14?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/19.2.2/19.2.3?slim=true)
  • [@vitejs/plugin-vue](https://redirect.github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue))
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue/6.0.1/6.0.5?slim=true)
  • ![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v5.0.1?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/bun-types/1.3.11?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.39.1/9.39.4?slim=true)
  • [eslint-config-next](https://nextjs.org/docs/app/api-reference/config/eslint) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.1.6/16.2.1?slim=true)
  • ![age](https://developer.mend.io/api/mc/badges/age/github-tags/oven-sh%2fsetup-bun/v2.2.0?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react/19.2.4?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-dom/19.2.0/19.2.4?slim=true)
  • [shivammathur/setup-php](https://redirect.github.com/shivammathur/setup-php)
  • ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/shivammathur%2fsetup-php/2.36.0/2.37.0?slim=true)
  • [^4.2.1^4.2.2](https://renovatebot.com/diffs/npm/tailwindcss/4.2.1/4.2.2)
  • ![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.30?slim=true)
  • ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-router/5.0.4?slim=true)
  • ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/3.1.3/3.2.6?slim=true)

If this was closed in error, please reopen the PR and update the dependency files accordingly.

@chrisbbreuer chrisbbreuer deleted the renovate/all-minor-patch branch March 22, 2026 06:44
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.

1 participant