chore(deps): bump the production-deps group across 1 directory with 27 updates - #119
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the production-deps group across 1 directory with 27 updates#119dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…7 updates Bumps the production-deps group with 25 updates in the / directory: | Package | From | To | | --- | --- | --- | | [concurrently](https://github.com/open-cli-tools/concurrently) | `10.0.4` | `10.0.5` | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.7.1` | `5.9.1` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.4` | `5.102.0` | | [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.14.9` | `3.14.10` | | [i18next](https://github.com/i18next/i18next) | `26.3.6` | `26.4.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.84.0` | `7.86.0` | | [react-i18next](https://github.com/i18next/react-i18next) | `17.0.11` | `17.0.12` | | [web-vitals](https://github.com/GoogleChrome/web-vitals) | `6.0.1` | `6.1.1` | | [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `5.2.1` | `5.3.0` | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.5.6` | `10.5.10` | | [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.5.6` | `10.5.10` | | [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) | `10.5.6` | `10.5.10` | | [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `10.5.6` | `10.5.10` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.5.6` | `10.5.10` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.5.6` | `10.5.10` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `7.0.0` | `7.0.1` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.3` | `14.6.6` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.66.0` | `8.67.0` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.5` | `6.1.0` | | [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `4.1.10` | `4.1.11` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` | | [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.16.1` | `4.19.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.2` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.7` | `4.23.12` | Updates `concurrently` from 10.0.4 to 10.0.5 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v10.0.4...v10.0.5) Updates `@hookform/resolvers` from 5.7.1 to 5.9.1 - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](react-hook-form/resolvers@v5.7.1...v5.9.1) Updates `@tanstack/react-query` from 5.101.4 to 5.102.0 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.102.0/packages/react-query) Updates `@tanstack/react-virtual` from 3.14.9 to 3.14.10 - [Release notes](https://github.com/TanStack/virtual/releases) - [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md) - [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.14.10/packages/react-virtual) Updates `i18next` from 26.3.6 to 26.4.0 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v26.3.6...v26.4.0) Updates `react-hook-form` from 7.84.0 to 7.86.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.84.0...v7.86.0) Updates `react-i18next` from 17.0.11 to 17.0.12 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v17.0.11...v17.0.12) Updates `web-vitals` from 6.0.1 to 6.1.1 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](GoogleChrome/web-vitals@v6.0.1...v6.1.1) Updates `@chromatic-com/storybook` from 5.2.1 to 5.3.0 - [Release notes](https://github.com/chromaui/addon-visual-tests/releases) - [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.3.0/CHANGELOG.md) - [Commits](chromaui/addon-visual-tests@v5.2.1...v5.3.0) Updates `@storybook/addon-a11y` from 10.5.6 to 10.5.10 - [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.10/code/addons/a11y) Updates `@storybook/addon-docs` from 10.5.6 to 10.5.10 - [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.10/code/addons/docs) Updates `@storybook/addon-onboarding` from 10.5.6 to 10.5.10 - [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.10/code/addons/onboarding) Updates `@storybook/addon-vitest` from 10.5.6 to 10.5.10 - [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.10/code/addons/vitest) Updates `@storybook/react` from 10.5.6 to 10.5.10 - [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.10/code/renderers/react) Updates `@storybook/react-vite` from 10.5.6 to 10.5.10 - [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.10/code/frameworks/react-vite) Updates `@testing-library/jest-dom` from 7.0.0 to 7.0.1 - [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@v7.0.0...v7.0.1) Updates `@testing-library/user-event` from 14.6.3 to 14.6.6 - [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.3...v14.6.6) Updates `@typescript-eslint/eslint-plugin` from 8.66.0 to 8.67.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.67.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.66.0 to 8.67.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.67.0/packages/parser) Updates `@vitejs/plugin-react` from 6.0.5 to 6.1.0 - [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@6.1.0/packages/plugin-react) Updates `@vitest/browser` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/browser) Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8) Updates `shadcn` from 4.16.1 to 4.19.0 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.19.0/packages/shadcn) Updates `storybook` from 10.5.7 to 10.5.10 - [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.10/code/core) Updates `vite` from 8.2.0 to 8.2.2 - [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/v8.2.2/packages/vite) Updates `pg` from 8.22.0 to 8.23.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg) Updates `tsx` from 4.23.7 to 4.23.12 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.7...v4.23.12) --- updated-dependencies: - dependency-name: "@chromatic-com/storybook" dependency-version: 5.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@hookform/resolvers" dependency-version: 5.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@storybook/addon-a11y" dependency-version: 10.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@storybook/addon-docs" dependency-version: 10.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@storybook/addon-onboarding" dependency-version: 10.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@storybook/addon-vitest" dependency-version: 10.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@storybook/react" dependency-version: 10.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@storybook/react-vite" dependency-version: 10.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@tanstack/react-query" dependency-version: 5.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@tanstack/react-virtual" dependency-version: 3.14.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@testing-library/user-event" dependency-version: 14.6.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.67.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@typescript-eslint/parser" dependency-version: 8.67.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@vitejs/plugin-react" dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: "@vitest/browser" dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: concurrently dependency-version: 10.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: i18next dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: pg dependency-version: 8.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: react-hook-form dependency-version: 7.86.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: react-i18next dependency-version: 17.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: shadcn dependency-version: 4.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-deps - dependency-name: storybook dependency-version: 10.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: vite dependency-version: 8.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-deps - dependency-name: web-vitals dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/production-deps-ef9efea0f6
branch
from
August 26, 2026 06:21
635eb94 to
814daa7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-deps group with 25 updates in the / directory:
10.0.410.0.55.7.15.9.15.101.45.102.03.14.93.14.1026.3.626.4.07.84.07.86.017.0.1117.0.126.0.16.1.15.2.15.3.010.5.610.5.1010.5.610.5.1010.5.610.5.1010.5.610.5.1010.5.610.5.1010.5.610.5.107.0.07.0.114.6.314.6.68.66.08.67.06.0.56.1.04.1.104.1.114.1.104.1.114.16.14.19.08.2.08.2.28.22.08.23.04.23.74.23.12Updates
concurrentlyfrom 10.0.4 to 10.0.5Release notes
Sourced from concurrently's releases.
Commits
1b8cbeb10.0.5544dba0docs: make linter happy667b701deps: update several dev depsf67c57cvscode: use installed TS versiondbb5617fix: expand wildcards from package.json5 when package.json is missing (#608)9f90a1afix: correctly output non-ASCII text on Windows (#604)94415ccci: fix publishing to latest/backportUpdates
@hookform/resolversfrom 5.7.1 to 5.9.1Release notes
Sourced from @hookform/resolvers's releases.
Commits
f18ddfbfix: isNameInFieldArray fails to recognise bracket-notation array paths causi...c8159aefeat: update joi to v18 (#873)a5100abfeat: support Vest 628ec539fix(vest)!: support Vest 6 (#874)Updates
@tanstack/react-queryfrom 5.101.4 to 5.102.0Changelog
Sourced from @tanstack/react-query's changelog.
Commits
5743468ci: Version Packages (#11206)2215bb0fix(query-core): makeMutateFunctionoptional undefinable-variables (#8737)d156adctest: transition tests (#11246)37127dbfix/11018 (#11245)e674826React: update usePrefetchQuery to use new methods, plus react adaptor tests a...8834267fix(react-query): keep unsubscribed useQueries idle (#11130)1ef4208ref: remove experimental_prefetchInRender (#11221)b866a95ref: remove unused experimental_beforeQuery and experimental_afterQuery (#11233)fb6c3fafix(react): switch to export type * (#11228)294d4e6fix: declaration emit (#11224)Updates
@tanstack/react-virtualfrom 3.14.9 to 3.14.10Release notes
Sourced from @tanstack/react-virtual's releases.
Changelog
Sourced from @tanstack/react-virtual's changelog.
Commits
e9874f0ci: Version Packages (#1247)Updates
i18nextfrom 26.3.6 to 26.4.0Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
Commits
652847e26.4.06c6025fprettier fix742b9a9chore: update dependencies and clean up dev tooling06924d9fix: invalidate toResolveHierarchy cache on in-place fallbackLng mutationbb80369perf: cache toResolveHierarchy (#2444)Updates
react-hook-formfrom 7.84.0 to 7.86.0Release notes
Sourced from react-hook-form's releases.
... (truncated)
Changelog
Sourced from react-hook-form's changelog.
Commits
33860b47.86.0e5b117b🐞 fix(unregister): keepDirty inverted when broadcasting isDirty (#13669)64ec9bc🐞 fix: useWatch returns stale value on name change when new value is null (#1...dead471🦌 fix(setValues): update fields registered under an object or array value (#1...1ca83d2🪖 close #13664 notify a Controller registered on a field array item root when...06e4efd🚚 perf: avoid cloning values inunregisterwithout subscribers (#13662)9b7af71🐞 fix has validation check issue (#13661)51e3309🗜️ chore: remove any (#13660)1c5ff08🤖 fix ts error ignore on getCheckboxValues (#13659)7223514🧛 improve uuid function (#13658)Updates
react-i18nextfrom 17.0.11 to 17.0.12Changelog
Sourced from react-i18next's changelog.
Commits
ea721fb17.0.126c2a71efix(IcuTrans): use defaultTranslation as key when no i18nKey is given258c96dchore(examples): upgrade all example apps off unmaintained toolchainsb8677c8chore: update dependencies to close dependabot alertsaa9c92bdocs: point Trans component links at the current docs (#1929)Updates
web-vitalsfrom 6.0.1 to 6.1.1Changelog
Sourced from web-vitals's changelog.
Commits
9fc3263Release v6.1.1aa64226Prep CHANGELOG for v6.1.1bf438ffUpgrade dev dependencies (#784)7c19008fix: scope the navigation interaction count to each InteractionManager (#783)85ca9dbRelease v6.1.0eb6590aPrep CHANGELOG for v6.1.03c85082Add resource timing buffer for LCP (#776)Updates
@chromatic-com/storybookfrom 5.2.1 to 5.3.0Release notes
Sourced from @chromatic-com/storybook's releases.
... (truncated)
Changelog
Sourced from @chromatic-com/storybook's changelog.
Commits
73d1ea7Bump version to: 5.3.0 [skip ci]ede1bf7Update CHANGELOG.md [skip ci]b918426Merge pull request #445 from chromaui/next737bc01Merge pull request #450 from chromaui/ghengeveld/pin-checkout-action-sha894b2eePin actions/checkout to a commit SHA in Chromatic workflow2414392Merge pull request #443 from chromaui/shilman/fix-share-actions09f0c93Lintingfc2fda1Include signedIn on openShare telemetry11c0a9aUse SHARE_TELEMETRY constant in SharePopup tests005a099Align SharePopup screen names with Authentication telemetryUpdates
@storybook/addon-a11yfrom 10.5.6 to 10.5.10Release notes
Sourced from @storybook/addon-a11y's releases.
Changelog
Sourced from @storybook/addon-a11y's changelog.
Commits
a2db752Bump version from "10.5.9" to "10.5.10" [skip ci]8f56104Bump version from "10.5.8" to "10.5.9" [skip ci]6ef7d1aBump version from "10.5.7" to "10.5.8" [skip ci]7c6fb3aBump version from "10.5.6" to "10.5.7" [skip ci]80195a0Merge pull request #35486 from storybookjs/valentin/cli-local-postinstall-aut...Updates
@storybook/addon-docsfrom 10.5.6 to 10.5.10Release notes
Sourced from @storybook/addon-docs's releases.