Skip to content

chore(deps)(deps): bump the batched-minor-patch group with 32 updates#87

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/batched-minor-patch-b5067a93c5
Open

chore(deps)(deps): bump the batched-minor-patch group with 32 updates#87
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/batched-minor-patch-b5067a93c5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the batched-minor-patch group with 32 updates:

Package From To
@radix-ui/themes 3.2.1 3.3.0
@stripe/react-stripe-js 5.3.0 5.6.0
@stripe/stripe-js 8.4.0 8.7.0
@upstash/ratelimit 2.0.7 2.0.8
@upstash/redis 1.35.6 1.36.2
@vercel/analytics 1.5.0 1.6.1
@vercel/speed-insights 1.2.0 1.3.1
better-auth 1.3.34 1.4.18
isomorphic-dompurify 2.32.0 2.36.0
lucide-react 0.553.0 0.563.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.13.2
react-dom 19.2.0 19.2.4
react-hook-form 7.66.0 7.71.1
recharts 3.4.1 3.7.0
@axe-core/playwright 4.11.0 4.11.1
@eslint/eslintrc 3.3.1 3.3.3
@playwright/test 1.56.1 1.58.2
@tailwindcss/forms 0.5.10 0.5.11
@tailwindcss/postcss 4.1.17 4.1.18
@testing-library/react 16.3.0 16.3.2
autoprefixer 10.4.22 10.4.24
prettier 3.6.2 3.8.1
prettier-plugin-tailwindcss 0.7.1 0.7.2
shadcn 3.5.0 3.8.4
tailwindcss 4.1.17 4.1.18
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.0

Release notes

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

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.7.0

Release notes

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

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)
  • Add default email and phoneNumber to checkout types (#855)

v8.6.3

Fixes

  • Validate pk is string with message (#854)

Changed

  • Add paymentMethodCreation type to BaseStripeElementsOptions (#853)

v8.6.1

Changed

  • Use stored manifest for ts testing (#847)
  • Update types for the tax id element (#846)

v8.6.0

New features

  • Add setup_future_usage to paymentMethodOptions (#839)
  • Add default billing/shipping address to checkout types (#840)
  • Add new embedded checkout submit failed analytics event (#842)

Fixes

  • Fix master failing test:types (#843)

Changed

  • Add --ignoreConfig for next channel in types test (#841)

... (truncated)

Commits

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.2

Release notes

Sourced from @​upstash/redis's releases.

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

v1.36.0

What's Changed

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

v1.36.0-rc.7

Full Changelog: upstash/redis-js@v1.36.0-rc.6...v1.36.0-rc.7

v1.36.0-rc.6

Full Changelog: upstash/redis-js@v1.36.0-rc.5...v1.36.0-rc.6

v1.36.0-rc.5

What's Changed

Full Changelog: upstash/redis-js@v1.36.0-rc.4...v1.36.0-rc.5

v1.36.0-rc.4

Full Changelog: upstash/redis-js@v1.36.0-rc.3...v1.36.0-rc.4

v1.36.0-rc.3

Full Changelog: upstash/redis-js@v1.36.0-rc.2...v1.36.0-rc.3

v1.36.0-rc.2

Full Changelog: upstash/redis-js@v1.36.0-rc.1...v1.36.0-rc.2

v1.36.0-rc.1

What's Changed

... (truncated)

Commits

Updates @vercel/analytics from 1.5.0 to 1.6.1

Release notes

Sourced from @​vercel/analytics's releases.

1.6.1

What's Changed

Full Changelog: vercel/analytics@1.6.0...1.6.1

1.6.0

What's Changed

New Contributors

Full Changelog: vercel/analytics@1.5.0...1.6.0

Commits

Updates @vercel/speed-insights from 1.2.0 to 1.3.1

Release notes

Sourced from @​vercel/speed-insights's releases.

1.3.1

What's Changed

Full Changelog: vercel/speed-insights@1.3.0...1.3.1

1.3.0

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.2.0...1.3.0

Commits
  • 2452c35 fix(nuxt): remove the module as breaking change (#107)
  • 7ed15ed fix: add route param to beforeSend event type (#102)
  • a1dfa74 feat: next release and postinstall script removal (#106)
  • f48623c feat(nuxt): Add support for injectSpeedInsights() and Nuxt module (#104)
  • See full diff in compare view

Updates better-auth from 1.3.34 to 1.4.18

Release notes

Sourced from better-auth's releases.

v1.4.18

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • d99d3ce chore: release v1.4.18
  • 5d15bf4 fix(2fa): server-side trust device expiration and configurable maxAge (#7644)
  • c6f8f3b fix(saml): IdP-Initiated Callback Routing (#6675)
  • 040c624 chore: improve rate limiting type definitions (#7313)
  • 133a2b2 fix(anonymous): export types (#7661)
  • dcc289e fix(email-otp): add stricter default rate limits for password reset endpoints...
  • 8f3330d feat: mark /forget-password/email-otp as deprecation (#7645)
  • 4d79c43 feat(device-authorization): add user id checks (#7632)
  • a7740bc feat: add disableImplicitLinking to accountLinking (#7270)
  • 9db76ab fix(multi-session): prevent duplicate cookies when same user signs in multipl...
  • Additional commits viewable in compare view

Updates isomorphic-dompurify from 2.32.0 to 2.36.0

Release notes

Sourced from isomorphic-dompurify's releases.

2.35.0: Updated jsdom

Changelog

  • Updated jsdom.
  • Updated dev dependencies.

See the complete changelog for more details.

Release

2.35.0

2.34.0: Updated dependencies

Changelog

  • Updated dompurify and jsdom.
  • Updated dev dependencies.

See the complete changelog for more details.

Release

2.34.0

2.33.0: Improved Web Worker support

Changelog

See the complete changelog for more details.

Release

2.33.0

Commits
  • 77d1437 chore: Incremented project version.
  • 227f862 Merge pull request #386 from kkomelin/dependabot/npm_and_yarn/jsdom-28.0.0
  • 1f80b7c chore(deps): bump jsdom from 27.4.0 to 28.0.0
  • cdfc27b Merge pull request #385 from kkomelin/dependabot/npm_and_yarn/vitest-4.0.18
  • 2b8b07d chore(deps-dev): bump vitest from 4.0.17 to 4.0.18
  • 4951404 Merge pull request #384 from kkomelin/dependabot/npm_and_yarn/terser-5.46.0
  • 9e2b51c chore(deps-dev): bump terser from 5.44.1 to 5.46.0
  • d0a98c2 Merge pull request #383 from kkomelin/dependabot/npm_and_yarn/vitest-4.0.17
  • 00deefd chore(deps-dev): bump vitest from 4.0.16 to 4.0.17
  • 2cc5a03 Updated deps. Incremented project version.
  • Additional commits viewable in compare view

Updates lucide-react from 0.553.0 to 0.563.0

Release notes

Sourced from lucide-react's releases.

Version 0.563.0

What's Changed

aria-hidden is by default added to icons components in all packages. This was already added to lucide-react before. Making icons accessible, you can add an aria-label or a title. See docs about accessibility.

All changes

New Contributors

Full Changelog: lucide-icons/lucide@0.562.0...0.563.0

Version 0.562.0

What's Changed

... (truncated)

Commits
  • 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.1.4

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

Core Changes

Bumps the batched-minor-patch group with 32 updates:

| 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.0` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `8.4.0` | `8.7.0` |
| [@upstash/ratelimit](https://github.com/upstash/ratelimit) | `2.0.7` | `2.0.8` |
| [@upstash/redis](https://github.com/upstash/upstash-redis) | `1.35.6` | `1.36.2` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.5.0` | `1.6.1` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.2.0` | `1.3.1` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.3.34` | `1.4.18` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.32.0` | `2.36.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.553.0` | `0.563.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.13.2` |
| [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.1` |
| [recharts](https://github.com/recharts/recharts) | `3.4.1` | `3.7.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.3` |
| [@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.1.18` |
| [@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.24` |
| [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` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `3.5.0` | `3.8.4` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.17` | `4.1.18` |
| [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.0
- [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.0)

Updates `@stripe/stripe-js` from 8.4.0 to 8.7.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v8.4.0...v8.7.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.2
- [Release notes](https://github.com/upstash/upstash-redis/releases)
- [Commits](upstash/redis-js@v1.35.6...v1.36.2)

Updates `@vercel/analytics` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.6.1/packages/web)

Updates `@vercel/speed-insights` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.3.1/packages/web)

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

Updates `isomorphic-dompurify` from 2.32.0 to 2.36.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@2.32.0...2.36.0)

Updates `lucide-react` from 0.553.0 to 0.563.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.563.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.13.2
- [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.13.2)

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.1
- [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.1)

Updates `recharts` from 3.4.1 to 3.7.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.7.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.3
- [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.3)

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.1.18
- [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.1.18/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.24
- [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.24)

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 `shadcn` from 3.5.0 to 3.8.4
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@3.8.4/packages/shadcn)

Updates `tailwindcss` from 4.1.17 to 4.1.18
- [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.1.18/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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@stripe/stripe-js"
  dependency-version: 8.7.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.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@vercel/analytics"
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: "@vercel/speed-insights"
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: better-auth
  dependency-version: 1.4.18
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: isomorphic-dompurify
  dependency-version: 2.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: lucide-react
  dependency-version: 0.563.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.13.2
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: recharts
  dependency-version: 3.7.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.3
  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.1.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.24
  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: shadcn
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: batched-minor-patch
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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! 🚀

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