Skip to content

fix(deps): update all dependencies (major)#4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all-deps
Open

fix(deps): update all dependencies (major)#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all-deps

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Dec 13, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@vitejs/plugin-react (source) ^5.1.1^6.0.0 age confidence devDependencies major
actions/checkout v4v6 age confidence action major
actions/setup-node v4v6 age confidence action major
aws-actions/configure-aws-credentials v4v6 age confidence action major
eslint (source) ^8.57.0^10.0.0 age confidence devDependencies major
eslint-plugin-react-hooks (source) ^5.0.0^7.0.0 age confidence devDependencies major
lucide-react (source) ^0.561.0^1.0.0 age confidence dependencies major
pnpm (source) 910 age confidence uses-with major
pnpm/action-setup v4v6 age confidence action major
softprops/action-gh-release v2v3 age confidence action major
tailwindcss (source) ^3.4.18^4.0.0 age confidence devDependencies major
typescript (source) ~5.9.3~6.0.0 age confidence devDependencies major
vite (source) ^7.2.4^8.0.0 age confidence devDependencies major

Release Notes

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.

v6.0.0

Compare Source

v5.2.0

Compare Source

v5.1.4

Compare Source

Fix canSkipBabel not accounting for babel.overrides (#​1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

v5.1.3

Compare Source

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v6

Compare Source

v5

Compare Source

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v6.1.0

Compare Source

Features

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Update action to use node24 Note this requires GitHub action runner version v2.327.1 or later (#​1632) (a7a2c11)
Features
Bug Fixes
  • properly output aws-account-id and authenticated-arn when using role-chaining (#​1633) (7ceaf96)

v6

Compare Source

v5.1.1

Compare Source

Miscellaneous Chores
  • release 5.1.1 (56d6a58)
  • various dependency updates

v5.1.0

Compare Source

Features
Bug Fixes

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Cleanup input handling. Changes invalid boolean input behavior (see #​1445)
Features

v5

Compare Source

v4.3.1

Compare Source

Bug Fixes

v4.3.0

Compare Source

NOTE: This release tag originally pointed to 59b4418, but a critical bug was discovered shortly after publishing. We updated this tag to d0834ad to prevent anyone using the 4.3.0 tag from encountering the bug, and we published 4.3.1 to allow workflows to auto update correctly.

Features
Bug Fixes
  • docs: readme samples versioning (5b3c895)
  • the wrong example region for China partition in README (37fe9a7)
  • properly set proxy environment variable (cbea708)
Miscellaneous Chores

v4.2.1

Compare Source

Bug Fixes
  • ensure explicit inputs take precedence over environment variables (e56e6c4)
  • prioritize explicit inputs over environment variables (df9c8fe)

v4.2.0

Compare Source

Features
  • add Expiration field to Outputs (a4f3267)
  • Document role-duration-seconds range (5a0cf01)
  • support action inputs as environment variables (#​1338) (2c168ad)
Bug Fixes
  • make sure action builds, also fix dependabot autoapprove (c401b8a)
  • role chaning on mulitple runs (#​1340) (9e38641)

v4.1.0

Compare Source

Features
Bug Fixes

v4.0.3

Compare Source

Features
  • added release-please action config (0f88004)
Bug Fixes
Miscellaneous Chores

v4.0.2

Compare Source

See the changelog for details about the changes included in this release.

v4.0.1

Compare Source

See the changelog for details about the changes included in this release.

eslint/eslint (eslint)

v10.3.0

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "before 3am on monday"

🚦 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 force-pushed the renovate/major-all-deps branch 9 times, most recently from 8e1ec2a to 382bb3a Compare December 18, 2025 15:31
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 382bb3a to 403bc48 Compare January 26, 2026 17:49
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from fd095d2 to 1c259c4 Compare February 7, 2026 01:06
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 6 times, most recently from 8c55898 to 32c8ec2 Compare February 23, 2026 23:02
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 9f23d2a to b4194a2 Compare March 5, 2026 09:43
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 4 times, most recently from e0861b5 to 78141eb Compare March 13, 2026 13:28
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 5 times, most recently from 0661378 to 6edf1a2 Compare March 23, 2026 13:51
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 4 times, most recently from 8fa69a8 to 568624e Compare March 26, 2026 10:17
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 7 times, most recently from 6fac15d to bdbe70f Compare April 8, 2026 17:05
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 4 times, most recently from 0061b14 to 1d4dd53 Compare April 12, 2026 08:28
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 7 times, most recently from c01c350 to 6c38331 Compare April 23, 2026 06:49
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 5 times, most recently from f955af9 to 8829066 Compare April 29, 2026 15:39
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 8829066 to 769fc8f Compare April 30, 2026 22:00
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 769fc8f to f629fd1 Compare May 1, 2026 17:47
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