Skip to content

build(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates#7861

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/dev-dependencies-3611b4a049
Open

build(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates#7861
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/dev-dependencies-3611b4a049

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
@radix-ui/react-visually-hidden 1.2.3 1.2.4
@typescript-eslint/eslint-plugin 8.59.4 8.60.0
@typescript-eslint/parser 8.59.4 8.60.0
i18next 26.2.0 26.3.0
react-hook-form 7.76.0 7.76.1
oxc-minify 0.132.0 0.133.0

Updates @radix-ui/react-visually-hidden from 1.2.3 to 1.2.4

Commits

Updates @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.0

Release notes

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

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ 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/eslint-plugin's changelog.

8.60.0 (2026-05-25)

This was a version bump only for eslint-plugin 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 @typescript-eslint/parser from 8.59.4 to 8.60.0

Release notes

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

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ 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/parser's changelog.

8.60.0 (2026-05-25)

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.

Commits

Updates i18next from 26.2.0 to 26.3.0

Release notes

Sourced from i18next's releases.

v26.3.0

  • feat(types): introduce ResourceNamespaceMap — a separate mergeable augmentation surface for namespace resource types, designed for monorepos where multiple packages each want to contribute their own namespaces. Previously, every package had to coordinate on a single CustomTypeOptions.resources declaration (or fall back to typing dependency namespaces as any) because resources is a single property of an interface and TypeScript reports TS2717 when two declarations of the same property disagree. The new interface merges naturally across declare module 'i18next' blocks, so each package can ship its own i18next.d.ts independently. Per-property merge handles same-namespace contributions from multiple packages, and same-key/different-literal conflicts are silently dropped to avoid poisoning t() overload resolution. Fully backwards-compatible — existing CustomTypeOptions.resources augmentations continue to work, and both surfaces can coexist. Scalar options (defaultNS, returnNull, enableSelector, etc.) still belong on CustomTypeOptions. Thanks @​sh3xu (#2434). Fixes #2409.
Changelog

Sourced from i18next's changelog.

26.3.0

  • feat(types): introduce ResourceNamespaceMap — a separate mergeable augmentation surface for namespace resource types, designed for monorepos where multiple packages each want to contribute their own namespaces. Previously, every package had to coordinate on a single CustomTypeOptions.resources declaration (or fall back to typing dependency namespaces as any) because resources is a single property of an interface and TypeScript reports TS2717 when two declarations of the same property disagree. The new interface merges naturally across declare module 'i18next' blocks, so each package can ship its own i18next.d.ts independently. Per-property merge handles same-namespace contributions from multiple packages, and same-key/different-literal conflicts are silently dropped to avoid poisoning t() overload resolution. Fully backwards-compatible — existing CustomTypeOptions.resources augmentations continue to work, and both surfaces can coexist. Scalar options (defaultNS, returnNull, enableSelector, etc.) still belong on CustomTypeOptions. Thanks @​sh3xu (#2434). Fixes #2409.
Commits
  • bdf651c 26.3.0
  • 988a362 changelog: 26.3.0 entry for #2434
  • 159506c feat(types): introduce ResourceNamespaceMap for monorepo namespace augmentati...
  • df68b1f ci: restore JSR publishing via GitHub Actions OIDC
  • See full diff in compare view

Updates react-hook-form from 7.76.0 to 7.76.1

Release notes

Sourced from react-hook-form's releases.

Version 7.76.1

🐞 fix: pass options parameter through setValues to enable validation (#13457) 🐞 fix(setValues): emit whole-form change without stale name/type (#13450) 🚗 perf(setValues): thread skipClone through setFieldValue (#13448) 🚗 perf(setValues): skip redundant per-field deep clones (#13445) Revert "🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#13388)"

thanks to @​philibea & @​maxkostow

Changelog

Sourced from react-hook-form's changelog.

[7.76.1] - 2026-05-23

Fixed

  • Revert notify all matching field-array roots on nested setValue updates
  • Revert treat NaN as empty when valueAsNumber is true in validateField
  • setValues pass options parameter through to enable validation
  • setValues emit whole-form change without stale name/type

Performance

  • setValues skip redundant per-field deep clones
  • setValues thread skipClone through setFieldValue
Commits
  • 2b900d2 7.76.1
  • 079348e 🚮 chore: remove --frozen-lockfile
  • edf5c45 🧪 fix unit test
  • d79648c Revert "🐞 fix: treat NaN as empty when valueAsNumber is true in validateField...
  • 778881c 🐞 fix: pass options parameter through setValues to enable validation (#13457)
  • a2ac01f 🧪 test(useFieldArray): regression coverage for descendant setValue key thrash...
  • dfcebdb Revert "🐞 fix #13260: notify all matching field-array roots on nested setValu...
  • ca01f65 Revert "🐞 fix(useFieldArray): preserve managed field ids in array subscriber ...
  • 15d1762 🐞 fix(setValues): emit whole-form change without stale name/type (#13450)
  • 989cbff 🚗 perf(setValues): thread skipClone through setFieldValue (#13448)
  • Additional commits viewable in compare view

Updates oxc-minify from 0.132.0 to 0.133.0

Release notes

Sourced from oxc-minify's releases.

oxc crates_v0.133.0

🚀 Features

  • e857b0c napi/minify: Expose legalComments option and result (#20370) (Boshen)
  • 661132d parser: More friendly error messages for rest assignment target and rest binding element (#22719) (sapphi-red)
  • ee659b6 transformer/legacy-decorator: Add strictNullChecks option for nullable-union design:type (#22266) (Kyle Cannon)

🐛 Bug Fixes

  • e1d064e transformer/class-properties: Reparent lifted private method helpers (#22716) (Cameron)
  • 4ac0fca minifier: Preserve 0 && (module.exports = { ... }) cjs-module-lexer hint (#22729) (Dunqing)
  • 40ff611 minifier: Mark peephole loop changed when dropping dead-after-throw statement (#22722) (Dunqing)
  • 2f7b210 codegen: Emit pife-arrow/function leading comments inside the wrap (#22720) (Dunqing)
  • e184f74 parser: Improve invalid import property access diagnostic (#22693) (camc314)
  • 7baed9c transformer/private-method: Clear inherited strict flags (#22508) (camc314)
  • a9ad27e parser: Keep annotation comments leading without preceding newline (#22711) (Dunqing)
  • 9ea4d64 minifier: Re-evaluate pure/no-side-effects flags after peephole inlining (#22595) (Dunqing)
  • 07afbb6 minifier: Drop empty-body IIFE wrapper when called with arguments (#22589) (Dunqing)
  • fa7c463 semantic: Correct TS enum member symbol spans (#22689) (camc314)
  • 26b9396 semantic: Resolve parameter decorators outside parameter scope (#22623) (camc314)
  • b284045 parser: Switch to module goal eagerly on export (#22684) (Boshen)
  • dfa931d semantic: Propagate unresolved auto-increment enum value instead of defaulting to 0 (#22646) (Dunqing)
  • 69a6ba6 transformer/legacy-decorator: Emit Array for ReadonlyArray in decorator metadata (#22265) (Kyle Cannon)
  • e421ef0 transformer/legacy-decorator: Return runtime binding for design:type (#22640) (Dunqing)
  • d61e1d7 codegen: Preserve verbatim text of pure/no-side-effects comments (#22525) (Dunqing)
  • 702b14e minifier: Preserve IIFE structure in DCE-only mode (#22547) (Dunqing)
  • 917da24 parser: Apply PURE comment through member-access chains (#22566) (Dunqing)
  • a069b1c codegen: Preserve quotes for cjs-module-lexer equality strings (#22551) (Dunqing)

⚡ Performance

  • 2f623b0 semantic: Skip unresolved checks for re-exports (#22660) (camc314)
  • 0d9553d semantic: Early-exit check_object_expression for objects with <2 properties (#22668) (Dunqing)
  • d721ad9 semantic: Use direct grandparent lookup for TS type parameters (#22658) (camc314)
  • 0aff288 semantic: Reorder numeric literal strict mode checks (#22657) (camc314)
  • 4d5ddb1 semantic: Reorder binding identifier checks (#22656) (camc314)
  • e32acd8 semantic: Reorder identifier ambient binding check (#22653) (camc314)
  • 09fe178 semantic: Reorder ident reference strict mode check (#22652) (camc314)
  • 4b6add2 semantic: Avoid duplicate ident clone for bindings (#22663) (camc314)
  • 82f9662 parser: Check identifier kind before context flag (#22662) (camc314)
  • d7cd951 parser: Fast path identifier parsing and inline operator helpers (#22650) (Boshen)
  • 7b84314 semantic: Use direct byte access for numeric leading-zero check (#22642) (camc314)
  • 0345a31 semantic: Pre-size class elements hash map (#22618) (camc314)
  • 04d3065 minifier: Drop per-call buffers in try_fold_concat (#22596) (Dunqing)
  • 4f289f1 semantic: Resolve_references_for_current_scope without a temp Vec (#22599) (Dunqing)
  • e862c15 semantic: Avoid heap alloc for var hoist scope ids (#22603) (Dunqing)
  • 8ff8674 semantic: Early return if excess is 0 in Stats::increase_by (#22616) (camc314)
  • 7a4120e semantic: Pre-reserve unresolved_references using Stats::references (#22580) (Dunqing)
Changelog

Sourced from oxc-minify's changelog.

[0.133.0] - 2026-05-26

🚀 Features

  • e857b0c napi/minify: Expose legalComments option and result (#20370) (Boshen)

[0.128.0] - 2026-04-27

🛡️ Security

  • d8076c9 deps: Update rolldown (#21639) (renovate)

[0.125.0] - 2026-04-13

🚀 Features

  • f134e24 minifier: Support property_write_side_effects option to drop unused property assignments (#20773) (Dunqing)

[0.119.0] - 2026-03-14

🚀 Features

  • e7163b6 ecmascript: Add known-globals to side-effect-free property reads (#20212) (Dunqing)

[0.117.0] - 2026-03-09

🐛 Bug Fixes

  • ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)

⚡ Performance

  • 2baa5fb napi: Unify build-test profile to coverage for cache sharing (#20090) (Boshen)

[0.113.0] - 2026-02-10

💥 BREAKING CHANGES

  • 2bf7293 mangler: [BREAKING] Enable top_level by default for modules and commonjs (#18278) (sapphi-red)

🐛 Bug Fixes

  • 487601b napi: Disable mimalloc on Windows to fix worker_threads crash (#18923) (Boshen)

[0.111.0] - 2026-01-26

💥 BREAKING CHANGES

  • af0ca46 span: [BREAKING] Use ModuleKind::CommonJS for SourceType::cjs() (#18276) (sapphi-red)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 6 updates

Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-visually-hidden](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.4` | `8.60.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.4` | `8.60.0` |
| [i18next](https://github.com/i18next/i18next) | `26.2.0` | `26.3.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.76.0` | `7.76.1` |
| [oxc-minify](https://github.com/oxc-project/oxc/tree/HEAD/napi/minify) | `0.132.0` | `0.133.0` |



Updates `@radix-ui/react-visually-hidden` from 1.2.3 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@typescript-eslint/eslint-plugin` from 8.59.4 to 8.60.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.60.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.4 to 8.60.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.60.0/packages/parser)

Updates `i18next` from 26.2.0 to 26.3.0
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v26.2.0...v26.3.0)

Updates `react-hook-form` from 7.76.0 to 7.76.1
- [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.76.0...v7.76.1)

Updates `oxc-minify` from 0.132.0 to 0.133.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/minify/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.133.0/napi/minify)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-visually-hidden"
  dependency-version: 1.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: i18next
  dependency-version: 26.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.76.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: oxc-minify
  dependency-version: 0.133.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 May 26, 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