Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the version-all group across 1 directory with 30 updates #5647

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

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

Package From To
@nextui-org/react 2.4.8 2.6.8
@react-router/node 7.0.1 7.0.2
@react-router/serve 7.0.1 7.0.2
@reduxjs/toolkit 2.3.0 2.5.0
@tanstack/react-query 5.61.5 5.62.7
axios 1.7.7 1.7.9
i18next 23.16.8 24.1.2
i18next-browser-languagedetector 8.0.0 8.0.2
i18next-http-backend 2.7.1 3.0.1
isbot 5.1.17 5.1.18
monaco-editor 0.52.0 0.52.2
posthog-js 1.190.2 1.202.2
react 18.3.1 19.0.0
@types/react 18.3.12 19.0.1
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.1 19.0.2
react-i18next 15.1.2 15.2.0
react-icons 5.3.0 5.4.0
react-redux 9.1.2 9.2.0
react-router 7.0.1 7.0.2
vite 5.4.11 6.0.3
@playwright/test 1.49.0 1.49.1
@react-router/dev 7.0.1 7.0.2
@testing-library/react 16.0.1 16.1.0
@types/node 22.10.0 22.10.2
lint-staged 15.2.10 15.2.11
prettier 3.4.1 3.4.2
tailwindcss 3.4.15 3.4.16
vite-tsconfig-paths 5.1.3 5.1.4

Updates @nextui-org/react from 2.4.8 to 2.6.8

Release notes

Sourced from @​nextui-org/react's releases.

@​nextui-org/react@​2.6.8

🚀 What's Changed

🐛 Bug Fixes

  • Interactive Elements: Fixed issues with onClick events on interactive elements like buttons, cards, and links. The onClick event has been deprecated and replaced with onPress for better accessibility and compatibility. #4322 by @​jrgarciadev

🛠️ Maintenance

  • CI: Updated the release process to exit if the build fails, ensuring no incomplete releases are published. #4319 by @​winchesHe
  • Changesets: Updated versioning packages to streamline the release process. #4323 by @​github-actions

🔄 Migration Steps

To ensure compatibility with this update, follow these steps:

  1. Replace all onClick handlers in your code with onPress.
    Example:
   <Button onPress={() => console.log('Button pressed')}>Click Me</Button>
  1. Check all custom components using onClick and refactor them to use onPress if they rely on NextUI components internally.
  2. Test interactive elements like buttons, cards, and links across devices, particularly on iOS and Android, to ensure functionality.

@​nextui-org/react@​2.6.7

🚀 What's Changed

🐛 Bug Fixes

✨ Improvements

@​nextui-org/react@​2.6.6

🚀 What's Changed

🐛 Bug Fixes

✨ Improvements

... (truncated)

Changelog

Sourced from @​nextui-org/react's changelog.

2.6.8

Patch Changes

  • Updated dependencies [78c0928]:
    • @​nextui-org/dropdown@​2.3.7
    • @​nextui-org/listbox@​2.3.7
    • @​nextui-org/button@​2.2.7
    • @​nextui-org/navbar@​2.2.5
    • @​nextui-org/card@​2.2.7
    • @​nextui-org/link@​2.2.5
    • @​nextui-org/menu@​2.2.7
    • @​nextui-org/modal@​2.2.5
    • @​nextui-org/autocomplete@​2.3.7
    • @​nextui-org/calendar@​2.2.7
    • @​nextui-org/popover@​2.3.7
    • @​nextui-org/select@​2.4.7
    • @​nextui-org/accordion@​2.2.5
    • @​nextui-org/date-picker@​2.3.7
    • @​nextui-org/tabs@​2.2.5
    • @​nextui-org/tooltip@​2.2.5
    • @​nextui-org/breadcrumbs@​2.2.4
    • @​nextui-org/alert@​2.2.7
    • @​nextui-org/drawer@​2.2.5
    • @​nextui-org/form@​2.1.6
    • @​nextui-org/input-otp@​2.1.6
    • @​nextui-org/radio@​2.3.6
    • @​nextui-org/skeleton@​2.2.3
    • @​nextui-org/snippet@​2.2.8
    • @​nextui-org/table@​2.2.6
    • @​nextui-org/progress@​2.2.4
    • @​nextui-org/checkbox@​2.3.6
    • @​nextui-org/user@​2.2.4
    • @​nextui-org/slider@​2.4.5

2.6.7

Patch Changes

... (truncated)

Commits

Updates @react-router/node from 7.0.1 to 7.0.2

Release notes

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

v7.0.2

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

Changelog

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

7.0.2

Patch Changes

Commits

Updates @react-router/serve from 7.0.1 to 7.0.2

Release notes

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

v7.0.2

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

Changelog

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

7.0.2

Patch Changes

Commits

Updates @reduxjs/toolkit from 2.3.0 to 2.5.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.0

This feature release updates the React peer dependency to work with React 19, and fixes an additional skip token issue.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see React-Redux v9.2.0 for the same peer dep update.

Other Fixes

We previously fixed an issue with the RTKQ core where serializeQueryArgs callbacks could be called with skipToken, potentially leading to errors. We've fixed an additional location in the useQuery hooks where that could happen as well.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.4.0...v2.5.0

v2.4.0

This feature release includes multiple tweaks and fixes to RTK Query functionality, additional exported TS types, and drops support for TS versions earlier than 5.0.

Changelog

RTK Query Improvements

Lazy query hooks can now be reset.

retry.fail now accepts meta as a second argument.

Tag invalidation arrays now ignore nullish values.

We did some small internal refactoring around Maps and default values that shrank bundle size slightly.

Bugfixes

Passing skipToken to a query hook now bails out before running any other logic, which fixes cases where serializeQueryArgs previously threw an error because there were no args to process.

The autoBatchEnhancer now reads window.requestAnimationFrame later, which it to work properly with Jest fake timers.

We fixed cases where the hook result isSuccess flag would briefly flicker to false when switched to a different cache entry that was uninitialized, and would briefly flicker to true when refetching a query that previously errored.

The listener middleware previously had inconsistent logic checks for comparing against existing listener entries (effect + type, vs effect only). It now always checks both effect + type.

Additional TS Types

... (truncated)

Commits

Updates @tanstack/react-query from 5.61.5 to 5.62.7

Release notes

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

v5.62.7

Version 5.62.7 - 12/10/24, 7:04 PM

Changes

Fix

  • query-core: respect initialData for queryClient.ensureQueryData (#8425) (465906a) by Dominik Dorfmeister

Chore

  • examples to react19 (#8408) (27ce0b6) by Dominik Dorfmeister

Packages

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

v5.62.6

Version 5.62.6 - 12/9/24, 2:27 PM

Changes

Fix

  • angular-query: fix console warning on Angular 19 (#8422) (4dc8256) by Arnoud

Packages

  • @​tanstack/angular-query-experimental@​5.62.6
  • @​tanstack/angular-query-devtools-experimental@​5.62.6

v5.62.5

... (truncated)

Commits

Updates axios from 1.7.7 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Commits

Updates i18next from 23.16.8 to 24.1.2

Release notes

Sourced from i18next's releases.

v24.1.2

  • optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

v24.1.1

  • fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

v24.1.0

  • try to address 2270 by cloning the store data 2271

v24.0.5

  • remove extra log for 2268

v24.0.4

  • simplify fix: incorrect locale detected 2268

v24.0.3

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267

v24.0.2

  • if no Intl api, log error and use dummy rule

v24.0.1

  • early return and log error, if no Intl api

v24.0.0

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

Changelog

Sourced from i18next's changelog.

24.1.2

  • optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

24.1.1

  • fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

24.1.0

  • try to address 2270 by cloning the store data 2271

24.0.5

  • remove extra log for 2268

24.0.4

  • simplify fix: incorrect locale detected 2268

24.0.3

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267

24.0.2

  • if no Intl api, log error and use dummy rule

24.0.1

  • early return and log error, if no Intl api

24.0.0

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

... (truncated)

Commits

Updates i18next-browser-languagedetector from 8.0.0 to 8.0.2

Changelog

Sourced from i18next-browser-languagedetector's changelog.

8.0.2

  • fix for when passed services are null, should address 296

8.0.1

  • some environments, throws when accessing document.cookie
Commits

Updates i18next-http-backend from 2.7.1 to 3.0.1

Changelog

Sourced from i18next-http-backend's changelog.

3.0.1

  • try to get rid of top-level await

3.0.0

  • fix for Deno 2 and removal of unnecessary .cjs file
  • for esm build environments not supporting top-level await, you should import the i18next-http-backend/cjs export or stay at v2.6.2 or v2.7.1
Commits

Updates isbot from 5.1.17 to 5.1.18

Changelog

Sourced from isbot's changelog.

5.1.18

  • [Pattern] Pattern updates
Commits

Updates monaco-editor from 0.52.0 to 0.52.2

Release notes

Sourced from monaco-editor's releases.

v0.52.2

Changes:

This list of changes was auto generated.

Changelog

Sourced from monaco-editor's changelog.

Monaco Editor Changelog

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for monaco-editor since your current version.


Updates posthog-js from 1.190.2 to 1.202.2

Release notes

Sourced from posthog-js's releases.

1.202.2 - 2024-12-17

  • fix: specify transport in fewer places to let config control (#1614)
  • chore: update rollup, bc y not (#1615)

1.202.1 - 2024-12-17

  • feat: Use token scoped remote config (#1611)

1.202.0 - 2024-12-17

  • fix: Change default transport to fetch (#1612)

1.201.1 - 2024-12-17

  • fix: Load RemoteConfig by default but don't use it (#1607)
  • chore: add websockets example to nextjs playground (#1605)

1.201.0 - 2024-12-16

  • fix: rotate session id proactively (#1512)

1.200.2 - 2024-12-16

  • feat(web-analytics): Add flag to send server hash instead of distinct id (#1490)

1.200.1 - 2024-12-13

  • fix: Make legacy property sturdier (#1602)

1.200.0 - 2024-12-13

  • fix: Refactor decide loading (#1596)

1.199.0 - 2024-12-12

  • chore(flags): Add new debugging property $used_bootstrap_value, $feature_flag_bootstrapped_response and $feature_flag_bootstrapped_payload to $feature_flag_called event (#1567)

1.198.0 - 2024-12-12

  • feat: Allow users to customize fetch behavior (#1599)

1.197.0 - 2024-12-12

  • feat: send snapshot library (#1587)

1.196.1 - 2024-12-12

  • feat: Don't create person profile when setting properties for flags (#1586)

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.202.2 - 2024-12-17

  • fix: specify transport in fewer places to let config control (#1614)
  • chore: update rollup, bc y not (#1615)

1.202.1 - 2024-12-17

  • feat: Use token scoped remote config (#1611)

1.202.0 - 2024-12-17

  • fix: Change default transport to fetch (#1612)

1.201.1 - 2024-12-17

  • fix: Load RemoteConfig by default but don't use it (#1607)
  • chore: add websockets example to nextjs playground (#1605)

1.201.0 - 2024-12-16

  • fix: rotate session id proactively (

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

| Package | From | To |
| --- | --- | --- |
| [@nextui-org/react](https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react) | `2.4.8` | `2.6.8` |
| [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `7.0.1` | `7.0.2` |
| [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.0.1` | `7.0.2` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.3.0` | `2.5.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.61.5` | `5.62.7` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [i18next](https://github.com/i18next/i18next) | `23.16.8` | `24.1.2` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.0.0` | `8.0.2` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.7.1` | `3.0.1` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.17` | `5.1.18` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.0` | `0.52.2` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.190.2` | `1.202.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.0.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.0.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.1.2` | `15.2.0` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.3.0` | `5.4.0` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.1.2` | `9.2.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.0.1` | `7.0.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.11` | `6.0.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.49.0` | `1.49.1` |
| [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `7.0.1` | `7.0.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.0` | `22.10.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.2.11` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.16` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.1.3` | `5.1.4` |



Updates `@nextui-org/react` from 2.4.8 to 2.6.8
- [Release notes](https://github.com/nextui-org/nextui/releases)
- [Changelog](https://github.com/nextui-org/nextui/blob/canary/packages/core/react/CHANGELOG.md)
- [Commits](https://github.com/nextui-org/nextui/commits/@nextui-org/[email protected]/packages/core/react)

Updates `@react-router/node` from 7.0.1 to 7.0.2
- [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/[email protected]/packages/react-router-node)

Updates `@react-router/serve` from 7.0.1 to 7.0.2
- [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/[email protected]/packages/react-router-serve)

Updates `@reduxjs/toolkit` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.3.0...v2.5.0)

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

Updates `axios` from 1.7.7 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

Updates `i18next` from 23.16.8 to 24.1.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.8...v24.1.2)

Updates `i18next-browser-languagedetector` from 8.0.0 to 8.0.2
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v8.0.0...v8.0.2)

Updates `i18next-http-backend` from 2.7.1 to 3.0.1
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/commits/v3.0.1)

Updates `isbot` from 5.1.17 to 5.1.18
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.17...v5.1.18)

Updates `monaco-editor` from 0.52.0 to 0.52.2
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.52.0...v0.52.2)

Updates `posthog-js` from 1.190.2 to 1.202.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.190.2...v1.202.2)

Updates `react` from 18.3.1 to 19.0.0
- [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.0.0/packages/react)

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

Updates `react-dom` from 18.3.1 to 19.0.0
- [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.0.0/packages/react-dom)

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

Updates `react-i18next` from 15.1.2 to 15.2.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.2...v15.2.0)

Updates `react-icons` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.3.0...v5.4.0)

Updates `react-redux` from 9.1.2 to 9.2.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.1.2...v9.2.0)

Updates `react-router` from 7.0.1 to 7.0.2
- [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/[email protected]/packages/react-router)

Updates `react-textarea-autosize` from 8.5.5 to 8.5.6
- [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.5...v8.5.6)

Updates `vite` from 5.4.11 to 6.0.3
- [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.0.3/packages/vite)

Updates `@playwright/test` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

Updates `@react-router/dev` from 7.0.1 to 7.0.2
- [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/[email protected]/packages/react-router-dev)

Updates `@testing-library/react` from 16.0.1 to 16.1.0
- [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.0.1...v16.1.0)

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

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

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

Updates `lint-staged` from 15.2.10 to 15.2.11
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.2.11)

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

Updates `tailwindcss` from 3.4.15 to 3.4.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.16)

Updates `vite-tsconfig-paths` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v5.1.3...v5.1.4)

---
updated-dependencies:
- dependency-name: "@nextui-org/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@react-router/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@react-router/serve"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: i18next-browser-languagedetector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: monaco-editor
  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
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: react-redux
  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-patch
  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-major
  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-patch
  dependency-group: version-all
- dependency-name: "@testing-library/react"
  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-major
  dependency-group: version-all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Superseded by #5657.

@dependabot dependabot bot closed this Dec 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/version-all-a941201935 branch December 17, 2024 19:06
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.

0 participants