Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2026

Bumps the minor group with 20 updates in the /frontend directory:

Package From To
@jsonforms/core 3.6.0 3.7.0
@jsonforms/material-renderers 3.6.0 3.7.0
@jsonforms/react 3.6.0 3.7.0
@xyflow/react 12.9.2 12.10.0
@eslint/js 9.39.1 9.39.2
@testing-library/react 16.3.0 16.3.1
@vitejs/plugin-react 5.1.0 5.1.2
@vitest/eslint-plugin 1.4.2 1.6.6
eslint 9.39.1 9.39.2
eslint-plugin-react-refresh 0.4.24 0.4.26
jsdom 27.1.0 27.4.0
prettier 3.6.2 3.7.4
typescript-eslint 8.46.3 8.52.0
vite 7.2.2 7.3.1
vitest 4.0.8 4.0.16
@chromatic-com/storybook 4.1.2 4.1.3
react-resizable 3.0.5 3.1.3
@storybook/addon-docs 10.0.6 10.1.11
keycloak-js 26.2.1 26.2.2
msw 2.12.1 2.12.7

Updates @jsonforms/core from 3.6.0 to 3.7.0

Release notes

Sourced from @​jsonforms/core's releases.

v3.7.0

What's Changed

[angular] Build against Angular v19 and drop support for v18; Allow v21 RC (eclipsesource/jsonforms#2501) [angular] Migrate to standalone components (eclipsesource/jsonforms#2502) [angular] Allow Angular 21 release in peer dependencies (eclipsesource/jsonforms#2505) [angular-material] fix: array layout renderer error count fix (eclipsesource/jsonforms#2477)

[core] fix: root $ref resolving (eclipsesource/jsonforms#2472) [core] feat(validator): add config to ValidateFunctionContext (eclipsesource/jsonforms#2483)

[react-material]: Upgrade to MUI ^7 and x-date-picker ^7.28 (eclipsesource/jsonforms#2476) [react-material]: Update MUI X date pickers from v7 to v8 (eclipsesource/jsonforms#2493)

[vue, vue-vuetify] deps: Update to Vuetify ^3.9 and Vue ^3.5 (eclipsesource/jsonforms#2468) [vue-vuetify]: update MixedRenderer to add VExpansionPanels (eclipsesource/jsonforms#2463) [vue-vuetify] fix how we handle empty values (eclipsesource/jsonforms#2481) [vue-vuetify] Enable overriding control-wrapper with custom component (eclipsesource/jsonforms#2482) [vue-vuetify] feat: add prepend slot to date/time control renderers (eclipsesource/jsonforms#2504)

[dev] Ignore pnpm-lock.yaml with prettier and regenerate it unformatted (eclipsesource/jsonforms#2474) [dev] bump vite-plugin-static-copy from 1.0.6 to 2.3.2 (eclipsesource/jsonforms#2499) [dev] Update various dev dependencies (eclipsesource/jsonforms#2503)

When migrating from 3.6 to 3.7 no migration should be necessary, except if you still use Angular 18. See the migration guide when upgrading from an older version.

Contributors

Many thanks to @​kchobantonov, @​martin-trajanovski, @​yaffol for their great contributions!

New Contributors

Full Changelog: (eclipsesource/jsonforms@v3.6.0...v3.7.0)

Commits
Maintainer changes

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


Updates @jsonforms/material-renderers from 3.6.0 to 3.7.0

Release notes

Sourced from @​jsonforms/material-renderers's releases.

v3.7.0

What's Changed

[angular] Build against Angular v19 and drop support for v18; Allow v21 RC (eclipsesource/jsonforms#2501) [angular] Migrate to standalone components (eclipsesource/jsonforms#2502) [angular] Allow Angular 21 release in peer dependencies (eclipsesource/jsonforms#2505) [angular-material] fix: array layout renderer error count fix (eclipsesource/jsonforms#2477)

[core] fix: root $ref resolving (eclipsesource/jsonforms#2472) [core] feat(validator): add config to ValidateFunctionContext (eclipsesource/jsonforms#2483)

[react-material]: Upgrade to MUI ^7 and x-date-picker ^7.28 (eclipsesource/jsonforms#2476) [react-material]: Update MUI X date pickers from v7 to v8 (eclipsesource/jsonforms#2493)

[vue, vue-vuetify] deps: Update to Vuetify ^3.9 and Vue ^3.5 (eclipsesource/jsonforms#2468) [vue-vuetify]: update MixedRenderer to add VExpansionPanels (eclipsesource/jsonforms#2463) [vue-vuetify] fix how we handle empty values (eclipsesource/jsonforms#2481) [vue-vuetify] Enable overriding control-wrapper with custom component (eclipsesource/jsonforms#2482) [vue-vuetify] feat: add prepend slot to date/time control renderers (eclipsesource/jsonforms#2504)

[dev] Ignore pnpm-lock.yaml with prettier and regenerate it unformatted (eclipsesource/jsonforms#2474) [dev] bump vite-plugin-static-copy from 1.0.6 to 2.3.2 (eclipsesource/jsonforms#2499) [dev] Update various dev dependencies (eclipsesource/jsonforms#2503)

When migrating from 3.6 to 3.7 no migration should be necessary, except if you still use Angular 18. See the migration guide when upgrading from an older version.

Contributors

Many thanks to @​kchobantonov, @​martin-trajanovski, @​yaffol for their great contributions!

New Contributors

Full Changelog: (eclipsesource/jsonforms@v3.6.0...v3.7.0)

Commits
  • 6bbfbb3 v3.7.0
  • 4a1bb98 v3.7.0-beta.0
  • 9fabff8 deps(dev): Update various dev dependencies (#2503)
  • 1d8f147 v3.7.0-alpha.3
  • b20bc25 v3.7.0-alpha.2
  • ab725ff npm: Align repository and publishConfig values to recommended format
  • 5b2b2e7 react-material: Update MUI X date pickers from v7 to v8
  • 016f1df feat: add config to ValidateFunctionContext (#2483)
  • 6542785 v3.7.0-alpha.1
  • 128c1c8 deps(react-material): Upgrade to MUI ^7 and x-date-picker ^7.28
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @jsonforms/react from 3.6.0 to 3.7.0

Release notes

Sourced from @​jsonforms/react's releases.

v3.7.0

What's Changed

[angular] Build against Angular v19 and drop support for v18; Allow v21 RC (eclipsesource/jsonforms#2501) [angular] Migrate to standalone components (eclipsesource/jsonforms#2502) [angular] Allow Angular 21 release in peer dependencies (eclipsesource/jsonforms#2505) [angular-material] fix: array layout renderer error count fix (eclipsesource/jsonforms#2477)

[core] fix: root $ref resolving (eclipsesource/jsonforms#2472) [core] feat(validator): add config to ValidateFunctionContext (eclipsesource/jsonforms#2483)

[react-material]: Upgrade to MUI ^7 and x-date-picker ^7.28 (eclipsesource/jsonforms#2476) [react-material]: Update MUI X date pickers from v7 to v8 (eclipsesource/jsonforms#2493)

[vue, vue-vuetify] deps: Update to Vuetify ^3.9 and Vue ^3.5 (eclipsesource/jsonforms#2468) [vue-vuetify]: update MixedRenderer to add VExpansionPanels (eclipsesource/jsonforms#2463) [vue-vuetify] fix how we handle empty values (eclipsesource/jsonforms#2481) [vue-vuetify] Enable overriding control-wrapper with custom component (eclipsesource/jsonforms#2482) [vue-vuetify] feat: add prepend slot to date/time control renderers (eclipsesource/jsonforms#2504)

[dev] Ignore pnpm-lock.yaml with prettier and regenerate it unformatted (eclipsesource/jsonforms#2474) [dev] bump vite-plugin-static-copy from 1.0.6 to 2.3.2 (eclipsesource/jsonforms#2499) [dev] Update various dev dependencies (eclipsesource/jsonforms#2503)

When migrating from 3.6 to 3.7 no migration should be necessary, except if you still use Angular 18. See the migration guide when upgrading from an older version.

Contributors

Many thanks to @​kchobantonov, @​martin-trajanovski, @​yaffol for their great contributions!

New Contributors

Full Changelog: (eclipsesource/jsonforms@v3.6.0...v3.7.0)

Commits
Maintainer changes

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


Updates @xyflow/react from 12.9.2 to 12.10.0

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.10.0

Minor Changes

Patch Changes

@​xyflow/react@​12.9.3

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.10.0

Minor Changes

Patch Changes

12.9.3

Patch Changes

Commits
  • c0ed3c3 chore(packages): bump
  • 83a312b chore(zIndexMode): use basic as default
  • 14fd41b change default back to elevateEdgesOnSelect=false and zIndexMode=basic
  • 3680a6a Merge branch 'main' into feat/zindexmode
  • a523919 chore(middleware): cleanup
  • e4e3605 Merge branch 'main' into middlewares
  • 2c05b32 Merge branch 'feat/zindexmode' of github.com:xyflow/xyflow into feat/zindexmode
  • ddbb928 chore(examples): add zindexmode
  • 9faca33 Merge branch 'main' into feat/zindexmode
  • 4eb4295 feat(svelte): add zIndexMode
  • Additional commits viewable in compare view

Updates @eslint/js from 9.39.1 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates @testing-library/react from 16.3.0 to 16.3.1

Release notes

Sourced from @​testing-library/react's releases.

v16.3.1

16.3.1 (2025-12-15)

Bug Fixes

Commits
Maintainer changes

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


Updates @vitejs/plugin-react from 5.1.0 to 5.1.2

Release notes

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

plugin-react@5.1.2

No release notes provided.

plugin-react@5.1.1

Update code to support newer rolldown-vite (#976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

Changelog

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

5.1.2 (2025-12-08)

5.1.1 (2025-11-12)

Update code to support newer rolldown-vite (#976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

Commits
  • f127a24 release: plugin-react@5.1.2
  • db1c665 fix(react): newer full bundle mode compat (#1011)
  • 1f372b6 fix(deps): update all non-major dependencies (#1008)
  • d52455e fix(deps): update react 19.2.1 (#998)
  • bcda041 fix(deps): update all non-major dependencies (#995)
  • c80546d fix(deps): update all non-major dependencies (#982)
  • 23db727 release: plugin-react@5.1.1
  • bcc7db0 chore: add changelog for #976 and #978
  • 4a2e229 fix(react): use rolldownOptions instead of deprecated rollupOptions in optimi...
  • 41cb823 fix(deps): update all non-major dependencies (#968)
  • Additional commits viewable in compare view

Updates @vitest/eslint-plugin from 1.4.2 to 1.6.6

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.6

   🚀 Features

    View changes on GitHub

v1.6.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5

v1.6.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • 472ba3d chore: release v1.6.6
  • 0829c0a feat: add require-test-timeout rule (#863)
  • 23b771e chore: release v1.6.5
  • e8ac615 docs: put rule descriptions after title (#861)
  • 01f6df9 feat: no-conditional-expect takes expect.assertions into account (#840)
  • 6beca38 refactor: Require rule name in createTestingLibraryRule return type and use r...
  • 9636ae8 fix(prefer-mock-return-shorthand): don't report mutable implementations (#190...
  • 1881ed0 fix(prefer-mock-return-shorthand): ignore async implementations (#857)
  • da4b6f7 fix(prefer-mock-return-shorthand): ignore use of update expressions (#858)
  • d15371f chore: update eslint-remote-tester (#859)
  • Additional commits viewable in compare view

Updates eslint from 9.39.1 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates eslint-plugin-react-refresh from 0.4.24 to 0.4.26

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.26

  • Revert changes to fix #93 (fixes #95)

v0.4.25

  • Report cases like export const ENUM = Object.keys(TABLE) as EnumType[]; (fixes #93)
  • Allow _ in component names (#94)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.26

  • Revert changes to fix #93 (fixes #95)

0.4.25

  • Report cases like export const ENUM = Object.keys(TABLE) as EnumType[]; (fixes #93) (reverted in 0.4.26)
  • Allow _ in component names (#94)
Commits
  • 95c02ba Revert "Catch non React exports defined as call expressions"(fixes #95) [publ...
  • 8ea312d Update the name of next config (vite -> next) (#96)
  • 4fc6d3d Catch non React exports defined as call expressions [publish]
  • 0397bde Allow non-leading underscores (#94)
  • See full diff in compare view

Updates jsdom from 27.1.0 to 27.4.0

Release notes

Sourced from jsdom's releases.

Version 27.4.0

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.

Version 27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)

Version 27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Changelog

Sourced from jsdom's changelog.

27.4.0

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.

27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)

27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Commits
  • 098d16d Version 27.4.0
  • 1cd029e Improve asciiLowercase/asciiUppercase performance
  • 83fcb62 Implement TextEncoder and TextDecoder; improve XML decoding
  • ddad97d Switch from iconv-lite to exodus/bytes for decoding
  • 25cb2a1 Use weak references for ranges
  • ed4f5ed Add currently-failing CSS regression tests
  • 56b75c2 Version 27.3.0
  • decdb95 Update dependencies and dev dependencies
  • 542b1a6 CSSOM improvements
  • b0805a9 Version 27.2.0
  • Additional commits viewable in compare view

Updates prettier from 3.6.2 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 9, 2026
Bumps the minor group with 20 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@jsonforms/core](https://github.com/eclipsesource/jsonforms/tree/HEAD/packages/core) | `3.6.0` | `3.7.0` |
| [@jsonforms/material-renderers](https://github.com/eclipsesource/jsonforms/tree/HEAD/packages/material-renderers) | `3.6.0` | `3.7.0` |
| [@jsonforms/react](https://github.com/eclipsesource/jsonforms/tree/HEAD/packages/react) | `3.6.0` | `3.7.0` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.9.2` | `12.10.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.1` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.0` | `5.1.2` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.4.2` | `1.6.6` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.4.26` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.1.0` | `27.4.0` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.3` | `8.52.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.2` | `7.3.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.8` | `4.0.16` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `4.1.2` | `4.1.3` |
| [react-resizable](https://github.com/react-grid-layout/react-resizable) | `3.0.5` | `3.1.3` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.0.6` | `10.1.11` |
| [keycloak-js](https://github.com/keycloak/keycloak-js) | `26.2.1` | `26.2.2` |
| [msw](https://github.com/mswjs/msw) | `2.12.1` | `2.12.7` |



Updates `@jsonforms/core` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/eclipsesource/jsonforms/releases)
- [Commits](https://github.com/eclipsesource/jsonforms/commits/v3.7.0/packages/core)

Updates `@jsonforms/material-renderers` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/eclipsesource/jsonforms/releases)
- [Commits](https://github.com/eclipsesource/jsonforms/commits/v3.7.0/packages/material-renderers)

Updates `@jsonforms/react` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/eclipsesource/jsonforms/releases)
- [Commits](https://github.com/eclipsesource/jsonforms/commits/v3.7.0/packages/react)

Updates `@xyflow/react` from 12.9.2 to 12.10.0
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.10.0/packages/react)

Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@testing-library/react` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.0...v16.3.1)

Updates `@vitejs/plugin-react` from 5.1.0 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react)

Updates `@vitest/eslint-plugin` from 1.4.2 to 1.6.6
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.4.2...v1.6.6)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.1...v9.39.2)

Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.4.26
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.24...v0.4.26)

Updates `jsdom` from 27.1.0 to 27.4.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.1.0...27.4.0)

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

Updates `typescript-eslint` from 8.46.3 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/typescript-eslint)

Updates `vite` from 7.2.2 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

Updates `vitest` from 4.0.8 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest)

Updates `@chromatic-com/storybook` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v4.1.3/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v4.1.2...v4.1.3)

Updates `react-resizable` from 3.0.5 to 3.1.3
- [Release notes](https://github.com/react-grid-layout/react-resizable/releases)
- [Changelog](https://github.com/react-grid-layout/react-resizable/blob/master/CHANGELOG.md)
- [Commits](react-grid-layout/react-resizable@v3.0.5...v3.1.3)

Updates `@storybook/addon-docs` from 10.0.6 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/addons/docs)

Updates `keycloak-js` from 26.2.1 to 26.2.2
- [Release notes](https://github.com/keycloak/keycloak-js/releases)
- [Changelog](https://github.com/keycloak/keycloak-js/blob/main/RELEASE-CHECKLIST.md)
- [Commits](keycloak/keycloak-js@26.2.1...26.2.2)

Updates `msw` from 2.12.1 to 2.12.7
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.1...v2.12.7)

---
updated-dependencies:
- dependency-name: "@jsonforms/core"
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@jsonforms/material-renderers"
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@jsonforms/react"
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@xyflow/react"
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: jsdom
  dependency-version: 27.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vitest
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: react-resizable
  dependency-version: 3.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: keycloak-js
  dependency-version: 26.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: msw
  dependency-version: 2.12.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/minor-b1af1c68e8 branch from edfc9bb to 8ee7a4d Compare January 9, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant