Skip to content

Bump the frontend group in /frontend with 15 updates - #20

Merged
alegauss merged 1 commit into
2026.3from
dependabot/npm_and_yarn/frontend/2026.3/frontend-662f58f791
Aug 11, 2026
Merged

Bump the frontend group in /frontend with 15 updates#20
alegauss merged 1 commit into
2026.3from
dependabot/npm_and_yarn/frontend/2026.3/frontend-662f58f791

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the frontend group in /frontend with 15 updates:

Package From To
turbo 2.10.7 2.10.8
@module-federation/enhanced 2.8.1 2.8.2
@module-federation/runtime 2.8.1 2.8.2
@tanstack/react-table 8.21.3 9.0.0
react-hook-form 7.83.0 7.84.0
@testing-library/user-event 14.6.1 14.6.3
globals 17.8.0 17.9.0
typescript-eslint 8.65.0 8.66.0
lucide-react 1.28.0 1.29.0
@storybook/addon-links 10.5.5 10.5.7
@storybook/react 10.5.5 10.5.7
@storybook/react-vite 10.5.5 10.5.7
storybook 10.5.5 10.5.7
@storybook/addon-docs 10.5.5 10.5.7
@storybook/addon-a11y 10.5.5 10.5.7

Updates turbo from 2.10.7 to 2.10.8

Release notes

Sourced from turbo's releases.

Turborepo v2.10.8

What's Changed

Changelog

... (truncated)

Commits

Updates @module-federation/enhanced from 2.8.1 to 2.8.2

Release notes

Sourced from @​module-federation/enhanced's releases.

Release v2.8.2

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: module-federation/core@v2.8.1...v2.8.2

Changelog

Sourced from @​module-federation/enhanced's changelog.

2.8.2

Patch Changes

  • @​module-federation/dts-plugin@​2.8.2
  • @​module-federation/runtime-tools@​2.8.2
  • @​module-federation/webpack-bundler-runtime@​2.8.2
  • @​module-federation/rspack@​2.8.2
  • @​module-federation/inject-external-runtime-core-plugin@​2.8.2
  • @​module-federation/sdk@​2.8.2
  • @​module-federation/managers@​2.8.2
  • @​module-federation/manifest@​2.8.2
  • @​module-federation/bridge-react-webpack-plugin@​2.8.2
  • @​module-federation/error-codes@​2.8.2
  • @​module-federation/cli@​2.8.2
Commits

Updates @module-federation/runtime from 2.8.1 to 2.8.2

Release notes

Sourced from @​module-federation/runtime's releases.

Release v2.8.2

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: module-federation/core@v2.8.1...v2.8.2

Changelog

Sourced from @​module-federation/runtime's changelog.

2.8.2

Patch Changes

  • Updated dependencies [db13cf6]
    • @​module-federation/runtime-core@​2.8.2
    • @​module-federation/sdk@​2.8.2
    • @​module-federation/error-codes@​2.8.2
Commits

Updates @tanstack/react-table from 8.21.3 to 9.0.0

Release notes

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

@​tanstack/react-table-devtools@​9.0.0

Major Changes

  • #6512 2327f80 - TanStack Table v9 stable release. See the "Migrating to V9" guide for your framework (e.g. React) for upgrade instructions.

Patch Changes

  • Updated dependencies [2327f80]:
    • @​tanstack/table-devtools@​9.0.0

@​tanstack/react-table@​9.0.0

Major Changes

  • #6512 2327f80 - TanStack Table v9 stable release. See the "Migrating to V9" guide for your framework (e.g. React) for upgrade instructions.

Patch Changes

  • Updated dependencies [2327f80]:
    • @​tanstack/table-core@​9.0.0
Changelog

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

9.0.0

Major Changes

  • #6512 2327f80 - TanStack Table v9 stable release. See the "Migrating to V9" guide for your framework (e.g. React) for upgrade instructions.

Patch Changes

  • Updated dependencies [2327f80]:
    • @​tanstack/table-core@​9.0.0
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tanstack/react-table since your current version.


Updates react-hook-form from 7.83.0 to 7.84.0

Release notes

Sourced from react-hook-form's releases.

Version 7.84.0

✨ Improvements

  • enhance <Form /> submit behavior (#13605)
  • improve performance and reduce bundle size (#13591)

🐞 Fixes

  • fix: values + keepDirtyValues silently corrupting arrays and freezing objects on refetch (#13628)
  • fix: setValue not updating FieldArray values correctly (#13623)
  • fix: FormState type definitions (#13620)
  • fix: FieldArray and FormState exports (#13619)

🧪 Tests

  • add Blob coverage for FieldErrors type tests (#13624)

♻️ Refactors

  • extract shared ErrorNamespacePath type (#13615)

🏗️ Chores

  • rename <FormStateSubscribe /> back to <FormState /> (#13602)
  • bump @babel/core from 7.26.0 to 7.29.7 (#13614)

Thanks to @​candymask0712, @​EduardF1, @​in-ch, @​johnstrand, @​wanxiankai, @​nobu-da, and @​bluebill1049 for their contributions! 🎉

Changelog

Sourced from react-hook-form's changelog.

[7.84.0] - 2026-08-01

Improvements

  • handleSubmit returns the typed result of the onValid callback instead of discarding it
  • <Form /> supports a function-based action (Server Action style) in addition to URL-string actions
  • Improve performance and reduce bundle size

Fixed

  • reset() with resetOptions.keepDirtyValues freezing clean sibling fields in a nested object when another field in that object is dirty
  • Restore missing FieldArray and FormState type exports
  • setValues not notifying useFieldArray subscribers, leaving rendered fields stale
Commits

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

Release notes

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

v14.6.3

14.6.3 (2026-08-03)

Bug Fixes

v14.6.2

14.6.2 (2026-08-03)

Commits
Maintainer changes

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


Updates globals from 17.8.0 to 17.9.0

Release notes

Sourced from globals's releases.

v17.9.0

  • Update globals (2026-08-01) (#348) 5a958ed

sindresorhus/globals@v17.8.0...v17.9.0

Commits

Updates typescript-eslint from 8.65.0 to 8.66.0

Release notes

Sourced from typescript-eslint's releases.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.66.0 (2026-08-03)

This was a version bump only for typescript-eslint 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.

Commits

Updates lucide-react from 1.28.0 to 1.29.0

Release notes

Sourced from lucide-react's releases.

Version 1.29.0

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

Commits

Updates @storybook/addon-links from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/addon-links's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/addon-links's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • See full diff in compare view

Updates @storybook/react from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/react's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/react's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • 43f2316 Merge pull request #35490 from storybookjs/valentin/remove-tsconfig-baseurl
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • See full diff in compare view

Updates @storybook/react-vite from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/react-vite's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/react-vite's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • 43f2316 Merge pull request #35490 from storybookjs/valentin/remove-tsconfig-baseurl
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • See full diff in compare view

Updates storybook from 10.5.5 to 10.5.7

Release notes

Sourced from storybook's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from storybook's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • bc4860a Merge pull request #35767 from storybookjs/valentin/install-packages-as-latest
  • b90d14d Merge pull request #35341 from storybookjs/valentin/rolldown-dts
  • f1d065b Merge pull request #35769 from storybookjs/valentin/handle-non-storybook-pack...
  • 49bf860 Merge pull request #35492 from storybookjs/valentin/ts7-package-typecheck
  • 43f2316 Merge pull request #35490 from storybookjs/valentin/remove-tsconfig-baseurl
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • 3559428 Merge pull request #35614 from storybookjs/fix/pin-jest-dom-6.9.1
  • See full diff in compare view

Updates @storybook/addon-docs from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/addon-docs's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/addon-docs's changelog.

10.5.7

  • Angular: Serve ancestor node_modules for addon-vitest in browser mode - #35600, thanks @​brandonroberts!
  • Refacto...

    Description has been truncated

Bumps the frontend group in /frontend with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.10.7` | `2.10.8` |
| [@module-federation/enhanced](https://github.com/module-federation/core/tree/HEAD/packages/enhanced) | `2.8.1` | `2.8.2` |
| [@module-federation/runtime](https://github.com/module-federation/core/tree/HEAD/packages/runtime) | `2.8.1` | `2.8.2` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.21.3` | `9.0.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.83.0` | `7.84.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.3` |
| [globals](https://github.com/sindresorhus/globals) | `17.8.0` | `17.9.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.66.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.28.0` | `1.29.0` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `10.5.5` | `10.5.7` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.5.5` | `10.5.7` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.5.5` | `10.5.7` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.5.5` | `10.5.7` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.5.5` | `10.5.7` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.5.5` | `10.5.7` |


Updates `turbo` from 2.10.7 to 2.10.8
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.10.7...v2.10.8)

Updates `@module-federation/enhanced` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/module-federation/core/releases)
- [Changelog](https://github.com/module-federation/core/blob/main/packages/enhanced/CHANGELOG.md)
- [Commits](https://github.com/module-federation/core/commits/v2.8.2/packages/enhanced)

Updates `@module-federation/runtime` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/module-federation/core/releases)
- [Changelog](https://github.com/module-federation/core/blob/main/packages/runtime/CHANGELOG.md)
- [Commits](https://github.com/module-federation/core/commits/v2.8.2/packages/runtime)

Updates `@tanstack/react-table` from 8.21.3 to 9.0.0
- [Release notes](https://github.com/TanStack/table/releases)
- [Changelog](https://github.com/TanStack/table/blob/main/packages/react-table/CHANGELOG.md)
- [Commits](https://github.com/TanStack/table/commits/@tanstack/react-table@9.0.0/packages/react-table)

Updates `react-hook-form` from 7.83.0 to 7.84.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.83.0...v7.84.0)

Updates `@testing-library/user-event` from 14.6.1 to 14.6.3
- [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.3)

Updates `globals` from 17.8.0 to 17.9.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.8.0...v17.9.0)

Updates `typescript-eslint` from 8.65.0 to 8.66.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.66.0/packages/typescript-eslint)

Updates `lucide-react` from 1.28.0 to 1.29.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.29.0/packages/lucide-react)

Updates `@storybook/addon-links` from 10.5.5 to 10.5.7
- [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.5.7/code/addons/links)

Updates `@storybook/react` from 10.5.5 to 10.5.7
- [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.5.7/code/renderers/react)

Updates `@storybook/react-vite` from 10.5.5 to 10.5.7
- [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.5.7/code/frameworks/react-vite)

Updates `storybook` from 10.5.5 to 10.5.7
- [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.5.7/code/core)

Updates `@storybook/addon-docs` from 10.5.5 to 10.5.7
- [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.5.7/code/addons/docs)

Updates `@storybook/addon-a11y` from 10.5.5 to 10.5.7
- [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.5.7/code/addons/a11y)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.10.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@module-federation/enhanced"
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@module-federation/runtime"
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@tanstack/react-table"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend
- dependency-name: react-hook-form
  dependency-version: 7.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: globals
  dependency-version: 17.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: typescript-eslint
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: lucide-react
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@storybook/react"
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: storybook
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
...

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 Aug 10, 2026
@alegauss
alegauss merged commit 6950c0a into 2026.3 Aug 11, 2026
0 of 2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/2026.3/frontend-662f58f791 branch August 11, 2026 14:22
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