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

chore(deps): bump the version-all group across 1 directory with 27 updates #5214

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

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

Package From To
@react-types/shared 3.25.0 3.26.0
@remix-run/node 2.13.1 2.15.0
@remix-run/react 2.13.1 2.15.0
@remix-run/serve 2.13.1 2.15.0
@tanstack/react-query 5.60.5 5.61.0
@vitejs/plugin-react 4.3.2 4.3.3
i18next 23.16.0 24.0.0
i18next-http-backend 2.6.2 3.0.1
jose 5.9.4 5.9.6
posthog-js 1.184.1 1.188.0
react-i18next 15.0.3 15.1.1
react-router-dom 6.27.0 7.0.1
react-textarea-autosize 8.5.4 8.5.5
vite 5.4.9 5.4.11
@playwright/test 1.48.2 1.49.0
@remix-run/dev 2.13.1 2.15.0
@remix-run/testing 2.13.1 2.15.0
@testing-library/jest-dom 6.6.1 6.6.3
@types/node 22.7.6 22.9.1
@types/react 18.3.11 18.3.12
@types/ws 8.5.12 8.5.13
husky 9.1.6 9.1.7
postcss 8.4.47 8.4.49
tailwindcss 3.4.14 3.4.15
typescript 5.6.3 5.7.2
vite-plugin-svgr 4.2.0 4.3.0
vite-tsconfig-paths 5.0.1 5.1.3

Updates @react-types/shared from 3.25.0 to 3.26.0

Release notes

Sourced from @​react-types/shared's releases.

April 5, 2023 Release

https://react-spectrum.adobe.com/releases/2023-04-05.html

Commits
  • 17358f7 Publish
  • a530335 chore: revert export provider context (#7416)
  • c6bd2cb chore: Update dialog examples to be more generic (#7415)
  • 2e1dd22 fix: Handle more BC date cases (#7410)
  • 9170093 fix(#7399): DatePicker.test fails with daylight savings change (#7401)
  • 52bf91b feat: Add codemod for ActionGroup (#7396)
  • baa330f feat: Add RAC example of Menu nested in popover dialog (#7402)
  • 62718d4 Document RAC Dialog close button slot (#7405)
  • 16153ed chore: Add ActionButtonGroup and ToggleButtonGroup to example apps and tailwi...
  • 65e3a52 Improve error message for missing Provider error (#7404)
  • Additional commits viewable in compare view

Updates @remix-run/node from 2.13.1 to 2.15.0

Release notes

Sourced from @​remix-run/node's releases.

v2.15.0

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

v2.14.0

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

Changelog

Sourced from @​remix-run/node's changelog.

2.15.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.15.0

2.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.14.0
Commits

Updates @remix-run/react from 2.13.1 to 2.15.0

Release notes

Sourced from @​remix-run/react's releases.

v2.15.0

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

v2.14.0

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

Changelog

Sourced from @​remix-run/react's changelog.

2.15.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.15.0

2.14.0

Patch Changes

  • Fix defaultShouldRevalidate value when using single fetch (#10139)
  • Updated dependencies:
    • @remix-run/server-runtime@2.14.0
Commits

Updates @remix-run/serve from 2.13.1 to 2.15.0

Release notes

Sourced from @​remix-run/serve's releases.

v2.15.0

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

v2.14.0

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

Changelog

Sourced from @​remix-run/serve's changelog.

2.15.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.15.0
    • @remix-run/node@2.15.0

2.14.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.14.0
    • @remix-run/express@2.14.0
Commits

Updates @tanstack/react-query from 5.60.5 to 5.61.0

Release notes

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

v5.61.0

Version 5.61.0 - 11/20/24, 1:01 PM

Changes

Feat

  • angular-query: add mutationOptions (#8316) (5731a3a) by Arnoud

Fix

  • types: make sure queryOptions are passable to UseQueryOptions (#8317) (3fa4b7c) by Dominik Dorfmeister

Docs

  • angular-query: update queryOptions documentation (#8311) (6a9edbf) by Arnoud

Packages

  • @​tanstack/react-query@​5.61.0
  • @​tanstack/angular-query-experimental@​5.61.0
  • @​tanstack/react-query-devtools@​5.61.0
  • @​tanstack/react-query-persist-client@​5.61.0
  • @​tanstack/react-query-next-experimental@​5.61.0
  • @​tanstack/angular-query-devtools-experimental@​5.61.0

v5.60.7

Version 5.60.7 - 11/19/24, 6:39 PM

Changes

Fix

  • angular-query: remove queryClient parameter from callback functions (#8307) (4aff846) by Arnoud

Packages

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

v5.60.6

Version 5.60.6 - 11/19/24, 10:17 AM

Changes

Refactor

  • *: change noop function return type from undefined to void (#8299) (7d36089) by @​kangju2000

Other

... (truncated)

Commits

Updates @vitejs/plugin-react from 4.3.2 to 4.3.3

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.3.3

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }
return {
plugins: [react({ babel: { plugins: babelPlugins } })],
}
})

Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.3.3 (2024-10-19)

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }
return {
plugins: [react({ babel: { plugins: babelPlugins } })],
}
})

Commits

Updates i18next from 23.16.0 to 24.0.0

Release notes

Sourced from i18next's releases.

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

v23.16.8

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

  • fix: Small typo in the type definitions 2250

v23.16.5

  • fix extractFromKey for use cases like this

v23.16.4

  • revert formatter change 2247 because of caching not working anymore

v23.16.3

  • fix utils imports for Deno

v23.16.2

  • perf(size): Adds a isString utility 2248

v23.16.1

  • perf: Optimize size of Formatter 2247
Changelog

Sourced from i18next's changelog.

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

➡️ check out the migration guide

23.16.8

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

23.16.7

  • if plural rule is not found, try to search with language only code 2252

23.16.6

  • fix: Small typo in the type definitions 2250

23.16.5

  • fix extractFromKey for use cases like this

23.16.4

  • revert formatter change 2247 because of caching not working anymore

23.16.3

  • fix utils imports for Deno

23.16.2

... (truncated)

Commits

Updates i18next-http-backend from 2.6.2 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

2.7.1

  • same as 2.6.2

2.7.0

  • deprecated, same as v3.0.0
Commits

Updates jose from 5.9.4 to 5.9.6

Release notes

Sourced from jose's releases.

v5.9.6

Reverts

  • Revert "refactor(build): simplify package exports" (2ef3a52)
Changelog

Sourced from jose's changelog.

5.9.6 (2024-10-20)

Reverts

  • Revert "refactor(build): simplify package exports" (2ef3a52)

5.9.5 (2024-10-20)

Refactor

  • build: simplify package exports (4783f7f)
Commits
  • 27d26a4 chore(release): 5.9.6
  • 2ef3a52 Revert "refactor(build): simplify package exports"
  • 460a959 chore(release): 5.9.5
  • 4783f7f refactor(build): simplify package exports
  • 7521425 docs: resolve remaining conflict
  • 30365fd ci: use default CodeQL
  • ea5f212 chore: bump dev deps
  • ffad408 docs: update docs building dependencies
  • e2f737d test: temporary workaround chrome 130 and testcafe
  • 43c4bcc test: browser logs are polled
  • Additional commits viewable in compare view

Updates posthog-js from 1.184.1 to 1.188.0

Release notes

Sourced from posthog-js's releases.

1.188.0 - 2024-11-22

  • fix(surveys): Process feature_flag_keys on Survey object (#1548)
  • chore: sentry integration fixes (#1544)

1.187.2 - 2024-11-20

  • fix: improve ES6 bundling (#1542)

1.187.1 - 2024-11-19

  • fix: patch angular wrap detection in rrweb (#1543)

1.187.0 - 2024-11-19

  • feat: allow config of before_send function to edit or reject events (#1515)
  • chore: timeout test cafe jobs (#1540)
  • chore: specify an explicit browserslist version (#1539)

1.186.4 - 2024-11-19

  • chore: always transform exponentiation (#1537)
  • chore: very small change to IE11 bundling (#1536)

1.186.3 - 2024-11-18

  • fix: refactor native mutation observer implementation (#1535)
  • chore: update dependency versions (#1534)
  • chore: remove custom exceptions endpoint (#1513)

1.186.2 - 2024-11-18

  • fix: angular change detection mutation observer (#1531)
  • chore: Added CSP headers to next app for testing what we document (#1528)

1.186.1 - 2024-11-15

  • fix: XHR req method capture (#1527)

1.186.0 - 2024-11-15

  • feat: allow triggering sessions when events occur (#1523)

1.185.0 - 2024-11-15

  • feat: Add customization to add all person profile properties as setPersonPropertiesForFlags (#1517)

1.184.2 - 2024-11-13

  • fix(flags): support multiple children prop in PostHogFeature (#1516)

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.188.0 - 2024-11-22

  • fix(surveys): Process feature_flag_keys on Survey object (#1548)
  • chore: sentry integration fixes (#1544)

1.187.2 - 2024-11-20

  • fix: improve ES6 bundling (#1542)

1.187.1 - 2024-11-19

  • fix: patch angular wrap detection in rrweb (#1543)

1.187.0 - 2024-11-19

  • feat: allow config of before_send function to edit or reject events (#1515)
  • chore: timeout test cafe jobs (#1540)
  • chore: specify an explicit browserslist version (#1539)

1.186.4 - 2024-11-19

  • chore: always transform exponentiation (#1537)
  • chore: very small change to IE11 bundling (#1536)

1.186.3 - 2024-11-18

  • fix: refactor native mutation observer implementation (#1535)
  • chore: update dependency versions (#1534)
  • chore: remove custom exceptions endpoint (#1513)

1.186.2 - 2024-11-18

  • fix: angular change detection mutation observer (#1531)
  • chore: Added CSP headers to next app for testing what we document (#1528)

1.186.1 - 2024-11-15

  • fix: XHR req method capture (#1527)

1.186.0 - 2024-11-15

  • feat: allow triggering sessions when events occur (#1523)

1.185.0 - 2024-11-15

  • feat: Add customization to add all person profile properties as setPersonPropertiesForFlags (#1517)

1.184.2 - 2024-11-13

  • fix(flags): support multiple children prop in PostHogFeature (#1516)

... (truncated)

Commits

Updates react-i18next from 15.0.3 to 15.1.1

Changelog

Sourced from react-i18next's changelog.

15.1.1

  • fix: Not all namespaces are loaded when passing the lng option to useTranslate 1809

15.1.0

  • fix: <Trans /> warns 'Each child in a list should have a unique "key" prop.' for react 19 1806
Commits
  • 20b820e 15.1.1
  • 0d8153e fix: Not all namespaces are loaded when passing the lng option to useTranslat...
  • 2934253 15.1.0
  • eaf7780 release
  • e05425e fix: \<Trans /> warns 'Each child in a list should have a unique "key" prop...
  • See full diff in compare view

Updates react-router-dom from 6.27.0 to 7.0.1

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

7.0.1

Patch Changes

  • Updated dependencies:
    • react-router@7.0.1

7.0.0

Major Changes

  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
  • Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#11469)

  • Remove single_fetch future flag. (#11522)

  • Remove future.v7_startTransition flag (#11696)

  • Remove future.v7_normalizeFormMethod future flag (#11697)

  • Allow returning undefined from actions and loaders (#11680)

  • update minimum node version to 18 (#11690)

  • Remove future.v7_prependBasename from the ionternalized @remix-run/router package (#11726)

  • Remove future.v7_throwAbortReason from internalized @remix-run/router package (#11728)

  • Add exports field to all packages (#11675)

  • node package no longer re-exports from react-router (#11702)

  • updates the minimum React version to 18 (#11689)

    • Remove the future.v7_partialHydration flag (#11725)
      • This also removes the <RouterProvider fallbackElement> prop
        • To migrate, move the fallbackElement to a hydrateFallbackElement/HydrateFallback on your root route
      • Also worth nothing there is a related breaking changer with this future flag:
        • Without future.v7_partialHydration (when using fallbackElement), state.navigation was populated during the initial load
        • With future.v7_partialHydration, state.navigation remains in an "idle" state during the initial load
  • Remove future.v7_fetcherPersist flag (#11731)

... (truncated)

Commits

Updates react-textarea-autosize from 8.5.4 to 8.5.5

Release notes

Sourced from react-textarea-autosize's releases.

v8.5.5

Patch Changes

  • #401 4a34e1b Thanks @​olee! - Add missing wordSpacing and scrollbarGutter as properties that can impact sizing
Changelog

Sourced from react-textarea-autosize's changelog.

8.5.5

Patch Changes

  • #401 4a34e1b Thanks @​olee! - Add missing wordSpacing and scrollbarGutter as properties that can impact sizing
Commits

Updates vite from 5.4.9 to 5.4.11

Release notes

Sourced from vite's releases.

v5.4.11

Please refer to CHANGELOG.md for details.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.11 (2024-11-11)

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
Commits

Updates @playwright/test from 1.48.2 to 1.49.0

Release notes

Sourced from @​playwright/test's releases.

v1.49.0

Aria snapshots

New assertion expect(locator).toMatchAriaSnapshot() verifies page structure by comparing to an expected accessibility tree, represented as YAML.

await page.goto('https://playwright.dev');
await expect(page.locator('body')).toMatchAriaSnapshot(`
  - banner:
    - heading /Playwright enables reliable/ [level=1]
    - link "Get started"
    - link "Star microsoft/playwright on GitHub"
  - main:
    - img "Browsers (Chromium, Firefox, WebKit)"
    - heading "Any browser • Any platform • One API"
`);

You can generate this assertion with Test Generator and update the expected snapshot with --update-snapshots command line flag.

Learn more in the aria snapshots guide.

Test runner

Breaking: channels chrome, msedge and similar switch to new headless

This change affects you if you're using one of the following channels in your playwright.config.ts:

  • chrome, chrome-dev, chrome-beta, or chrome-canary
  • msedge, msedge-dev, msedge-beta, or msedge-canary

What do I need to do?

After updating to Playwright v1.49, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code around PDF viewers and extensions. See [issue #33566](microsoft/playwright#33566) for more details.

Other breaking changes

  • There will be no more updates for WebKit on Ubuntu 20.04 and Debian 11. We recommend updating your OS to a later version.
  • Package @playwright/experimental-ct-vue2 will no longer be updated.
  • Package @playwright/experimental-ct-solid will no longer be updated.

Try new Chromium headless

You can opt into the new headless mode by using 'chromium' channel. As official Chrome documentation puts it:

New Headless on the other hand is the real Chrome browser, and is thus more authentic, reliable, and offers more features. This makes it more suitable for high-accuracy end-to-end web app testing or browser extension testing.

... (truncated)

Commits

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@react-types/shared](https://github.com/adobe/react-spectrum) | `3.25.0` | `3.26.0` |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.13.1` | `2.15.0` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.13.1` | `2.15.0` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.13.1` | `2.15.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.60.5` | `5.61.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.2` | `4.3.3` |
| [i18next](https://github.com/i18next/i18next) | `23.16.0` | `24.0.0` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.6.2` | `3.0.1` |
| [jose](https://github.com/panva/jose) | `5.9.4` | `5.9.6` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.184.1` | `1.188.0` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.0.3` | `15.1.1` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.27.0` | `7.0.1` |
| [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) | `8.5.4` | `8.5.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.11` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.48.2` | `1.49.0` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.13.1` | `2.15.0` |
| [@remix-run/testing](https://github.com/remix-run/remix/tree/HEAD/packages/remix-testing) | `2.13.1` | `2.15.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.1` | `6.6.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.6` | `22.9.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `18.3.12` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.12` | `8.5.13` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14` | `3.4.15` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.2.0` | `4.3.0` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.0.1` | `5.1.3` |



Updates `@react-types/shared` from 3.25.0 to 3.26.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-types/shared@3.25.0...@react-types/shared@3.26.0)

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

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

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

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

Updates `@vitejs/plugin-react` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.3/packages/plugin-react)

Updates `i18next` from 23.16.0 to 24.0.0
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.0...v24.0.0)

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

Updates `jose` from 5.9.4 to 5.9.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.9.4...v5.9.6)

Updates `posthog-js` from 1.184.1 to 1.188.0
- [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.184.1...v1.188.0)

Updates `react-i18next` from 15.0.3 to 15.1.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.0.3...v15.1.1)

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

Updates `react-textarea-autosize` from 8.5.4 to 8.5.5
- [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.4...v8.5.5)

Updates `vite` from 5.4.9 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

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

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

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

Updates `@testing-library/jest-dom` from 6.6.1 to 6.6.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.6.1...v6.6.3)

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

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

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

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

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

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

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v4.2.0...v4.3.0)

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

---
updated-dependencies:
- dependency-name: "@react-types/shared"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@remix-run/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@remix-run/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@remix-run/serve"
  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: "@vitejs/plugin-react"
  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-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-minor
  dependency-group: version-all
- dependency-name: "@remix-run/dev"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@remix-run/testing"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: postcss
  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: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: vite-plugin-svgr
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 22, 2024
Copy link
Member

@amanape amanape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but please hold for a while until I look into some things; The React Router update is a semi-major change

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2024

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

@dependabot dependabot bot closed this Nov 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/version-all-1e639ac4d0 branch November 24, 2024 21:59
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