Skip to content

Commit

Permalink
chore(deps): update dependency webpack to ~5.96.0 (#2409)
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.0`](https://renovatebot.com/diffs/npm/webpack/5.95.0/5.96.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.96.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/webpack/5.96.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/webpack/5.95.0/5.96.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.95.0/5.96.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`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 - At any time (no schedule defined),
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 these
updates 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/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
  • Loading branch information
fpaul-1A authored Nov 6, 2024
2 parents 6a2000e + ebcbf84 commit 170ab35
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 47 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@
"rimraf": "^5.0.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"webpack": "~5.95.0"
"webpack": "~5.96.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4",
"uuid": "^10.0.0",
"webpack": "~5.95.0",
"webpack": "~5.96.0",
"winston": "^3.8.2",
"yaml-eslint-parser": "^1.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tslib": "^2.6.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"webpack": "~5.95.0",
"webpack": "~5.96.0",
"webpack-cli": "~5.1.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jasmine": "^5.0.0",
"rxjs": "^7.8.1",
"typescript": "~5.5.4",
"webpack": "~5.95.0"
"webpack": "~5.96.0"
},
"peerDependenciesMeta": {
"@angular-devkit/schematics": {
Expand Down Expand Up @@ -117,7 +117,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"webpack": "~5.95.0",
"webpack": "~5.96.0",
"zone.js": "~0.14.2"
},
"exports": {
Expand Down
48 changes: 6 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ __metadata:
tslib: "npm:^2.6.2"
type-fest: "npm:^4.10.2"
typescript: "npm:~5.5.4"
webpack: "npm:~5.95.0"
webpack: "npm:~5.96.0"
webpack-cli: "npm:~5.1.0"
yargs: "npm:^17.6.2"
peerDependencies:
Expand Down Expand Up @@ -7190,7 +7190,7 @@ __metadata:
tslib: "npm:^2.6.2"
type-fest: "npm:^4.10.2"
typescript: "npm:~5.5.4"
webpack: "npm:~5.95.0"
webpack: "npm:~5.96.0"
zone.js: "npm:~0.14.2"
peerDependencies:
"@ama-sdk/core": "workspace:^"
Expand All @@ -7207,7 +7207,7 @@ __metadata:
jasmine: ^5.0.0
rxjs: ^7.8.1
typescript: ~5.5.4
webpack: ~5.95.0
webpack: ~5.96.0
peerDependenciesMeta:
"@angular-devkit/schematics":
optional: true
Expand Down Expand Up @@ -8780,7 +8780,7 @@ __metadata:
tslib: "npm:^2.6.2"
typescript: "npm:~5.5.4"
uuid: "npm:^10.0.0"
webpack: "npm:~5.95.0"
webpack: "npm:~5.96.0"
winston: "npm:^3.8.2"
yaml-eslint-parser: "npm:^1.2.2"
zone.js: "npm:~0.14.2"
Expand Down Expand Up @@ -9690,7 +9690,7 @@ __metadata:
ts-jest: "npm:~29.2.0"
tslib: "npm:^2.6.2"
typescript: "npm:~5.5.4"
webpack: "npm:~5.95.0"
webpack: "npm:~5.96.0"
zone.js: "npm:~0.14.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -33986,7 +33986,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5, webpack@npm:^5.80.0, webpack@npm:^5.88.0":
"webpack@npm:5, webpack@npm:^5.80.0, webpack@npm:^5.88.0, webpack@npm:~5.96.0":
version: 5.96.1
resolution: "webpack@npm:5.96.1"
dependencies:
Expand Down Expand Up @@ -34058,42 +34058,6 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:~5.95.0":
version: 5.95.0
resolution: "webpack@npm:5.95.0"
dependencies:
"@types/estree": "npm:^1.0.5"
"@webassemblyjs/ast": "npm:^1.12.1"
"@webassemblyjs/wasm-edit": "npm:^1.12.1"
"@webassemblyjs/wasm-parser": "npm:^1.12.1"
acorn: "npm:^8.7.1"
acorn-import-attributes: "npm:^1.9.5"
browserslist: "npm:^4.21.10"
chrome-trace-event: "npm:^1.0.2"
enhanced-resolve: "npm:^5.17.1"
es-module-lexer: "npm:^1.2.1"
eslint-scope: "npm:5.1.1"
events: "npm:^3.2.0"
glob-to-regexp: "npm:^0.4.1"
graceful-fs: "npm:^4.2.11"
json-parse-even-better-errors: "npm:^2.3.1"
loader-runner: "npm:^4.2.0"
mime-types: "npm:^2.1.27"
neo-async: "npm:^2.6.2"
schema-utils: "npm:^3.2.0"
tapable: "npm:^2.1.1"
terser-webpack-plugin: "npm:^5.3.10"
watchpack: "npm:^2.4.1"
webpack-sources: "npm:^3.2.3"
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10/0377ad3a550b041f26237c96fb55754625b0ce6bae83c1c2447e3262ad056b0b0ad770dcbb92b59f188e9a2bd56155ce910add17dcf023cfbe78bdec774380c1
languageName: node
linkType: hard

"websocket-driver@npm:>=0.5.1, websocket-driver@npm:^0.7.4":
version: 0.7.4
resolution: "websocket-driver@npm:0.7.4"
Expand Down

0 comments on commit 170ab35

Please sign in to comment.