An open index of dependabot pull requests across open source projects.

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

Open
Number: #37
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 05, 2025 at 06:28 PM UTC
(1 day ago)
Updated: September 05, 2025 at 06:28 PM UTC
(1 day ago)
Labels:
dependencies javascript
Description:

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

Package From To
@heroui/react 2.8.2 2.8.3
@microlink/react-json-view 1.26.2 1.27.0
@react-router/node 7.7.1 7.8.2
@react-router/serve 7.7.1 7.8.2
@reduxjs/toolkit 2.8.2 2.9.0
@stripe/react-stripe-js 3.8.1 4.0.0
@stripe/stripe-js 7.7.0 7.9.0
@tailwindcss/postcss 4.1.11 4.1.13
@tailwindcss/vite 4.1.11 4.1.13
@tanstack/react-query 5.83.0 5.87.1
@vitejs/plugin-react 4.7.0 5.0.2
framer-motion 12.23.11 12.23.12
i18next 25.3.2 25.5.2
isbot 5.1.29 5.1.30
jose 6.0.12 6.1.0
lucide-react 0.533.0 0.542.0
posthog-js 1.258.2 1.261.7
react-hot-toast 2.5.2 2.6.0
react-i18next 15.6.1 15.7.3
react-router 7.7.1 7.8.2
react-syntax-highlighter 15.6.1 15.6.6
vite 7.0.6 7.1.4
web-vitals 5.0.3 5.1.0
@playwright/test 1.54.1 1.55.0
@react-router/dev 7.7.1 7.8.2
@tanstack/eslint-plugin-query 5.81.2 5.86.0
@testing-library/jest-dom 6.6.4 6.8.0
@types/node 24.1.0 24.3.1
@types/react 19.1.9 19.1.12
@types/react-dom 19.1.7 19.1.9
@typescript-eslint/eslint-plugin 7.18.0 8.42.0
@typescript-eslint/parser 7.18.0 8.42.0
eslint 8.57.1 9.35.0
eslint-plugin-prettier 5.5.3 5.5.4
eslint-plugin-react-hooks 4.6.2 5.2.0
eslint-plugin-unused-imports 4.1.4 4.2.0
lint-staged 16.1.2 16.1.6
msw 2.10.3 2.11.1
stripe 18.3.0 18.5.0
typescript 5.8.3 5.9.2
vite-plugin-svgr 4.3.0 4.5.0

Updates @heroui/react from 2.8.2 to 2.8.3

Release notes

Sourced from @​heroui/react's releases.

@​heroui/react@​2.8.3

What's Changed

New Contributors

Full Changelog: https://github.com/heroui-inc/heroui/compare/@​heroui/react@​2.8.2...@​heroui/react@​2.8.3

Changelog

Sourced from @​heroui/react's changelog.

2.8.3

Patch Changes

... (truncated)

Commits

Updates @microlink/react-json-view from 1.26.2 to 1.27.0

Release notes

Sourced from @​microlink/react-json-view's releases.

v1.27.0

What's Changed

New Contributors

Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.2...v1.27.0

Changelog

Sourced from @​microlink/react-json-view's changelog.

1.27.0 (2025-08-01)

Features

  • add custom buttons to rows according to value type (#4) (e8df37a)
  • show comma option (bdb3907)

Bug Fixes

  • replace class attribute by classname (e38bab4)
  • string data type: use camelcase on inline style (d578398)
  • use className instead of class in React components (#1) (108e1a8)
Commits
  • cbf13bc chore(release): 1.27.0
  • a72086a Merge pull request #87 from truongthanh1303/feat/show-comma-option
  • bdb3907 feat: show comma option
  • bc355f3 Merge pull request #81 from n1c0de/hotfix/use-camelcase-on-inline-style
  • a2312a7 Merge branch 'master' into hotfix/use-camelcase-on-inline-style
  • b8c14d8 Revert "Release/1.27.1 (#11)"
  • d578398 fix(string data type): use camelcase on inline style
  • b357174 Merge pull request #80 from n1c0de/hotfix/prevent-module-overflow-by-breaking...
  • e1f4b60 Revert "fix: use className instead of class in React components (#1)"
  • c334691 Revert "feat: add custom buttons to rows according to value type (#4)"
  • Additional commits viewable in compare view

Updates @react-router/node from 7.7.1 to 7.8.2

Release notes

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

v7.8.2

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

v7.8.1

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

v7.8.0

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

Changelog

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

7.8.2

Patch Changes

  • Updated dependencies:
    • react-router@7.8.2

7.8.1

Patch Changes

  • Updated dependencies:
    • react-router@7.8.1

7.8.0

Patch Changes

  • [UNSTABLE] Change getLoadContext signature (type GetLoadContextFunction) when future.unstable_middleware is enabled so that it returns an unstable_RouterContextProvider instance instead of a Map used to contruct the instance internally (#14097)

    • This also removes the type unstable_InitialContext export
    • ⚠️ This is a breaking change if you have adopted middleware and are using a custom server with a getLoadContext function
  • Updated dependencies:

    • react-router@7.8.0
Commits

Updates @react-router/serve from 7.7.1 to 7.8.2

Release notes

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

v7.8.2

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

v7.8.1

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

v7.8.0

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

Changelog

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

7.8.2

Patch Changes

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

7.8.1

Patch Changes

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

7.8.0

Patch Changes

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

Updates @react-types/shared from 3.31.0 to 3.32.0

Release notes

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

November 08, 2023 Release

Release notes: https://react-spectrum.adobe.com/releases/2023-11-8.html

Commits
  • 2c58ed3 Publish
  • eb58e40 docs: Update dnd docs for new getItems API (#8769)
  • 62eb6ce chore: SelectBox audit (#8766)
  • a2caea4 chore: use hook data from useDate*Picker to apply calendar props (#8649)
  • 0487f38 fix: S2 Tabs collapsing with a single word (#8765)
  • ad255f4 docs: Add trigger-anchor-point example (#8764)
  • 5ccf5b7 chore: Updating name of useAutocomplete textfieldProps to inputProps (#8762)
  • e3037d6 chore: export SelectBoxGroupContext (#8763)
  • d55c920 chore: add SelectBoxGroup to chromatic (#8760)
  • 341ae3f chore: Remove CollectionNode default filter behavior and other release API up...
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 2.8.2 to 2.9.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.9.0

This feature release rewrites RTK Query's internal subscription and polling systems and the useStableQueryArgs hook for better perf, adds automatic AbortSignal handling to requests still in progress when a cache entry is removed, fixes a bug with the transformResponse option for queries, adds a new builder.addAsyncThunk method, and fixes assorted other issues.

Changelog

RTK Query Performance Improvements

We had reports that RTK Query could get very slow when there were thousands of subscriptions to the same cache entry. After investigation, we found that the internal polling logic was attempting to recalculate the minimum polling time after every new subscription was added. This was highly inefficient, as most subscriptions don't change polling settings, and it required repeated O(n) iteration over the growing list of subscriptions. We've rewritten that logic to debounce the update check and ensure a max of one polling value update per tick for the entire API instance.

Related, while working on the request abort changes, testing showed that use of plain Records to hold subscription data was inefficient because we have to iterate keys to check size. We've rewritten the subscription handling internals to use Maps instead, as well as restructuring some additional checks around in-flight requests.

These two improvements drastically improved runtime perf for the thousands-of-subscriptions-one-cache-entry repro, eliminating RTK methods as visible hotspots in the perf profiles. It likely also improves perf for general usage as well.

We've also changed the implementation of our internal useStableQueryArgs hook to avoid calling serializeQueryArgs on its value, which can avoid potential perf issues when a query takes a very large object as its cache key.

[!NOTE] The internal logic switched from serializing the query arg to doing reference checks on nested values. This means that if you are passing a non-POJO value in a query arg, such as useSomeQuery({a: new Set()}), and you have refetchOnMountOrArgChange enabled, this will now trigger refeteches each time as the Set references are now considered different based on equality instead of serialization.

Abort Signal Handling on Cleanup

We've had numerous requests over time for various forms of "abort in-progress requests when the data is no longer needed / params change / component unmounts / some expensive request is taking too long". This is a complex topic with multiple potential use cases, and our standard answer has been that we don't want to abort those requests - after all, cache entries default to staying in memory for 1 minute after the last subscription is removed, so RTKQ's cache can still be updated when the request completes. That also means that it doesn't make sense to abort a request "on unmount".

However, it does then make sense to abort an in-progress request if the cache entry itself is removed. Given that, we've updated our cache handling to automatically call the existing resPromise.abort() method in that case, triggering the AbortSignal attached to the baseQuery. The handling at that point depends on your app - fetchBaseQuery should handle that, a custom baseQuery or queryFn would need to listen to the AbortSignal.

We do have an open issue asking for further discussions of potential abort / cancelation use cases and would appreciate further feedback.

New Options

The builder callback used in createReducer and createSlice.extraReducers now has builder.addAsyncThunk available, which allows handling specific actions from a thunk in the same way that you could define a thunk inside createSlice.reducers:

        const slice = createSlice({
          name: 'counter',
          initialState: {
            loading: false,
            errored: false,
            value: 0,
          },
          reducers: {},
          extraReducers: (builder) =>
            builder.addAsyncThunk(asyncThunk, {
              pending(state) {
                state.loading = true
              },
              fulfilled(state, action) {
                state.value = action.payload
              },
              rejected(state) {
                state.errored = true
              },
</tr></table> 

... (truncated)

Commits
  • 98c54c6 Release 2.9.0
  • 0a86abd export some useful async thunk types
  • d02c27a add docs for addAsyncThunk (#5066)
  • ab346b9 fixdoc: incorrect position of keepUnusedDataFor for two scenarios (#5062)
  • d2bbb8d Rewrite subscription handling and polling calculations for better perf (#5064)
  • 3c6de47 Merge pull request #5065 from reduxjs/feature/TS5.9-matrix
  • c37b977 Add missing error value
  • 38537c3 Don't run Node10 checks for TS 6+
  • 821be20 Add TS 5.9 to the matrix
  • 407688d Abort pending requests if the cache entry is removed (#5061)
  • Additional commits viewable in compare view

Updates @stripe/react-stripe-js from 3.8.1 to 4.0.0

Release notes

Sourced from @​stripe/react-stripe-js's releases.

v4.0.0

Changed

  • [breaking] split out custom checkout imports (#609)
  • Update useCheckout to return loading/error states (#606)

v3.10.0

Fixes

  • Remove broken Travis badge (#612)

Changed

  • Add SPM events/types/tests (#613)

v3.9.2

Changed

  • Fix JSDoc elements link (#608)

v3.9.1

Fixes

  • Patch for global JSX namespace deprecation in React 19 (#607)

v3.9.0

New features

  • feat: load fonts when they change (#605)
Commits

Updates @stripe/stripe-js from 7.7.0 to 7.9.0

Release notes

Sourced from @​stripe/stripe-js's releases.

v7.9.0

New features

  • Add buttonBorderRadius to types (#798)
  • Add 'allow_redisplay' to 'PaymentMethodCreateParams' (#796)

Fixes

  • Bump sha.js from 2.4.11 to 2.4.12 in /examples/parcel (#799)

v7.8.0

New features

  • chore: add fonts types (#795)
  • Adding SPM option to StripeCheckoutElementsOptions (#793)

Changed

  • removes double github token check (#794)
Commits

Updates @tailwindcss/postcss from 4.1.11 to 4.1.13

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.13

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)

v4.1.12

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.13] - 2025-09-03

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)

[4.1.12] - 2025-08-13

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Commits

Updates @tailwindcss/vite from 4.1.11 to 4.1.13

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.13

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+2106
Deletions:
-2413
Package Dependencies
Package:
web-vitals
Ecosystem:
npm
Version Change:
5.0.3 → 5.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.7.0 → 5.0.2
Update Type:
Major
Ecosystem:
npm
Version Change:
0.533.0 → 0.542.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
8.57.1 → 9.35.0
Update Type:
Major
Package:
@types/node
Ecosystem:
npm
Version Change:
24.1.0 → 24.3.1
Update Type:
Minor
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.2 → 16.1.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.7.1 → 7.8.2
Update Type:
Minor
Package:
stripe
Ecosystem:
npm
Version Change:
18.3.0 → 18.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.9 → 19.1.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.6.2 → 5.2.0
Update Type:
Major
Package:
vite
Ecosystem:
npm
Version Change:
7.0.6 → 7.1.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.83.0 → 5.87.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.7 → 19.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.11 → 4.1.13
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.18.0 → 8.42.0
Update Type:
Major
Ecosystem:
npm
Version Change:
12.23.11 → 12.23.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.6.1 → 15.7.3
Update Type:
Minor
Package:
i18next
Ecosystem:
npm
Version Change:
25.3.2 → 25.5.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.54.1 → 1.55.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.18.0 → 8.42.0
Update Type:
Major
Package:
msw
Ecosystem:
npm
Version Change:
2.10.3 → 2.11.1
Update Type:
Minor
Package:
posthog-js
Ecosystem:
npm
Version Change:
1.258.2 → 1.261.7
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.5.3 → 5.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.11 → 4.1.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.8.2 → 2.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.6.4 → 6.8.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.7.0 → 7.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.7.1 → 7.8.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.7.1 → 7.8.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.7.1 → 7.8.2
Update Type:
Minor
Package:
jose
Ecosystem:
npm
Version Change:
6.0.12 → 6.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.8.2 → 2.8.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.81.2 → 5.86.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.5.2 → 2.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.1.4 → 4.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.8.1 → 4.0.0
Update Type:
Major
Package:
isbot
Ecosystem:
npm
Version Change:
5.1.29 → 5.1.30
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.6.1 → 15.6.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.3.0 → 4.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.26.2 → 1.27.0
Update Type:
Minor
Technical Details
ID: 7027937
UUID: 2803353168
Node ID: PR_kwDOPVSuZ86nF8ZQ
Host: GitHub
Repository: jeffxfs/jeffxfs_openhands_dev
Merge State: Unknown