Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2025

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

Package From To
@react-router/node 7.9.1 7.9.2
@react-router/serve 7.9.1 7.9.2
framer-motion 12.23.19 12.23.22
isbot 5.1.30 5.1.31
posthog-js 1.268.1 1.268.6
react-i18next 15.7.3 16.0.0
react-router 7.9.1 7.9.2
@react-router/dev 7.9.1 7.9.2
@tailwindcss/typography 0.5.18 0.5.19
lint-staged 16.2.0 16.2.1

Updates @react-router/node from 7.9.1 to 7.9.2

Release notes

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

v7.9.2

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

Changelog

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

7.9.2

Patch Changes

Commits

Updates @react-router/serve from 7.9.1 to 7.9.2

Release notes

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

v7.9.2

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

Changelog

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

7.9.2

Patch Changes

Commits

Updates framer-motion from 12.23.19 to 12.23.22

Changelog

Sourced from framer-motion's changelog.

[12.23.22] 2025-09-25

Added

  • Exporting HTMLElements and useComposedRefs type for internal use.

[12.23.21] 2025-09-24

Fixed

  • Fixing main-thread scroll with animations that contain delay.

[12.23.20] 2025-09-24

Fixed

  • Suppress non-animatable value warning for instant animations.
Commits

Updates isbot from 5.1.30 to 5.1.31

Changelog

Sourced from isbot's changelog.

5.1.31

  • [Pattern] Pattern updates
Commits

Updates posthog-js from 1.268.1 to 1.268.6

Release notes

Sourced from posthog-js's releases.

[email protected]

1.268.6

Patch Changes

[email protected]

1.268.5

Patch Changes

  • #2362 8b570b8 Thanks @​pauldambra! - fix: over eager rename left a couple of old versions trying to call onRemoteConfig that doesn't exist

[email protected]

1.268.4

Patch Changes

[email protected]

1.268.3

Patch Changes

[email protected]

1.268.2

Patch Changes

Commits
  • f293275 chore: update versions and lockfile
  • 2102ee4 fix: recording should stop on forced idle and (conditionally) start on return...
  • 31f78e4 fix: url fallback should not consider hash params (#2371)
  • 5026ef1 chore: update versions and lockfile
  • 8b570b8 fix: over eager rename of onRemoteConfig (#2362)
  • 4a1a9a8 feat: auto update llm sdks (#2359)
  • 46de2be chore: flapping execution time tests (#2363)
  • 3b2029e chore: update versions and lockfile
  • c01c728 chore: rn surveys use the new response question id format (#2352)
  • a97fb05 chore: update versions and lockfile
  • Additional commits viewable in compare view

Updates react-i18next from 15.7.3 to 16.0.0

Changelog

Sourced from react-i18next's changelog.

16.0.0

  • major upgrade i18next dep to address 1865

15.7.4

  • downgrade i18next dep to address 1865
Commits

Updates react-router from 7.9.1 to 7.9.2

Release notes

Sourced from react-router's releases.

v7.9.2

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

Changelog

Sourced from react-router's changelog.

7.9.2

Patch Changes

    • Update client-side router to run client middleware on initial load even if no loaders exist (#14348)
    • Update createRoutesStub to run route middleware
      • You will need to set the <RoutesStub future={{ v8_middleware: true }} /> flag to enable the proper context type
  • Update Lazy Route Discovery manifest requests to use a singular comma-separated paths query param instead of repeated p query params (#14321)

    • This is because Cloudflare has a hard limit of 100 URL search param key/value pairs when used as a key for caching purposes
    • If more that 100 paths were included, the cache key would be incomplete and could produce false-positive cache hits
  • [UNSTABLE] Add fetcher.unstable_reset() API (#14206)

  • Made useOutlet element reference have stable identity in-between route chages (#13382)

  • feat: enable full transition support for the rsc router (#14362)

  • In RSC Data Mode, handle SSR'd client errors and re-try in the browser (#14342)

  • Support middleware prop on <Route> for usage with a data router via createRoutesFromElements (#14357)

  • Handle encoded question mark and hash characters in ancestor splat routes (#14249)

  • Fail gracefully on manifest version mismatch logic if sessionStorage access is blocked (#14335)

Commits

Updates @react-router/dev from 7.9.1 to 7.9.2

Release notes

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

v7.9.2

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

Changelog

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

7.9.2

Patch Changes

  • Fix preset future flags being ignored during config resolution (#14369)

    Fixes a bug where future flags defined by presets were completely ignored. The config resolution was incorrectly reading from reactRouterUserConfig.future instead of the merged userAndPresetConfigs.future, causing all preset-defined future flags to be lost.

    This fix ensures presets can properly enable experimental features as intended by the preset system design.

  • Add unstable support for RSC Framework Mode (#14336)

  • Switch internal vite plugin Response logic to use @remix-run/node-fetch-server (#13927)

  • Updated dependencies:

Commits

Updates @tailwindcss/typography from 0.5.18 to 0.5.19

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.19

Fixed

  • Fixed broken color styles (#405)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.19] - 2025-09-24

Fixed

  • Fixed broken color styles (#405)
Commits

Updates lint-staged from 16.2.0 to 16.2.1

Release notes

Sourced from lint-staged's releases.

v16.2.1

Patch Changes

  • #1664 8277b3b Thanks @​iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions is readonly string[] and can't be mutated. Thanks @​outslept!

    export default {
    ---  "*": (files: string[]) => void console.log('staged files', files)
    +++  "*": (files: readonly string[]) => void console.log('staged files', files)
    }
  • #1654 70b9af3 Thanks @​iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.

  • #1659 4996817 Thanks @​iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there are package.json files in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.

  • #1654 7021f0a Thanks @​iiroj! - Return the caret semver range (^) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues with chalk and debug, which were also removed in the same version.

    Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.

Changelog

Sourced from lint-staged's changelog.

16.2.1

Patch Changes

  • #1664 8277b3b Thanks @​iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions is readonly string[] and can't be mutated. Thanks @​outslept!

    export default {
    ---  "*": (files: string[]) => void console.log('staged files', files)
    +++  "*": (files: readonly string[]) => void console.log('staged files', files)
    }
  • #1654 70b9af3 Thanks @​iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.

  • #1659 4996817 Thanks @​iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there are package.json files in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.

  • #1654 7021f0a Thanks @​iiroj! - Return the caret semver range (^) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues with chalk and debug, which were also removed in the same version.

    Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.

Commits
  • b62e72e chore(changeset): release
  • b320abd docs: add example to changelog
  • e1dd5bb fix: use boolean type for failOnChanges
  • 8277b3b fix: update built-in TypeScript types
  • 6286f31 perf: load each config file only once
  • de970bb fix: remove use of "git restore" because it resets file contents instead of a...
  • 673fdc3 perf: use "git stash" to directly hide unstaged files
  • b111dc8 docs: fix typo in CHANGELOG.md
  • d2b0b73 build(deps-dev): bump @​eslint/js from 9.35.0 to 9.36.0
  • 4996817 fix: always search configuration from both Git and FS
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lint-staged since your current version.


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

…dates

Bumps the version-all group with 10 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.9.1` | `7.9.2` |
| [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.9.1` | `7.9.2` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.19` | `12.23.22` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.30` | `5.1.31` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.268.1` | `1.268.6` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.7.3` | `16.0.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.9.1` | `7.9.2` |
| [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev) | `7.9.1` | `7.9.2` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.18` | `0.5.19` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.0` | `16.2.1` |



Updates `@react-router/node` from 7.9.1 to 7.9.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.9.1 to 7.9.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 `framer-motion` from 12.23.19 to 12.23.22
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.19...v12.23.22)

Updates `isbot` from 5.1.30 to 5.1.31
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.30...v5.1.31)

Updates `posthog-js` from 1.268.1 to 1.268.6
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/[email protected]@1.268.6)

Updates `react-i18next` from 15.7.3 to 16.0.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.7.3...v16.0.0)

Updates `react-router` from 7.9.1 to 7.9.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-router/dev` from 7.9.1 to 7.9.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 `@tailwindcss/typography` from 0.5.18 to 0.5.19
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.18...v0.5.19)

Updates `lint-staged` from 16.2.0 to 16.2.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: "@react-router/node"
  dependency-version: 7.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@react-router/serve"
  dependency-version: 7.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: framer-motion
  dependency-version: 12.23.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: isbot
  dependency-version: 5.1.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: posthog-js
  dependency-version: 1.268.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: react-i18next
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: react-router
  dependency-version: 7.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@react-router/dev"
  dependency-version: 7.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: "@tailwindcss/typography"
  dependency-version: 0.5.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: lint-staged
  dependency-version: 16.2.1
  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 Sep 26, 2025
@dependabot dependabot bot requested a review from amanape as a code owner September 26, 2025 14:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 26, 2025
Copy link
Contributor

Coverage report

This PR does not seem to contain any modification to coverable code.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

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

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/version-all-3ae8560fbd branch September 29, 2025 14:39
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