Skip to content

Bump the pnpm-dependencies group across 1 directory with 26 updates #1006

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

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

Package From To
@floating-ui/react 0.26.13 0.27.6
@tanstack/react-table 8.16.0 8.21.2
ace-builds 1.33.0 1.39.1
ajv 8.8.2 8.17.1
json-schema-faker 0.5.6 0.5.8
react-hook-form 7.54.2 7.55.0
react-hot-toast 2.4.1 2.5.2
sass 1.66.1 1.86.3
use-debounce 10.0.0 10.0.4
yup 1.4.0 1.6.1
@openapitools/openapi-generator-cli 2.13.4 2.18.4
@swc/core 1.3.107 1.11.18
@swc/jest 0.2.36 0.2.37
@testing-library/jest-dom 6.4.2 6.6.3
@testing-library/user-event 14.5.2 14.6.1
@vitejs/plugin-react-swc 3.6.0 3.8.1
dotenv 16.4.5 16.4.7
eslint-plugin-import 2.29.1 2.31.0
eslint-plugin-jest-dom 5.4.0 5.5.0
eslint-plugin-jsx-a11y 6.8.0 6.10.2
eslint-plugin-react 7.34.1 7.37.5
jest-styled-components 7.1.1 7.2.0
prettier 3.2.5 3.5.3
typescript 5.3.3 5.8.3
vite 6.2.3 6.2.5
vite-plugin-checker 0.6.4 0.9.1

Updates @floating-ui/react from 0.26.13 to 0.27.6

Release notes

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

@​floating-ui/react@​0.27.6

Patch Changes

  • fix(useFloating): prevent error when using inline middleware when passing a real DOM element to refs.setPositionReference due to element.getClientRects() not being handled
  • fix: avoid marking root ancestor combobox with aria-hidden when nested virtual floating element opens
  • fix(FloatingFocusManager): set inert attribute value to empty string instead of "true"
  • fix(FloatingFocusManager): correct tabbing to different document contexts
  • fix(useClick): fix toggle behavior with Enter key when reference element is anchor
  • feat(FloatingFocusManager): getInsideElements prop. Allows you to specify elements that are considered as "inside" the floating element. These will avoid being marked with aria-hidden and data-floating-ui-inert attributes.
  • fix(useFocus): improve :focus-visible checks

@​floating-ui/react@​0.27.5

Patch Changes

  • fix(FloatingFocusManager): return focus on outside press if possible for non-context nested floating elements
  • perf: improve performance by only clearing used timeouts
  • fix(useMergeRefs): support React 19 ref cleanup
  • fix(FloatingFocusManager): avoid returning to unrelated references

@​floating-ui/react@​0.27.4

Patch Changes

  • fix(useListNavigation): use parent's orientation when opening/closing nested menus, correctly supporting grid submenus
  • fix(FloatingList): avoid race condition between registering/unregistering nodes and setting indices

@​floating-ui/react@​0.27.3

Patch Changes

  • feat(FloatingFocusManager): accept FloatingRootContext as the context prop
  • fix(useListNavigation): check for virtual pointer on pointerenter
  • refactor: use jsx runtime
  • Update dependencies: @floating-ui/utils@0.2.9

@​floating-ui/react@​0.27.2

Patch Changes

  • fix(FloatingFocusManager): prevent stale inert/aria-hidden attributes from being left on outside elements

@​floating-ui/react@​0.27.1

Patch Changes

  • fix(FloatingFocusManager): correctly fallback to container
  • fix(FloatingFocusManager): check for ancestor floating focus element during closeOnFocusOut
  • fix(FloatingFocusManager): avoid marking tree ancestor floating nodes with data-floating-ui-inert when modal=false

@​floating-ui/react@​0.27.0

Minor Changes

  • chore: deprecate inner and useInnerOffset. This technique of aligning an inner element to the reference has poor performance with longer lists, doesn't fit with the middleware paradigm, doesn't work on touch, and has a better custom alternative using native onScroll that is encouraged instead.
  • breaking: drop React 16 support. 17 is the minimum supported version.

... (truncated)

Changelog

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

0.27.6

Patch Changes

  • fix(useFloating): prevent error when using inline middleware when passing a real DOM element to refs.setPositionReference due to element.getClientRects() not being handled
  • fix: avoid marking root ancestor combobox with aria-hidden when nested virtual floating element opens
  • fix(FloatingFocusManager): set inert attribute value to empty string instead of "true"
  • fix(FloatingFocusManager): correct tabbing to different document contexts
  • fix(useClick): fix toggle behavior with Enter key when reference element is anchor
  • feat(FloatingFocusManager): getInsideElements prop. Allows you to specify elements that are considered as "inside" the floating element. These will avoid being marked with aria-hidden and data-floating-ui-inert attributes.
  • fix(useFocus): improve :focus-visible checks

0.27.5

Patch Changes

  • fix(FloatingFocusManager): return focus on outside press if possible for non-context nested floating elements
  • perf: improve performance by only clearing used timeouts
  • fix(useMergeRefs): support React 19 ref cleanup
  • fix(FloatingFocusManager): avoid returning to unrelated references

0.27.4

Patch Changes

  • fix(useListNavigation): use parent's orientation when opening/closing nested menus, correctly supporting grid submenus
  • fix(FloatingList): avoid race condition between registering/unregistering nodes and setting indices

0.27.3

Patch Changes

  • feat(FloatingFocusManager): accept FloatingRootContext as the context prop
  • fix(useListNavigation): check for virtual pointer on pointerenter
  • refactor: use jsx runtime
  • Update dependencies: @floating-ui/utils@0.2.9

0.27.2

Patch Changes

  • fix(FloatingFocusManager): prevent stale inert/aria-hidden attributes from being left on outside elements

0.27.1

Patch Changes

  • fix(FloatingFocusManager): correctly fallback to container
  • fix(FloatingFocusManager): check for ancestor floating focus element during closeOnFocusOut
  • fix(FloatingFocusManager): avoid marking tree ancestor floating nodes with data-floating-ui-inert when modal=false

... (truncated)

Commits
  • 318be67 chore: version packages (#3248)
  • c0a7787 feat(FloatingFocusManager): getInsideElements prop (#3246)
  • ba53ee8 fix(useFocus): improve :focus-visible checks (#3259)
  • 78583c8 fix(useClick): fix toggle behavior with Enter key when reference element is a...
  • 40c68d2 fix(FloatingFocusManager): set inert attribute value to empty string instead ...
  • 86b3154 test: run React tests in Vitest browser mode (#3258)
  • b9ad108 fix(FloatingFocusManager): correct tabbing to different document contexts (#3...
  • 76ceffa fix(useFloating): elements passed to setPositionReference should add `getCl...
  • 71abe52 chore: version packages (#3236)
  • 7a80174 chore: lint unused vars
  • Additional commits viewable in compare view

Updates @tanstack/react-table from 8.16.0 to 8.21.2

Release notes

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

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
  • @​tanstack/react-table@​8.21.2
  • @​tanstack/solid-table@​8.21.2
  • @​tanstack/svelte-table@​8.21.2
  • @​tanstack/vue-table@​8.21.2
  • @​tanstack/react-table-devtools@​8.21.2

v8.21.1

Version 8.21.1 - 2/3/25, 5:37 AM

Changes

Fix

  • lit-table: dynamic data updates in the Lit Table Adapter (#5884) (9763877) by Luke Schierer

Docs

  • add experimental virtualization example (#5895) (8d6e19f) by Kevin Van Cott
  • angular: add missing faker-js deps (#5883) (190c669) by @​riccardoperra
  • angular: add editable, row-dnd and performant column resizing example (#5881) (0baabdd) by @​riccardoperra

Packages

  • @​tanstack/lit-table@​8.21.1

v8.21.0

... (truncated)

Commits

Updates ace-builds from 1.33.0 to 1.39.1

Changelog

Sourced from ace-builds's changelog.

1.39.1 (2025-03-20)

Features

  • Editing is disabled tooltip in readonly mode (#5771) (1098e53)

Bug Fixes

1.39.0 (2025-02-21)

Features

  • Multiline Search Support: line breaks \n (#5675) (06d51b9)

Bug Fixes

  • check if row is present when setting aria label of popup elements (#5750) (ff16482)
  • gutter hover tooltip a11y improvements (#5747) (fbe3ddc)
  • narrowing platform to be either win or mac (#5707) (18cc336)
  • set score completion item when skipfilter true (#5749) (a27e1e8)

1.38.0 (2025-02-12)

Features

  • popup: add supporting skipFilter flag for popup item (#5740) (0db7585)

Bug Fixes

  • AcePopup: fix aria-posinset issue on google chrome (#5719) (09a0c5a)
  • calling setMode just before destroy causes error reading getLength (#5727) (62b973e)
  • highlight indent guides with wrapped lines (#5621) (77b9fe1)
  • improve aria attributes of popup elements (#5739) (09fba2e)
  • types for setTimeout/setInterval calls (#5726) (9a76656)
  • VirtualRenderer: fix scrollbar overlap on autocompletion (#5713) (5acea6d)
  • wrong type of paste event and missing types for themelist extension (#5725) (a4b9d2d)

1.37.5 (2025-01-16)

... (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.8

Commits

Updates react-hook-form from 7.54.2 to 7.55.0

Release notes

Sourced from react-hook-form's releases.

Version 7.55.0

⚡️ createFormControl

  • Allow us to start subscribing outside of the React component
const { formControl, control } = createFormControl(props)
function App() {
const { register } = useForm({
formControl,
})
return <form />
}
function Test() {
useFormState({
control // no longer need context api
})
}

⚡️ subscribe

  • subscribe form state update without re-render
  • subscribe outside of the react component
const { formControl } = createFormControl(props)
formControl.subscribe({
formState: { isDirty: true },
callback: (formState) => {
if (formState.isDirty) {
// do something here
}
}
})
function App() {
const { register } = useForm({
formControl,
})
return <form />
}

🪲 fix react-hook-form/react-hook-form#12680: Update Fieldarray Unmount Status (react-hook-form/react-hook-form#12690)

... (truncated)

Commits

Updates react-hot-toast from 2.4.1 to 2.5.2

Release notes

Sourced from react-hot-toast's releases.

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
  • 9a97247 2.5.2
  • 3fcff64 Add packageManger field
  • 40abbf8 Merge pull request #395 from timolins/fix-subscription-race-condition
  • e5819fb Update pnpm in size action
  • 1556d28 Fix race condition in backwards compatible way
  • a9c12f1 Add test for race condition
  • 51d78b5 Merge pull request #392 from kaisermann/fix-jsx-ref
  • dedece2 Oops. Delete package-lock.json
  • 87c7a52 Replace JSX.Element with React.ReactElement
  • 3823791 2.5.1
  • Additional commits viewable in compare view

Updates sass from 1.66.1 to 1.86.3

Release notes

Sourced from sass's releases.

Dart Sass 1.86.3

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

Changes

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a .. segment.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.2

To install Sass 1.86.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.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.1

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

Changes

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.0

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

Changes

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

... (truncated)

Changelog

Sourced from sass's changelog.

1.86.3

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a .. segment.

1.86.2

  • No user-visible changes.

1.86.1

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.

1.86.0

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.

1.85.1

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

1.85.0

  • No longer fully trim redundant selectors generated by @extend. This caused unacceptable performance issues for certain heavy users of @extend. We'll try to find a more performant way to accomplish it in the future.

1.84.0

  • Allow newlines in whitespace in the indented syntax.

  • Potentially breaking bug fix: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like [foo#{"]:is(bar"}) {a: b} would compile without error, but this was an unintentional bug.

... (truncated)

Commits

Updates use-debounce from 10.0.0 to 10.0.4

Release notes

Sourced from use-debounce's releases.

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.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
  • 324885c Update version
  • cd102d3 Fix React Strict mode behaviour
  • 4c27377 Merge pull request #185 from xnimorz/dependabot/npm_and_yarn/rollup-2.79.2
  • 7b99fa4 Bump rollup from 2.79.1 to 2.79.2
  • 453490e 10.03
  • 460b1df Merge pull request #180 from xnimorz/isPending
  • da112e0 Fix isPending state
  • d4f9cc9 Merge pull request #177 from xnimorz/dependabot/npm_and_yarn/braces-3.0.3
  • a6a95cc Bump braces from 3.0.2 to 3.0.3
  • 4386acc Merge pull request #176 from xnimorz/dependabot/npm_and_yarn/ws-8.17.1
  • Additional commits viewable in compare view

Updates yup from 1.4.0 to 1.6.1

Changelog

Sourced from yup's changelog.

1.6.1 (2024-12-17)

Bug Fixes

  • lazy validation errors thrown in builders should resolve async like other validations (c7d7f97)

1.6.0 (2024-12-16)

Features

1.5.0 (2024-12-03)

Bug Fixes

  • readme: some typos and update CustomizingErrors doc (#2163) (5c77e0d)

Features

  • Add exact and stripUnknown method to object() (adcdd8d)
Commits
  • d00abc3 Publish v1.6.1
  • c7d7f97 fix: lazy validation errors thrown in builders should resolve async like othe...
  • f27fa44 Publish v1.6.0
  • 0d7c327 build: modernize stuff
  • 2b0f126 feat: expose LazySchema
  • c26f9af Update README.md
  • 8ac18b6 Publish v1.5.0
  • adcdd8d feat: Add exact and stripUnknown method to object()
  • 87be159 Fix ValidationError.formatError() clobbering path param (#2250)
  • 5a22c16 let/const consistency in README: let preference (#2227)
  • Additional commits viewable in compare view

Updates @openapitools/openapi-generator-cli from 2.13.4 to 2.18.4

Release notes

Sourced from @​openapitools/openapi-generator-cli's releases.

v2.18.4

2.18.4 (2025-03-15)

Bug Fixes

  • deps: update dependency fs-extra to v11 (#903) (11a2df5)

v2.18.3

2.18.3 (2025-03-14)

Bug Fixes

  • deps: update dependency rxjs to v7.8.2 (#896) (ec586d4)

v2.18.2

2.18.2 (2025-03-14)

Bug Fixes

  • deps: update dependency reflect-metadata to v0.2.2 (#780) (ed23197)

v2.18.1

2.18.1 (2025-03-14)

Bug Fixes

  • deps: update dependency axios to v1.8.3 (#895) (4766f33)

v2.18.0

2.18.0 (2025-03-14)

Features

v2.17.1

2.17.1 (2025-03-14)

Bug Fixes

v2.17.0

2.17.0 (2025-02-28)

... (truncated)

Commits
  • 11a2df5 fix(deps): update dependency fs-extra to v11 (#903)
  • 572a963 chore(deps): update nx monorepo to v20.6.0 (#901)
  • 4615d63 chore(deps): update dependency type-fest to v4.37.0 (#900)
  • 63042d6 chore(deps): update dependency prettier to v3.5.3 (#899)
  • 3a32410 chore(deps): update dependency eslint to v9.22.0 (#898)
  • 2f5b521 chore(deps): update commitlint monorepo to v19.8.0 (#897)
  • ec586d4 fix(deps): update dependency rxjs to v7.8.2 (#896)
  • ed23197 fix(deps): update dependency reflect-metadata to v0.2.2 (#780)
  • 4766f33 fix(deps): update dependency axios to v1.8.3 (#895)
  • 4282196 chore(deps): update dependency ts-jest to v29.2.6 (#894)
  • Additional commits viewable in compare view

Updates @swc/core from 1.3.107 to 1.11.18

Changelog

Sourced from @​swc/core's changelog.

[1.11.18] - 2025-04-07

Bug Fixes

  • (erro...

    Description has been truncated

@dependabot dependabot bot requested a review from a team April 7, 2025 10:21
@dependabot dependabot bot requested a review from a team as a code owner April 7, 2025 10:21
@dependabot dependabot bot added scope/frontend Related to frontend changes type/dependencies A pull request/issue dedicated to updating the dependency(-ies) labels Apr 7, 2025
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Apr 7, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-215fedc993 branch from c03c720 to 5138f82 Compare April 14, 2025 09:28
Bumps the pnpm-dependencies group with 26 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.13` | `0.27.6` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.16.0` | `8.21.2` |
| [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.33.0` | `1.39.1` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.8.2` | `8.17.1` |
| [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) | `0.5.6` | `0.5.8` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.2` | `7.55.0` |
| [react-hot-toast](https://github.com/timolins/react-hot-toast) | `2.4.1` | `2.5.2` |
| [sass](https://github.com/sass/dart-sass) | `1.66.1` | `1.86.3` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `10.0.0` | `10.0.4` |
| [yup](https://github.com/jquense/yup) | `1.4.0` | `1.6.1` |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | `2.13.4` | `2.18.4` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.107` | `1.11.18` |
| [@swc/jest](https://github.com/swc-project/pkgs) | `0.2.36` | `0.2.37` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.6.3` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.6.0` | `3.8.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) | `5.4.0` | `5.5.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.8.0` | `6.10.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.37.5` |
| [jest-styled-components](https://github.com/styled-components/jest-styled-components) | `7.1.1` | `7.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.8.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.3` | `6.2.5` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.6.4` | `0.9.1` |



Updates `@floating-ui/react` from 0.26.13 to 0.27.6
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.6/packages/react)

Updates `@tanstack/react-table` from 8.16.0 to 8.21.2
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.21.2/packages/react-table)

Updates `ace-builds` from 1.33.0 to 1.39.1
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md)
- [Commits](ajaxorg/ace-builds@v1.33.0...v1.39.1)

Updates `ajv` from 8.8.2 to 8.17.1
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.8.2...v8.17.1)

Updates `json-schema-faker` from 0.5.6 to 0.5.8
- [Changelog](https://github.com/json-schema-faker/json-schema-faker/blob/master/CHANGELOG)
- [Commits](json-schema-faker/json-schema-faker@v0.5.6...v0.5.8)

Updates `react-hook-form` from 7.54.2 to 7.55.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.54.2...v7.55.0)

Updates `react-hot-toast` from 2.4.1 to 2.5.2
- [Release notes](https://github.com/timolins/react-hot-toast/releases)
- [Commits](timolins/react-hot-toast@v2.4.1...v2.5.2)

Updates `sass` from 1.66.1 to 1.86.3
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.66.1...1.86.3)

Updates `use-debounce` from 10.0.0 to 10.0.4
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](xnimorz/use-debounce@10.0.0...10.0.4)

Updates `yup` from 1.4.0 to 1.6.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.4.0...v1.6.1)

Updates `@openapitools/openapi-generator-cli` from 2.13.4 to 2.18.4
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](OpenAPITools/openapi-generator-cli@v2.13.4...v2.18.4)

Updates `@swc/core` from 1.3.107 to 1.11.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.3.107...v1.11.18)

Updates `@swc/jest` from 0.2.36 to 0.2.37
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@testing-library/jest-dom` from 6.4.2 to 6.6.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.2...v6.6.3)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `@vitejs/plugin-react-swc` from 3.6.0 to 3.8.1
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.6.0...v3.8.1)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `eslint-plugin-import` from 2.29.1 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0)

Updates `eslint-plugin-jest-dom` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](testing-library/eslint-plugin-jest-dom@v5.4.0...v5.5.0)

Updates `eslint-plugin-jsx-a11y` from 6.8.0 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.8.0...v6.10.2)

Updates `eslint-plugin-react` from 7.34.1 to 7.37.5
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.34.1...v7.37.5)

Updates `jest-styled-components` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/styled-components/jest-styled-components/releases)
- [Changelog](https://github.com/styled-components/jest-styled-components/blob/main/CHANGELOG.md)
- [Commits](styled-components/jest-styled-components@v7.1.1...v7.2.0)

Updates `prettier` from 3.2.5 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.5.3)

Updates `typescript` from 5.3.3 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `vite` from 6.2.3 to 6.2.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)

Updates `vite-plugin-checker` from 0.6.4 to 0.9.1
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.6.4...vite-plugin-checker@0.9.1)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-version: 0.27.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: "@tanstack/react-table"
  dependency-version: 8.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: ace-builds
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: ajv
  dependency-version: 8.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: json-schema-faker
  dependency-version: 0.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pnpm-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: react-hot-toast
  dependency-version: 2.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: sass
  dependency-version: 1.86.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: use-debounce
  dependency-version: 10.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pnpm-dependencies
- dependency-name: yup
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.18.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.11.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: "@swc/jest"
  dependency-version: 0.2.37
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pnpm-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: dotenv
  dependency-version: 16.4.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pnpm-dependencies
- dependency-name: eslint-plugin-import
  dependency-version: 2.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: eslint-plugin-jest-dom
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: eslint-plugin-jsx-a11y
  dependency-version: 6.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: jest-styled-components
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: vite
  dependency-version: 6.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pnpm-dependencies
- dependency-name: vite-plugin-checker
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/pnpm-dependencies-215fedc993 branch from 5138f82 to 135be1c Compare April 21, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/frontend Related to frontend changes status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/dependencies A pull request/issue dedicated to updating the dependency(-ies)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants