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 14 updates #6603

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

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

Package From To
@react-router/node 7.1.3 7.1.5
@react-router/serve 7.1.3 7.1.5
@tanstack/react-query 5.65.1 5.66.0
framer-motion 12.0.6 12.0.11
posthog-js 1.211.4 1.215.3
react-router 7.1.3 7.1.5
tailwind-merge 2.6.0 3.0.1
@playwright/test 1.50.0 1.50.1
@react-router/dev 7.1.3 7.1.5
@tanstack/eslint-plugin-query 5.65.0 5.66.0
@types/node 22.12.0 22.13.1
@vitest/coverage-v8 3.0.4 3.0.5
tailwindcss 3.4.17 4.0.3

Updates @react-router/node from 7.1.3 to 7.1.5

Release notes

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

v.7.1.5

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

v7.1.4

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

Changelog

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

7.1.5

Patch Changes

  • Updated dependencies:
    • react-router@7.1.5

7.1.4

Patch Changes

  • Updated dependencies:
    • react-router@7.1.4
Commits

Updates @react-router/serve from 7.1.3 to 7.1.5

Release notes

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

v.7.1.5

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

v7.1.4

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

Changelog

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

7.1.5

Patch Changes

  • Updated dependencies:
    • react-router@7.1.5
    • @react-router/node@7.1.5
    • @react-router/express@7.1.5

7.1.4

Patch Changes

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

Updates @tanstack/react-query from 5.65.1 to 5.66.0

Release notes

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

v5.66.0

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat

  • core: add client to queryFunctionContext (#8599) (f86eb7e) by Dominik Dorfmeister

Docs

  • Add OpenAPI Qraft React to the list of community projects (#8588) (a507400) by Alex Batalov

Packages

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

Updates framer-motion from 12.0.6 to 12.0.11

Changelog

Sourced from framer-motion's changelog.

[12.0.11] 2025-02-03

Fixed

  • Moving updateSVGDimensions to its own file to help with tree-shaking.

[12.0.10] 2025-02-03

Fixed

  • Providing MotionValue to motion component from motion/react-client entrypoint.

[12.0.9] 2025-02-03

Fixed

  • Removing React from bundle.

[12.0.8] 2025-02-03

Fixed

  • Infer type of children prop for motion.create.

[12.0.7] 2025-01-28

Fixed

  • Fixed SVG transform animations via animate.
Commits

Updates posthog-js from 1.211.4 to 1.215.3

Release notes

Sourced from posthog-js's releases.

1.215.3 - 2025-02-04

  • refactor: Simplify Posthog.init() signature (#1712)

1.215.2 - 2025-02-03

  • fix: checking status is too blunt for paused status (#1713)

1.215.1 - 2025-01-31

  • chore: export some types (#1710)

1.215.0 - 2025-01-31

  • feat: allow configuring request queue interval (#1708)

1.214.1 - 2025-01-31

  • fix: never send when not sampled (#1706)
  • chore: silence survey logging (#1707)

1.214.0 - 2025-01-30

  • chore: add device types check (#1698)

1.213.0 - 2025-01-30

  • feat: deprecate featureFlags.override in favor of featureFlags.overrideFeatureFlags, a new function that supports overriding flags and flag payloads (#1697)
  • chore: snapshot types that we want to not accidentally deprecate or remove (#1705)

1.212.1 - 2025-01-29

  • docs: Add missing types (#1703)

1.212.0 - 2025-01-29

  • feat: sampling that can be shared (#1700)
Changelog

Sourced from posthog-js's changelog.

1.215.3 - 2025-02-04

  • refactor: Simplify Posthog.init() signature (#1712)

1.215.2 - 2025-02-03

  • fix: checking status is too blunt for paused status (#1713)

1.215.1 - 2025-01-31

  • chore: export some types (#1710)

1.215.0 - 2025-01-31

  • feat: allow configuring request queue interval (#1708)

1.214.1 - 2025-01-31

  • fix: never send when not sampled (#1706)
  • chore: silence survey logging (#1707)

1.214.0 - 2025-01-30

  • chore: add device types check (#1698)

1.213.0 - 2025-01-30

  • feat: deprecate featureFlags.override in favor of featureFlags.overrideFeatureFlags, a new function that supports overriding flags and flag payloads (#1697)
  • chore: snapshot types that we want to not accidentally deprecate or remove (#1705)

1.212.1 - 2025-01-29

  • docs: Add missing types (#1703)

1.212.0 - 2025-01-29

  • feat: sampling that can be shared (#1700)
Commits

Updates react-router from 7.1.3 to 7.1.5

Release notes

Sourced from react-router's releases.

v.7.1.5

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

v7.1.4

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

Changelog

Sourced from react-router's changelog.

7.1.5

Patch Changes

  • Fix regression introduced in 7.1.4 via #12800 that caused issues navigating to hash routes inside splat routes for applications using Lazy Route Discovery (patchRoutesOnNavigation) (#12927)

7.1.4

Patch Changes

  • Internal reorg to clean up some duplicated route module types (#12799)
  • Properly handle status codes that cannot have a body in single fetch responses (204, etc.) (#12760)
  • Stop erroring on resource routes that return raw strings/objects and instead serialize them as text/plain or application/json responses (#12848)
    • This only applies when accessed as a resource route without the .data extension
    • When accessed from a Single Fetch .data request, they will still be encoded via turbo-stream
  • Optimize Lazy Route Discovery path discovery to favor a single querySelectorAll call at the body level instead of many calls at the sub-tree level (#12731)
  • Properly bubble headers as errorHeaders when throwing a data() result (#12846)
    • Avoid duplication of Set-Cookie headers could be duplicated if also returned from headers
  • Optimize route matching by skipping redundant matchRoutes calls when possible (#12800)
Commits

Updates tailwind-merge from 2.6.0 to 3.0.1

Release notes

Sourced from tailwind-merge's releases.

v3.0.1

Bug Fixes

  • Update info about supported Tailwind CSS version in README by @​dcastil in b9c136d
  • Update incorrect link in v3 changelog by @​dcastil in e22885e

Full Changelog: dcastil/tailwind-merge@v3.0.0...v3.0.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.0

Tailwind CSS v4 is here and it's time to upgrade tailwind-merge to support it. tailwind-merge v3.0.0 is more accurate than ever and follows the Tailwind CSS spec more closely than in v2. That is thanks to Tailwind CSS v4 being more consistent than ever.

This release drops support for Tailwind CSS v3 and in turn adds support for Tailwind CSS v4. That means you should upgrade to Tailwind CSS v4 and tailwind-merge v3 together. All breaking changes are related to the Tailwind CSS v4 support.

Check out the migration guide and if you have any questions, feel free to create an issue.

Breaking Changes

New Features

Bug Fixes

Documentation

Full Changelog: dcastil/tailwind-merge@v2.6.0...v3.0.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

Commits
  • 493fa8c v3.0.1
  • b9c136d update info about supported Tailwind CSS version in README
  • e22885e fix link in v3 changelog
  • 7378c16 v3.0.0
  • a00a8e6 change label added to new issues to context-v3
  • 7c8c994 Merge pull request #518 from dcastil/breaking-feature/513/tailwind-css-v4-sup...
  • 7f043a6 small tweaks
  • 1950ab6 add migration doc for tailwind-merge v3
  • ef00078 add removed custom separator support to breaking changes in v3 changelog
  • 752b103 remove separator from docs
  • Additional commits viewable in compare view

Updates @playwright/test from 1.50.0 to 1.50.1

Release notes

Sourced from @​playwright/test's releases.

v1.50.1

Highlights

microsoft/playwright#34483 - [Feature]: single aria snapshot for different engines/browsers microsoft/playwright#34497 - [Bug]: Firefox not handling keepalive: true fetch requests microsoft/playwright#34504 - [Bug]: update snapshots not creating good diffs microsoft/playwright#34507 - [Bug]: snapshotPathTemplate doesnt work when multiple projects microsoft/playwright#34462 - [Bug]: updateSnapshots "changed" throws an error

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132
Commits
  • dbc685c chore: mark v1.50.1 (#34575)
  • 13d80f1 cherry-pick(#34560): chore(docs): clarify connection method via BrowserType.c...
  • 159210d cherry-pick(#34556): fix(toMatchAriaSnapshot): fail test run when updating mi...
  • fbad9f7 cherry-pick(#34537): feat: per-assertion snapshot path template in config (#3...
  • 67313fa cherry-pick(#34550): roll follow-ups for .NET and Python
  • 4b7794b cherry-pick(#34544): fix(aria): disregard text area textContent
  • 1efbedd cherry-pick(#34535): Revert "Reapply "fix(har timing): record connect timing ...
  • 1e258e0 cherry-pick(#34420): chore(deps): bump vite from 5.4.6 to 5.4.14 (#34539)
  • 7be4ef5 cherry-pick(#34522): test: fetch request through socks proxy over ipv4
  • 7b3e590 cherry-pick(#34530): fix(firefox): disable fetch keep-alive for now before a ...
  • Additional commits viewable in compare view

Updates @react-router/dev from 7.1.3 to 7.1.5

Release notes

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

v.7.1.5

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

v7.1.4

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

Changelog

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

7.1.5

Patch Changes

  • Updated dependencies:
    • react-router@7.1.5
    • @react-router/node@7.1.5
    • @react-router/serve@7.1.5

7.1.4

Patch Changes

  • Properly resolve Windows file paths to scan for Vite's dependency optimization when using the unstable_optimizeDeps future flag. (#12637)
  • Fix prerendering when using a custom server - previously we ended up trying to import the users custom server when we actually want to import the virtual server build module (#12759)
  • Updated dependencies:
    • react-router@7.1.4
    • @react-router/node@7.1.4
    • @react-router/serve@7.1.4
Commits

Updates @tanstack/eslint-plugin-query from 5.65.0 to 5.66.0

Release notes

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

v5.66.0

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat

  • core: add client to queryFunctionContext (#8599) (f86eb7e) by Dominik Dorfmeister

Docs

  • Add OpenAPI Qraft React to the list of community projects (#8588) (a507400) by Alex Batalov

Packages

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

v5.65.1

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

Packages

  • @​tanstack/react-query@​5.65.1
  • @​tanstack/react-query-devtools@​5.65.1
  • @​tanstack/react-query-persist-client@​5.65.1

... (truncated)

Commits

Updates @types/node from 22.12.0 to 22.13.1

Commits

Updates @vitest/coverage-v8 from 3.0.4 to 3.0.5

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.0.5

This release includes security patches for:

🚀 Features

🐞 Bug Fixes

View changes on GitHub
Commits

Updates tailwindcss from 3.4.17 to 4.0.3

Release notes

Sourced from tailwindcss's releases.

v4.0.3

Fixed

  • Fix incorrect removal of @import url(); (#16144)

v4.0.2

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

v4.0.1

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)
  • Ensure suggested classes are properly sorted (#15857)
  • Don’t look at .gitignore files outside initialized repos (#15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#15974)
  • Find utilities when using the Angular class shorthand syntax (#15974)
  • Find utilities when using functions inside arrays (#15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#16005)
  • Ensure CSS theme variables are available within shadow roots (#15975)
  • Fix crash when project lives in the / directory (#15988)
  • Ensure custom variants have a non-empty selector list (#16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#15927)
  • Upgrade: Migrate leading-[1] to leading-none (#16004)
  • Upgrade: Do not migrate arbitrary leading utilities to bare values (#16004)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.0.3] - 2025-02-01

Fixed

  • Fix incorrect removal of @import url(); (#16144)

[4.0.2] - 2025-01-31

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

[4.0.1] - 2025-01-29

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)
  • Ensure suggested classes are properly sorted (#15857)
  • Don’t look at .gitignore files outside initialized repos (#15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#15974)
  • Find utilities when using the Angular class shorthand syntax (#15974)
  • Find utilities when using functions inside arrays (#15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#16005)
  • Ensure CSS theme variables are available within shadow roots (#15975)
  • Fix crash when project lives in the / directory (#15988)
  • Ensure custom variants have a non-empty selector list (#16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#15927)

... (truncated)

Commits

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `7.1.3` | `7.1.5` |
| [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.1.3` | `7.1.5` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.65.1` | `5.66.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.0.6` | `12.0.11` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.211.4` | `1.215.3` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.3` | `7.1.5` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.0.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.0` | `1.50.1` |
| [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `7.1.3` | `7.1.5` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.65.0` | `5.66.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.12.0` | `22.13.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.4` | `3.0.5` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.0.3` |



Updates `@react-router/node` from 7.1.3 to 7.1.5
- [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.1.5/packages/react-router-node)

Updates `@react-router/serve` from 7.1.3 to 7.1.5
- [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.1.5/packages/react-router-serve)

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

Updates `framer-motion` from 12.0.6 to 12.0.11
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.0.6...v12.0.11)

Updates `posthog-js` from 1.211.4 to 1.215.3
- [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.211.4...v1.215.3)

Updates `react-router` from 7.1.3 to 7.1.5
- [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.1.5/packages/react-router)

Updates `tailwind-merge` from 2.6.0 to 3.0.1
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.6.0...v3.0.1)

Updates `@playwright/test` from 1.50.0 to 1.50.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.0...v1.50.1)

Updates `@react-router/dev` from 7.1.3 to 7.1.5
- [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.1.5/packages/react-router-dev)

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

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

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

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

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

---
updated-dependencies:
- 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: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: framer-motion
  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-patch
  dependency-group: version-all
- dependency-name: tailwind-merge
  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: "@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-minor
  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: 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2025

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

@dependabot dependabot bot closed this Feb 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/version-all-894a7f0bff branch February 5, 2025 14:27
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