Bump the prod-patch-updates group across 1 directory with 3 updates #611

Closed
opened 2026-04-05 17:26:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 11/21/2025

Bumps the prod-patch-updates group with 3 updates in the / directory: http-errors, npm and react-hook-form.

Updates http-errors from 2.0.0 to 2.0.1

Release notes

Sourced from http-errors's releases.

v2.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/jshttp/http-errors/compare/v2.0.0...v2.0.1

Changelog

Sourced from http-errors's changelog.

2.0.1 / 2025-11-20

  • deps: use tilde notation for dependencies
  • deps: update statuses to 2.0.2
Commits
  • 61aee57 2.0.1 (#140)
  • 6acba1f build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#134)
  • d2dcbbf build(deps): bump github/codeql-action from 3.29.11 to 4.31.2 (#137)
  • fa47a60 build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#138)
  • 09b3881 build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#132)
  • f1ad322 build(deps): bump github/codeql-action from 3.29.7 to 3.29.11 (#133)
  • 109fe03 build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.32.0 (#129)
  • 7a05446 ci: add nodejs v18 - v24 to test matrix (#127)
  • 6dfaf49 build(deps): bump github/codeql-action from 3.28.18 to 3.29.5 (#131)
  • 535aebf chore: add funding to package.json (#130)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for http-errors since your current version.


Updates npm from 11.6.2 to 11.6.3

Release notes

Sourced from npm's releases.

v11.6.3

11.6.3 (2025-11-19)

Bug Fixes

Documentation

Dependencies

... (truncated)

Changelog

Sourced from npm's changelog.

11.6.3 (2025-11-19)

Bug Fixes

Documentation

Dependencies

... (truncated)

Commits
  • 7da8fdd chore: release 11.6.3
  • 3225fa3 fix: fix usage of path of custom registry (#8737)
  • ca53c21 docs: add workspace usage examples (#8745)
  • e71ca0e docs: add --save flag to documentation (#8746)
  • 3439a89 fix(libnpmexec): fix lock compromise logic (#8733)
  • c6242d9 fix: change npm profile to create tokens with GAT support (#8706)
  • e9f0418 fix(arborist): improve override conflict detection with semantic comparison (...
  • 7f72238 deps: cacache@20.0.2
  • 7ac9db8 deps: init-package-json@8.2.3
  • 41e97c6 deps: validate-npm-package-name@7.0.0
  • Additional commits viewable in compare view

Updates react-hook-form from 7.66.0 to 7.66.1

Release notes

Sourced from react-hook-form's releases.

Version 7.66.1

perf: reduce redundant property access in getDirtyFields (#13146) 🐞 fix(createFormControl): skip setValid() during batch array updates (#13140) 🐞 fix(useForm): recompute isValid after reset when values update asynchronously (#13126) 🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (#13120)

thanks to @​kimtaejin3, @​a28689604 & @​WuMingDao

Commits
  • caa514c 7.66.1
  • d13be6a perf: reduce redundant property access in getDirtyFields (#13146)
  • 6800ba9 ❤️ thank you so much thanks.dev for sponsoring the project!
  • 932c957 🐞 fix(createFormControl): skip setValid() during batch array updates (#13140)
  • fb6423f 🐞 fix(useForm): recompute isValid after reset when values update asynchronous...
  • 4922698 🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (#13120)
  • 67770d3 🫧 chore: add eslint cache in package.json (#13117)
  • 2596e5e 🔩 chore: upgrade dev deps (#13116)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
*Originally created by @dependabot[bot] on 11/21/2025* Bumps the prod-patch-updates group with 3 updates in the / directory: [http-errors](https://github.com/jshttp/http-errors), [npm](https://github.com/npm/cli) and [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `http-errors` from 2.0.0 to 2.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshttp/http-errors/releases">http-errors's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <h2>What's Changed</h2> <ul> <li>Add support for OSSF scorecard reporting by <a href="https://github.com/carpasse"><code>@​carpasse</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/107">jshttp/http-errors#107</a></li> <li>refactor: improve <code>toClassName</code> function readability and JSDoc completeness by <a href="https://github.com/Ayoub-Mabrouk"><code>@​Ayoub-Mabrouk</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/112">jshttp/http-errors#112</a></li> <li>chore: upgrade scorecard workflow pinned action versions by <a href="https://github.com/carpasse"><code>@​carpasse</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/113">jshttp/http-errors#113</a></li> <li>Add test for extending native errors w/o altering prototype by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/106">jshttp/http-errors#106</a></li> <li>remove --bail from test script by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/114">jshttp/http-errors#114</a></li> <li>[StepSecurity] Apply security best practices by <a href="https://github.com/step-security-bot"><code>@​step-security-bot</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/116">jshttp/http-errors#116</a></li> <li>build(deps): bump actions/checkout from 2.7.0 to 4.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/117">jshttp/http-errors#117</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/118">jshttp/http-errors#118</a></li> <li>build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/119">jshttp/http-errors#119</a></li> <li>build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/121">jshttp/http-errors#121</a></li> <li>build(deps): bump github/codeql-action from 3.27.9 to 3.28.18 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/123">jshttp/http-errors#123</a></li> <li>fix: use <code>ubuntu-latest</code> as ci runner by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/124">jshttp/http-errors#124</a></li> <li>remove --bail by <a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/125">jshttp/http-errors#125</a></li> <li>deps: update statuses and switch fixed versions to tilde (~) by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/126">jshttp/http-errors#126</a></li> <li>chore: add funding to package.json by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/130">jshttp/http-errors#130</a></li> <li>build(deps): bump github/codeql-action from 3.28.18 to 3.29.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/131">jshttp/http-errors#131</a></li> <li>ci: add nodejs v18 - v24 to test matrix by <a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/127">jshttp/http-errors#127</a></li> <li>build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.32.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/129">jshttp/http-errors#129</a></li> <li>build(deps): bump github/codeql-action from 3.29.7 to 3.29.11 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/133">jshttp/http-errors#133</a></li> <li>build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/132">jshttp/http-errors#132</a></li> <li>build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/138">jshttp/http-errors#138</a></li> <li>build(deps): bump github/codeql-action from 3.29.11 to 4.31.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/137">jshttp/http-errors#137</a></li> <li>build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jshttp/http-errors/pull/134">jshttp/http-errors#134</a></li> <li>Release: 2.0.1 by <a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> in <a href="https://redirect.github.com/jshttp/http-errors/pull/140">jshttp/http-errors#140</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ayoub-Mabrouk"><code>@​Ayoub-Mabrouk</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/112">jshttp/http-errors#112</a></li> <li><a href="https://github.com/jonchurch"><code>@​jonchurch</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/106">jshttp/http-errors#106</a></li> <li><a href="https://github.com/step-security-bot"><code>@​step-security-bot</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/116">jshttp/http-errors#116</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/117">jshttp/http-errors#117</a></li> <li><a href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/124">jshttp/http-errors#124</a></li> <li><a href="https://github.com/Phillip9587"><code>@​Phillip9587</code></a> made their first contribution in <a href="https://redirect.github.com/jshttp/http-errors/pull/126">jshttp/http-errors#126</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jshttp/http-errors/compare/v2.0.0...v2.0.1">https://github.com/jshttp/http-errors/compare/v2.0.0...v2.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshttp/http-errors/blob/master/HISTORY.md">http-errors's changelog</a>.</em></p> <blockquote> <h1>2.0.1 / 2025-11-20</h1> <ul> <li>deps: use tilde notation for dependencies</li> <li>deps: update statuses to 2.0.2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jshttp/http-errors/commit/61aee5769e92678ff25a2da8e3a2dd1504762432"><code>61aee57</code></a> 2.0.1 (<a href="https://redirect.github.com/jshttp/http-errors/issues/140">#140</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/6acba1ff0cd71a97a913a7f6baa89788d477c462"><code>6acba1f</code></a> build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (<a href="https://redirect.github.com/jshttp/http-errors/issues/134">#134</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/d2dcbbffb34dc45baf30d9186cf89bd20b689d04"><code>d2dcbbf</code></a> build(deps): bump github/codeql-action from 3.29.11 to 4.31.2 (<a href="https://redirect.github.com/jshttp/http-errors/issues/137">#137</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/fa47a60e96e774b176f81ef1d9f4ca0239607c87"><code>fa47a60</code></a> build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (<a href="https://redirect.github.com/jshttp/http-errors/issues/138">#138</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/09b3881c43ed0e7579f4e76e1bf7a77e23d86c06"><code>09b3881</code></a> build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (<a href="https://redirect.github.com/jshttp/http-errors/issues/132">#132</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/f1ad32238afb63cdd0e4ab935cdae6b4728c71aa"><code>f1ad322</code></a> build(deps): bump github/codeql-action from 3.29.7 to 3.29.11 (<a href="https://redirect.github.com/jshttp/http-errors/issues/133">#133</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/109fe03f60a8c4ce911785927fe7388fe69025c7"><code>109fe03</code></a> build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.32.0 (<a href="https://redirect.github.com/jshttp/http-errors/issues/129">#129</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/7a0544616f7e708a536c28ef5f936d20030215b8"><code>7a05446</code></a> ci: add nodejs v18 - v24 to test matrix (<a href="https://redirect.github.com/jshttp/http-errors/issues/127">#127</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/6dfaf4983d8814aab2f216e8ec73c566f6ca8003"><code>6dfaf49</code></a> build(deps): bump github/codeql-action from 3.28.18 to 3.29.5 (<a href="https://redirect.github.com/jshttp/http-errors/issues/131">#131</a>)</li> <li><a href="https://github.com/jshttp/http-errors/commit/535aebf128ec21e23053c05c5a2d98b981147b2d"><code>535aebf</code></a> chore: add funding to package.json (<a href="https://redirect.github.com/jshttp/http-errors/issues/130">#130</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jshttp/http-errors/compare/v2.0.0...v2.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~ulisesgascon">ulisesgascon</a>, a new releaser for http-errors since your current version.</p> </details> <br /> Updates `npm` from 11.6.2 to 11.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/cli/releases">npm's releases</a>.</em></p> <blockquote> <h2>v11.6.3</h2> <h2><a href="https://github.com/npm/cli/compare/v11.6.2...v11.6.3">11.6.3</a> (2025-11-19)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0"><code>c6242d9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8706">#8706</a> change npm profile to create tokens with GAT support (<a href="https://redirect.github.com/npm/cli/issues/8706">#8706</a>) (<a href="https://github.com/owlstronaut"><code>@​owlstronaut</code></a>, <a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/cbc6fa9cd7c582053be77a56677191313c7e8d98"><code>cbc6fa9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8731">#8731</a> order of version information in error message (<a href="https://redirect.github.com/npm/cli/issues/8731">#8731</a>) (<a href="https://github.com/piotrd"><code>@​piotrd</code></a>, <a href="https://github.com/pd-be"><code>@​pd-be</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/11dbd7e36287695801f02a43e53b24fc2d72a545"><code>11dbd7e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8709">#8709</a> display full token when creating authentication tokens (<a href="https://redirect.github.com/npm/cli/issues/8709">#8709</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>, Max Black)</li> <li><a href="https://github.com/npm/cli/commit/49a4eefd613dbb60bcff3dac39129f70586d3cff"><code>49a4eef</code></a> <a href="https://redirect.github.com/npm/cli/pull/8676">#8676</a> use look behind regex for trailing slash stripping (<a href="https://redirect.github.com/npm/cli/issues/8676">#8676</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd"><code>b1aee62</code></a> <a href="https://redirect.github.com/npm/cli/pull/8645">#8645</a> dep flag calculation (<a href="https://redirect.github.com/npm/cli/issues/8645">#8645</a>) (<a href="https://github.com/liamcmitchell"><code>@​liamcmitchell</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/cli/commit/ca53c21e8a0f0e659e891415735e184443b8f48b"><code>ca53c21</code></a> <a href="https://redirect.github.com/npm/cli/pull/8745">#8745</a> add workspace usage examples (<a href="https://redirect.github.com/npm/cli/issues/8745">#8745</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>, Max Black)</li> <li><a href="https://github.com/npm/cli/commit/e71ca0e1934b805c97485b39501653655a54c919"><code>e71ca0e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8746">#8746</a> add --save flag to documentation (<a href="https://redirect.github.com/npm/cli/issues/8746">#8746</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>, Max Black)</li> <li><a href="https://github.com/npm/cli/commit/06510a8720fa180e9ef9093d9caee2e85bbc5165"><code>06510a8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8683">#8683</a> add ignore-scripts option to npm version help and docs (<a href="https://redirect.github.com/npm/cli/issues/8683">#8683</a>) (<a href="https://github.com/Tejas242"><code>@​Tejas242</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/cli/commit/7f7223833b9f655ea82039cf389ed8d03fb3b212"><code>7f72238</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>cacache@20.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/7ac9db8564312ffd57a8f622634d6f3de080c472"><code>7ac9db8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>init-package-json@8.2.3</code></li> <li><a href="https://github.com/npm/cli/commit/41e97c65d1d9d0bf7fa80d4b018ff4c051b1487b"><code>41e97c6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>validate-npm-package-name@7.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/6b1fbe1ef3db7f5782809abdcdf6c53ff7542330"><code>6b1fbe1</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-package-arg@13.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/aa1d486a4e4a82de16d4c63154a1b1a89ad09e6d"><code>aa1d486</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/599c819e525f235bab08c9395e7f357d4d2454a6"><code>599c819</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>which@6.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/e49286e2189dfe1604d957ccc415038957a64d19"><code>e49286e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ini@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/b7c9f960063da93c8476739d1d6a717746255f93"><code>b7c9f96</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/8cc9f70c2769f068ea0ef77a602162cdd949998e"><code>8cc9f70</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ssri@13.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/0b7274fa39edacc7103eacf2a72c074d01451284"><code>0b7274f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>pacote@21.0.4</code></li> <li><a href="https://github.com/npm/cli/commit/59b3c6adf5fb7e5c8e0f990ade7417677270057a"><code>59b3c6a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/redact@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/578abad64d57dee1db460f1013c8514099e08136"><code>578abad</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@12.1.0</code></li> <li><a href="https://github.com/npm/cli/commit/89c4151a9182ddb77eff1beaeaaa2c0279578a2e"><code>89c4151</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/git@7.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/c6d109d7ad59b0be87225917e6393bcc9838f64d"><code>c6d109d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>make-fetch-happen@15.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/34d8599987bdd4335391394fc00f80b395fb3a7c"><code>34d8599</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.1</code></li> <li><a href="https://github.com/npm/cli/commit/4811a86a563d4361b15dd33415857410785a8e81"><code>4811a86</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/6cb77df37989cb7c165cb2c35c735fb12dc1385a"><code>6cb77df</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/installed-package-contents@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/05ac7a7ea2a4d258658537a19ba350e07df34fda"><code>05ac7a7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>proc-log@6.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/0a74f6d1d8643f3a089f6e63502df77e6e3038ff"><code>0a74f6d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>bin-links@6.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/c02ce5c132ea6e2b3d1941520228b10a10ad50f1"><code>c02ce5c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/package-json@7.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/9c0cefa8417d9e14ee19dd5e833019f0f99ce837"><code>9c0cefa</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>json-parse-even-better-errors@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/041b9b29b30c539c5bf8b8cd26ea2202f94862b3"><code>041b9b2</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>parse-conflict-json@5.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/a1b0feac64ff681b2aec6938eb5136f5e177a07a"><code>a1b0fea</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/name-from-folder@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/a085745da65662f5ce02933b99109f77542fc3bb"><code>a085745</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>abbrev@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/00d9c7da4173cd48c4295d32d4d8b47d3c8d8701"><code>00d9c7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>nopt@9.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/3404dca3d986d1bf0de3e74cf8b61856778711c6"><code>3404dca</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-install-checks@8.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/542fcf3eee92cc41e86838c97c4036a97d749155"><code>542fcf3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/node-gyp@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/89e14d376fa4d0dc3bb15fefcd932e3f949dbbaa"><code>89e14d3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>tar@7.5.2</code></li> <li><a href="https://github.com/npm/cli/commit/5383f3aa680a028bc6f66ce76383d0259cc5a80d"><code>5383f3a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.0</code></li> <li><a href="https://github.com/npm/cli/commit/1bb9a7d4ce779cca184d665c7ee4a4d3c9494168"><code>1bb9a7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-profile@12.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/de619a40eccaa34eafb68b026bd6790ec38d2249"><code>de619a4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-pick-manifest@11.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/0e042ec4ed6eab646c645506378d409746b324bc"><code>0e042ec</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-packlist@10.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/2a3c33871471f327444a0e477199b3c1885683ed"><code>2a3c338</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@11.5.0</code></li> <li><a href="https://github.com/npm/cli/commit/b96e86cca5b0c63d98f3cfb92883f9a26882a1dd"><code>b96e86c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>minimatch@10.1.1</code></li> <li><a href="https://github.com/npm/cli/commit/d347329513229ed2ba5954b996c322e9fd3d807d"><code>d347329</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>exponential-backoff@3.1.3</code></li> <li><a href="https://github.com/npm/cli/commit/d6830f4fac3b03090d97dce4cac26d5ff0b903d7"><code>d6830f4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/bcc7ec83ad69b2a80d98cfced94553d7f6e8c943"><code>bcc7ec8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/metavuln-calculator@9.0.3</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/cli/blob/latest/CHANGELOG.md">npm's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/cli/compare/v11.6.2...v11.6.3">11.6.3</a> (2025-11-19)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0"><code>c6242d9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8706">#8706</a> change npm profile to create tokens with GAT support (<a href="https://redirect.github.com/npm/cli/issues/8706">#8706</a>) (<a href="https://github.com/owlstronaut"><code>@​owlstronaut</code></a>, <a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/cbc6fa9cd7c582053be77a56677191313c7e8d98"><code>cbc6fa9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8731">#8731</a> order of version information in error message (<a href="https://redirect.github.com/npm/cli/issues/8731">#8731</a>) (<a href="https://github.com/piotrd"><code>@​piotrd</code></a>, <a href="https://github.com/pd-be"><code>@​pd-be</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/11dbd7e36287695801f02a43e53b24fc2d72a545"><code>11dbd7e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8709">#8709</a> display full token when creating authentication tokens (<a href="https://redirect.github.com/npm/cli/issues/8709">#8709</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>, Max Black)</li> <li><a href="https://github.com/npm/cli/commit/49a4eefd613dbb60bcff3dac39129f70586d3cff"><code>49a4eef</code></a> <a href="https://redirect.github.com/npm/cli/pull/8676">#8676</a> use look behind regex for trailing slash stripping (<a href="https://redirect.github.com/npm/cli/issues/8676">#8676</a>) (<a href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd"><code>b1aee62</code></a> <a href="https://redirect.github.com/npm/cli/pull/8645">#8645</a> dep flag calculation (<a href="https://redirect.github.com/npm/cli/issues/8645">#8645</a>) (<a href="https://github.com/liamcmitchell"><code>@​liamcmitchell</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/cli/commit/ca53c21e8a0f0e659e891415735e184443b8f48b"><code>ca53c21</code></a> <a href="https://redirect.github.com/npm/cli/pull/8745">#8745</a> add workspace usage examples (<a href="https://redirect.github.com/npm/cli/issues/8745">#8745</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>, Max Black)</li> <li><a href="https://github.com/npm/cli/commit/e71ca0e1934b805c97485b39501653655a54c919"><code>e71ca0e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8746">#8746</a> add --save flag to documentation (<a href="https://redirect.github.com/npm/cli/issues/8746">#8746</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>, Max Black)</li> <li><a href="https://github.com/npm/cli/commit/06510a8720fa180e9ef9093d9caee2e85bbc5165"><code>06510a8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8683">#8683</a> add ignore-scripts option to npm version help and docs (<a href="https://redirect.github.com/npm/cli/issues/8683">#8683</a>) (<a href="https://github.com/Tejas242"><code>@​Tejas242</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/cli/commit/7f7223833b9f655ea82039cf389ed8d03fb3b212"><code>7f72238</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>cacache@20.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/7ac9db8564312ffd57a8f622634d6f3de080c472"><code>7ac9db8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>init-package-json@8.2.3</code></li> <li><a href="https://github.com/npm/cli/commit/41e97c65d1d9d0bf7fa80d4b018ff4c051b1487b"><code>41e97c6</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>validate-npm-package-name@7.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/6b1fbe1ef3db7f5782809abdcdf6c53ff7542330"><code>6b1fbe1</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-package-arg@13.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/aa1d486a4e4a82de16d4c63154a1b1a89ad09e6d"><code>aa1d486</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/599c819e525f235bab08c9395e7f357d4d2454a6"><code>599c819</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>which@6.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/e49286e2189dfe1604d957ccc415038957a64d19"><code>e49286e</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ini@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/b7c9f960063da93c8476739d1d6a717746255f93"><code>b7c9f96</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/promise-spawn@9.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/8cc9f70c2769f068ea0ef77a602162cdd949998e"><code>8cc9f70</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>ssri@13.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/0b7274fa39edacc7103eacf2a72c074d01451284"><code>0b7274f</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>pacote@21.0.4</code></li> <li><a href="https://github.com/npm/cli/commit/59b3c6adf5fb7e5c8e0f990ade7417677270057a"><code>59b3c6a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/redact@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/578abad64d57dee1db460f1013c8514099e08136"><code>578abad</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@12.1.0</code></li> <li><a href="https://github.com/npm/cli/commit/89c4151a9182ddb77eff1beaeaaa2c0279578a2e"><code>89c4151</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/git@7.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/c6d109d7ad59b0be87225917e6393bcc9838f64d"><code>c6d109d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>make-fetch-happen@15.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/34d8599987bdd4335391394fc00f80b395fb3a7c"><code>34d8599</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.1</code></li> <li><a href="https://github.com/npm/cli/commit/4811a86a563d4361b15dd33415857410785a8e81"><code>4811a86</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/6cb77df37989cb7c165cb2c35c735fb12dc1385a"><code>6cb77df</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/installed-package-contents@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/05ac7a7ea2a4d258658537a19ba350e07df34fda"><code>05ac7a7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>proc-log@6.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/0a74f6d1d8643f3a089f6e63502df77e6e3038ff"><code>0a74f6d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>bin-links@6.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/c02ce5c132ea6e2b3d1941520228b10a10ad50f1"><code>c02ce5c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/package-json@7.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/9c0cefa8417d9e14ee19dd5e833019f0f99ce837"><code>9c0cefa</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>json-parse-even-better-errors@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/041b9b29b30c539c5bf8b8cd26ea2202f94862b3"><code>041b9b2</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>parse-conflict-json@5.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/a1b0feac64ff681b2aec6938eb5136f5e177a07a"><code>a1b0fea</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/name-from-folder@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/a085745da65662f5ce02933b99109f77542fc3bb"><code>a085745</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>abbrev@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/00d9c7da4173cd48c4295d32d4d8b47d3c8d8701"><code>00d9c7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>nopt@9.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/3404dca3d986d1bf0de3e74cf8b61856778711c6"><code>3404dca</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-install-checks@8.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/542fcf3eee92cc41e86838c97c4036a97d749155"><code>542fcf3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/node-gyp@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/89e14d376fa4d0dc3bb15fefcd932e3f949dbbaa"><code>89e14d3</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>tar@7.5.2</code></li> <li><a href="https://github.com/npm/cli/commit/5383f3aa680a028bc6f66ce76383d0259cc5a80d"><code>5383f3a</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-registry-fetch@19.1.0</code></li> <li><a href="https://github.com/npm/cli/commit/1bb9a7d4ce779cca184d665c7ee4a4d3c9494168"><code>1bb9a7d</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-profile@12.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/de619a40eccaa34eafb68b026bd6790ec38d2249"><code>de619a4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-pick-manifest@11.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/0e042ec4ed6eab646c645506378d409746b324bc"><code>0e042ec</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>npm-packlist@10.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/2a3c33871471f327444a0e477199b3c1885683ed"><code>2a3c338</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>node-gyp@11.5.0</code></li> <li><a href="https://github.com/npm/cli/commit/b96e86cca5b0c63d98f3cfb92883f9a26882a1dd"><code>b96e86c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>minimatch@10.1.1</code></li> <li><a href="https://github.com/npm/cli/commit/d347329513229ed2ba5954b996c322e9fd3d807d"><code>d347329</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>exponential-backoff@3.1.3</code></li> <li><a href="https://github.com/npm/cli/commit/d6830f4fac3b03090d97dce4cac26d5ff0b903d7"><code>d6830f4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/run-script@10.0.2</code></li> <li><a href="https://github.com/npm/cli/commit/bcc7ec83ad69b2a80d98cfced94553d7f6e8c943"><code>bcc7ec8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/metavuln-calculator@9.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/7a419df651b3d8d6fbf9571b80d2f4009e7a5e37"><code>7a419df</code></a> <a href="https://redirect.github.com/npm/cli/pull/8723">#8723</a> <code>@npmcli/map-workspaces@5.0.1</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/cli/commit/7da8fdd3625dd5541af57052c90fe1eabb41eb96"><code>7da8fdd</code></a> chore: release 11.6.3</li> <li><a href="https://github.com/npm/cli/commit/3225fa3200cb0217bdd0735bba390268f8362532"><code>3225fa3</code></a> fix: fix usage of path of custom registry (<a href="https://redirect.github.com/npm/cli/issues/8737">#8737</a>)</li> <li><a href="https://github.com/npm/cli/commit/ca53c21e8a0f0e659e891415735e184443b8f48b"><code>ca53c21</code></a> docs: add workspace usage examples (<a href="https://redirect.github.com/npm/cli/issues/8745">#8745</a>)</li> <li><a href="https://github.com/npm/cli/commit/e71ca0e1934b805c97485b39501653655a54c919"><code>e71ca0e</code></a> docs: add --save flag to documentation (<a href="https://redirect.github.com/npm/cli/issues/8746">#8746</a>)</li> <li><a href="https://github.com/npm/cli/commit/3439a89d58a25deac08650da53157595e8b8edfb"><code>3439a89</code></a> fix(libnpmexec): fix lock compromise logic (<a href="https://redirect.github.com/npm/cli/issues/8733">#8733</a>)</li> <li><a href="https://github.com/npm/cli/commit/c6242d92e5227e0a772d9cfe474ea57776af79e0"><code>c6242d9</code></a> fix: change npm profile to create tokens with GAT support (<a href="https://redirect.github.com/npm/cli/issues/8706">#8706</a>)</li> <li><a href="https://github.com/npm/cli/commit/e9f0418250aa47216e449d3a63b8607e530ed27f"><code>e9f0418</code></a> fix(arborist): improve override conflict detection with semantic comparison (...</li> <li><a href="https://github.com/npm/cli/commit/7f7223833b9f655ea82039cf389ed8d03fb3b212"><code>7f72238</code></a> deps: cacache@20.0.2</li> <li><a href="https://github.com/npm/cli/commit/7ac9db8564312ffd57a8f622634d6f3de080c472"><code>7ac9db8</code></a> deps: init-package-json@8.2.3</li> <li><a href="https://github.com/npm/cli/commit/41e97c65d1d9d0bf7fa80d4b018ff4c051b1487b"><code>41e97c6</code></a> deps: validate-npm-package-name@7.0.0</li> <li>Additional commits viewable in <a href="https://github.com/npm/cli/compare/v11.6.2...v11.6.3">compare view</a></li> </ul> </details> <br /> Updates `react-hook-form` from 7.66.0 to 7.66.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's releases</a>.</em></p> <blockquote> <h2>Version 7.66.1</h2> <p>⚡ perf: reduce redundant property access in getDirtyFields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13146">#13146</a>) 🐞 fix(createFormControl): skip setValid() during batch array updates (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13140">#13140</a>) 🐞 fix(useForm): recompute isValid after reset when values update asynchronously (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13126">#13126</a>) 🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13120">#13120</a>)</p> <p>thanks to <a href="https://github.com/kimtaejin3"><code>@​kimtaejin3</code></a>, <a href="https://github.com/a28689604"><code>@​a28689604</code></a> &amp; <a href="https://github.com/WuMingDao"><code>@​WuMingDao</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/caa514c6d1a9d5116cee973728daa837b1deedf2"><code>caa514c</code></a> 7.66.1</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/d13be6a52d4a0af74f157893aeeb3c1b481bbec9"><code>d13be6a</code></a> ⚡ perf: reduce redundant property access in getDirtyFields (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13146">#13146</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/6800ba967a7a651c25947186602126c4abcc1a71"><code>6800ba9</code></a> ❤️ thank you so much thanks.dev for sponsoring the project!</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/932c957eda1cebaf155d2156e79128089186ace0"><code>932c957</code></a> 🐞 fix(createFormControl): skip setValid() during batch array updates (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13140">#13140</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/fb6423fee14d28f8768fc97cd46016e86ff471ca"><code>fb6423f</code></a> 🐞 fix(useForm): recompute isValid after reset when values update asynchronous...</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/49226985f4c1b1486b96b6ccbf68a18c3165550d"><code>4922698</code></a> 🐞 fix(deepEqual): handle NaN comparison correctly using Object.is (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13120">#13120</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/67770d3ea4e7010954a76b011cf17f011ddb18d1"><code>67770d3</code></a> 🫧 chore: add eslint cache in package.json (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13117">#13117</a>)</li> <li><a href="https://github.com/react-hook-form/react-hook-form/commit/2596e5eccd35e242f1b704497c6628c84b1082ad"><code>2596e5e</code></a> 🔩 chore: upgrade dev deps (<a href="https://redirect.github.com/react-hook-form/react-hook-form/issues/13116">#13116</a>)</li> <li>See full diff in <a href="https://github.com/react-hook-form/react-hook-form/compare/v7.66.0...v7.66.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 </details>
MrUnknownDE added the javascriptdependenciesjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependencies labels 2026-04-05 17:26:50 +02:00
Sign in to join this conversation.
No Label dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#611