Skip to content

Bump the npm-security group across 1 directory with 3 updates#2387

Merged
justin808 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-security-d2b1a49fa4
Mar 5, 2026
Merged

Bump the npm-security group across 1 directory with 3 updates#2387
justin808 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-security-d2b1a49fa4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Bumps the npm-security group with 3 updates in the / directory: fastify, lodash and webpack.

Updates fastify from 5.6.2 to 5.7.3

Release notes

Sourced from fastify's releases.

v5.7.3

⚠️ Security Release

What's Changed

Full Changelog: fastify/fastify@v5.7.2...v5.7.3

v5.7.2

⚠️ Notice ⚠️

Parsing of the content-type header has been improved to a strict parser in PR #6414. This means only header values in the form described in RFC 9110 are accepted.

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.7.1...v5.7.2

v5.7.1

What's Changed

Full Changelog: fastify/fastify@v5.7.0...v5.7.1

v5.7.0

What's Changed

... (truncated)

Commits

Updates lodash from 4.17.21 to 4.17.23

Commits

Updates webpack from 5.103.0 to 5.104.1

Release notes

Sourced from webpack's releases.

v5.104.1

5.104.1

Patch Changes

  • 2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
  • c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.

v5.104.0

5.104.0

Minor Changes

  • d3dd841: Use method shorthand to render module content in __webpack_modules__ object.
  • d3dd841: Enhance import.meta.env to support object access.
  • 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
  • 04cd530: Handle more at-rules for CSS modules.
  • cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
  • d3dd841: Added base64url, base62, base58, base52, base49, base36, base32 and base25 digests.
  • 5983843: Provide a stable runtime function variable __webpack_global__.
  • d3dd841: Improved localIdentName hashing for CSS.

Patch Changes

  • 22c48fb: Added module existence check for informative error message in development mode.
  • 50689e1: Use the fully qualified class name (or export name) for [fullhash] placeholder in CSS modules.
  • d3dd841: Support universal lazy compilation.
  • d3dd841: Fixed module library export definitions when multiple runtimes.
  • d3dd841: Fixed CSS nesting and CSS custom properties parsing.
  • d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
  • aab1da9: Fixed bugs for css/global type.
  • d3dd841: Compatibility import.meta.filename and import.meta.dirname with eval devtools.
  • d3dd841: Handle nested __webpack_require__.
  • 728ddb7: The speed of identifier parsing has been improved.
  • 0f8b31b: Improve types.
  • d3dd841: Don't corrupt debugId injection when hidden-source-map is used.
  • 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
  • d3dd841: Serialize HookWebpackError.
  • d3dd841: Added ability to use built-in properties in dotenv and define plugin.
  • 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
  • d3dd841: Reduce collision for local indent name in CSS.
  • d3dd841: Remove CSS link tags when CSS imports are removed.
Changelog

Sourced from webpack's changelog.

5.104.1

Patch Changes

  • 2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
  • c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.

5.104.0

Minor Changes

  • d3dd841: Use method shorthand to render module content in __webpack_modules__ object.
  • d3dd841: Enhance import.meta.env to support object access.
  • 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
  • 04cd530: Handle more at-rules for CSS modules.
  • cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
  • d3dd841: Added base64url, base62, base58, base52, base49, base36, base32 and base25 digests.
  • 5983843: Provide a stable runtime function variable __webpack_global__.
  • d3dd841: Improved localIdentName hashing for CSS.

Patch Changes

  • 22c48fb: Added module existence check for informative error message in development mode.
  • 50689e1: Use the fully qualified class name (or export name) for [fullhash] placeholder in CSS modules.
  • d3dd841: Support universal lazy compilation.
  • d3dd841: Fixed module library export definitions when multiple runtimes.
  • d3dd841: Fixed CSS nesting and CSS custom properties parsing.
  • d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
  • aab1da9: Fixed bugs for css/global type.
  • d3dd841: Compatibility import.meta.filename and import.meta.dirname with eval devtools.
  • d3dd841: Handle nested __webpack_require__.
  • 728ddb7: The speed of identifier parsing has been improved.
  • 0f8b31b: Improve types.
  • d3dd841: Don't corrupt debugId injection when hidden-source-map is used.
  • 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
  • d3dd841: Serialize HookWebpackError.
  • d3dd841: Added ability to use built-in properties in dotenv and define plugin.
  • 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
  • d3dd841: Reduce collision for local indent name in CSS.
  • d3dd841: Remove CSS link tags when CSS imports are removed.
Commits
  • 24e3c2d chore(release): new release (#20253)
  • 2efd21b fix(re-exports): reexports runtime calculation should not accessing `__WEBPAC...
  • c510070 fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris
  • 4b0501c ci: fix release (#20252)
  • 0c213ce ci: use \<@&1450591255485743204> over @here for discord notificationw
  • 5bf8bc5 refactor: types for benchmarks and tests
  • 505a5e7 chore(release): new release (#20188)
  • 0c06680 refactor: update eslint configuration
  • 2eb0d6a ci: release announcement (#20238)
  • b2b2459 ci: cancel in progress (#20239)
  • Additional commits viewable 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file full-ci javascript Pull requests that update Javascript code labels Feb 9, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Feb 9, 2026

PR author is in the excluded authors list.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

size-limit report 📦

Path Size
react-on-rails/client bundled (gzip) 62.58 KB (+0.14% 🔺)
react-on-rails/client bundled (gzip) (time) 62.58 KB (+0.14% 🔺)
react-on-rails/client bundled (brotli) 53.7 KB (-0.02% 🔽)
react-on-rails/client bundled (brotli) (time) 53.7 KB (-0.02% 🔽)
react-on-rails-pro/client bundled (gzip) 63.59 KB (+0.14% 🔺)
react-on-rails-pro/client bundled (gzip) (time) 63.59 KB (+0.14% 🔺)
react-on-rails-pro/client bundled (brotli) 54.67 KB (+0.01% 🔺)
react-on-rails-pro/client bundled (brotli) (time) 54.67 KB (+0.01% 🔺)
registerServerComponent/client bundled (gzip) 127.31 KB (+0.16% 🔺)
registerServerComponent/client bundled (gzip) (time) 127.31 KB (+0.16% 🔺)
registerServerComponent/client bundled (brotli) 61.58 KB (+0.11% 🔺)
registerServerComponent/client bundled (brotli) (time) 61.58 KB (+0.11% 🔺)
wrapServerComponentRenderer/client bundled (gzip) 121.87 KB (+0.22% 🔺)
wrapServerComponentRenderer/client bundled (gzip) (time) 121.87 KB (+0.22% 🔺)
wrapServerComponentRenderer/client bundled (brotli) 56.59 KB (+0.02% 🔺)
wrapServerComponentRenderer/client bundled (brotli) (time) 56.59 KB (+0.02% 🔺)

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-security-d2b1a49fa4 branch from fcd5b56 to 2d860ae Compare February 13, 2026 04:26
Bumps the npm-security group with 3 updates in the / directory: [fastify](https://github.com/fastify/fastify), [lodash](https://github.com/lodash/lodash) and [webpack](https://github.com/webpack/webpack).


Updates `fastify` from 5.6.2 to 5.7.3
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.6.2...v5.7.3)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `webpack` from 5.103.0 to 5.104.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.103.0...v5.104.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.7.3
  dependency-type: direct:production
  dependency-group: npm-security
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
  dependency-group: npm-security
- dependency-name: webpack
  dependency-version: 5.104.1
  dependency-type: direct:production
  dependency-group: npm-security
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-security-d2b1a49fa4 branch from 2d860ae to 4e79207 Compare February 13, 2026 04:29
@justin808 justin808 merged commit 04dc125 into master Mar 5, 2026
35 of 36 checks passed
@justin808 justin808 deleted the dependabot/npm_and_yarn/npm-security-d2b1a49fa4 branch March 5, 2026 08:39
justin808 added a commit that referenced this pull request Mar 6, 2026
* origin/master:
  Fix private_output_path not configured on fresh Shakapacker installs (#2289)
  Bump the npm-security group across 1 directory with 3 updates (#2387)
  docs: use https links (#2518)
  Consolidate changelog to keep only rc6 prerelease (#2533)
  Fix CSS module class name divergence with rspack SSR (#2489)
  Bump version to 16.4.0.rc.6

# Conflicts:
#	CHANGELOG.md
justin808 added a commit that referenced this pull request Mar 6, 2026
* origin/master:
  Fix private_output_path not configured on fresh Shakapacker installs (#2289)
  Bump the npm-security group across 1 directory with 3 updates (#2387)
  docs: use https links (#2518)
  Consolidate changelog to keep only rc6 prerelease (#2533)
  Fix CSS module class name divergence with rspack SSR (#2489)
  Bump version to 16.4.0.rc.6
  Add BugBot license scanning config (#2515)
  Fix buildVM promise cleanup ordering (#2483) (#2484)

# Conflicts:
#	CHANGELOG.md
justin808 added a commit that referenced this pull request Mar 6, 2026
* origin/master:
  Fix private_output_path not configured on fresh Shakapacker installs (#2289)
  Bump the npm-security group across 1 directory with 3 updates (#2387)
  docs: use https links (#2518)
  Consolidate changelog to keep only rc6 prerelease (#2533)
  Fix CSS module class name divergence with rspack SSR (#2489)
  Bump version to 16.4.0.rc.6
  Add BugBot license scanning config (#2515)
  Fix buildVM promise cleanup ordering (#2483) (#2484)

# Conflicts:
#	CHANGELOG.md
AbanoubGhadban pushed a commit that referenced this pull request Mar 7, 2026
Bumps the npm-security group with 3 updates in the / directory:
[fastify](https://github.com/fastify/fastify),
[lodash](https://github.com/lodash/lodash) and
[webpack](https://github.com/webpack/webpack).

Updates `fastify` from 5.6.2 to 5.7.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastify/fastify/releases">fastify's
releases</a>.</em></p>
<blockquote>
<h2>v5.7.3</h2>
<h2>⚠️ Security Release</h2>
<ul>
<li>Fix <a
href="https://github.com/fastify/fastify/security/advisories/GHSA-mrq3-vjjr-p77c">https://github.com/fastify/fastify/security/advisories/GHSA-mrq3-vjjr-p77c</a>
<code>CVE-2026-25224</code>.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>docs: update Reply.send() documentation for string serialization by
<a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6466">fastify/fastify#6466</a></li>
<li>chore: ignore agents config files by <a
href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6474">fastify/fastify#6474</a></li>
<li>docs: update vulnerability reporting to use GitHub Security by <a
href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6475">fastify/fastify#6475</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify/compare/v5.7.2...v5.7.3">https://github.com/fastify/fastify/compare/v5.7.2...v5.7.3</a></p>
<h2>v5.7.2</h2>
<h2>⚠️ Notice ⚠️</h2>
<p>Parsing of the <code>content-type</code> header has been improved to
a strict parser in PR <a
href="https://redirect.github.com/fastify/fastify/issues/6414">#6414</a>.
This means only header values in the form described in <a
href="https://httpwg.org/specs/rfc9110.html#field.content-type">RFC
9110</a> are accepted.</p>
<h2>What's Changed</h2>
<ul>
<li>chore: npm ignore AI related files by <a
href="https://github.com/climba03003"><code>@​climba03003</code></a> in
<a
href="https://redirect.github.com/fastify/fastify/pull/6447">fastify/fastify#6447</a></li>
<li>chore: update sponsor url by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6450">fastify/fastify#6450</a></li>
<li>docs: add fastify-http-exceptions to Ecosystem.md by <a
href="https://github.com/bhouston"><code>@​bhouston</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6442">fastify/fastify#6442</a></li>
<li>docs: fix invalid shorten form schema example by <a
href="https://github.com/climba03003"><code>@​climba03003</code></a> in
<a
href="https://redirect.github.com/fastify/fastify/pull/6448">fastify/fastify#6448</a></li>
<li>docs: Simplify and tighten decorators example by <a
href="https://github.com/smith558"><code>@​smith558</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6451">fastify/fastify#6451</a></li>
<li>docs: Fix incorrect variable use by <a
href="https://github.com/smith558"><code>@​smith558</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6455">fastify/fastify#6455</a></li>
<li>chore: update sponsor link by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6460">fastify/fastify#6460</a></li>
<li>fix: Fix MIT Licence file to conform to standard by <a
href="https://github.com/smith558"><code>@​smith558</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6464">fastify/fastify#6464</a></li>
<li>docs: move querystringParser option under routerOptions by <a
href="https://github.com/inyourtime"><code>@​inyourtime</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6463">fastify/fastify#6463</a></li>
<li>chore: Updated content-type header parsing by <a
href="https://github.com/jsumners"><code>@​jsumners</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6414">fastify/fastify#6414</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bhouston"><code>@​bhouston</code></a>
made their first contribution in <a
href="https://redirect.github.com/fastify/fastify/pull/6442">fastify/fastify#6442</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2">https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2</a></p>
<h2>v5.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: Bump actions/checkout from 5 to 6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/fastify/fastify/pull/6434">fastify/fastify#6434</a></li>
<li>chore: updated version in the fastify.js by <a
href="https://github.com/Tony133"><code>@​Tony133</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6446">fastify/fastify#6446</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify/compare/v5.7.0...v5.7.1">https://github.com/fastify/fastify/compare/v5.7.0...v5.7.1</a></p>
<h2>v5.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: Improved firebase serverless guide about process remaining
stuck by <a
href="https://github.com/alexandercerutti"><code>@​alexandercerutti</code></a>
in <a
href="https://redirect.github.com/fastify/fastify/pull/6380">fastify/fastify#6380</a></li>
<li>docs: update migration guide with date-time breaking change by <a
href="https://github.com/craftsman01"><code>@​craftsman01</code></a> in
<a
href="https://redirect.github.com/fastify/fastify/pull/6110">fastify/fastify#6110</a></li>
<li>chore: remove test file by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6384">fastify/fastify#6384</a></li>
<li>feat: speed up loading with custom compiler by <a
href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6383">fastify/fastify#6383</a></li>
<li>docs: replace all instances of twitter.com with x.com by <a
href="https://github.com/cseas"><code>@​cseas</code></a> in <a
href="https://redirect.github.com/fastify/fastify/pull/6355">fastify/fastify#6355</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastify/fastify/commit/49468eddb7c59e07fb95183afbf03498fccac99e"><code>49468ed</code></a>
Bumped v5.7.3</li>
<li><a
href="https://github.com/fastify/fastify/commit/eb11156396f6a5fedaceed0140aed2b7f026be37"><code>eb11156</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/fastify/fastify/commit/d98ce2a0c030e18d27d93ed000788f95944ed910"><code>d98ce2a</code></a>
docs: update vulnerability reporting to use GitHub Security (<a
href="https://redirect.github.com/fastify/fastify/issues/6475">#6475</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/17172c40506604fd15f8e5f17299b671d4b58686"><code>17172c4</code></a>
Ignore agents config files (<a
href="https://redirect.github.com/fastify/fastify/issues/6474">#6474</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/b48826f07beaa925809c5e347d67a7e2502eb156"><code>b48826f</code></a>
docs: update Reply.send() documentation for string serialization (<a
href="https://redirect.github.com/fastify/fastify/issues/6466">#6466</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/e1e4fe75910c36e1b9ebb87026ca16c053a9c1f2"><code>e1e4fe7</code></a>
v5.7.2</li>
<li><a
href="https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"><code>32d7b6a</code></a>
chore: Updated content-type header parsing (<a
href="https://redirect.github.com/fastify/fastify/issues/6414">#6414</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/f4a6ac1d0321e9f1757c165a2d423ccbefe7c9c9"><code>f4a6ac1</code></a>
docs: move querystringParser example under routerOptions (<a
href="https://redirect.github.com/fastify/fastify/issues/6463">#6463</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/2af83d64b53a0a786141d93edb9ffefac8b6446a"><code>2af83d6</code></a>
fix: Fix MIT Licence file to conform to standard (<a
href="https://redirect.github.com/fastify/fastify/issues/6464">#6464</a>)</li>
<li><a
href="https://github.com/fastify/fastify/commit/5c14e05670c80455b99286ee0b6eac05eabec831"><code>5c14e05</code></a>
chore: update sponsor link (<a
href="https://redirect.github.com/fastify/fastify/issues/6460">#6460</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fastify/fastify/compare/v5.6.2...v5.7.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `lodash` from 4.17.21 to 4.17.23
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lodash/lodash/commit/dec55b7a3b382da075e2eac90089b4cd00a26cbb"><code>dec55b7</code></a>
Bump main to v4.17.23 (<a
href="https://redirect.github.com/lodash/lodash/issues/6088">#6088</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/19c9251b3631d7cf220b43bc757eb33f1084f117"><code>19c9251</code></a>
fix: setCacheHas JSDoc return type should be boolean (<a
href="https://redirect.github.com/lodash/lodash/issues/6071">#6071</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/b5e672995ae26929d111a6e94589f8d03fb8e578"><code>b5e6729</code></a>
jsdoc: Add -0 and BigInt zeros to _.compact falsey values list (<a
href="https://redirect.github.com/lodash/lodash/issues/6062">#6062</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/edadd452146f7e4bad4ea684e955708931d84d81"><code>edadd45</code></a>
Prevent prototype pollution on baseUnset function</li>
<li><a
href="https://github.com/lodash/lodash/commit/4879a7a7d0a4494b0e83c7fa21bcc9fc6e7f1a6d"><code>4879a7a</code></a>
doc: fix autoLink function, conversion of source links (<a
href="https://redirect.github.com/lodash/lodash/issues/6056">#6056</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/9648f692b0fc7c2f6a7a763d754377200126c2e8"><code>9648f69</code></a>
chore: remove <code>yarn.lock</code> file (<a
href="https://redirect.github.com/lodash/lodash/issues/6053">#6053</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/dfa407db0bf5b200f2c7a9e4f06830ceaf074be9"><code>dfa407d</code></a>
ci: remove legacy configuration files (<a
href="https://redirect.github.com/lodash/lodash/issues/6052">#6052</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/156e1965ae78b121a88f81178ab81632304e8d64"><code>156e196</code></a>
feat: add renovate setup (<a
href="https://redirect.github.com/lodash/lodash/issues/6039">#6039</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/933e1061b8c344d3fc742cdc400175d5ffc99bce"><code>933e106</code></a>
ci: add pipeline for Bun (<a
href="https://redirect.github.com/lodash/lodash/issues/6023">#6023</a>)</li>
<li><a
href="https://github.com/lodash/lodash/commit/072a807ff7ad8ffc7c1d2c3097266e815d138e20"><code>072a807</code></a>
docs: update links related to Open JS Foundation (<a
href="https://redirect.github.com/lodash/lodash/issues/5968">#5968</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/lodash/lodash/compare/4.17.21...4.17.23">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpack` from 5.103.0 to 5.104.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.104.1</h2>
<h2>5.104.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>2efd21b: Reexports runtime calculation should not accessing
<strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li>
<li>c510070: Fixed a user information bypass vulnerability in the
HttpUriPlugin plugin.</li>
</ul>
<h2>v5.104.0</h2>
<h2>5.104.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>d3dd841: Use method shorthand to render module content in
<code>__webpack_modules__</code> object.</li>
<li>d3dd841: Enhance <code>import.meta.env</code> to support object
access.</li>
<li>4baab4e: Optimize dependency sorting in updateParent: sort each
module only once by deferring to finishUpdateParent(), and reduce
traversal count in sortWithSourceOrder by caching WeakMap values
upfront.</li>
<li>04cd530: Handle more at-rules for CSS modules.</li>
<li>cafae23: Added options to control the renaming of at-rules and
various identifiers in CSS modules.</li>
<li>d3dd841: Added <code>base64url</code>, <code>base62</code>,
<code>base58</code>, <code>base52</code>, <code>base49</code>,
<code>base36</code>, <code>base32</code> and <code>base25</code>
digests.</li>
<li>5983843: Provide a stable runtime function variable
<code>__webpack_global__</code>.</li>
<li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>22c48fb: Added module existence check for informative error message
in development mode.</li>
<li>50689e1: Use the fully qualified class name (or export name) for
<code>[fullhash]</code> placeholder in CSS modules.</li>
<li>d3dd841: Support universal lazy compilation.</li>
<li>d3dd841: Fixed module library export definitions when multiple
runtimes.</li>
<li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li>
<li>d3dd841: Don't write fragment from URL to filename and apply
fragment to module URL.</li>
<li>aab1da9: Fixed bugs for <code>css/global</code> type.</li>
<li>d3dd841: Compatibility <code>import.meta.filename</code> and
<code>import.meta.dirname</code> with <code>eval</code> devtools.</li>
<li>d3dd841: Handle nested <code>__webpack_require__</code>.</li>
<li>728ddb7: The speed of identifier parsing has been improved.</li>
<li>0f8b31b: Improve types.</li>
<li>d3dd841: Don't corrupt <code>debugId</code> injection when
<code>hidden-source-map</code> is used.</li>
<li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris,
restrict to http(s) and add a conservative redirect limit to prevent
SSRF and untrusted content inclusion. Redirects failing policy are
rejected before caching/lockfile writes.</li>
<li>d3dd841: Serialize <code>HookWebpackError</code>.</li>
<li>d3dd841: Added ability to use built-in properties in dotenv and
define plugin.</li>
<li>3c4319f: Optimizing the regular expression character class by
specifying ranges for runtime code.</li>
<li>d3dd841: Reduce collision for local indent name in CSS.</li>
<li>d3dd841: Remove CSS link tags when CSS imports are removed.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's
changelog</a>.</em></p>
<blockquote>
<h2>5.104.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>2efd21b: Reexports runtime calculation should not accessing
<strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li>
<li>c510070: Fixed a user information bypass vulnerability in the
HttpUriPlugin plugin.</li>
</ul>
<h2>5.104.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>d3dd841: Use method shorthand to render module content in
<code>__webpack_modules__</code> object.</li>
<li>d3dd841: Enhance <code>import.meta.env</code> to support object
access.</li>
<li>4baab4e: Optimize dependency sorting in updateParent: sort each
module only once by deferring to finishUpdateParent(), and reduce
traversal count in sortWithSourceOrder by caching WeakMap values
upfront.</li>
<li>04cd530: Handle more at-rules for CSS modules.</li>
<li>cafae23: Added options to control the renaming of at-rules and
various identifiers in CSS modules.</li>
<li>d3dd841: Added <code>base64url</code>, <code>base62</code>,
<code>base58</code>, <code>base52</code>, <code>base49</code>,
<code>base36</code>, <code>base32</code> and <code>base25</code>
digests.</li>
<li>5983843: Provide a stable runtime function variable
<code>__webpack_global__</code>.</li>
<li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>22c48fb: Added module existence check for informative error message
in development mode.</li>
<li>50689e1: Use the fully qualified class name (or export name) for
<code>[fullhash]</code> placeholder in CSS modules.</li>
<li>d3dd841: Support universal lazy compilation.</li>
<li>d3dd841: Fixed module library export definitions when multiple
runtimes.</li>
<li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li>
<li>d3dd841: Don't write fragment from URL to filename and apply
fragment to module URL.</li>
<li>aab1da9: Fixed bugs for <code>css/global</code> type.</li>
<li>d3dd841: Compatibility <code>import.meta.filename</code> and
<code>import.meta.dirname</code> with <code>eval</code> devtools.</li>
<li>d3dd841: Handle nested <code>__webpack_require__</code>.</li>
<li>728ddb7: The speed of identifier parsing has been improved.</li>
<li>0f8b31b: Improve types.</li>
<li>d3dd841: Don't corrupt <code>debugId</code> injection when
<code>hidden-source-map</code> is used.</li>
<li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris,
restrict to http(s) and add a conservative redirect limit to prevent
SSRF and untrusted content inclusion. Redirects failing policy are
rejected before caching/lockfile writes.</li>
<li>d3dd841: Serialize <code>HookWebpackError</code>.</li>
<li>d3dd841: Added ability to use built-in properties in dotenv and
define plugin.</li>
<li>3c4319f: Optimizing the regular expression character class by
specifying ranges for runtime code.</li>
<li>d3dd841: Reduce collision for local indent name in CSS.</li>
<li>d3dd841: Remove CSS link tags when CSS imports are removed.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/24e3c2d2c9f8c6d60810302b2ea70ed86e2863dc"><code>24e3c2d</code></a>
chore(release): new release (<a
href="https://redirect.github.com/webpack/webpack/issues/20253">#20253</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/2efd21b0b06baa9b1a7f009b336379dcef24c1a5"><code>2efd21b</code></a>
fix(re-exports): reexports runtime calculation should not accessing
`__WEBPAC...</li>
<li><a
href="https://github.com/webpack/webpack/commit/c5100702335a9cdcb75558ccd80def2329bd4abf"><code>c510070</code></a>
fix(security): userinfo bypass vulnerability in HttpUriPlugin
allowedUris</li>
<li><a
href="https://github.com/webpack/webpack/commit/4b0501c69700963bad1285b56f9cfa74704cb963"><code>4b0501c</code></a>
ci: fix release (<a
href="https://redirect.github.com/webpack/webpack/issues/20252">#20252</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/0c213cecf2906bc41102c3a4cfdd1ad3522d0171"><code>0c213ce</code></a>
ci: use <code>\&lt;@&amp;1450591255485743204&gt;</code> over
<code>@here</code> for discord notificationw</li>
<li><a
href="https://github.com/webpack/webpack/commit/5bf8bc51bcfb49d25b73aae450b246cd8b8b423a"><code>5bf8bc5</code></a>
refactor: types for benchmarks and tests</li>
<li><a
href="https://github.com/webpack/webpack/commit/505a5e744fbcf4471ddb534bf1d4aebea9643c1b"><code>505a5e7</code></a>
chore(release): new release (<a
href="https://redirect.github.com/webpack/webpack/issues/20188">#20188</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/0c066808d59e4f9406e11bab4ffa2e0feacbd0e2"><code>0c06680</code></a>
refactor: update eslint configuration</li>
<li><a
href="https://github.com/webpack/webpack/commit/2eb0d6a410513960bd7d65bf15baf15704a612eb"><code>2eb0d6a</code></a>
ci: release announcement (<a
href="https://redirect.github.com/webpack/webpack/issues/20238">#20238</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/b2b24590a08755b706d2009ca97a226addf9e83b"><code>b2b2459</code></a>
ci: cancel in progress (<a
href="https://redirect.github.com/webpack/webpack/issues/20239">#20239</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.103.0...v5.104.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 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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/shakacode/react_on_rails/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
justin808 added a commit that referenced this pull request Mar 8, 2026
…upport

* origin/master: (38 commits)
  fix: use env-var-driven ports in Procfile templates to support multiple worktrees (#2539)
  Fix prettier formatting in auto-bundling doc
  Docs: Clarify .client/.server suffixes vs use client RSC directive (#2406)
  Warn against using .server/.client variants with RSC features
  Docs: move internal-only docs out of published docs trees (#2414)
  Fix crash when HTTPX::ErrorResponse is returned in get_form_body_for_file (#2532)
  Skip flaky external URLs in lychee checks (#2547)
  Update mise docs: prefer shell-level shims over conductor-exec (#2537)
  Document compression middleware compatibility with streaming SSR (#2544)
  Fix duplicate node-renderer message reporting in render failures (#2531)
  Fix private_output_path not configured on fresh Shakapacker installs (#2289)
  Bump the npm-security group across 1 directory with 3 updates (#2387)
  docs: use https links (#2518)
  Consolidate changelog to keep only rc6 prerelease (#2533)
  Fix CSS module class name divergence with rspack SSR (#2489)
  Bump version to 16.4.0.rc.6
  Add BugBot license scanning config (#2515)
  Fix buildVM promise cleanup ordering (#2483) (#2484)
  Fix streaming SSR hangs and silent error absorption in RSC payload injection (#2407)
  Ensure lefthook uses mise tools in non-interactive shells (#2512)
  ...

# Conflicts:
#	CHANGELOG.md
justin808 added a commit that referenced this pull request Mar 9, 2026
## Summary

- Add changelog entries for 6 user-visible PRs merged since v16.4.0.rc.6
that were missing from `[Unreleased]`
- Update existing #2561 entry to include #2568 contributor credit

### New entries added

| Section | PR | Description |
|---|---|---|
| Added | #2539 | Environment-variable-driven ports in Procfile
templates |
| Fixed | #2417 | Rspack generator config path fix |
| Fixed | #2419 | Precompile hook load-based execution fix |
| Fixed | #2577 | `create-react-on-rails-app` validation improvements |
| Pro Fixed | #2416 | StreamResponse status fallback fix |
| Pro Fixed | #2566 | Empty-string license plan mismatch fix |

### Skipped PRs (not user-visible)

Docs (#2406, #2414, #2479, #2494, #2518, #2537, #2544), CI/internal
(#2533, #2547, #2555, #2557, #2558, #2564), dependabot (#2387, #2541),
dev dependencies (#2559, #2569, #2573).

## Test plan

- [ ] Verify changelog formatting matches existing entries
- [ ] Verify all user-visible PRs since v16.4.0.rc.6 are covered

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Documentation-only changelog updates with no runtime or build behavior
changes.
> 
> **Overview**
> Updates `CHANGELOG.md`’s **[Unreleased]** section to include
previously missing user-facing entries: Procfile templates now support
env-driven ports, several generator/`bin/dev` precompile-hook and
rspack-path fixes are documented, and `create-react-on-rails-app`
validation improvements are noted.
> 
> Also adds two Pro fix entries (StreamResponse status fallback and
license plan empty-string validation) and updates the existing `bin/dev`
precompile-hook entry to credit an additional PR/contributor.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
e75d2b5. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Co-authored-by: Claude Opus 4.6 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file full-ci javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant