This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 11feaa3779f chore(deps): bump the core-ui-package-updates group across 
1 directory with 2 updates (#62474)
11feaa3779f is described below

commit 11feaa3779f5f0447b86b5b586867294f9e24683
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 13:48:06 2026 -0500

    chore(deps): bump the core-ui-package-updates group across 1 directory with 
2 updates (#62474)
    
    Bumps the core-ui-package-updates group with 2 updates in the 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: 
[react-hook-form](https://github.com/react-hook-form/react-hook-form) and 
[happy-dom](https://github.com/capricorn86/happy-dom).
    
    
    Updates `react-hook-form` from 7.71.1 to 7.71.2
    - [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](https://github.com/react-hook-form/react-hook-form/compare/v7.71.1...v7.71.2)
    
    Updates `happy-dom` from 20.6.3 to 20.7.0
    - [Release notes](https://github.com/capricorn86/happy-dom/releases)
    - 
[Commits](https://github.com/capricorn86/happy-dom/compare/v20.6.3...v20.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: react-hook-form
      dependency-version: 7.71.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: core-ui-package-updates
    - dependency-name: happy-dom
      dependency-version: 20.7.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: core-ui-package-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .../auth/managers/simple/ui/package-lock.json      | 16 +++++------
 .../auth/managers/simple/ui/package.json           |  4 +--
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 32 +++++++++++-----------
 3 files changed, 26 insertions(+), 26 deletions(-)

diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
index b444795235d..6ff1029457c 100644
--- 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
+++ 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
@@ -17,7 +17,7 @@
         "react": "^19.2.4",
         "react-cookie": "^8.0.1",
         "react-dom": "^19.2.4",
-        "react-hook-form": "^7.71.1",
+        "react-hook-form": "^7.71.2",
         "react-router-dom": "^7.13.0"
       },
       "devDependencies": {
@@ -44,7 +44,7 @@
         "eslint-plugin-react-hooks": "^7.0.1",
         "eslint-plugin-react-refresh": "^0.5.0",
         "eslint-plugin-unicorn": "^63.0.0",
-        "happy-dom": "^20.6.3",
+        "happy-dom": "^20.7.0",
         "prettier": "^3.8.1",
         "ts-morph": "^27.0.2",
         "typescript": "~5.9.3",
@@ -6256,9 +6256,9 @@
       }
     },
     "node_modules/happy-dom": {
-      "version": "20.6.3",
-      "resolved": 
"https://registry.npmjs.org/happy-dom/-/happy-dom-20.6.3.tgz";,
-      "integrity": 
"sha512-QAMY7d228dHs8gb9NG4SJ3OxQo4r+NGN8pOXGZ3SGfQf/XYuuYubrtZ25QVY2WoUQdskhRXSXb4R4mcRk+hV1w==",
+      "version": "20.7.0",
+      "resolved": 
"https://registry.npmjs.org/happy-dom/-/happy-dom-20.7.0.tgz";,
+      "integrity": 
"sha512-hR/uLYQdngTyEfxnOoa+e6KTcfBFyc1hgFj/Cc144A5JJUuHFYqIEBDcD4FeGqUeKLRZqJ9eN9u7/GDjYEgS1g==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
@@ -7973,9 +7973,9 @@
       }
     },
     "node_modules/react-hook-form": {
-      "version": "7.71.1",
-      "resolved": 
"https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz";,
-      "integrity": 
"sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==",
+      "version": "7.71.2",
+      "resolved": 
"https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz";,
+      "integrity": 
"sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==",
       "license": "MIT",
       "engines": {
         "node": ">=18.0.0"
diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
index d4dd4247193..534f3f8ba4e 100644
--- a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
+++ b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
@@ -27,7 +27,7 @@
     "react": "^19.2.4",
     "react-cookie": "^8.0.1",
     "react-dom": "^19.2.4",
-    "react-hook-form": "^7.71.1",
+    "react-hook-form": "^7.71.2",
     "react-router-dom": "^7.13.0"
   },
   "devDependencies": {
@@ -54,7 +54,7 @@
     "eslint-plugin-react-hooks": "^7.0.1",
     "eslint-plugin-react-refresh": "^0.5.0",
     "eslint-plugin-unicorn": "^63.0.0",
-    "happy-dom": "^20.6.3",
+    "happy-dom": "^20.7.0",
     "prettier": "^3.8.1",
     "ts-morph": "^27.0.2",
     "typescript": "~5.9.3",
diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml
index 05675193a5a..c00bd1b32f6 100644
--- 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml
+++ 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml
@@ -42,8 +42,8 @@ importers:
         specifier: ^19.2.4
         version: 19.2.4([email protected])
       react-hook-form:
-        specifier: ^7.71.1
-        version: 7.71.1([email protected])
+        specifier: ^7.71.2
+        version: 7.71.2([email protected])
       react-router-dom:
         specifier: ^7.13.0
         version: 7.13.0([email protected]([email protected]))([email protected])
@@ -89,7 +89,7 @@ importers:
         version: 
4.2.3(@swc/[email protected])([email protected](@types/[email protected])([email protected]))
       '@vitest/coverage-v8':
         specifier: ^4.0.18
-        version: 
4.0.18([email protected](@types/[email protected])([email protected])([email protected]))
+        version: 
4.0.18([email protected](@types/[email protected])([email protected])([email protected]))
       eslint:
         specifier: ^10.0.1
         version: 10.0.1([email protected])
@@ -118,8 +118,8 @@ importers:
         specifier: ^63.0.0
         version: 63.0.0([email protected]([email protected]))
       happy-dom:
-        specifier: ^20.6.3
-        version: 20.6.3
+        specifier: ^20.7.0
+        version: 20.7.0
       prettier:
         specifier: ^3.8.1
         version: 3.8.1
@@ -140,7 +140,7 @@ importers:
         version: 3.5.2([email protected](@types/[email protected])([email protected]))
       vitest:
         specifier: ^4.0.4
-        version: 4.0.4(@types/[email protected])([email protected])([email protected])
+        version: 4.0.4(@types/[email protected])([email protected])([email protected])
 
 packages:
 
@@ -2009,8 +2009,8 @@ packages:
     engines: {node: '>=0.4.7'}
     hasBin: true
 
-  [email protected]:
-    resolution: {integrity: 
sha512-QAMY7d228dHs8gb9NG4SJ3OxQo4r+NGN8pOXGZ3SGfQf/XYuuYubrtZ25QVY2WoUQdskhRXSXb4R4mcRk+hV1w==}
+  [email protected]:
+    resolution: {integrity: 
sha512-hR/uLYQdngTyEfxnOoa+e6KTcfBFyc1hgFj/Cc144A5JJUuHFYqIEBDcD4FeGqUeKLRZqJ9eN9u7/GDjYEgS1g==}
     engines: {node: '>=20.0.0'}
 
   [email protected]:
@@ -2559,8 +2559,8 @@ packages:
     peerDependencies:
       react: ^19.2.4
 
-  [email protected]:
-    resolution: {integrity: 
sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==}
+  [email protected]:
+    resolution: {integrity: 
sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==}
     engines: {node: '>=18.0.0'}
     peerDependencies:
       react: ^16.8.0 || ^17 || ^18 || ^19
@@ -4047,7 +4047,7 @@ snapshots:
     transitivePeerDependencies:
       - '@swc/helpers'
 
-  
'@vitest/[email protected]([email protected](@types/[email protected])([email protected])([email protected]))':
+  
'@vitest/[email protected]([email protected](@types/[email protected])([email protected])([email protected]))':
     dependencies:
       '@bcoe/v8-coverage': 1.0.2
       '@vitest/utils': 4.0.18
@@ -4059,7 +4059,7 @@ snapshots:
       obug: 2.1.1
       std-env: 3.10.0
       tinyrainbow: 3.0.3
-      vitest: 4.0.4(@types/[email protected])([email protected])([email protected])
+      vitest: 4.0.4(@types/[email protected])([email protected])([email protected])
 
   '@vitest/[email protected]':
     dependencies:
@@ -5460,7 +5460,7 @@ snapshots:
     optionalDependencies:
       uglify-js: 3.19.3
 
-  [email protected]:
+  [email protected]:
     dependencies:
       '@types/node': 25.3.0
       '@types/whatwg-mimetype': 3.0.2
@@ -6006,7 +6006,7 @@ snapshots:
       react: 19.2.4
       scheduler: 0.27.0
 
-  [email protected]([email protected]):
+  [email protected]([email protected]):
     dependencies:
       react: 19.2.4
 
@@ -6404,7 +6404,7 @@ snapshots:
       fsevents: 2.3.3
       jiti: 2.6.1
 
-  [email protected](@types/[email protected])([email protected])([email protected]):
+  [email protected](@types/[email protected])([email protected])([email protected]):
     dependencies:
       '@vitest/expect': 4.0.4
       '@vitest/mocker': 4.0.4([email protected](@types/[email protected])([email protected]))
@@ -6428,7 +6428,7 @@ snapshots:
       why-is-node-running: 2.3.0
     optionalDependencies:
       '@types/node': 25.3.0
-      happy-dom: 20.6.3
+      happy-dom: 20.7.0
     transitivePeerDependencies:
       - jiti
       - less

Reply via email to