Skip to content

build(deps-dev): bump the dev-dependencies group with 8 updates#7912

Merged
JohnMcLear merged 1 commit into
developfrom
dependabot/npm_and_yarn/dev-dependencies-6650ae9082
Jun 8, 2026
Merged

build(deps-dev): bump the dev-dependencies group with 8 updates#7912
JohnMcLear merged 1 commit into
developfrom
dependabot/npm_and_yarn/dev-dependencies-6650ae9082

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 8 updates:

Package From To
@types/jquery 4.0.0 4.0.1
@types/node 25.9.1 25.9.2
@radix-ui/react-dialog 1.1.15 1.1.16
@radix-ui/react-toast 1.2.15 1.2.16
@radix-ui/react-visually-hidden 1.2.4 1.2.5
@types/react 19.2.16 19.2.17
react-hook-form 7.77.0 7.78.0
oxc-minify 0.134.0 0.135.0

Updates @types/jquery from 4.0.0 to 4.0.1

Commits

Updates @types/node from 25.9.1 to 25.9.2

Commits

Updates @radix-ui/react-dialog from 1.1.15 to 1.1.16

Changelog

Sourced from @​radix-ui/react-dialog's changelog.

1.1.16

  • Fixed disabled pointer events in closed dialogs
  • Fixed a bug where iOS text selection and editing on HTML inputs within react-dialog were broken
  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-slot@1.2.5, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-focus-scope@1.1.9, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
Commits
Maintainer changes

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


Updates @radix-ui/react-toast from 1.2.15 to 1.2.16

Changelog

Sourced from @​radix-ui/react-toast's changelog.

1.2.16

  • Allow to specify container for ToastAnnounce
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/react-collection@1.1.9, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-layout-effect@1.1.2, @radix-ui/react-visually-hidden@1.2.5
Commits
Maintainer changes

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


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

Changelog

Sourced from @​radix-ui/react-visually-hidden's changelog.

1.2.5

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-visually-hidden since your current version.


Updates @types/react from 19.2.16 to 19.2.17

Commits

Updates react-hook-form from 7.77.0 to 7.78.0

Release notes

Sourced from react-hook-form's releases.

Version 7.78.0

🦷 update type dirtyFields typing for field arrays with undefined entries (#13492) 🐞 fix: recover Controller fields after reset without rerender (RN issue #13455) (#13497) 🐞 fix useFormState().isDirty race with async resolver in onChange mode (#13495) 🐞 fix: use reactive values prop over defaultValues when shouldUnregister is true (#13485) 🐞 fix deepEqual for empty non-plain objects (#13493)

thanks to @​cyphercodes

Changelog

Sourced from react-hook-form's changelog.

Changelog

Commits
  • 23ab3a7 7.78.0
  • 29fbd7d 🪭 close #13506 add regression test for useFormState
  • b000509 📝 test: fix "allow to" grammar in test descriptions (#13504)
  • 76187c3 🧪 add unit test for regression render submit with useWatch #13035
  • 16c35fb 🫡 add regression coverage for dynamic Controller names with keepDirtyValues/k...
  • 0bd39fa 🐞 fix: recover Controller fields after reset without rerender (RN issue #1345...
  • 6a501e0 🦷 update type dirtyFields typing for field arrays with undefined entries (#13...
  • d681dc5 🐞 fix useFormState().isDirty race with async resolver in onChange mode (#...
  • a9b8a6f 🐞 fix: use reactive values prop over defaultValues when shouldUnregister is t...
  • 686da3f 🐞 fix deepEqual for empty non-plain objects (#13493)
  • Additional commits viewable in compare view

Updates oxc-minify from 0.134.0 to 0.135.0

Release notes

Sourced from oxc-minify's releases.

oxc crates_v0.135.0

💥 BREAKING CHANGES

  • ee4dc73 ast: [BREAKING] Add #[non_exhaustive] to AST nodes (#23046) (overlookmotel)
  • 4c35362 ast: [BREAKING] Add AstBuilder::template_element_escape_raw and template_element_escape_raw_with_lone_surrogates methods (#23047) (overlookmotel)

🚀 Features

  • b846ab2 react_compiler: Integrate the Rust port of the React Compiler (#22942) (Boshen)
  • 5b8dd68 parser: Report TS1255 for invalid class definite assertions (#22917) (camc314)
  • 85efabf semantic: Make building the class table optional, off by default (#22862) (Boshen)

🐛 Bug Fixes

  • 556acdc codegen: Parenthesize TS-cast assignment targets (#23112) (Boshen)
  • 37169ff codegen: Don't emit space between postfix -- and > when minifying (#23036) (Boshen)
  • a4b1bf7 codegen: Drop redundant whitespace in minified TypeScript output (#23038) (Boshen)
  • cf53285 parser: Report reserved type-declaration names in the parser (#23035) (Boshen)
  • 4e44969 ast: Fix UB in escape_template_element_raw (#23052) (overlookmotel)
  • c543154 parser: Report comma operator in JSX expression in the parser (#23030) (Boshen)
  • 325c94f codegen: Tighten conditional-type and constructor-type whitespace when minifying (#23033) (Boshen)
  • 95dd3a2 parser: Report import type alias to a non-external reference in the parser (#23032) (Boshen)
  • 90180b8 codegen: Drop space after : in function return type when minifying (#23028) (Boshen)
  • 6da876e parser: Report abstract private class field in the parser (#23029) (Boshen)
  • 28467ce codegen: Don't emit space before a postfix update operand when minifying (#23027) (Boshen)
  • cb29926 codegen: Drop redundant space after export default when minifying (#23024) (Boshen)
  • 62965ae codegen: Drop redundant space after else when minifying (#23025) (Boshen)
  • 989230a parser: Report compound assignment to non-simple target in the parser (#23022) (Boshen)
  • 06f367c parser: Report super.#field private access in the parser (#23014) (Boshen)
  • 184edef codegen: Print space before const/declare enum modifier (#23013) (Boshen)
  • 4d722e0 parser: Report duplicate switch default clause in the parser (#23012) (Boshen)
  • 597ed85 codegen: Parenthesize let/async for-of head target (#23008) (Boshen)
  • 8b631bf codegen: Remove stray space before mapped type value colon (#23010) (Boshen)
  • c08407e codegen: Don't over-parenthesize in inside an arrow in a for-init (#23009) (Boshen)
  • 600cd6f codegen: Parenthesize lower-precedence TSInstantiationExpression operand (#23007) (Boshen)
  • 187e1a5 codegen: Don't leak space after comment-only JSX expression container (#23006) (Boshen)
  • 294c473 codegen: Don't over-parenthesize TSTypeAssertion operand (#23004) (Boshen)
  • 786d96f codegen: Give TSTypeAssertion unary precedence (#23002) (Boshen)
  • 1295882 parser: Report new.target and import.meta syntax errors in the parser (#23003) (Boshen)
  • d727b6b codegen: Parenthesize await expression as base of ** (#23001) (Boshen)
  • 67dfa08 codegen: Keep parentheses around new callees containing a call (#22997) (Boshen)
  • 17e7cf3 parser: Disallow unerasable as/satisfies assertions (#22986) (Boshen)
  • beb46d3 parser: Commit to module goal on decorated exports (#22941) (Boshen)
  • 49e63f7 isolated-declarations: Require annotations for satisfies initializers (#22898) (camc314)
  • 8c93601 isolated-declarations: Allow unknown enum initializer in non-const enum (#22900) (camc314)

⚡ Performance

  • 7d89909 parser: Peek instead of lookahead for yield disambiguation (#23071) (Boshen)
  • bf872f0 parser: Skip arrow lookahead for a parenthesized literal (#23070) (Boshen)

... (truncated)

Changelog

Sourced from oxc-minify's changelog.

[0.135.0] - 2026-06-08

📚 Documentation

  • 275d318 napi/minifier: Point target to oxc docs (#23102) (camc314)

[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)

... (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

Bumps the dev-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) | `4.0.0` | `4.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `25.9.2` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) | `1.1.15` | `1.1.16` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/toast) | `1.2.15` | `1.2.16` |
| [@radix-ui/react-visually-hidden](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/visually-hidden) | `1.2.4` | `1.2.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.16` | `19.2.17` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.77.0` | `7.78.0` |
| [oxc-minify](https://github.com/oxc-project/oxc/tree/HEAD/napi/minify) | `0.134.0` | `0.135.0` |


Updates `@types/jquery` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

Updates `@types/node` from 25.9.1 to 25.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@radix-ui/react-dialog` from 1.1.15 to 1.1.16
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dialog)

Updates `@radix-ui/react-toast` from 1.2.15 to 1.2.16
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/toast/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/toast)

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

Updates `@types/react` from 19.2.16 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-hook-form` from 7.77.0 to 7.78.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.77.0...v7.78.0)

Updates `oxc-minify` from 0.134.0 to 0.135.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.135.0/napi/minify)

---
updated-dependencies:
- dependency-name: "@types/jquery"
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-toast"
  dependency-version: 1.2.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@radix-ui/react-visually-hidden"
  dependency-version: 1.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.78.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: oxc-minify
  dependency-version: 0.135.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 Jun 8, 2026
@JohnMcLear JohnMcLear merged commit 2c64e85 into develop Jun 8, 2026
33 checks passed
@JohnMcLear JohnMcLear deleted the dependabot/npm_and_yarn/dev-dependencies-6650ae9082 branch June 8, 2026 19:41
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