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 9 updates #6563

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

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

Package From To
@react-router/node 7.1.3 7.1.4
@react-router/serve 7.1.3 7.1.4
@tanstack/react-query 5.65.1 5.66.0
posthog-js 1.211.4 1.215.0
react-router 7.1.3 7.1.4
tailwind-merge 2.6.0 3.0.1
@react-router/dev 7.1.3 7.1.4
@tanstack/eslint-plugin-query 5.65.0 5.66.0
tailwindcss 3.4.17 4.0.1

Updates @react-router/node from 7.1.3 to 7.1.4

Release notes

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

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

Patch Changes

Commits

Updates @react-router/serve from 7.1.3 to 7.1.4

Release notes

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

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

Patch Changes

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 posthog-js from 1.211.4 to 1.215.0

Release notes

Sourced from posthog-js's releases.

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.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
  • 928a748 chore: Bump version to 1.215.0
  • 4dc0bc1 feat: allow configuring request queue interval (#1708)
  • 9f37fcd chore: Bump version to 1.214.1
  • 8cb1a00 fix: never send when not sampled (#1706)
  • c46550a chore: silence survey logging (#1707)
  • 6a6eb28 chore: Bump version to 1.214.0
  • 9bf2e35 chore: add device types check (#1698)
  • 45b90d6 chore: Bump version to 1.213.0
  • 690773b feat: deprecate featureFlags.override in favor of `featureFlags.overrideFea...
  • 8624f85 chore: snapshot types that we want to not accidentally deprecate or remove (#...
  • Additional commits viewable in compare view

Updates react-router from 7.1.3 to 7.1.4

Release notes

Sourced from react-router's releases.

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.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
  • REMOVE: limit matchRoutes optimization to client side (#12882)

  • 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
  • d2bb602 chore: Update version for release (#12913)
  • 3c1a6bb chore: Update version for release (pre) (#12880)
  • a039471 Limit matchRoutes optimization to client side routers (#12882)
  • 80cf6ff Loosen restrictions on resource route (#12848)
  • e23d6cb Optimization to avoid redundant calls to matchRoutes (#12800)
  • 8f42290 Fix bugs with thrown data headers and duplciated set-cookie headers (#12846)
  • c6d651f Remove DOM mutation overhead from fog-of-war prefetch (#12731)
  • 5ffd5da Dedup route modules types across server-runtime and ssr (#12799)
  • 04b1a3b Properly handle empty body response codes in single fetch requests (#12760)
  • See full diff in compare view

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 @react-router/dev from 7.1.3 to 7.1.4

Release notes

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

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.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:
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 tailwindcss from 3.4.17 to 4.0.1

Release notes

Sourced from tailwindcss's releases.

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)

v4.0.0

Holy shit it's actually done — we just tagged Tailwind CSS v4.0.

Tailwind CSS v4.0 is an all-new version of the framework optimized for performance and flexibility, with a reimagined configuration and customization experience, and taking full advantage of the latest advancements the web platform has to offer.

  • New high-performance engine — where full builds are up to 5x faster, and incremental builds are over 100x faster — and measured in microseconds.
  • Designed for the modern web — built on cutting-edge CSS features like cascade layers, registered custom properties with @property, and color-mix().
  • Simplified installation — fewer dependencies, zero configuration, and just a single line of code in your CSS file.
  • First-party Vite plugin — tight integration for maximum performance and minimum configuration.
  • Automatic content detection — all of your template files are discovered automatically, with no configuration required.
  • Built-in import support — no additional tooling necessary to bundle multiple CSS files.
  • CSS-first configuration — a reimagined developer experience where you customize and extend the framework directly in CSS instead of a JavaScript configuration file.
  • CSS theme variables — all of your design tokens exposed as native CSS variables so you can access them anywhere.
  • Dynamic utility values and variants — stop guessing what values exist in your spacing scale, or extending your configuration for things like basic data attributes.
  • Modernized P3 color palette — a redesigned, more vivid color palette that takes full advantage of modern display technology.
  • Container queries — first-class APIs for styling elements based on their container size, no plugins required.
  • New 3D transform utilities — transform elements in 3D space directly in your HTML.
  • Expanded gradient APIs — radial and conic gradients, interpolation modes, and more.
  • @​starting-style support — a new variant you can use to create enter and exit transitions, without the need for JavaScript.
  • not-* variant — style an element only when it doesn't match another variant, custom selector, or media or feature query.

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[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)
  • Upgrade: Migrate leading-[1] to leading-none (#16004)
  • Upgrade: Do not migrate arbitrary leading utilities to bare values (#16004)

[4.0.0] - 2025-01-21

Added

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the version-all group with 9 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.4` |
| [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.1.3` | `7.1.4` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.65.1` | `5.66.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.211.4` | `1.215.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.3` | `7.1.4` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.0.1` |
| [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `7.1.3` | `7.1.4` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.65.0` | `5.66.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.0.1` |



Updates `@react-router/node` from 7.1.3 to 7.1.4
- [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.1.3 to 7.1.4
- [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 `@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 `posthog-js` from 1.211.4 to 1.215.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.211.4...v1.215.0)

Updates `react-router` from 7.1.3 to 7.1.4
- [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 `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 `@react-router/dev` from 7.1.3 to 7.1.4
- [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 `@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 `tailwindcss` from 3.4.17 to 4.0.1
- [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.1/packages/tailwindcss)

---
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: 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: "@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: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Jan 31, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

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

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/version-all-8b7fa8b663 branch February 3, 2025 14:48
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