Skip to content

Commit

Permalink
⬆️ Update dependency webpack to v5.96.1 (#455)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [webpack](https://redirect.github.com/webpack/webpack) | [`5.95.0` ->
`5.96.1`](https://renovatebot.com/diffs/npm/webpack/5.95.0/5.96.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/webpack/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/webpack/5.95.0/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.95.0/5.96.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>webpack/webpack (webpack)</summary>

###
[`v5.96.1`](https://redirect.github.com/webpack/webpack/compare/v5.96.0...d4ced7322229c7d72a7a0d2ca955bdde0c910a0b)

[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.96.0...v5.96.1)

###
[`v5.96.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.96.0)

[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.95.0...v5.96.0)

#### Bug Fixes

-   Fixed Module Federation should track all referenced chunks
-   Handle Data URI without base64 word
-   HotUpdateChunk have correct runtime when modified with new runtime
-   Order of chunks ids in generated chunk code
-   No extra Javascript chunks when using asset module as an entrypoint
- Use optimistically logic for `output.environment.dynamicImport` to
determine chunk format when no browserslist or target
-   Collision with global variables for `optimization.avoidEntryIife`
-   Avoid through variables in inlined module
-   Allow chunk template strings in `output.devtoolNamespace`
-   No extra runtime for get javascript/css chunk filename
- No extra runtime for prefetch and preload in JS runtime when it was
unsed in CSS
-   Avoid cache invalidation using ProgressPlugin
- Increase parallelism when using `importModule` on the execution stage
-   Correctly parsing string in `export` and `import`
-   Typescript types
- **\[CSS]** `css/auto` considers a module depending on its filename as
`css` (pure CSS) or `css/local`, before it was `css/global` and
`css/local`
- **\[CSS]** Always interpolate classes even if they are not involved in
export
- **\[CSS]** No extra runtime in Javascript runtime chunks for asset
modules used in CSS
- **\[CSS]** No extra runtime in Javascript runtime chunks for external
asset modules used in CSS
-   **\[CSS]** No extra runtime for the `node` target
-   **\[CSS]** Fixed `url()`s and `@import` parsing
-   **\[CSS]** Fixed - emit a warning on broken :local and :global

#### New Features

-   Export CSS and ESM runtime modules
-   Single Runtime Chunk and Federation eager module hoisting
-   **\[CSS]** Support `/* webpackIgnore: true */` for CSS files
-   **\[CSS]** Support `src()` support
-   **\[CSS]** CSS nesting in CSS modules

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Europe/Berlin, 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/WtfJoke/setup-tectonic).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Nov 4, 2024
2 parents 271f500 + b031ed3 commit 3957897
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
48 changes: 30 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"webpack": "5.95.0"
"webpack": "5.96.1"
}
}

0 comments on commit 3957897

Please sign in to comment.