Bump the prod-patch-updates group across 1 directory with 6 updates #596

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

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

Bumps the prod-patch-updates group with 6 updates in the / directory:

Package From To
eslint-config-next 16.0.3 16.0.5
http-errors 2.0.0 2.0.1
nodemailer 7.0.10 7.0.11
npm 11.6.2 11.6.4
react-day-picker 9.11.1 9.11.2
react-hook-form 7.66.0 7.66.1

Updates eslint-config-next from 16.0.3 to 16.0.5

Release notes

Sourced from eslint-config-next's releases.

v16.0.5

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix(nodejs-middleware): await for body cloning to be properly finalized (#85418)

Credits

Huge thanks to @​lucasadrianof for helping!

v16.0.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: Rename proxy.js to middleware.js in NFT file (#86214)
  • fix: prevent fetch abort errors propagating to user error boundaries (#86277)
  • Turbopack: fix passing project options from napi (#86256)

Credits

Huge thanks to @​devjiwonchoi, @​sokra and @​ztanner for helping!

Commits

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 nodemailer from 7.0.10 to 7.0.11

Release notes

Sourced from nodemailer's releases.

v7.0.11

7.0.11 (2025-11-26)

Bug Fixes

  • prevent stack overflow DoS in addressparser with deeply nested groups (b61b9c0)
Changelog

Sourced from nodemailer's changelog.

7.0.11 (2025-11-26)

Bug Fixes

  • prevent stack overflow DoS in addressparser with deeply nested groups (b61b9c0)
Commits
  • 3d17dbe chore(master): release 7.0.11 (#1783)
  • 15879f8 Bumped dev dependencies
  • b61b9c0 fix: prevent stack overflow DoS in addressparser with deeply nested groups
  • See full diff in compare view

Updates npm from 11.6.2 to 11.6.4

Release notes

Sourced from npm's releases.

v11.6.4

11.6.4 (2025-11-25)

Documentation

Dependencies

v11.6.3

11.6.3 (2025-11-19)

Bug Fixes

Documentation

Dependencies

... (truncated)

Changelog

Sourced from npm's changelog.

11.6.4 (2025-11-25)

Documentation

Dependencies

11.6.3 (2025-11-19)

Bug Fixes

Documentation

Dependencies

... (truncated)

Commits
  • 5271485 chore: release 11.6.4
  • f56bb13 deps: proc-log@6.1.0 (#8779)
  • b118364 fix: undefined override set conflicts shouldn't error
  • dfb83c7 docs: add example for keywords field (#8749)
  • 1b1e227 docs: remove outdated roadmap link (#8750)
  • 1333d57 docs: clarify .npmrc naming convention for environment variable overrides (#8...
  • 22cddb8 docs: add workspace dependencies example to workspaces
  • 17e154c docs: standardize env vars to uppercase convention
  • 1e51a25 docs: fix lifecycle event order for prepare script
  • 8d72bc9 docs: add os, cpu, and funding fields to package-lock.json
  • Additional commits viewable in compare view

Updates react-day-picker from 9.11.1 to 9.11.2

Release notes

Sourced from react-day-picker's releases.

v9.11.2

What's Changed

Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.11.1...v9.11.2

Commits
  • 9ee9bbf build: bump 9.11.2
  • f5c0425 test: add setTestTime helper and safe user timers (#2852)
  • 3308e05 chore(performance): memoize calendar and reuse ISO date ids in day rendering ...
  • 1dececb fix: allow focused disabled days to remain focusable (#2851)
  • 818581d fix: ensure modifiers honor the timeZone prop (#2849)
  • 5c1be86 chore: cache resolved today across helpers for better performance (#2848)
  • b3eadd7 chore: run jest in utc (#2847)
  • See full diff 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/27/2025* Bumps the prod-patch-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.3` | `16.0.5` | | [http-errors](https://github.com/jshttp/http-errors) | `2.0.0` | `2.0.1` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `7.0.10` | `7.0.11` | | [npm](https://github.com/npm/cli) | `11.6.2` | `11.6.4` | | [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.11.1` | `9.11.2` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.66.0` | `7.66.1` | Updates `eslint-config-next` from 16.0.3 to 16.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v16.0.5</h2> <blockquote> <p>[!NOTE] This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix(nodejs-middleware): await for body cloning to be properly finalized (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/85418">#85418</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/lucasadrianof"><code>@​lucasadrianof</code></a> for helping!</p> <h2>v16.0.4</h2> <blockquote> <p>[!NOTE] This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: Rename proxy.js to middleware.js in NFT file (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/86214">#86214</a>)</li> <li>fix: prevent fetch abort errors propagating to user error boundaries (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/86277">#86277</a>)</li> <li>Turbopack: fix passing project options from napi (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/86256">#86256</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>, <a href="https://github.com/sokra"><code>@​sokra</code></a> and <a href="https://github.com/ztanner"><code>@​ztanner</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/89ccb9fc86c13ca6aaaa5eb0e61c02c309abf1a3"><code>89ccb9f</code></a> v16.0.5</li> <li><a href="https://github.com/vercel/next.js/commit/d440c75650c79b8be450df5fd434afbfe230506a"><code>d440c75</code></a> v16.0.4</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v16.0.5/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> 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 `nodemailer` from 7.0.10 to 7.0.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/releases">nodemailer's releases</a>.</em></p> <blockquote> <h2>v7.0.11</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.10...v7.0.11">7.0.11</a> (2025-11-26)</h2> <h3>Bug Fixes</h3> <ul> <li>prevent stack overflow DoS in addressparser with deeply nested groups (<a href="https://github.com/nodemailer/nodemailer/commit/b61b9c0cfd682b6f647754ca338373b68336a150">b61b9c0</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md">nodemailer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v7.0.10...v7.0.11">7.0.11</a> (2025-11-26)</h2> <h3>Bug Fixes</h3> <ul> <li>prevent stack overflow DoS in addressparser with deeply nested groups (<a href="https://github.com/nodemailer/nodemailer/commit/b61b9c0cfd682b6f647754ca338373b68336a150">b61b9c0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodemailer/nodemailer/commit/3d17dbec49ab3e3f0e13e62871e5534be5b99994"><code>3d17dbe</code></a> chore(master): release 7.0.11 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1783">#1783</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/15879f8bd5a94fe608fd7cf1d3142de14527eadf"><code>15879f8</code></a> Bumped dev dependencies</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/b61b9c0cfd682b6f647754ca338373b68336a150"><code>b61b9c0</code></a> fix: prevent stack overflow DoS in addressparser with deeply nested groups</li> <li>See full diff in <a href="https://github.com/nodemailer/nodemailer/compare/v7.0.10...v7.0.11">compare view</a></li> </ul> </details> <br /> Updates `npm` from 11.6.2 to 11.6.4 <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.4</h2> <h2><a href="https://github.com/npm/cli/compare/v11.6.3...v11.6.4">11.6.4</a> (2025-11-25)</h2> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/cli/commit/dfb83c7887810abd555a2ab62a681858aabe2430"><code>dfb83c7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8749">#8749</a> add example for keywords field (<a href="https://redirect.github.com/npm/cli/issues/8749">#8749</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/1b1e227d234dc6132832e1a65141260d3601838b"><code>1b1e227</code></a> <a href="https://redirect.github.com/npm/cli/pull/8750">#8750</a> remove outdated roadmap link (<a href="https://redirect.github.com/npm/cli/issues/8750">#8750</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/1333d576448c3868a29a65cf9cfb0d07ccfccd93"><code>1333d57</code></a> <a href="https://redirect.github.com/npm/cli/pull/8752">#8752</a> clarify .npmrc naming convention for environment variable overrides (<a href="https://redirect.github.com/npm/cli/issues/8752">#8752</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/22cddb83f884c179258dabe6f20954246074c623"><code>22cddb8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8755">#8755</a> add workspace dependencies example to workspaces (Max Black)</li> <li><a href="https://github.com/npm/cli/commit/17e154cac7394b1baa3987c5b9b168762d9ba4ad"><code>17e154c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8756">#8756</a> standardize env vars to uppercase convention (Max Black)</li> <li><a href="https://github.com/npm/cli/commit/1e51a25d02508fbfa1d5d53602d35669115e55ff"><code>1e51a25</code></a> <a href="https://redirect.github.com/npm/cli/pull/8754">#8754</a> fix lifecycle event order for prepare script (Max Black)</li> <li><a href="https://github.com/npm/cli/commit/8d72bc99dc705e04e25f24b05cac0f72934608b4"><code>8d72bc9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8753">#8753</a> add os, cpu, and funding fields to package-lock.json (Max Black)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/cli/commit/f56bb133bbd07f92b32f776f310bcd2aa26cbdfc"><code>f56bb13</code></a> <a href="https://redirect.github.com/npm/cli/pull/8779">#8779</a> <code>proc-log@6.1.0</code> (<a href="https://redirect.github.com/npm/cli/issues/8779">#8779</a>)</li> <li><a href="https://github.com/npm/cli/commit/f96322350e497f90a54c8a1cfd952b3329f00492"><code>f963223</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>proggy@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/f51e4aaf06ac6703abe053a95fe25b8efca3c527"><code>f51e4aa</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>nopt@9.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/2d15040390697cd78c9a9db3f0dbafab51a6e3e9"><code>2d15040</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/query@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/9d77b84ce961a28941af8b1a597a03e308828cd4"><code>9d77b84</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/installed-package-contents@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/e2ac092fdab0ccbf3b20abbac7ff1ebb7cda9a88"><code>e2ac092</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>read@5.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/6e5bfd93f5423ab0b89fd81493969af108438066"><code>6e5bfd9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>init-package-json@8.2.4</code></li> <li><a href="https://github.com/npm/cli/commit/7f8e2376e289fc46410f68b7c686d3868ad837c0"><code>7f8e237</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>p-map@7.0.4</code></li> <li><a href="https://github.com/npm/cli/commit/a4aa218fa0a3cc5fc65bc516bc4c83fd4bac7fd8"><code>a4aa218</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>npm-user-validate@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/643044690be9554366e0cbd5bc42afa77c4acc45"><code>6430446</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>npm-audit-report@7.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/58650dc089c74d090c51d1cb2f269f2d605dcca0"><code>58650dc</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/fs@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/4a11146aa7e3d06c42793ef5daf3c19b37bdc7ce"><code>4a11146</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>glob@13.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/00511d426a7f8d761700b315a0f660854a782353"><code>00511d4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/cacache@20.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/224afa27174f43695ac308de9f849529419a59b2"><code>224afa2</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/map-workspaces@5.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/664ac341efef746ac47d08fcd8cc4cc105f1445b"><code>664ac34</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/package-json@7.0.4</code></li> <li><a href="https://github.com/npm/cli/releases/tag/arborist-v9.1.8">workspace</a>: <code>@npmcli/arborist@9.1.8</code></li> <li><a href="https://github.com/npm/cli/releases/tag/config-v10.4.4">workspace</a>: <code>@npmcli/config@10.4.4</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.11">workspace</a>: <code>libnpmdiff@8.0.11</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.10">workspace</a>: <code>libnpmexec@10.1.10</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.11">workspace</a>: <code>libnpmfund@7.0.11</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.11">workspace</a>: <code>libnpmpack@9.0.11</code></li> </ul> <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> </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.3...v11.6.4">11.6.4</a> (2025-11-25)</h2> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/cli/commit/dfb83c7887810abd555a2ab62a681858aabe2430"><code>dfb83c7</code></a> <a href="https://redirect.github.com/npm/cli/pull/8749">#8749</a> add example for keywords field (<a href="https://redirect.github.com/npm/cli/issues/8749">#8749</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/1b1e227d234dc6132832e1a65141260d3601838b"><code>1b1e227</code></a> <a href="https://redirect.github.com/npm/cli/pull/8750">#8750</a> remove outdated roadmap link (<a href="https://redirect.github.com/npm/cli/issues/8750">#8750</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/1333d576448c3868a29a65cf9cfb0d07ccfccd93"><code>1333d57</code></a> <a href="https://redirect.github.com/npm/cli/pull/8752">#8752</a> clarify .npmrc naming convention for environment variable overrides (<a href="https://redirect.github.com/npm/cli/issues/8752">#8752</a>) (<a href="https://github.com/MaxBlack-dev"><code>@​MaxBlack-dev</code></a>)</li> <li><a href="https://github.com/npm/cli/commit/22cddb83f884c179258dabe6f20954246074c623"><code>22cddb8</code></a> <a href="https://redirect.github.com/npm/cli/pull/8755">#8755</a> add workspace dependencies example to workspaces (Max Black)</li> <li><a href="https://github.com/npm/cli/commit/17e154cac7394b1baa3987c5b9b168762d9ba4ad"><code>17e154c</code></a> <a href="https://redirect.github.com/npm/cli/pull/8756">#8756</a> standardize env vars to uppercase convention (Max Black)</li> <li><a href="https://github.com/npm/cli/commit/1e51a25d02508fbfa1d5d53602d35669115e55ff"><code>1e51a25</code></a> <a href="https://redirect.github.com/npm/cli/pull/8754">#8754</a> fix lifecycle event order for prepare script (Max Black)</li> <li><a href="https://github.com/npm/cli/commit/8d72bc99dc705e04e25f24b05cac0f72934608b4"><code>8d72bc9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8753">#8753</a> add os, cpu, and funding fields to package-lock.json (Max Black)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/cli/commit/f56bb133bbd07f92b32f776f310bcd2aa26cbdfc"><code>f56bb13</code></a> <a href="https://redirect.github.com/npm/cli/pull/8779">#8779</a> <code>proc-log@6.1.0</code> (<a href="https://redirect.github.com/npm/cli/issues/8779">#8779</a>)</li> <li><a href="https://github.com/npm/cli/commit/f96322350e497f90a54c8a1cfd952b3329f00492"><code>f963223</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>proggy@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/f51e4aaf06ac6703abe053a95fe25b8efca3c527"><code>f51e4aa</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>nopt@9.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/2d15040390697cd78c9a9db3f0dbafab51a6e3e9"><code>2d15040</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/query@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/9d77b84ce961a28941af8b1a597a03e308828cd4"><code>9d77b84</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/installed-package-contents@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/e2ac092fdab0ccbf3b20abbac7ff1ebb7cda9a88"><code>e2ac092</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>read@5.0.1</code></li> <li><a href="https://github.com/npm/cli/commit/6e5bfd93f5423ab0b89fd81493969af108438066"><code>6e5bfd9</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>init-package-json@8.2.4</code></li> <li><a href="https://github.com/npm/cli/commit/7f8e2376e289fc46410f68b7c686d3868ad837c0"><code>7f8e237</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>p-map@7.0.4</code></li> <li><a href="https://github.com/npm/cli/commit/a4aa218fa0a3cc5fc65bc516bc4c83fd4bac7fd8"><code>a4aa218</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>npm-user-validate@4.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/643044690be9554366e0cbd5bc42afa77c4acc45"><code>6430446</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>npm-audit-report@7.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/58650dc089c74d090c51d1cb2f269f2d605dcca0"><code>58650dc</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/fs@5.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/4a11146aa7e3d06c42793ef5daf3c19b37bdc7ce"><code>4a11146</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>glob@13.0.0</code></li> <li><a href="https://github.com/npm/cli/commit/00511d426a7f8d761700b315a0f660854a782353"><code>00511d4</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/cacache@20.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/224afa27174f43695ac308de9f849529419a59b2"><code>224afa2</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/map-workspaces@5.0.3</code></li> <li><a href="https://github.com/npm/cli/commit/664ac341efef746ac47d08fcd8cc4cc105f1445b"><code>664ac34</code></a> <a href="https://redirect.github.com/npm/cli/pull/8770">#8770</a> <code>@npmcli/package-json@7.0.4</code></li> <li><a href="https://github.com/npm/cli/releases/tag/arborist-v9.1.8">workspace</a>: <code>@npmcli/arborist@9.1.8</code></li> <li><a href="https://github.com/npm/cli/releases/tag/config-v10.4.4">workspace</a>: <code>@npmcli/config@10.4.4</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.11">workspace</a>: <code>libnpmdiff@8.0.11</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.10">workspace</a>: <code>libnpmexec@10.1.10</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.11">workspace</a>: <code>libnpmfund@7.0.11</code></li> <li><a href="https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.11">workspace</a>: <code>libnpmpack@9.0.11</code></li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/cli/commit/52714855e62a196fb853872f5106803605ab0ec4"><code>5271485</code></a> chore: release 11.6.4</li> <li><a href="https://github.com/npm/cli/commit/f56bb133bbd07f92b32f776f310bcd2aa26cbdfc"><code>f56bb13</code></a> deps: proc-log@6.1.0 (<a href="https://redirect.github.com/npm/cli/issues/8779">#8779</a>)</li> <li><a href="https://github.com/npm/cli/commit/b1183644faea618ee36af513c5bfc3387ada0f7e"><code>b118364</code></a> fix: undefined override set conflicts shouldn't error</li> <li><a href="https://github.com/npm/cli/commit/dfb83c7887810abd555a2ab62a681858aabe2430"><code>dfb83c7</code></a> docs: add example for keywords field (<a href="https://redirect.github.com/npm/cli/issues/8749">#8749</a>)</li> <li><a href="https://github.com/npm/cli/commit/1b1e227d234dc6132832e1a65141260d3601838b"><code>1b1e227</code></a> docs: remove outdated roadmap link (<a href="https://redirect.github.com/npm/cli/issues/8750">#8750</a>)</li> <li><a href="https://github.com/npm/cli/commit/1333d576448c3868a29a65cf9cfb0d07ccfccd93"><code>1333d57</code></a> docs: clarify .npmrc naming convention for environment variable overrides (<a href="https://redirect.github.com/npm/cli/issues/8">#8</a>...</li> <li><a href="https://github.com/npm/cli/commit/22cddb83f884c179258dabe6f20954246074c623"><code>22cddb8</code></a> docs: add workspace dependencies example to workspaces</li> <li><a href="https://github.com/npm/cli/commit/17e154cac7394b1baa3987c5b9b168762d9ba4ad"><code>17e154c</code></a> docs: standardize env vars to uppercase convention</li> <li><a href="https://github.com/npm/cli/commit/1e51a25d02508fbfa1d5d53602d35669115e55ff"><code>1e51a25</code></a> docs: fix lifecycle event order for prepare script</li> <li><a href="https://github.com/npm/cli/commit/8d72bc99dc705e04e25f24b05cac0f72934608b4"><code>8d72bc9</code></a> docs: add os, cpu, and funding fields to package-lock.json</li> <li>Additional commits viewable in <a href="https://github.com/npm/cli/compare/v11.6.2...v11.6.4">compare view</a></li> </ul> </details> <br /> Updates `react-day-picker` from 9.11.1 to 9.11.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gpbl/react-day-picker/releases">react-day-picker's releases</a>.</em></p> <blockquote> <h2>v9.11.2</h2> <h2>What's Changed</h2> <ul> <li>fix: ensure modifiers honor the <code>timeZone</code> prop by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2849">gpbl/react-day-picker#2849</a></li> <li>fix: allow focused disabled days to remain focusable by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2851">gpbl/react-day-picker#2851</a></li> <li>chore(performance): cache resolved today across helpers for better performance by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2848">gpbl/react-day-picker#2848</a></li> <li>chore(performance): memoize calendar and reuse ISO date ids in day rendering by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2850">gpbl/react-day-picker#2850</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.11.1...v9.11.2">https://github.com/gpbl/react-day-picker/compare/v9.11.1...v9.11.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gpbl/react-day-picker/commit/9ee9bbf52aa1936f6e2f0ca4eabab130821c3f68"><code>9ee9bbf</code></a> build: bump 9.11.2</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/f5c04251289cc1e33c411aa31efd0d804ed32691"><code>f5c0425</code></a> test: add setTestTime helper and safe user timers (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2852">#2852</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/3308e05b76e2f9e45b50ba050412b7988f295bc1"><code>3308e05</code></a> chore(performance): memoize calendar and reuse ISO date ids in day rendering ...</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/1dececbb93a99571f61ebcd6f0b89323c24e7a21"><code>1dececb</code></a> fix: allow focused disabled days to remain focusable (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2851">#2851</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/818581daba173b52f93c82e8015705dfa3335326"><code>818581d</code></a> fix: ensure modifiers honor the <code>timeZone</code> prop (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2849">#2849</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/5c1be86941b8058b71960e7f22c11d8fe82856f6"><code>5c1be86</code></a> chore: cache resolved today across helpers for better performance (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2848">#2848</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/b3eadd7cb18f6e5f89c9abd62f1aed1836324e16"><code>b3eadd7</code></a> chore: run jest in utc (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2847">#2847</a>)</li> <li>See full diff in <a href="https://github.com/gpbl/react-day-picker/compare/v9.11.1...v9.11.2">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 dependenciesjavascriptdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascript labels 2026-04-05 17:24:43 +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 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#596