Skip to content

chore(deps)(deps): bump the batched-minor-patch group across 1 directory with 29 updates#94

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/batched-minor-patch-35137cc900
Closed

chore(deps)(deps): bump the batched-minor-patch group across 1 directory with 29 updates#94
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/batched-minor-patch-35137cc900

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the batched-minor-patch group with 28 updates in the / directory:

Package From To
@radix-ui/themes 3.2.1 3.3.0
@stripe/react-stripe-js 5.3.0 5.6.1
@stripe/stripe-js 8.4.0 8.9.0
@upstash/ratelimit 2.0.7 2.0.8
@upstash/redis 1.35.6 1.36.4
better-auth 1.3.34 1.5.4
lucide-react 0.553.0 0.577.0
next 16.0.3 16.1.6
next-devtools-mcp 0.3.3 0.3.10
otpauth 9.4.1 9.5.0
react 19.2.0 19.2.4
@types/react 19.2.4 19.2.14
react-day-picker 9.11.1 9.14.0
react-dom 19.2.0 19.2.4
react-hook-form 7.66.0 7.71.2
recharts 3.4.1 3.8.0
@axe-core/playwright 4.11.0 4.11.1
@eslint/eslintrc 3.3.1 3.3.5
@playwright/test 1.56.1 1.58.2
@tailwindcss/forms 0.5.10 0.5.11
@tailwindcss/postcss 4.1.17 4.2.1
@testing-library/react 16.3.0 16.3.2
autoprefixer 10.4.22 10.4.27
postcss 8.5.6 8.5.8
prettier 3.6.2 3.8.1
prettier-plugin-tailwindcss 0.7.1 0.7.2
tsx 4.20.6 4.21.0
vite 7.2.2 7.3.1

Updates @radix-ui/themes from 3.2.1 to 3.3.0

Release notes

Sourced from @​radix-ui/themes's releases.

3.3.0

What's Changed

  • Add soft variant to the Kbd component (#774)
  • Add new layout props to Grid and layout components: alignContent, justifyItems, alignSelf, justifySelf (#744)
  • Deprecate breakpoints array. In the next major version, it will be replaced with a Set for easier lookups and comparisons.
Changelog

Sourced from @​radix-ui/themes's changelog.

Release process

This is a work-in-progress document and will be updated as we refine our release process.

Release strategy

We track versions during the pull request process. As features are added, modified or improved it's important to keep track of these via versioning.

Tracking version changes

PRs that fix bugs or add features should include an addition to packages/radix-ui-themes/CHANGELOG.md under a new version heading. The actual release version may differ, so be sure to double check this at publish time.

Publishing a stable release

You must be a maintainer of the repository and have write access to publish a release.

  1. Create a new branch for the release. We recommend the branch naming convention release/<version> for this (e.g. release/3.3.0).
  2. Update the version in packages/radix-ui-themes/package.json and ensure the changelog is up to date.
  3. Add and commit with the commit message of v<version> (e.g. v3.3.0).
  4. Push the branch to the repository and create a pull request.
  5. When checks pass and the pull request is approved, merge it into main.
  6. Create a new tag for the release with the format <version> (e.g. 3.3.0).
    • If you do this locally, be sure to pull the latest changes from main to ensure you have the new version changes from the previous step.
  7. Create a new GitHub release from the tag. Use the changelog entry for the version as its release notes.
  8. The GitHub action will be triggered by the publish workflow and will automatically publish the package to npm.

To publish a pre-release you must build and publish manually. Use pnpm publish -r --tag <tag>, where <tag> is the pre-release tag (e.g. alpha, beta, rc)

Updating documentation

Our documentation is in a separate repository and updating it is a three step process:

  1. Write and update the change log
  2. Bump package version/s and create / update the pages for each version change
  3. Perform documentation updates and remove live demos from previous versions
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​radix-ui/themes since your current version.


Updates @stripe/react-stripe-js from 5.3.0 to 5.6.1

Release notes

Sourced from @​stripe/react-stripe-js's releases.

v5.6.1

Fixes

  • Fail fast if hub GitHub auth is invalid during publish (#656)

Changed

  • Bump rollup from 4.22.4 to 4.59.0 (#657)

v5.6.0

New features

  • update stripe package (#655)

Changed

  • Bump lodash from 4.17.21 to 4.17.23 (#652)

v5.5.0

New features

  • Add full PaymentFormElement props and options support (#654)

Fixes

v5.4.1

Changed

  • Bump min-document from 2.19.0 to 2.19.2 (#644)
  • Bump js-yaml from 3.14.1 to 3.14.2 (#641)

v5.4.0

New features

  • Add PaymentForm Element (#643)
  • Removes beta comment from CurrencySelector element. (#642)
  • Export disclosure components with typing (#640)
Commits

Updates @stripe/stripe-js from 8.4.0 to 8.9.0

Release notes

Sourced from @​stripe/stripe-js's releases.

v8.9.0

New features

  • Add types for new Payment Form Element method & change event values 👾 (#878)
  • Add buttonColorText and buttonColorBackground Appearance API vars (#876)

Changed

  • Bump minimatch from 3.1.2 to 3.1.5 in /examples/rollup (#884)
  • Bump minimatch from 3.1.2 to 3.1.5 in /examples/parcel (#882)
  • Bump rollup from 2.79.2 to 2.80.0 (#881)

v8.8.0

Fixes

  • add confirmAmazonPaySetup to the types (#874)
  • Add optional savePaymentMethod property to value (#873)
  • publish: preflight hub auth before tagging (#866)

Changed

  • Update Payment Form types (#875)
  • Add Enums to options.layout.radios (#868)
  • Use more specific types for tax ID (#872)
  • Add lk_vat to tax id types (#871)
  • add paymentFormConfirmEvent to confirm args type (#867)
  • Bump lodash from 4.17.21 to 4.17.23 in /examples/rollup (#858)

v8.7.0

New features

  • update change event schema for PaymentForm (#864)
  • Add syncAddressCheckbox to StripeCheckoutElementsOptions (#863)

Changed

  • Bump lodash from 4.17.21 to 4.17.23 (#860)
  • Bump lodash from 4.17.21 to 4.17.23 in /examples/parcel (#859)

v8.6.4

Fixes

  • fix(types): add adaptivePricing to StripeCheckoutOptions (#850)

Changed

  • Update public types for payment form (#861)

... (truncated)

Commits
  • e082e40 v8.9.0
  • 6beb2e3 Bump minimatch from 3.1.2 to 3.1.5 in /examples/rollup (#884)
  • a607fba Bump minimatch from 3.1.2 to 3.1.5 in /examples/parcel (#882)
  • 7ccd407 Bump rollup from 2.79.2 to 2.80.0 (#881)
  • 870e250 Add types for new Payment Form Element method & change event values 👾 (#878)
  • 7789da9 Add buttonColorText and buttonColorBackground Appearance API vars (#876)
  • ba1019a v8.8.0
  • 7247d4c add confirmAmazonPaySetup to the types (#874)
  • 5039102 Update Payment Form types (#875)
  • 3ab6635 Add Enums to options.layout.radios (#868)
  • Additional commits viewable in compare view

Updates @upstash/ratelimit from 2.0.7 to 2.0.8

Release notes

Sourced from @​upstash/ratelimit's releases.

v2.0.8

What's Changed

New Contributors

Full Changelog: upstash/ratelimit-js@v2.0.7...v2.0.8

Commits
  • a8b1b99 DX-2254: add global dynamic limit (#147)
  • 8589adb fix: bump next (#146)
  • ade4aa8 Merge pull request #145 from upstash/vercel/react-server-components-cve-vu-qx...
  • e19785d Fix React Server Components CVE vulnerabilities
  • 67e8bc2 DX-2280: Remove specific runner configuration from test job in GitHub Actions...
  • See full diff in compare view

Updates @upstash/redis from 1.35.6 to 1.36.4

Release notes

Sourced from @​upstash/redis's releases.

v1.36.4

What's Changed

New Contributors

Full Changelog: upstash/redis-js@v1.36.3...v1.36.4

v1.36.4-rc1

What's Changed

Full Changelog: upstash/redis-js@v1.36.4-rc...v1.36.4-rc1

v1.36.4-rc

What's Changed

New Contributors

Full Changelog: upstash/redis-js@v1.36.3...v1.36.4-rc

v1.36.3

What's Changed

Full Changelog: upstash/redis-js@v1.36.2...v1.36.3

v1.36.2

What's Changed

Full Changelog: upstash/redis-js@v1.36.1...v1.36.2

v1.36.1

What's Changed

Full Changelog: upstash/redis-js@v1.36.0...v1.36.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​upstash/redis since your current version.


Updates better-auth from 1.3.34 to 1.5.4

Release notes

Sourced from better-auth's releases.

v1.5.4

   🐞 Bug Fixes

    View changes on GitHub

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1-beta.3

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • cb9e1bc chore: release v1.5.4
  • 56857d6 fix: move adapter packages to dependencies to fix missing module errors (#8401)
  • 8e1ddc3 chore: release v1.5.3
  • efcc238 fix(account): use accountId instead of id in accountInfo endpoint (#8346)
  • 318f827 chore: move adapter packages from deps to optional peer deps (#8303)
  • 54c8493 chore: release v1.5.2
  • 55dd06e fix: prevent double encoded cookie (#8133)
  • 5d7dd9e fix: access control indexing type (#8155)
  • 8959cb9 fix(cookies): use lookahead heuristic for splitting Set-Cookie headers (#8301)
  • 3715137 chore: release v1.5.1
  • Additional commits viewable in compare view

Updates lucide-react from 0.553.0 to 0.577.0

Release notes

Sourced from lucide-react's releases.

Version 0.577.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

Version 0.576.0

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

Version 0.575.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.573.0...0.575.0

Version 0.574.0

What's Changed

New Contributors

... (truncated)

Commits
  • f6c0d06 chore(deps): bump rollup from 4.53.3 to 4.59.0 (#4106)
  • 67c0485 feat(scripts): added helper script to automatically update OpenCollective bac...
  • b6ed43d feat(packages): Added aria-hidden fallback for decorative icons to all packag...
  • 076e0bb chore(dependencies): Update dependencies (#3809)
  • 80d6f73 fix(icons): Rename fingerprint icon to fingerprint-pattern (#3767)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lucide-react since your current version.


Updates next from 16.0.3 to 16.1.6

Release notes

Sourced from next's releases.

v16.1.6

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Upgrade to swc 54 (#88207)
  • implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
  • tweak LRU sentinel key (#89123)

Credits

Huge thanks to @​mischnic, @​wyattjoh, and @​ztanner for helping!

v16.1.5

Please refer the following changelogs for more information about this security release:

https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472 https://vercel.com/changelog/summary-of-cve-2026-23864

v16.0.11

Please see this changelog for more information about this security patch.

Commits

Updates next-devtools-mcp from 0.3.3 to 0.3.10

Release notes

Sourced from next-devtools-mcp's releases.

v0.3.10

What's Changed

New Contributors

Full Changelog: vercel/next-devtools-mcp@v0.3.9...v0.3.10

v0.3.8

What's Changed

New Contributors

Full Changelog: vercel/next-devtools-mcp@v0.3.7...v0.3.8

v0.3.7

Fixes

Misc

Full Changelog: vercel/next-devtools-mcp@v0.3.6...v0.3.7

v0.3.6

Improvements

Misc

Full Changelog: vercel/next-devtools-mcp@v0.3.5...v0.3.6

v0.3.5

What's Changed

Full Changelog: vercel/next-devtools-mcp@v0.3.4...v0.3.5

... (truncated)

Commits

Updates otpauth from 9.4.1 to 9.5.0

Release notes

Sourced from otpauth's releases.

v9.5.0

What's Changed

Full Changelog: hectorm/otpauth@v9.4.1...v9.5.0

Commits
  • 81a8abd 9.5.0
  • 3e12853 Bump the npm-development-minor-patch group with 6 updates (#665)
  • 0b57b49 Bump github/codeql-action in the github-actions-all group (#667)
  • f193d8e Add custom HMAC support and bare build, fixes #659 (#666)

…ory with 29 updates

Bumps the batched-minor-patch group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/themes](https://github.com/radix-ui/themes) | `3.2.1` | `3.3.0` |
| [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) | `5.3.0` | `5.6.1` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `8.4.0` | `8.9.0` |
| [@upstash/ratelimit](https://github.com/upstash/ratelimit) | `2.0.7` | `2.0.8` |
| [@upstash/redis](https://github.com/upstash/redis-js) | `1.35.6` | `1.36.4` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.3.34` | `1.5.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.553.0` | `0.577.0` |
| [next](https://github.com/vercel/next.js) | `16.0.3` | `16.1.6` |
| [next-devtools-mcp](https://github.com/vercel/next-devtools-mcp) | `0.3.3` | `0.3.10` |
| [otpauth](https://github.com/hectorm/otpauth) | `9.4.1` | `9.5.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.4` | `19.2.14` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.11.1` | `9.14.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.4` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.66.0` | `7.71.2` |
| [recharts](https://github.com/recharts/recharts) | `3.4.1` | `3.8.0` |
| [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) | `4.11.0` | `4.11.1` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.1` | `3.3.5` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.1` | `1.58.2` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.10` | `0.5.11` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.17` | `4.2.1` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.22` | `10.4.27` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.7.1` | `0.7.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.21.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.2` | `7.3.1` |



Updates `@radix-ui/themes` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/radix-ui/themes/releases)
- [Changelog](https://github.com/radix-ui/themes/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/themes/commits/3.3.0)

Updates `@stripe/react-stripe-js` from 5.3.0 to 5.6.1
- [Release notes](https://github.com/stripe/react-stripe-js/releases)
- [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md)
- [Commits](stripe/react-stripe-js@v5.3.0...v5.6.1)

Updates `@stripe/stripe-js` from 8.4.0 to 8.9.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v8.4.0...v8.9.0)

Updates `@upstash/ratelimit` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/upstash/ratelimit/releases)
- [Commits](upstash/ratelimit-js@v2.0.7...v2.0.8)

Updates `@upstash/redis` from 1.35.6 to 1.36.4
- [Release notes](https://github.com/upstash/redis-js/releases)
- [Commits](upstash/redis-js@v1.35.6...v1.36.4)

Updates `better-auth` from 1.3.34 to 1.5.4
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.5.4/packages/better-auth)

Updates `lucide-react` from 0.553.0 to 0.577.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react)

Updates `next` from 16.0.3 to 16.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.3...v16.1.6)

Updates `next-devtools-mcp` from 0.3.3 to 0.3.10
- [Release notes](https://github.com/vercel/next-devtools-mcp/releases)
- [Commits](vercel/next-devtools-mcp@v0.3.3...v0.3.10)

Updates `otpauth` from 9.4.1 to 9.5.0
- [Release notes](https://github.com/hectorm/otpauth/releases)
- [Commits](hectorm/otpauth@v9.4.1...v9.5.0)

Updates `react` from 19.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.2.4 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-day-picker` from 9.11.1 to 9.14.0
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v9.11.1...v9.14.0)

Updates `react-dom` from 19.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `react-hook-form` from 7.66.0 to 7.71.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.66.0...v7.71.2)

Updates `recharts` from 3.4.1 to 3.8.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.4.1...v3.8.0)

Updates `@axe-core/playwright` from 4.11.0 to 4.11.1
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core-npm@v4.11.0...v4.11.1)

Updates `@eslint/eslintrc` from 3.3.1 to 3.3.5
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.3.1...eslintrc-v3.3.5)

Updates `@playwright/test` from 1.56.1 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.58.2)

Updates `@tailwindcss/forms` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.10...v0.5.11)

Updates `@tailwindcss/postcss` from 4.1.17 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss)

Updates `@testing-library/react` from 16.3.0 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.0...v16.3.2)

Updates `@types/react` from 19.2.4 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `autoprefixer` from 10.4.22 to 10.4.27
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.22...10.4.27)

Updates `postcss` from 8.5.6 to 8.5.8
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.6...8.5.8)

Updates `prettier` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.1)

Updates `prettier-plugin-tailwindcss` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.7.1...v0.7.2)

Updates `tailwindcss` from 4.1.17 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss)

Updates `tsx` from 4.20.6 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.6...v4.21.0)

Updates `vite` from 7.2.2 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@radix-ui/themes"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@stripe/react-stripe-js"
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@stripe/stripe-js"
  dependency-version: 8.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@upstash/ratelimit"
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: "@upstash/redis"
  dependency-version: 1.36.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: better-auth
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: lucide-react
  dependency-version: 0.577.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: next
  dependency-version: 16.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: next-devtools-mcp
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: otpauth
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: react-day-picker
  dependency-version: 9.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: react-hook-form
  dependency-version: 7.71.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: recharts
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@axe-core/playwright"
  dependency-version: 4.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@tailwindcss/forms"
  dependency-version: 0.5.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: batched-minor-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

👋 Thanks for opening your first pull request in StormCom!

A maintainer will review your PR soon. Please make sure:

  • Your PR follows our
    Contributing Guidelines
  • All CI checks pass
  • You've added appropriate tests
  • Documentation has been updated (if needed)

We appreciate your contribution to making StormCom better! 🚀

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 13, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/batched-minor-patch-35137cc900 branch March 13, 2026 03:12
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