Commit b9fbb9c
chore(deps-dev): bump webpack from 5.95.0 to 5.104.1 (#19199)
Bumps [webpack](https://github.com/webpack/webpack) from 5.95.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>
<h2>v5.103.0</h2>
<h3>Features</h3>
<ul>
<li>Added <code>DotenvPlugin</code> and top level <code>dotenv</code>
option to enable this plugin</li>
<li>Added <code>WebpackManifestPlugin</code></li>
<li>Added support the <code>ignoreList</code> option in devtool
plugins</li>
<li>Allow to use custom javascript parse function</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>\<@&1450591255485743204></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.95.0...v5.104.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/getsentry/sentry-javascript/network/alerts).
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>1 parent 7bf099a commit b9fbb9c
3 files changed
+94
-105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9888 | 9888 | | |
9889 | 9889 | | |
9890 | 9890 | | |
9891 | | - | |
| 9891 | + | |
9892 | 9892 | | |
9893 | 9893 | | |
9894 | 9894 | | |
| |||
11188 | 11188 | | |
11189 | 11189 | | |
11190 | 11190 | | |
11191 | | - | |
| 11191 | + | |
11192 | 11192 | | |
11193 | 11193 | | |
11194 | 11194 | | |
| |||
11326 | 11326 | | |
11327 | 11327 | | |
11328 | 11328 | | |
11329 | | - | |
| 11329 | + | |
11330 | 11330 | | |
11331 | 11331 | | |
11332 | 11332 | | |
| |||
11394 | 11394 | | |
11395 | 11395 | | |
11396 | 11396 | | |
11397 | | - | |
| 11397 | + | |
11398 | 11398 | | |
11399 | 11399 | | |
11400 | 11400 | | |
| |||
11543 | 11543 | | |
11544 | 11544 | | |
11545 | 11545 | | |
| 11546 | + | |
| 11547 | + | |
| 11548 | + | |
| 11549 | + | |
| 11550 | + | |
11546 | 11551 | | |
11547 | 11552 | | |
11548 | 11553 | | |
| |||
12705 | 12710 | | |
12706 | 12711 | | |
12707 | 12712 | | |
| 12713 | + | |
| 12714 | + | |
| 12715 | + | |
| 12716 | + | |
| 12717 | + | |
12708 | 12718 | | |
12709 | 12719 | | |
12710 | 12720 | | |
| |||
13431 | 13441 | | |
13432 | 13442 | | |
13433 | 13443 | | |
13434 | | - | |
13435 | | - | |
13436 | | - | |
13437 | | - | |
| 13444 | + | |
| 13445 | + | |
| 13446 | + | |
| 13447 | + | |
13438 | 13448 | | |
13439 | | - | |
13440 | | - | |
13441 | | - | |
13442 | | - | |
| 13449 | + | |
| 13450 | + | |
| 13451 | + | |
| 13452 | + | |
| 13453 | + | |
13443 | 13454 | | |
13444 | 13455 | | |
13445 | 13456 | | |
| |||
13807 | 13818 | | |
13808 | 13819 | | |
13809 | 13820 | | |
13810 | | - | |
13811 | | - | |
13812 | | - | |
13813 | | - | |
| 13821 | + | |
| 13822 | + | |
| 13823 | + | |
| 13824 | + | |
13814 | 13825 | | |
13815 | 13826 | | |
13816 | 13827 | | |
| |||
15854 | 15865 | | |
15855 | 15866 | | |
15856 | 15867 | | |
15857 | | - | |
15858 | | - | |
15859 | | - | |
15860 | | - | |
| 15868 | + | |
| 15869 | + | |
| 15870 | + | |
| 15871 | + | |
15861 | 15872 | | |
15862 | 15873 | | |
15863 | 15874 | | |
| |||
16481 | 16492 | | |
16482 | 16493 | | |
16483 | 16494 | | |
16484 | | - | |
16485 | | - | |
16486 | | - | |
16487 | | - | |
| 16495 | + | |
| 16496 | + | |
| 16497 | + | |
| 16498 | + | |
16488 | 16499 | | |
16489 | 16500 | | |
16490 | | - | |
| 16501 | + | |
16491 | 16502 | | |
16492 | 16503 | | |
16493 | 16504 | | |
| |||
16685 | 16696 | | |
16686 | 16697 | | |
16687 | 16698 | | |
16688 | | - | |
| 16699 | + | |
16689 | 16700 | | |
16690 | 16701 | | |
16691 | 16702 | | |
16692 | 16703 | | |
| 16704 | + | |
| 16705 | + | |
| 16706 | + | |
| 16707 | + | |
| 16708 | + | |
16693 | 16709 | | |
16694 | 16710 | | |
16695 | 16711 | | |
| |||
21870 | 21886 | | |
21871 | 21887 | | |
21872 | 21888 | | |
21873 | | - | |
21874 | | - | |
21875 | | - | |
21876 | | - | |
| 21889 | + | |
| 21890 | + | |
| 21891 | + | |
| 21892 | + | |
21877 | 21893 | | |
21878 | 21894 | | |
21879 | 21895 | | |
| |||
24236 | 24252 | | |
24237 | 24253 | | |
24238 | 24254 | | |
24239 | | - | |
24240 | | - | |
24241 | | - | |
24242 | | - | |
| 24255 | + | |
| 24256 | + | |
| 24257 | + | |
| 24258 | + | |
24243 | 24259 | | |
24244 | 24260 | | |
24245 | 24261 | | |
| |||
28434 | 28450 | | |
28435 | 28451 | | |
28436 | 28452 | | |
28437 | | - | |
| 28453 | + | |
28438 | 28454 | | |
28439 | 28455 | | |
28440 | 28456 | | |
| |||
28443 | 28459 | | |
28444 | 28460 | | |
28445 | 28461 | | |
28446 | | - | |
28447 | | - | |
28448 | | - | |
28449 | | - | |
| 28462 | + | |
| 28463 | + | |
| 28464 | + | |
| 28465 | + | |
28450 | 28466 | | |
28451 | 28467 | | |
28452 | 28468 | | |
| |||
29915 | 29931 | | |
29916 | 29932 | | |
29917 | 29933 | | |
| 29934 | + | |
29918 | 29935 | | |
29919 | 29936 | | |
29920 | 29937 | | |
| |||
30103 | 30120 | | |
30104 | 30121 | | |
30105 | 30122 | | |
30106 | | - | |
30107 | | - | |
30108 | | - | |
30109 | | - | |
| 30123 | + | |
| 30124 | + | |
| 30125 | + | |
| 30126 | + | |
30110 | 30127 | | |
30111 | 30128 | | |
30112 | 30129 | | |
| |||
30225 | 30242 | | |
30226 | 30243 | | |
30227 | 30244 | | |
30228 | | - | |
30229 | | - | |
30230 | | - | |
30231 | | - | |
| 30245 | + | |
| 30246 | + | |
| 30247 | + | |
| 30248 | + | |
30232 | 30249 | | |
30233 | 30250 | | |
30234 | 30251 | | |
| |||
31550 | 31567 | | |
31551 | 31568 | | |
31552 | 31569 | | |
31553 | | - | |
31554 | | - | |
31555 | | - | |
31556 | | - | |
| 31570 | + | |
| 31571 | + | |
| 31572 | + | |
| 31573 | + | |
31557 | 31574 | | |
31558 | 31575 | | |
31559 | 31576 | | |
| |||
32169 | 32186 | | |
32170 | 32187 | | |
32171 | 32188 | | |
32172 | | - | |
32173 | | - | |
32174 | | - | |
32175 | | - | |
| 32189 | + | |
| 32190 | + | |
| 32191 | + | |
| 32192 | + | |
32176 | 32193 | | |
32177 | 32194 | | |
32178 | 32195 | | |
| |||
32303 | 32320 | | |
32304 | 32321 | | |
32305 | 32322 | | |
32306 | | - | |
32307 | | - | |
32308 | | - | |
32309 | | - | |
| 32323 | + | |
| 32324 | + | |
| 32325 | + | |
| 32326 | + | |
32310 | 32327 | | |
32311 | 32328 | | |
32312 | 32329 | | |
| |||
32355 | 32372 | | |
32356 | 32373 | | |
32357 | 32374 | | |
32358 | | - | |
32359 | | - | |
32360 | | - | |
32361 | | - | |
| 32375 | + | |
| 32376 | + | |
| 32377 | + | |
| 32378 | + | |
32362 | 32379 | | |
32363 | 32380 | | |
32364 | | - | |
| 32381 | + | |
32365 | 32382 | | |
32366 | 32383 | | |
32367 | 32384 | | |
32368 | 32385 | | |
32369 | | - | |
32370 | | - | |
32371 | | - | |
32372 | | - | |
32373 | | - | |
32374 | | - | |
32375 | | - | |
32376 | | - | |
32377 | | - | |
32378 | | - | |
32379 | | - | |
32380 | | - | |
32381 | | - | |
32382 | | - | |
32383 | | - | |
32384 | | - | |
32385 | | - | |
32386 | | - | |
32387 | | - | |
32388 | | - | |
32389 | | - | |
32390 | | - | |
32391 | | - | |
32392 | | - | |
32393 | | - | |
32394 | | - | |
32395 | | - | |
32396 | | - | |
32397 | | - | |
32398 | | - | |
32399 | | - | |
| 32386 | + | |
| 32387 | + | |
| 32388 | + | |
32400 | 32389 | | |
32401 | | - | |
32402 | | - | |
| 32390 | + | |
| 32391 | + | |
32403 | 32392 | | |
32404 | 32393 | | |
32405 | 32394 | | |
32406 | 32395 | | |
32407 | 32396 | | |
32408 | | - | |
| 32397 | + | |
32409 | 32398 | | |
32410 | 32399 | | |
32411 | | - | |
32412 | | - | |
32413 | | - | |
32414 | | - | |
32415 | | - | |
| 32400 | + | |
| 32401 | + | |
| 32402 | + | |
| 32403 | + | |
| 32404 | + | |
32416 | 32405 | | |
32417 | 32406 | | |
32418 | 32407 | | |
| |||
0 commit comments