Skip to content

Bump the minor group across 2 directories with 13 updates - #303

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-402e24961f
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-402e24961f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 12 updates in the / directory:

Package From To
@eslint/eslintrc 3.3.5 3.3.7
@jsonforms/core 3.7.0 3.8.0
@jsonforms/material-renderers 3.7.0 3.8.0
@jsonforms/react 3.7.0 3.8.0
@testing-library/react 16.3.2 16.3.3
@testing-library/user-event 14.6.1 14.6.7
@typescript-eslint/eslint-plugin 8.61.0 8.70.0
@typescript-eslint/parser 8.61.0 8.70.0
react-icons 5.6.0 5.7.0
rollup-plugin-dts 6.4.1 6.5.1
typedoc 0.28.19 0.28.20
typescript-eslint 8.61.0 8.70.0

Bumps the minor group with 1 update in the /dev directory: vite.

Updates @eslint/eslintrc from 3.3.5 to 3.3.7

Release notes

Sourced from @​eslint/eslintrc's releases.

eslintrc: v3.3.7

3.3.7 (2026-09-01)

Bug Fixes

  • Bump js-yaml to 4.3.1 (#239) (f27e7c9)
  • update js-yaml to 4.3.2 to address security vulnerability (#243) (bb0d97a)

eslintrc: v3.3.6

3.3.6 (2026-07-10)

Bug Fixes

  • update js-yaml to 4.3.0 to address security vulnerability (#235) (0c5de74)
Changelog

Sourced from @​eslint/eslintrc's changelog.

3.3.7 (2026-09-01)

Bug Fixes

  • Bump js-yaml to 4.3.1 (#239) (f27e7c9)
  • update js-yaml to 4.3.2 to address security vulnerability (#243) (bb0d97a)

3.3.6 (2026-07-10)

Bug Fixes

  • update js-yaml to 4.3.0 to address security vulnerability (#235) (0c5de74)
Commits

Updates @jsonforms/core from 3.7.0 to 3.8.0

Release notes

Sourced from @​jsonforms/core's releases.

v3.8.0

What's Changed

[angular] remove deprecated use of ComponentFactoryResolver (eclipsesource/jsonforms#2566) [angular] build against v20, allow v22 RC, inject() instead of constructor injection (eclipsesource/jsonforms#2573) [angular] add option to toggle off errors without user interaction (eclipsesource/jsonforms#2583) [angular] allow 22 release and bump dev deps to latest 20.x.x (eclipsesource/jsonforms#2590)

[angular-material] Remove outdated TSDOC for AutocompleteControlRenderer (eclipsesource/jsonforms#2534) [angular-material] Translate Autocomplete Control Renderer (eclipsesource/jsonforms#2535) [angular-material] Remove hammerjs from angular-material and bump angular dev deps (eclipsesource/jsonforms#2561) [angular-material] OneOf Enum Control Renderer (eclipsesource/jsonforms#2551)

[core] feat: Pass oneOf subschema to Translator (eclipsesource/jsonforms#2536) [core] Filter error keywords before touch (eclipsesource/jsonforms#2540) [core] Increase AJV to ^8.18.0 and bump angular dev deps (eclipsesource/jsonforms#2552) [core] feat: add separateReadonlyFromDisabled config option (eclipsesource/jsonforms#2532) [core] Fix oneOf renderers not clearing some primitive values (eclipsesource/jsonforms#2520) [core] fix: Fix validation errors for nested props of same name (eclipsesource/jsonforms#2531) [core] improve Translator type for strict TypeScript compatibility (eclipsesource/jsonforms#2562) [core] handle nullable object/array in generateUISchema (eclipsesource/jsonforms#2586) [core] improve id generation (eclipsesource/jsonforms#2584)

[core, react] fix: Remove usage of lodash/isArray and React.StatelessComponent (eclipsesource/jsonforms#2539)

[react] remove usage of React.ReducerAction (eclipsesource/jsonforms#2581)

[vue] add jest testing hints on imports (eclipsesource/jsonforms#2568)

[vue-vuetify] fix data flicker when quickly changing between inputs (eclipsesource/jsonforms#2558) [vue-vuetify] fix: make rawChildErrors reactive in vue-vuetify (eclipsesource/jsonforms#2580)

[core, vue] Fix categorization stepper step order index, introduce new composition function for vue, fix config to be properly passed to test functions (eclipsesource/jsonforms#2522)

[dev] add project information for Theia AI (eclipsesource/jsonforms#2470) [dev] add UI testing guide to CLAUDE.md, align dev scripts (eclipsesource/jsonforms#2554) [dev] Update to Node 24 and pnpm 10.33.0 and update GH actions (eclipsesource/jsonforms#2565)

[dependencies] bump lodash from 4.17.21 to 4.17.23 (eclipsesource/jsonforms#2537) [dependencies] Bump angular dev dependencies to latest 19.x (eclipsesource/jsonforms#2527) [dependencies] bump rollup from 2.79.1 to 2.80.0 (eclipsesource/jsonforms#2546) [dependencies] bump lodash from 4.17.23 to 4.18.1 (eclipsesource/jsonforms#2564)

[docs] update roadmap timeline and milestones for 2026 (eclipsesource/jsonforms#2518) [docs] update roadmap (eclipsesource/jsonforms#2576)

When migrating from 3.7 to 3.8, check the migration guide. There have been breaking changes relating to the Angular renderers and the translator type. Furthermore, support for Angular 19 was dropped.

Contributors

... (truncated)

Commits
  • 6075bce v3.8.0
  • c602e0e v3.8.0-beta.0
  • 37387f3 core: avoid quadratic id generation for repeated proposed ids
  • e797a3d core: expose Id singleton to allow overriding id generation
  • 7556cec core: handle nullable object/array in generateUISchema
  • 53918bc v3.8.0-alpha.2
  • 9752a40 dev: upgrade to typescript ~5.8.3
  • 2d4eee9 v3.8.0-alpha.1
  • 31b9a7a core: improve Translator type for strict TypeScript compatibility (#2562)
  • 4c27a53 fix(core): Fix validation errors for nested props of same name (#2531)
  • Additional commits viewable in compare view

Updates @jsonforms/material-renderers from 3.7.0 to 3.8.0

Release notes

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

v3.8.0

What's Changed

[angular] remove deprecated use of ComponentFactoryResolver (eclipsesource/jsonforms#2566) [angular] build against v20, allow v22 RC, inject() instead of constructor injection (eclipsesource/jsonforms#2573) [angular] add option to toggle off errors without user interaction (eclipsesource/jsonforms#2583) [angular] allow 22 release and bump dev deps to latest 20.x.x (eclipsesource/jsonforms#2590)

[angular-material] Remove outdated TSDOC for AutocompleteControlRenderer (eclipsesource/jsonforms#2534) [angular-material] Translate Autocomplete Control Renderer (eclipsesource/jsonforms#2535) [angular-material] Remove hammerjs from angular-material and bump angular dev deps (eclipsesource/jsonforms#2561) [angular-material] OneOf Enum Control Renderer (eclipsesource/jsonforms#2551)

[core] feat: Pass oneOf subschema to Translator (eclipsesource/jsonforms#2536) [core] Filter error keywords before touch (eclipsesource/jsonforms#2540) [core] Increase AJV to ^8.18.0 and bump angular dev deps (eclipsesource/jsonforms#2552) [core] feat: add separateReadonlyFromDisabled config option (eclipsesource/jsonforms#2532) [core] Fix oneOf renderers not clearing some primitive values (eclipsesource/jsonforms#2520) [core] fix: Fix validation errors for nested props of same name (eclipsesource/jsonforms#2531) [core] improve Translator type for strict TypeScript compatibility (eclipsesource/jsonforms#2562) [core] handle nullable object/array in generateUISchema (eclipsesource/jsonforms#2586) [core] improve id generation (eclipsesource/jsonforms#2584)

[core, react] fix: Remove usage of lodash/isArray and React.StatelessComponent (eclipsesource/jsonforms#2539)

[react] remove usage of React.ReducerAction (eclipsesource/jsonforms#2581)

[vue] add jest testing hints on imports (eclipsesource/jsonforms#2568)

[vue-vuetify] fix data flicker when quickly changing between inputs (eclipsesource/jsonforms#2558) [vue-vuetify] fix: make rawChildErrors reactive in vue-vuetify (eclipsesource/jsonforms#2580)

[core, vue] Fix categorization stepper step order index, introduce new composition function for vue, fix config to be properly passed to test functions (eclipsesource/jsonforms#2522)

[dev] add project information for Theia AI (eclipsesource/jsonforms#2470) [dev] add UI testing guide to CLAUDE.md, align dev scripts (eclipsesource/jsonforms#2554) [dev] Update to Node 24 and pnpm 10.33.0 and update GH actions (eclipsesource/jsonforms#2565)

[dependencies] bump lodash from 4.17.21 to 4.17.23 (eclipsesource/jsonforms#2537) [dependencies] Bump angular dev dependencies to latest 19.x (eclipsesource/jsonforms#2527) [dependencies] bump rollup from 2.79.1 to 2.80.0 (eclipsesource/jsonforms#2546) [dependencies] bump lodash from 4.17.23 to 4.18.1 (eclipsesource/jsonforms#2564)

[docs] update roadmap timeline and milestones for 2026 (eclipsesource/jsonforms#2518) [docs] update roadmap (eclipsesource/jsonforms#2576)

When migrating from 3.7 to 3.8, check the migration guide. There have been breaking changes relating to the Angular renderers and the translator type. Furthermore, support for Angular 19 was dropped.

Contributors

... (truncated)

Commits
  • 6075bce v3.8.0
  • c602e0e v3.8.0-beta.0
  • e797a3d core: expose Id singleton to allow overriding id generation
  • 53918bc v3.8.0-alpha.2
  • 713f863 react: remove usage of React.ReducerAction
  • 9752a40 dev: upgrade to typescript ~5.8.3
  • 2d4eee9 v3.8.0-alpha.1
  • 31b9a7a core: improve Translator type for strict TypeScript compatibility (#2562)
  • 574e2d1 react-material: Fix oneOf renderer not clearing some primitive values
  • 754d9dd v3.8.0-alpha.0
  • Additional commits viewable in compare view

Updates @jsonforms/react from 3.7.0 to 3.8.0

Release notes

Sourced from @​jsonforms/react's releases.

v3.8.0

What's Changed

[angular] remove deprecated use of ComponentFactoryResolver (eclipsesource/jsonforms#2566) [angular] build against v20, allow v22 RC, inject() instead of constructor injection (eclipsesource/jsonforms#2573) [angular] add option to toggle off errors without user interaction (eclipsesource/jsonforms#2583) [angular] allow 22 release and bump dev deps to latest 20.x.x (eclipsesource/jsonforms#2590)

[angular-material] Remove outdated TSDOC for AutocompleteControlRenderer (eclipsesource/jsonforms#2534) [angular-material] Translate Autocomplete Control Renderer (eclipsesource/jsonforms#2535) [angular-material] Remove hammerjs from angular-material and bump angular dev deps (eclipsesource/jsonforms#2561) [angular-material] OneOf Enum Control Renderer (eclipsesource/jsonforms#2551)

[core] feat: Pass oneOf subschema to Translator (eclipsesource/jsonforms#2536) [core] Filter error keywords before touch (eclipsesource/jsonforms#2540) [core] Increase AJV to ^8.18.0 and bump angular dev deps (eclipsesource/jsonforms#2552) [core] feat: add separateReadonlyFromDisabled config option (eclipsesource/jsonforms#2532) [core] Fix oneOf renderers not clearing some primitive values (eclipsesource/jsonforms#2520) [core] fix: Fix validation errors for nested props of same name (eclipsesource/jsonforms#2531) [core] improve Translator type for strict TypeScript compatibility (eclipsesource/jsonforms#2562) [core] handle nullable object/array in generateUISchema (eclipsesource/jsonforms#2586) [core] improve id generation (eclipsesource/jsonforms#2584)

[core, react] fix: Remove usage of lodash/isArray and React.StatelessComponent (eclipsesource/jsonforms#2539)

[react] remove usage of React.ReducerAction (eclipsesource/jsonforms#2581)

[vue] add jest testing hints on imports (eclipsesource/jsonforms#2568)

[vue-vuetify] fix data flicker when quickly changing between inputs (eclipsesource/jsonforms#2558) [vue-vuetify] fix: make rawChildErrors reactive in vue-vuetify (eclipsesource/jsonforms#2580)

[core, vue] Fix categorization stepper step order index, introduce new composition function for vue, fix config to be properly passed to test functions (eclipsesource/jsonforms#2522)

[dev] add project information for Theia AI (eclipsesource/jsonforms#2470) [dev] add UI testing guide to CLAUDE.md, align dev scripts (eclipsesource/jsonforms#2554) [dev] Update to Node 24 and pnpm 10.33.0 and update GH actions (eclipsesource/jsonforms#2565)

[dependencies] bump lodash from 4.17.21 to 4.17.23 (eclipsesource/jsonforms#2537) [dependencies] Bump angular dev dependencies to latest 19.x (eclipsesource/jsonforms#2527) [dependencies] bump rollup from 2.79.1 to 2.80.0 (eclipsesource/jsonforms#2546) [dependencies] bump lodash from 4.17.23 to 4.18.1 (eclipsesource/jsonforms#2564)

[docs] update roadmap timeline and milestones for 2026 (eclipsesource/jsonforms#2518) [docs] update roadmap (eclipsesource/jsonforms#2576)

When migrating from 3.7 to 3.8, check the migration guide. There have been breaking changes relating to the Angular renderers and the translator type. Furthermore, support for Angular 19 was dropped.

Contributors

... (truncated)

Commits

Updates @testing-library/react from 16.3.2 to 16.3.3

Release notes

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

v16.3.3

16.3.3 (2026-08-27)

Bug Fixes

  • Avoid act() re-entrant when dispatching events (#1468) (20ce75f)
Commits

Updates @testing-library/user-event from 14.6.1 to 14.6.7

Release notes

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

v14.6.7

14.6.7 (2026-09-02)

Bug Fixes

  • normalize DataTransfer format aliases (#1326) (1e0020b)
  • feature: Add iframe support for user.keyboard typing (#1275) (1e0020b)

v14.6.6

14.6.6 (2026-08-22)

Bug Fixes

  • default pointer event pointerType to empty string instead of the string "undefined" (#1325) (71a5475)

v14.6.5

14.6.5 (2026-08-18)

Bug Fixes

  • tab retargeting if focus moved during keydown (#1296) (43efda7)

v14.6.4

14.6.4 (2026-08-11)

Bug Fixes

v14.6.3

14.6.3 (2026-08-03)

Bug Fixes

v14.6.2

14.6.2 (2026-08-03)

Commits
  • 1e0020b fix: normalize DataTransfer format aliases (#1326)
  • d4b0593 feature: Add iframe support for user.keyboard typing (#1275)
  • 71a5475 fix: default pointer event pointerType to empty string instead of the string ...
  • 43efda7 fix: tab retargeting if focus moved during keydown (#1296)
  • d7e80e3 fix: keyboard event repeat property (#1312)
  • 43d8e6c ci: remove broken npm backfill step (#1322)
  • 1d18b1f fix(release): manually release a patch version (#1321)
  • 232f3e6 docs: add migration note and clean up README badges (#1320)
  • 83e2b22 ci: remove deprecated CodeSandbox CI (#1318)
  • e8da819 ci: publish to npm via OIDC trusted publishing (#1317)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/user-event since your current version.


Updates @typescript-eslint/eslint-plugin from 8.61.0 to 8.70.0

Release notes

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

v8.70.0

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
  • website: generate per-page social preview cards (#12734)

🩹 Fixes

  • use stable release of pnpm 12 (#12808)
  • update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • project-service: avoid discarded tsserver logs (#12748)
  • typescript-estree: clarify the parserOptions.project error message (#12817)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.69.0

8.69.0 (2026-08-31)

🚀 Features

  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)

🩹 Fixes

  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
  • website: respect allowJs playground config (#12744)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)

🩹 Fixes

  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.69.0 (2026-08-31)

🚀 Features

  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)

🩹 Fixes

  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)

... (truncated)

Commits
  • 7ee7608 chore(release): publish 8.70.0
  • f66bdca test(eslint-plugin): [member-ordering] use RuleTester directly in `optional...
  • 4586535 fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...
  • f8e1e4e fix(eslint-plugin): [no-unnecessary-condition] no false positive on RHS of a ...
  • 889cece fix(eslint-plugin): [member-ordering] don't report fields that read fields de...
  • 1a5a8b1 feat(eslint-plugin): [no-generated-empty-object-type] add rule (#12730)
  • 9a6e546 chore(release): publish 8.69.0
  • 513638e fix(eslint-plugin): [no-meaningless-void-operator] report void on non-call ex...
  • 1dba4c5 chore(eslint-plugin): fix eslint-plugin/require-test-error-positions report...
  • a2fccae fix(eslint-plugin): [unified-signatures] compare type parameters by constrain...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.61.0 to 8.70.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.70.0

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
  • website: generate per-page social preview cards (#12734)

🩹 Fixes

  • use stable release of pnpm 12 (#12808)
  • update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • project-service: avoid discarded tsserver logs (#12748)
  • typescript-estree: clarify the parserOptions.project error message (#12817)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.69.0

8.69.0 (2026-08-31)

🚀 Features

  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)

🩹 Fixes

  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
  • website: respect allowJs playground config (#12744)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.70.0 (2026-09-07)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.69.0 (2026-08-31)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.68.0 (2026-08-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.67.0 (2026-08-10)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.66.0 (2026-08-03)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)

❤️ Thank You

... (truncated)

Commits
  • 7ee7608 chore(release): publish 8.70.0
  • 9a6e546 chore(release): publish 8.69.0
  • 8f4e00a chore(release): publish 8.68.0
  • 55f6d5d chore: enable source maps (#12677)
  • 20a261f chore(release): publish 8.67.0
  • 3b155bb chore: use typescript 7 for typechecking (#12601)
  • e51b11b chore(release): publish 8.66.0
  • 63ba81b chore(release): publish 8.65.0
  • eaf4576 feat: add warning when TS 7 is detected (#12529)
  • d8f1044 feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...
  • Additional commits viewable in compare view

Updates react-icons from 5.6.0 to 5.7.0

Release notes

Sourced from react-icons's releases.

v5.7.0

What's Changed

Full Changelog: react-icons/react-icons@v5.6.0...v5.7.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.7.2-1-g840c215 2060
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-161-gf3fb4442b2 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.13.1 2754
Remix Icon Apache License Version 2.0 4.9.1 3229
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.14.0 637
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972
Simple Icons CC0 1.0 Universal 16.24.0 3446
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795ede82361e1bac1ee76f215cf1dc51e4ca 491
BoxIcons MIT 2.1.4 1634
css.gg MIT 2.1.4 704
VS Code Icons CC BY 4.0 0.0.0 612
Tabler Icons MIT 3.44.0 6146
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@​1.3.2-35-g112af91 332
Phosphor Icons MIT 2.1.1 9072
<...

Description has been truncated

Bumps the minor group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.5` | `3.3.7` |
| [@jsonforms/core](https://github.com/eclipsesource/jsonforms/tree/HEAD/packages/core) | `3.7.0` | `3.8.0` |
| [@jsonforms/material-renderers](https://github.com/eclipsesource/jsonforms/tree/HEAD/packages/material-renderers) | `3.7.0` | `3.8.0` |
| [@jsonforms/react](https://github.com/eclipsesource/jsonforms/tree/HEAD/packages/react) | `3.7.0` | `3.8.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.61.0` | `8.70.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.61.0` | `8.70.0` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.6.0` | `5.7.0` |
| [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) | `6.4.1` | `6.5.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.19` | `0.28.20` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.0` | `8.70.0` |

Bumps the minor group with 1 update in the /dev directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@eslint/eslintrc` from 3.3.5 to 3.3.7
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@eslintrc-v3.3.5...eslintrc-v3.3.7)

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

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

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

Updates `@testing-library/react` from 16.3.2 to 16.3.3
- [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.2...v16.3.3)

Updates `@testing-library/user-event` from 14.6.1 to 14.6.7
- [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.6.1...v14.6.7)

Updates `@typescript-eslint/eslint-plugin` from 8.61.0 to 8.70.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.61.0 to 8.70.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/parser)

Updates `react-icons` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.6.0...v5.7.0)

Updates `rollup-plugin-dts` from 6.4.1 to 6.5.1
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rollup-plugin-dts@v6.4.1...v6.5.1)

Updates `typedoc` from 0.28.19 to 0.28.20
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.19...v0.28.20)

Updates `typescript-eslint` from 8.61.0 to 8.70.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.70.0/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@jsonforms/core"
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@jsonforms/material-renderers"
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@jsonforms/react"
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.70.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.70.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-icons
  dependency-version: 5.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: rollup-plugin-dts
  dependency-version: 6.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typedoc
  dependency-version: 0.28.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-version: 8.70.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite
  dependency-version: 8.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 17, 2026
@dependabot
dependabot Bot requested a review from a team September 17, 2026 07:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 17, 2026
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.

0 participants