Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2025

Bumps the version-all group with 25 updates in the /frontend directory:

Package From To
@heroui/react 2.7.4 2.7.5
@react-router/node 7.3.0 7.4.0
@react-router/serve 7.3.0 7.4.0
@reduxjs/toolkit 2.6.0 2.6.1
@stripe/react-stripe-js 3.3.0 3.5.0
@stripe/stripe-js 5.10.0 6.1.0
@tanstack/react-query 5.67.2 5.69.0
axios 1.8.2 1.8.3
framer-motion 12.4.10 12.5.0
i18next 24.2.2 24.2.3
isbot 5.1.23 5.1.25
jose 6.0.8 6.0.10
posthog-js 1.229.3 1.231.2
react-router 7.3.0 7.4.0
react-textarea-autosize 8.5.7 8.5.8
vite 6.2.1 6.2.2
@playwright/test 1.51.0 1.51.1
@react-router/dev 7.3.0 7.4.0
@tanstack/eslint-plugin-query 5.67.2 5.68.0
@types/node 22.13.9 22.13.10
@types/react 19.0.10 19.0.11
@vitest/coverage-v8 3.0.8 3.0.9
autoprefixer 10.4.20 10.4.21
lint-staged 15.4.3 15.5.0
tailwindcss 3.4.17 4.0.14

Updates @heroui/react from 2.7.4 to 2.7.5

Release notes

Sourced from @​heroui/react's releases.

@​heroui/react@​2.7.5

What's Changed

New Contributors

Full Changelog: https://github.com/heroui-inc/heroui/compare/@​heroui/react@​2.7.4...@​heroui/react@​2.7.5

Changelog

Sourced from @​heroui/react's changelog.

2.7.5

Patch Changes

... (truncated)

Commits

Updates @react-router/node from 7.3.0 to 7.4.0

Release notes

Sourced from @​react-router/node's releases.

v7.4.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v740

Changelog

Sourced from @​react-router/node's changelog.

7.4.0

Patch Changes

  • Updated dependencies:
    • react-router@7.4.0
Commits

Updates @react-router/serve from 7.3.0 to 7.4.0

Release notes

Sourced from @​react-router/serve's releases.

v7.4.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v740

Changelog

Sourced from @​react-router/serve's changelog.

7.4.0

Patch Changes

  • Updated dependencies:
    • react-router@7.4.0
    • @react-router/node@7.4.0
    • @react-router/express@7.4.0
Commits

Updates @reduxjs/toolkit from 2.6.0 to 2.6.1

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.6.1

This bugfix release fixes several assorted types issues with the initial infinite query feature release, and adds support for an optional signal argument to createAsyncThunk.

Changelog

Infinite Query Fixes

We've fixed several types issues that were reported with infinite queries after the 2.6.0 release:

  • matchFulfilled and providesTags now get the correct response types
  • We've added pre-typed Type* types to represent infinite queries, similar to the existing pre-defined types for queries and mutations
  • selectCachedArgsForQuery now supports fetching args for infinite query endpoints
  • We fixed some TS type portability issues with infinite queries that caused errors when generating TS declarations
  • useInfiniteQueryState/Subscription now correctly expect just the query arg, not the combined {queryArg, pageParam} object

Other Improvements

createAsyncThunk now accepts an optional {signal} argument. If provided, the internal AbortSignal handling will tie into that signal.

upsertQueryEntries now correctly generates provided tags for upserted cache entries.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.6.0...v2.6.1

Commits
  • ac26766 Release 2.6.1
  • 690869c support passing an external abortsignal to createAsyncThunk (#4860)
  • 4e35821 Fix infinite query type portability issues (#4881)
  • 642d795 add more Typed wrappers and make sure they're all exported (#4866)
  • a59f90c add infinite query type support for selectCachedArgsForQuery (#4880)
  • 72ac07d Add providesTags handling for upsertQueryEntries (#4872)
  • 2751bec Merge pull request #4877 from aryaemami59/chore/fix-env-handling
  • be33129 Improve handling of environment variables in tests
  • 66ff32a Fix assorted infinite query types (#4869)
  • See full diff in compare view

Updates @stripe/react-stripe-js from 3.3.0 to 3.5.0

Release notes

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

v3.5.0

  • Remove silent flag (#578)
  • Fix publish signed commit check #697 (#577)
  • Update implementation for Elements with Checkout Session beta 6 (#576)

New features

Fixes

Changed

v3.4.0

Changed

  • Update @​stripe/stripe-js peer dependency (#573)
Commits

Updates @stripe/stripe-js from 5.10.0 to 6.1.0

Release notes

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

v6.1.0

  • Add types for Elements with Checkout Session beta 6 (#738)

New features

Fixes

Changed

v6.0.0

  • Acacia (v6) GA (#737)
  • Update OSS readme for versioning (#736)
  • v6.0.0-rc.0
  • Set up acacia release candidate (#735)

New features

Fixes

Changed

Commits

Updates @tanstack/react-query from 5.67.2 to 5.69.0

Release notes

Sourced from @​tanstack/react-query's releases.

v5.69.0

Version 5.69.0 - 3/18/25, 11:11 AM

Changes

Feat

  • core: streamedQuery (#8814) (4d67c1c) by Dominik Dorfmeister

Test

  • query-core: use fake timers for focusManager.test.tsx (#8809) (081ef3c) by @​manudeli
  • query-core: use fake timers for mutationCache.test.tsx (#8807) (4922f06) by @​manudeli
  • query-core: use fake timers for mutations.test.tsx (#8806) (730b79a) by @​manudeli
  • query-core: use fake timers for mutationObserver.test.tsx (#8805) (fb7edb4) by @​manudeli

Docs

  • fix eslint links (f03b109) by TkDodo
  • fix internal links (4b7fd0e) by TkDodo
  • fix links in ssr guide (980d08d) by TkDodo
  • remove extra link (ff788ac) by TkDodo
  • add .md to links (84b1bed) by TkDodo
  • Fix broken link some example path (#8813) (21c5e09) by HYUNJOON

Packages

  • @​tanstack/query-core@​5.69.0
  • @​tanstack/query-broadcast-client-experimental@​5.69.0
  • @​tanstack/query-persist-client-core@​5.69.0
  • @​tanstack/query-sync-storage-persister@​5.69.0
  • @​tanstack/react-query@​5.69.0
  • @​tanstack/react-query-devtools@​5.69.0
  • @​tanstack/react-query-persist-client@​5.69.0
  • @​tanstack/react-query-next-experimental@​5.69.0
  • @​tanstack/solid-query@​5.69.0
  • @​tanstack/solid-query-devtools@​5.69.0
  • @​tanstack/solid-query-persist-client@​5.69.0
  • @​tanstack/svelte-query@​5.69.0
  • @​tanstack/svelte-query-devtools@​5.69.0
  • @​tanstack/svelte-query-persist-client@​5.69.0
  • @​tanstack/vue-query@​5.69.0
  • @​tanstack/vue-query-devtools@​5.69.0
  • @​tanstack/angular-query-experimental@​5.69.0
  • @​tanstack/query-async-storage-persister@​5.69.0
  • @​tanstack/angular-query-devtools-experimental@​5.69.0

v5.68.1

Version 5.68.1 - 3/17/25, 12:21 AM

... (truncated)

Commits

Updates axios from 1.8.2 to 1.8.3

Release notes

Sourced from axios's releases.

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Commits

Updates framer-motion from 12.4.10 to 12.5.0

Changelog

Sourced from framer-motion's changelog.

[12.5.0] 2025-03-11

Added

  • Added motionValue to vanilla JS entrypoint.

Removed

  • Removed framer-motion-3d package.

[12.4.13] 2025-03-11

Fixed

  • Fixed reading initial transform values from elements.

[12.4.12] 2025-03-11

Fixed

  • Removed pointer capture from pan and drag gestures.

[12.4.11] 2025-03-10

Fixed

  • Preventing flattening of scroll animations when type or ease are explicitly set.
Commits

Updates i18next from 24.2.2 to 24.2.3

Release notes

Sourced from i18next's releases.

v24.2.3

  • Upgrade @​babel/runtime package to version v7.26.10 2293
Changelog

Sourced from i18next's changelog.

24.2.3

  • Upgrade @​babel/runtime package to version v7.26.10 2293
Commits

Updates isbot from 5.1.23 to 5.1.25

Changelog

Sourced from isbot's changelog.

5.1.25

  • [Pattern] Pattern update: Reduce complexity

5.1.24

  • [Pattern] Pattern update: Add generic pattern, remove some specific patterns
Commits
  • 3ebbeb9 [Pattern] Pattern update: Reduce complexity
  • d3bba7a [Pattern] Pattern update: Add generic pattern, remove some specific patterns
  • See full diff in compare view

Updates jose from 6.0.8 to 6.0.10

Release notes

Sourced from jose's releases.

v6.0.10

Refactor

  • removed unused claims methods (74719cf)
  • reorganize jwt claim set utils (1f12d88)

v6.0.9

Documentation

  • add more symbol document, ignore ts-private fields (8b73687)
  • bump typedoc (6163a8b)
  • drop cdnjs links in README (a910038)
  • drop denoland/x links in README and add jsr (3662b9e)
  • fix key export links from docs/README.md (c8edfc2)

Refactor

  • always assume structuredClone is present (f7898a9)
  • hide internal private fields and drop ProduceJWT inheritance (ab18881)
  • less objects when JWE JWT Replicated Header Parameters are used (c763a0e)
Changelog

Sourced from jose's changelog.

6.0.10 (2025-03-12)

Refactor

  • removed unused claims methods (74719cf)
  • reorganize jwt claim set utils (1f12d88)

6.0.9 (2025-03-11)

Documentation

  • add more symbol document, ignore ts-private fields (8b73687)
  • bump typedoc (6163a8b)
  • drop cdnjs links in README (a910038)
  • drop denoland/x links in README and add jsr (3662b9e)
  • fix key export links from docs/README.md (c8edfc2)

Refactor

  • always assume structuredClone is present (f7898a9)
  • hide internal private fields and drop ProduceJWT inheritance (ab18881)
  • less objects when JWE JWT Replicated Header Parameters are used (c763a0e)
Commits
  • e1cfcc5 chore(release): 6.0.10
  • 74719cf refactor: removed unused claims methods
  • 1f12d88 refactor: reorganize jwt claim set utils
  • 0848798 chore: cleanup after release
  • d4ded39 chore(release): 6.0.9
  • 4ae905b chore: bump packages
  • c763a0e refactor: less objects when JWE JWT Replicated Header Parameters are used
  • f7898a9 refactor: always assume structuredClone is present
  • e8d366a chore: run lint
  • ab18881 refactor: hide internal private fields and drop ProduceJWT inheritance
  • Additional commits viewable in compare view

Updates posthog-js from 1.229.3 to 1.231.2

Release notes

Sourced from posthog-js's releases.

1.231.2 - 2025-03-18

  • fix: check surveys timeout in the survey manager level (#1832)

1.231.1 - 2025-03-18

  • chore: update posthog rrweb (#1831)
  • chore: add a regression example for toolbar z-index highlighting (#1827)

1.231.0 - 2025-03-14

  • feat: no recording blob urls (#1768)
  • chore: update changelog (#1824)
  • feat: remote image masking (#1826)

1.230.4 - 2025-03-13

  • chore: allow push to main in GH actions (#1825)
  • chore: add new question index to id map (#1812)

1.230.3 - 2025-03-13

This version doesn't exist but we did fail to publish it, since then patch version bump has been failing We have skipped this version

1.230.2 - 2025-03-11

  • fix: simple loader race protection (#1804)
  • chore(err): add next template (typescript + app router) (#1807)

1.230.1 - 2025-03-10

  • fix: handle non Error objects being passed to captureException (#1806)

1.230.0 - 2025-03-10

  • feat: allow early access feature stage specification (#1805)

1.229.5 - 2025-03-07

  • fix: Stop logging error when client is uninitialized (#1803)

1.229.4 - 2025-03-07

  • chore: use quesiton ID instead of question index if it's available (#1764)
Changelog

Sourced from posthog-js's changelog.

1.231.2 - 2025-03-18

  • fix: check surveys timeout in the survey manager level (#1832)

1.231.1 - 2025-03-18

  • chore: update posthog rrweb (#1831)
  • chore: add a regression example for toolbar z-index highlighting (#1827)

1.231.0 - 2025-03-14

  • feat: no recording blob urls (#1768)
  • chore: update changelog (#1824)
  • feat: remote image masking (#1826)

1.230.4 - 2025-03-13

  • chore: allow push to main in GH actions (#1825)
  • chore: add new question index to id map (#1812)

1.230.3 - 2025-03-13

  • fix: session recording class type and typo (#1815)
  • chore: update web vitals (#1820)
  • fix: default mask all inputs must be defined (#1819)
  • fix(err): fix hosts, linting and documentation (#1818)

1.230.2 - 2025-03-11

  • fix: simple loader race protection (#1804)
  • chore(err): add next template (typescript + app router) (#1807)

1.230.1 - 2025-03-10

  • fix: handle non Error objects being passed to captureException (#1806)

1.230.0 - 2025-03-10

  • feat: allow early access feature stage specification (#1805)

1.229.5 - 2025-03-07

  • fix: Stop logging error when client is uninitialized (#1803)

1.229.4 - 2025-03-07

  • chore: use quesiton ID instead of question index if it's available (#1764)
Commits

Updates react-router from 7.3.0 to 7.4.0

Release notes

Sourced from react-router's releases.

v7.4.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v740

Changelog

Sourced from react-router's changelog.

7.4.0

Patch Changes

  • Fix root loader data on initial load redirects in SPA mode (#13222)
  • Load ancestor pathless/index routes in lazy route discovery for upwards non-eager-discoery routing (#13203)
  • Fix shouldRevalidate behavior for clientLoader-only routes in ssr:true apps (#13221)
  • UNSTABLE: Fix RequestHandler loadContext parameter type when middleware is enabled (#13204)
  • UNSTABLE: Update Route.unstable_MiddlewareFunction to have a return value of Response | undefined instead of Response | void becaue you should not return anything if you aren't returning the Response (#13199)
  • UNSTABLE(BREAKING): If a middleware throws an error, ensure we only bubble the error itself via next() and are no longer leaking the MiddlewareError implementation detail (#13180)
Commits
  • 1f7fdd5 chore: Update version for release (#13262)
  • 8423891 chore: Update version for release (pre) (#13244)
  • 22f027c Merge branch 'main' into release-next
  • bc43707 Fix root loader data on initial load redirects in SPA mode (#13222)
  • 5de9a21 Ensure ancestor pathless/index routes are loaded via manifest requests (#13203)
  • a354db5 Fix shoulRevalidate behavior in clientLoader-only routes (#13221)
  • 99551ae Stop leaking internal MiddlewareError implementation detail (#13180)
  • cd50dc6 Fix RequestHandler loadContext type when middleware is enabled (#13204)
  • 0519530 Change middleware return type from void to undefined (#13199)
  • bb81a9a Fix error message typo
  • Additional commits viewable in compare view

Updates react-textarea-autosize from 8.5.7 to 8.5.8

Release notes

Sourced from react-textarea-autosize's releases.

v8.5.8

Patch Changes

  • #414 d12e6a5 Thanks @​benjaminwaterlot! - Fixed a race condition leading to an error caused by textarea being unmounted before internal requestAnimationFrame's callback being fired
Changelog

Sourced from react-textarea-autosize's changelog.

8.5.8

Patch Changes

  • #414 d12e6a5 Thanks @​benjaminwaterlot! - Fixed a race condition leading to an error caused by textarea being unmounted before internal requestAnimationFrame's callback being fired
Commits
  • bd6a3f8 Version Packages (#415)
  • d12e6a5 Fixed a race condition leading to an error caused by textarea being unmounted...
  • See full diff in compare view

Updates vite from 6.2.1 to 6.2.2

Release notes

Sourced from vite's releases.

v6.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.2 (2025-03-14)

  • fix: await client buildStart on top level buildStart (#19624) (b31faab), closes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 19, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/version-all-fef4a9970e branch 3 times, most recently from 453b294 to 21874c9 Compare March 20, 2025 14:46
…dates

Bumps the version-all group with 25 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@heroui/react](https://github.com/heroui-inc/heroui/tree/HEAD/packages/core/react) | `2.7.4` | `2.7.5` |
| [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `7.3.0` | `7.4.0` |
| [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.3.0` | `7.4.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.6.0` | `2.6.1` |
| [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) | `3.3.0` | `3.5.0` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `5.10.0` | `6.1.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.67.2` | `5.69.0` |
| [axios](https://github.com/axios/axios) | `1.8.2` | `1.8.3` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.4.10` | `12.5.0` |
| [i18next](https://github.com/i18next/i18next) | `24.2.2` | `24.2.3` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.23` | `5.1.25` |
| [jose](https://github.com/panva/jose) | `6.0.8` | `6.0.10` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.229.3` | `1.231.2` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.3.0` | `7.4.0` |
| [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) | `8.5.7` | `8.5.8` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.1` | `6.2.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.51.0` | `1.51.1` |
| [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `7.3.0` | `7.4.0` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.67.2` | `5.68.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.9` | `22.13.10` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.10` | `19.0.11` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.8` | `3.0.9` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.21` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.3` | `15.5.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.0.14` |



Updates `@heroui/react` from 2.7.4 to 2.7.5
- [Release notes](https://github.com/heroui-inc/heroui/releases)
- [Changelog](https://github.com/heroui-inc/heroui/blob/canary/packages/core/react/CHANGELOG.md)
- [Commits](https://github.com/heroui-inc/heroui/commits/@heroui/react@2.7.5/packages/core/react)

Updates `@react-router/node` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/node@7.4.0/packages/react-router-node)

Updates `@react-router/serve` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-serve/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/serve@7.4.0/packages/react-router-serve)

Updates `@reduxjs/toolkit` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.6.0...v2.6.1)

Updates `@stripe/react-stripe-js` from 3.3.0 to 3.5.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@v3.3.0...v3.5.0)

Updates `@stripe/stripe-js` from 5.10.0 to 6.1.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v5.10.0...v6.1.0)

Updates `@tanstack/react-query` from 5.67.2 to 5.69.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.69.0/packages/react-query)

Updates `axios` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.2...v1.8.3)

Updates `framer-motion` from 12.4.10 to 12.5.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.4.10...v12.5.0)

Updates `i18next` from 24.2.2 to 24.2.3
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.2.2...v24.2.3)

Updates `isbot` from 5.1.23 to 5.1.25
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.23...v5.1.25)

Updates `jose` from 6.0.8 to 6.0.10
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.0.8...v6.0.10)

Updates `posthog-js` from 1.229.3 to 1.231.2
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-js@v1.229.3...v1.231.2)

Updates `react-router` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.4.0/packages/react-router)

Updates `react-textarea-autosize` from 8.5.7 to 8.5.8
- [Release notes](https://github.com/Andarist/react-textarea-autosize/releases)
- [Changelog](https://github.com/Andarist/react-textarea-autosize/blob/main/CHANGELOG.md)
- [Commits](Andarist/react-textarea-autosize@v8.5.7...v8.5.8)

Updates `vite` from 6.2.1 to 6.2.2
- [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/v6.2.2/packages/vite)

Updates `@playwright/test` from 1.51.0 to 1.51.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.51.0...v1.51.1)

Updates `@react-router/dev` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/dev@7.4.0/packages/react-router-dev)

Updates `@tanstack/eslint-plugin-query` from 5.67.2 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/eslint-plugin-query)

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

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

Updates `@vitest/coverage-v8` from 3.0.8 to 3.0.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.9/packages/coverage-v8)

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

Updates `lint-staged` from 15.4.3 to 15.5.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.4.3...v15.5.0)

Updates `tailwindcss` from 3.4.17 to 4.0.14
- [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.0.14/packages/tailwindcss)

Updates `vitest` from 3.0.8 to 3.0.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.9/packages/vitest)

---
updated-dependencies:
- dependency-name: "@heroui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@react-router/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@react-router/serve"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@stripe/react-stripe-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@stripe/stripe-js"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: posthog-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: react-textarea-autosize
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@react-router/dev"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/version-all-fef4a9970e branch from 21874c9 to fa3a4bd Compare March 21, 2025 14:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2025

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

@dependabot dependabot bot closed this Mar 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/version-all-fef4a9970e branch March 24, 2025 18:28
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant