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

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

Open
Number: #30
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 26, 2025 at 08:41 AM UTC
(14 days ago)
Updated: August 26, 2025 at 08:41 AM UTC
(14 days ago)
Labels:
dependencies javascript
Description:

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

Package From To
@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
@react-types/shared 3.31.0 3.32.0
@stripe/react-stripe-js 3.8.1 3.9.2
@stripe/stripe-js 7.7.0 7.9.0
@tailwindcss/postcss 4.1.11 4.1.12
@tailwindcss/vite 4.1.11 4.1.12
@tanstack/react-query 5.83.0 5.85.5
@vitejs/plugin-react 4.7.0 5.0.1
framer-motion 12.23.11 12.23.12
i18next 25.3.2 25.4.2
isbot 5.1.29 5.1.30
jose 6.0.12 6.0.13
lucide-react 0.533.0 0.541.0
posthog-js 1.258.2 1.260.2
react-hot-toast 2.5.2 2.6.0
react-i18next 15.6.1 15.7.2
react-router 7.7.1 7.8.2
react-syntax-highlighter 15.6.1 15.6.5
vite 7.0.6 7.1.3
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.83.1
@testing-library/jest-dom 6.6.4 6.8.0
@types/node 24.1.0 24.3.0
@types/react 19.1.9 19.1.11
@typescript-eslint/eslint-plugin 7.18.0 8.41.0
@typescript-eslint/parser 7.18.0 8.41.0
eslint 8.57.1 9.34.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.5
msw 2.10.3 2.10.5
stripe 18.3.0 18.4.0
typescript 5.8.3 5.9.2
vite-plugin-svgr 4.3.0 4.5.0

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 @stripe/react-stripe-js from 3.8.1 to 3.9.2

Release notes

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

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

Release notes

Sourced from @​tailwindcss/postcss's releases.

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.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
  • 6791e81 Prepare v4.1.12 release (#18728)
  • 4923042 Allow users to disable url rewriting in the PostCSS plugin (#18321)
  • 88b9f15 Center the dropdown icon added to an input with a paired datalist in Chrome (...
  • 9169d73 update READMEs
  • See full diff in compare view

Updates @tailwindcss/vite from 4.1.11 to 4.1.12

Release notes

Sourced from @​tailwindcss/vite's releases.

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/vite's changelog.

[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 @tanstack/react-query from 5.83.0 to 5.85.5

Release notes

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

v5.85.5

Version 5.85.5 - 8/19/25, 9:41 AM

Changes

Fix

  • core: only reject when promise gets used (#9576) (abab082) by Dominik Dorfmeister

Packages

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

v5.85.4

Version 5.85.4 - 8/19/25, 9:10 AM

Changes

Fix

  • core: never revert to undefined data (#9577) (e4f5ce8) by Dominik Dorfmeister

Docs

  • react-query: recommend defaultError = unknown instead of AxiosError (#9575) (2989e69) by Lee
  • update community resources (f1e608b) by TkDodo

Packages

  • @​tanstack/query-core@​5.85.4
  • @​tanstack/query-broadcast-client-experimental@​5.85.4
  • @​tanstack/query-persist-client-core@​5.85.4

... (truncated)

Commits

Updates @vitejs/plugin-react from 4.7.0 to 5.0.1

Release notes

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

plugin-react@5.0.1

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

Perf: skip babel-plugin-react-compiler if code has no "use memo" when { compilationMode: "annotation" } (#734)

Respect tsconfig jsxImportSource (#726)

Fix reactRefreshHost option on rolldown-vite (#716)

Fix RefreshRuntime being injected twice for class components on rolldown-vite (#708)

Skip babel-plugin-react-compiler on non client environment (689)

plugin-react@5.0.0

(Same content as v5.0.0-beta.0 https://github.com/vitejs/vite-plugin-react/releases/tag/plugin-react%405.0.0-beta.0)

Use Oxc for react refresh transform in rolldown-vite

When used with rolldown-vite, this plugin now uses Oxc for react refresh transform.

Since this behavior is what @vitejs/plugin-react-oxc did, @vitejs/plugin-react-oxc is now deprecated and the disableOxcRecommendation option is removed.

Also, while @vitejs/plugin-react-oxc used the production JSX transform even for NODE_ENV=development build, @vitejs/plugin-react uses the development JSX transform for NODE_ENV=development build.

Allow processing files in node_modules

The default value of exclude options is now [/\/node_modules\//] to allow processing files in node_modules directory. It was previously [] and files in node_modules was always excluded regardless of the value of exclude option.

react and react-dom is no longer added to resolve.dedupe automatically

Adding values to resolve.dedupe forces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer adds react and react-dom to resolve.dedupe automatically.

If you encounter errors after upgrading, check your package.json for version mismatches in dependencies or devDependencies, as well as your package manager’s configuration. If you prefer the previous behavior, you can manually add react and react-dom to resolve.dedupe.

Remove old babel-plugin-react-compiler support that requires runtimeModule option

runtimeModule option is no longer needed in newer babel-plugin-react-compiler versions. Make sure to use a newer version of babel-plugin-react-compiler that supports target option.

Require Node 20.19+, 22.12+

This plugin now requires Node 20.19+ or 22.12+.

plugin-react@5.0.0-beta.0

Use Oxc for react refresh transform in rolldown-vite

When used with rolldown-vite, this plugin now uses Oxc for react refresh transform.

Since this behavior is what @vitejs/plugin-react-oxc did, @vitejs/plugin-react-oxc is now deprecated and the disableOxcRecommendation option is removed.

... (truncated)

Changelog

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

5.0.1 (2025-08-19)

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

Perf: skip babel-plugin-react-compiler if code has no "use memo" when { compilationMode: "annotation" } (#734)

Respect tsconfig jsxImportSource (#726)

Fix reactRefreshHost option on rolldown-vite (#716)

Fix RefreshRuntime being injected twice for class components on rolldown-vite (#708)

Skip babel-plugin-react-compiler on non client environment (689)

5.0.0 (2025-08-07)

5.0.0-beta.0 (2025-07-28)

Use Oxc for react refresh transform in rolldown-vite

When used with rolldown-vite, this plugin now uses Oxc for react refresh transform.

Since this behavior is what @vitejs/plugin-react-oxc did, @vitejs/plugin-react-oxc is now deprecated and the disableOxcRecommendation option is removed.

Also, while @vitejs/plugin-react-oxc used the production JSX transform even for NODE_ENV=development build, @vitejs/plugin-react uses the development JSX transform for NODE_ENV=development build.

Allow processing files in node_modules

The default value of exclude options is now [/\/node_modules\//] to allow processing files in node_modules directory. It was previously [] and files in node_modules was always excluded regardless of the value of exclude option.

react and react-dom is no longer added to resolve.dedupe automatically

Adding values to resolve.dedupe forces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer adds react and react-dom to resolve.dedupe automatically.

If you encounter errors after upgrading, check your package.json for version mismatches in dependencies or devDependencies, as well as your package manager’s configuration. If you prefer the previous behavior, you can manually add react and react-dom to resolve.dedupe.

Remove old babel-plugin-react-compiler support that requires runtimeModule option

runtimeModule option is no longer needed in newer babel-plugin-react-compiler versions. Make sure to use a newer version of babel-plugin-react-compiler that supports target option.

Require Node 20.19+, 22.12+

This plugin now requires Node 20.19+ or 22.12+.

Commits
  • efe4344 release: plugin-react@5.0.1
  • 126bdb0 feat: set optimizeDeps.rollupOptions.transform.jsx instead of `optimizeDeps...
  • d3934ad perf(react): skip react compiler when compilationMode: "annotation" but no ...
  • e2f0c78 fix(react): respect tsconfig jsxImportSource by default (#726)
  • ba0323c fix(deps): update all non-major dependencies (#729)
  • d33f37d refactor(react): simplify rolldown-vite only plugins (#720)
  • d431680 fix(react): respect reactRefreshHost option on rolldown-vite (#716)
  • 32c4e2c chore(react): changelog for #689 (#715)
  • a22f29b fix(react): refreshWrapper was injected twice for class components when using...
  • 2f62dc0 fix(react): always skip react-compiler on non client envrionment (#689)
  • Additional commits viewable in compare view

Updates framer-motion from 12.23.11 to 12.23.12

Changelog

Sourced from framer-motion's changelog.

[12.23.12] 2025-07-29

Added

  • Exporting internal APIs for use in view animations.
Commits

Updates i18next from 25.3.2 to 25.4.2

Release notes

Sourced from i18next's releases.

v25.4.2

  • fix: enableSelector: true doesn't work with custom keySeparator 2341

v25.4.1

  • fix: KeyPrefix not working with new selector api 2340

v25.4.0

  • add new selector API to improve TypeScript IDE performance 2322
    • To enable it, set enableSelector: true in your configuration options
    • With enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times
    • To assist with the migration, we've published the following packages:

v25.3.6

  • improve fix: Ordinals and non-ordinals don't work together 2337

v25.3.5

  • fix: Ordinals and non-ordinals don't work together 2337

v25.3.4

  • remove unnecessary debug logs

v25.3.3

  • fix: Brackets breaking nesting interpolation 2336
Changelog

Sourced from i18next's changelog.

25.4.2

  • fix: enableSelector: true doesn't work with custom keySeparator 2341

25.4.1

  • fix: KeyPrefix not working with new selector api 2340

25.4.0

  • add new selector API to improve TypeScript IDE performance 2322
    • To enable it, set enableSelector: true in your configuration options
    • With enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times
    • To assist with the migration, we've published the following packages:

25.3.6

  • improve fix: Ordinals and non-ordinals don't work together 2337

25.3.5

  • fix: Ordinals and non-ordinals don't work together 2337

25.3.4

  • remove unnecessary debug logs

25.3.3

  • fix: Brackets breaking nesting interpolation 2336
Commits
Package Dependencies
Ecosystem:
npm
Version Change:
5.0.3 → 5.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.7.0 → 5.0.1
Update Type:
Major
Ecosystem:
npm
Version Change:
0.533.0 → 0.541.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
8.57.1 → 9.34.0
Update Type:
Major
Package:
@types/node
Ecosystem:
npm
Version Change:
24.1.0 → 24.3.0
Update Type:
Minor
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.2 → 16.1.5
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.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.9 → 19.1.11
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.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.83.0 → 5.85.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.1.11 → 4.1.12
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.41.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.2
Update Type:
Minor
Package:
i18next
Ecosystem:
npm
Version Change:
25.3.2 → 25.4.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.41.0
Update Type:
Major
Package:
msw
Ecosystem:
npm
Version Change:
2.10.3 → 2.10.5
Update Type:
Patch
Package:
posthog-js
Ecosystem:
npm
Version Change:
1.258.2 → 1.260.2
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.12
Update Type:
Patch
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
Ecosystem:
npm
Version Change:
3.31.0 → 3.32.0
Update Type:
Minor
Package:
jose
Ecosystem:
npm
Version Change:
6.0.12 → 6.0.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.81.2 → 5.83.1
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 → 3.9.2
Update Type:
Minor
Package:
isbot
Ecosystem:
npm
Version Change:
5.1.29 → 5.1.30
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.6.1 → 15.6.5
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: 5812698
UUID: 2774340202
Node ID: PR_kwDOPVSuZ86lXRJq
Host: GitHub
Repository: jeffxfs/jeffxfs_openhands_dev
Merge State: Unknown