Commit fb9f3ca
authored
chore(deps): update dependency webpack to v5.104.1 (#510)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [webpack](https://redirect.github.com/webpack/webpack) | [`5.103.0` ->
`5.104.1`](https://renovatebot.com/diffs/npm/webpack/5.103.0/5.104.1) |

|

|
---
### Release Notes
<details>
<summary>webpack/webpack (webpack)</summary>
###
[`v5.104.1`](https://redirect.github.com/webpack/webpack/blob/HEAD/CHANGELOG.md#51041)
[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.104.0...v5.104.1)
##### Patch Changes
-
[`2efd21b`](https://redirect.github.com/webpack/webpack/commit/2efd21b):
Reexports runtime calculation should not accessing
**WEBPACK\_IMPORT\_KEY** decl with var.
-
[`c510070`](https://redirect.github.com/webpack/webpack/commit/c510070):
Fixed a user information bypass vulnerability in the HttpUriPlugin
plugin.
###
[`v5.104.0`](https://redirect.github.com/webpack/webpack/blob/HEAD/CHANGELOG.md#51040)
[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.103.0...v5.104.0)
##### Minor Changes
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Use method shorthand to render module content in `__webpack_modules__`
object.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Enhance `import.meta.env` to support object access.
-
[`4baab4e`](https://redirect.github.com/webpack/webpack/commit/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`](https://redirect.github.com/webpack/webpack/commit/04cd530):
Handle more at-rules for CSS modules.
-
[`cafae23`](https://redirect.github.com/webpack/webpack/commit/cafae23):
Added options to control the renaming of at-rules and various
identifiers in CSS modules.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Added `base64url`, `base62`, `base58`, `base52`, `base49`, `base36`,
`base32` and `base25` digests.
-
[`5983843`](https://redirect.github.com/webpack/webpack/commit/5983843):
Provide a stable runtime function variable `__webpack_global__`.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Improved `localIdentName` hashing for CSS.
##### Patch Changes
-
[`22c48fb`](https://redirect.github.com/webpack/webpack/commit/22c48fb):
Added module existence check for informative error message in
development mode.
-
[`50689e1`](https://redirect.github.com/webpack/webpack/commit/50689e1):
Use the fully qualified class name (or export name) for `[fullhash]`
placeholder in CSS modules.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Support universal lazy compilation.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Fixed module library export definitions when multiple runtimes.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Fixed CSS nesting and CSS custom properties parsing.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Don't write fragment from URL to filename and apply fragment to module
URL.
-
[`aab1da9`](https://redirect.github.com/webpack/webpack/commit/aab1da9):
Fixed bugs for `css/global` type.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Compatibility `import.meta.filename` and `import.meta.dirname` with
`eval` devtools.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Handle nested `__webpack_require__`.
-
[`728ddb7`](https://redirect.github.com/webpack/webpack/commit/728ddb7):
The speed of identifier parsing has been improved.
-
[`0f8b31b`](https://redirect.github.com/webpack/webpack/commit/0f8b31b):
Improve types.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Don't corrupt `debugId` injection when `hidden-source-map` is used.
-
[`2179fdb`](https://redirect.github.com/webpack/webpack/commit/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`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Serialize `HookWebpackError`.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Added ability to use built-in properties in dotenv and define plugin.
-
[`3c4319f`](https://redirect.github.com/webpack/webpack/commit/3c4319f):
Optimizing the regular expression character class by specifying ranges
for runtime code.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Reduce collision for local indent name in CSS.
-
[`d3dd841`](https://redirect.github.com/webpack/webpack/commit/d3dd841):
Remove CSS link tags when CSS imports are removed.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/openedx/edx-ui-toolkit).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 73883bd commit fb9f3ca
1 file changed
Lines changed: 33 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments