Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the pnpm-dependencies group with 29 updates in the /frontend directory:

Package From To
@floating-ui/react 0.26.13 0.27.16
@tanstack/react-table 8.16.0 8.21.3
ace-builds 1.33.0 1.43.4
ajv 8.8.2 8.17.1
json-schema-faker 0.5.6 0.5.9
react-hook-form 7.54.2 7.65.0
react-hot-toast 2.4.1 2.6.0
sass 1.66.1 1.93.2
styled-components 6.1.8 6.1.19
use-debounce 10.0.0 10.0.6
yup 1.4.0 1.7.1
@openapitools/openapi-generator-cli 2.22.0 2.25.0
@swc/core 1.3.107 1.13.5
@swc/jest 0.2.36 0.2.39
@testing-library/dom 10.0.0 10.4.1
@testing-library/jest-dom 6.4.2 6.9.1
@types/testing-library__jest-dom 5.14.9 6.0.0
@testing-library/user-event 14.5.2 14.6.1
@types/styled-components 5.1.34 5.1.35
eslint-plugin-import 2.29.1 2.32.0
eslint-plugin-jest-dom 5.4.0 5.5.0
eslint-plugin-jsx-a11y 6.8.0 6.10.2
eslint-plugin-prettier 5.1.3 5.5.4
eslint-plugin-react 7.34.1 7.37.5
jest-environment-jsdom 30.0.5 30.2.0
jest-styled-components 7.1.1 7.2.0
prettier 3.2.5 3.6.2
typescript 5.3.3 5.9.3
vite-plugin-checker 0.6.4 0.11.0

Updates @floating-ui/react from 0.26.13 to 0.27.16

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.27.16

Patch Changes

  • Update dependencies: @floating-ui/react-dom@2.1.6

@​floating-ui/react@​0.27.15

Patch Changes

  • Update dependencies: @floating-ui/react-dom@2.1.5

@​floating-ui/react@​0.27.14

Patch Changes

  • fix(FloatingFocusManager): allow marking ancestor nodes with data-floating-ui-inert. Fixes outside presses not working when clicking on a parent ancestor node.
  • feat(FloatingPortal): support ShadowRoot containers
  • fix(useRole): ensure aria-selected=true is present without being active with select role
  • fix: only use blur capture to mark inside floating tree if FloatingPortal exists. Prevents blocking closeOnFocusOut behavior.
  • fix(FloatingFocusManager): clear previously focused elements that are disconnected more often

@​floating-ui/react@​0.27.13

Patch Changes

  • fix(FloatingFocusManager): ensure focus is always returned correctly in deep nested trees
  • fix(markOthers): exclude elements with role="status" and output elements
  • Update dependencies: @floating-ui/utils@0.2.10, @floating-ui/react-dom@2.1.4

@​floating-ui/react@​0.27.12

Patch Changes

  • fix(FloatingFocusManager): ensure aria-hidden/inert are cleaned up correctly when mixing outsideElementsInert true/false
  • fix(safePolygon): revert to checking if any nested child is open

@​floating-ui/react@​0.27.11

Patch Changes

  • fix(FloatingFocusManager): check if target is connected for restoreFocus prop
  • Update dependencies: @floating-ui/react-dom@2.1.3

@​floating-ui/react@​0.27.10

Patch Changes

  • fix(safePolygon): handle pointer moving outside of all floating elements in a tree with a close delay
  • fix(useDismiss): bail out of blur to mark inside react tree if floating tree exists

@​floating-ui/react@​0.27.9

Patch Changes

  • fix(useListNavigation): reset internal focusItemOnOpen state when floating element is closed. This prevents the first item being highlighted on open under certain conditions when it shouldn't be.
  • fix(FloatingOverlay): lockScroll detection on iPad
  • fix(useListNavigation): avoid item rerenders upon open

... (truncated)

Changelog

Sourced from @​floating-ui/react's changelog.

0.27.16

Patch Changes

  • Update dependencies: @floating-ui/react-dom@2.1.6

0.27.15

Patch Changes

  • Update dependencies: @floating-ui/react-dom@2.1.5

0.27.14

Patch Changes

  • fix(FloatingFocusManager): allow marking ancestor nodes with data-floating-ui-inert. Fixes outside presses not working when clicking on a parent ancestor node.
  • feat(FloatingPortal): support ShadowRoot containers
  • fix(useRole): ensure aria-selected=true is present without being active with select role
  • fix: only use blur capture to mark inside floating tree if FloatingPortal exists. Prevents blocking closeOnFocusOut behavior.
  • fix(FloatingFocusManager): clear previously focused elements that are disconnected more often

0.27.13

Patch Changes

  • fix(FloatingFocusManager): ensure focus is always returned correctly in deep nested trees
  • fix(markOthers): exclude elements with role="status" and output elements
  • Update dependencies: @floating-ui/utils@0.2.10, @floating-ui/react-dom@2.1.4

0.27.12

Patch Changes

  • fix(FloatingFocusManager): ensure aria-hidden/inert are cleaned up correctly when mixing outsideElementsInert true/false
  • fix(safePolygon): revert to checking if any nested child is open

0.27.11

Patch Changes

  • fix(FloatingFocusManager): check if target is connected for restoreFocus prop
  • Update dependencies: @floating-ui/react-dom@2.1.3

0.27.10

Patch Changes

  • fix(safePolygon): handle pointer moving outside of all floating elements in a tree with a close delay
  • fix(useDismiss): bail out of blur to mark inside react tree if floating tree exists

... (truncated)

Commits

Updates @tanstack/react-table from 8.16.0 to 8.21.3

Release notes

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

v8.21.3

Version 8.21.3 - 4/14/25, 8:19 PM

Changes

Fix

  • table-core: use right Document instance on getResizeHandler (column-sizing feature) (#5989) (54ce673) by @​riccardoperra

Docs

Packages

  • @​tanstack/table-core@​8.21.3
  • @​tanstack/angular-table@​8.21.3
  • @​tanstack/lit-table@​8.21.3
  • @​tanstack/qwik-table@​8.21.3
  • @​tanstack/react-table@​8.21.3
  • @​tanstack/solid-table@​8.21.3
  • @​tanstack/svelte-table@​8.21.3
  • @​tanstack/vue-table@​8.21.3
  • @​tanstack/react-table-devtools@​8.21.3

v8.21.2

Version 8.21.2 - 2/11/25, 8:59 PM

Changes

Fix

  • arrIncludes autoremove filterFn (#5623) (2efaf57) by lukebui
  • lit-table: spread table options in lit adapter (#5904) (36dede1) by @​kadoshms

Docs

  • row accessor bug in example code block (#5893) (b1506a7) by Valerii Petryniak
  • virtualizer tbody from onchange (827b098) by Kevin Van Cott
  • exp virtual - remeasure when table state changes (9e6987d) by Kevin Van Cott
  • angular: add expanding and sub components examples (#5898) (099e1a4) by @​riccardoperra
  • example name (57703a4) by Kevin Van Cott

Packages

  • @​tanstack/table-core@​8.21.2
  • @​tanstack/lit-table@​8.21.2
  • @​tanstack/angular-table@​8.21.2
  • @​tanstack/qwik-table@​8.21.2

... (truncated)

Commits

Updates ace-builds from 1.33.0 to 1.43.4

Changelog

Sourced from ace-builds's changelog.

1.43.4 (2025-10-17)

Bug Fixes

  • Update for compliance with typescript 5.9.2 (#5855) (6e110b0)

1.43.3 (2025-09-02)

Bug Fixes

  • firefox textarea autocomplete corruption (#5860) (23ac02f)

1.43.2 (2025-07-15)

Features

1.43.1 (2025-07-02)

Bug Fixes

  • a11y: aria-describedby to gutter elements (#5838) (bf27c15)

1.42.1 (2025-06-20)

Features

1.42.0 (2025-06-03)

Features

Bug Fixes

  • editor.completer would init on enableBasicAutocompletion option true (#5756) (25a471a)
  • missing type aliases and MarkerGroup in ace-builds (#5782) (b20be1a)

1.40.2 (2025-05-02)

... (truncated)

Commits

Updates ajv from 8.8.2 to 8.17.1

Release notes

Sourced from ajv's releases.

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

What's Changed

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

New Contributors

Full Changelog: ajv-validator/ajv@v8.16.0...v8.17.0

v8.16.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.15.0...v8.16.0

... (truncated)

Commits

Updates json-schema-faker from 0.5.6 to 0.5.9

Commits
  • 89a97aa 0.5.9
  • c8ed753 Merge pull request #836 from json-schema-faker/develop
  • f525a69 Merge pull request #844 from EinfachHans/fix/cve
  • ae88792 chore(deps): bump jsonpath-plus from 10.1.0 to 10.3.0
  • 0ca99b6 Merge pull request #839 from tleasor/fix-missing-cjs-type-definitions
  • 939cc83 fix: publish missing index.d.cts to npm
  • b2b101c fix: use current version
  • 5984fc3 Merge pull request #835 from denbon05/large-min-gen-fix
  • 0e0cf56 revert package.json version
  • 407ad7c fix: large min value without specified max
  • Additional commits viewable in compare view

Updates react-hook-form from 7.54.2 to 7.65.0

Release notes

Sourced from react-hook-form's releases.

Version 7.65.0

🧿 feat: <Watch /> component (#12986)

import { useForm, Watch } from 'react-hook-form';
const App = () => {
const { register, control } = useForm();
return (
<div>
<form>
<input {...register('foo')} />
<input {...register('bar')} />
</form>
{/* re-render only when value of foo changes */}
<Watch
control={control}
names={['foo']}
render={([foo]) => <span>{foo}</span>}
/>
</div>
);
};

🐞 fix: respect parent-provided useFieldArray rules (#13082) (#13083 🐞 fix: getDirtyFields submit fields with null values when using useForm (#13079)

thanks to @​tesseractjh, @​Han5991 & @​jonathanarnault

Version 7.64.0

🚏 Support optional array fields in PathValueImpl type (#13057) 🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#13063) ✂ chore: remove unused field ids ref in useFieldArray (#13066)

thanks to @​MPrieur-chaps, @​gynekolog & @​uk960214

Version 7.63.0

🥢 feat: extract form values by form state (#12936)

getValues(undefined, { dirtyFields: true }); // return only dirty fields 
getValues(undefined, { touchedFields: true });  // return only touched fields 

🦍 feat: improve get dirty fields logic (#13049) 🐿️ chore: remove duplicated function isMessage (#13050) 🐞 fix: use field name to update isValidating fields (#13000) 🐞 fix: unregister previous field when switching conditional Controllers (#13041)

... (truncated)

Commits

Updates react-hot-toast from 2.4.1 to 2.6.0

Release notes

Sourced from react-hot-toast's releases.

v2.6.0


timolins/react-hot-toast@v2.5.2...v2.6.0

v2.6.0-beta.0

What's new

  • Adds support for multiple toasters
  • Add first version of Multi toaster docs
  • Add dismissAll and removeAll More ergonomic API when working with multiple toasters a1d0b02

Ready to try it out?

npm i react-hot-toast@beta

Other Changes

  • Update pnpm version f6c867b
  • Move timeouts inside a useRef cb1fe8e
  • Use data tag instead of id 1d5d3d3
  • Fix dispatch to be id specific again fe934fd
  • Merge branch &#39;main&#39; into global-settings 0953822
  • Add first version of multi toaster page 5b1ee55
  • Merge branch &#39;main&#39; into global-settings 4d43622
  • Move toaster settings into state cf9ae4b
  • Some experimentation with global settings API 2e0a4dd

timolins/react-hot-toast@v2.5.1...v2.6.0-beta.0

v2.5.2

  • Fix race condition in backwards compatible way – fixes #101 1556d28
  • Replace JSX.Element type with React.ReactElement 87c7a52

timolins/react-hot-toast@v2.5.1...v2.5.2

Commits

Updates sass from 1.66.1 to 1.93.2

Release notes

Sourced from sass's releases.

Dart Sass 1.93.2

To install Sass 1.93.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.1

To install Sass 1.93.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.0

To install Sass 1.93.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

See the full changelog for changes in earlier releases.

Dart Sass 1.92.1

To install Sass 1.92.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

... (truncated)

Changelog

Sourced from sass's changelog.

1.93.2

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

1.93.1

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.

1.93.0

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

1.92.1

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

1.92.0

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.

... (truncated)

Commits

Updates styled-components from 6.1.8 to 6.1.19

Release notes

Sourced from styled-components's releases.

styled-components@6.1.19

Patch Changes

  • aa997d8: fix for React Native >=0.79 crashes when using unsupported web-only CSS values (e.g., fit-content, min-content, max-content). The fix emits a warning and ignores the property using those values, instead of causing crashes.

styled-components@6.1.18

Patch Changes

  • 76b18a4: fix react 19 compatibility
  • bdac7af: Quickfix to support expo sdk >= 53 and react-native >=0.79.

styled-components@6.1.17

Patch Changes

  • 47a4dcb: Fix for loose DefaultTheme type definition
  • a8c0f5b: fix: add info link to console

styled-components@6.1.16

Patch Changes

  • 246c77b: Resolve TS error related to ExoticComponentWithDisplayName API from React.
  • 4757191: Native typings weren't on the correct folder, which caused issues on React Native projects using this library

styled-components@6.1.15

Patch Changes

  • b9688ae: chore: update postcss to version 8.4.49 and nanoid to version 3.3.8

styled-components@6.1.14

Patch Changes

  • 6908326: Add changesets for release management
  • 18ebf6d: Prevent styled() from injecting an undefined ref prop in React 19
Commits

Updates use-debounce from 10.0.0 to 10.0.6

Release notes

Sourced from use-debounce's releases.

10.0.6

What's Changed

Full Changelog: xnimorz/use-debounce@10.0.5...10.0.6

10.0.5

What's Changed

New Contributors

Full Changelog: xnimorz/use-debounce@10.0.4...10.0.5

v10.0.4

  • Fix behaviour for strictMode react when leading is set to true and trailing is true

v10.0.2

v10.0.1

  • Fixed flush method return args, thanks to @​h
Changelog

Sourced from use-debounce's changelog.

10.0.5

10.0.4

  • Fix behaviour for strictMode react when leading is set to true and trailing is true

10.0.3

10.0.2

10.0.1

  • Fixed flush method return args, thanks to @​h
Commits
  • d2481ea Merge pull request #199 from elrion018/fix/cancel-ispending-ui-update
  • 309dcc8 refactor: simplify cancel() logic in useDebouncedCallback
  • f4bcd87 test: add test for cancel() triggering UI update
  • 86da92f fix: trigger UI update when cancel() is called
  • f1c7511 Merge pull request #198 from xnimorz/dependabot/npm_and_yarn/form-data-4.0.4
  • 46085fa Bump form-data from 4.0.0 to 4.0.4
  • cc9831c Merge pull request #197 from xnimorz/dependabot/npm_and_yarn/multi-86b6d328ca
  • de6ad62 Bump esbuild and @​size-limit/preset-small-lib
  • fd7e2db up use-debounce version to 10.0.5
  • eede2b8 Merge pull request #196 from elrion018/fix/ispending-bug
  • Additional commits viewable in compare view

Updates yup from 1.4.0 to 1.7.1

Changelog

Sourced from yup's changelog.

1.7.1 (2025-09-21)

1.7.0 (2025-08-01)

Features

  • Implement standard schema interface (#2258) (ced5f51)
  • resolve ref params if present when describing (ef53030), closes #2276

1.6.1 (2024-12-17)

Bug Fixes

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 27, 2025

Labels

The following labels could not be found: scope/frontend, type/dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch from 9c47132 to f91b1fd Compare November 3, 2025 10:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch from f91b1fd to 67d0622 Compare November 15, 2025 13:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch from 67d0622 to b090255 Compare November 17, 2025 19:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch 2 times, most recently from 9ba68cb to 5fd6bfb Compare November 19, 2025 17:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch from 5fd6bfb to 59a7a7a Compare November 28, 2025 22:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch 5 times, most recently from 71c95a2 to ea90575 Compare November 29, 2025 02:43
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 29, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch 3 times, most recently from 708e196 to cfa686c Compare December 1, 2025 12:59
Dependabot couldn't find the original pull request head commit, cfa686c.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-923cf231be branch from cfa686c to ffcb6a5 Compare December 4, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant