Skip to content

Commit

Permalink
chore(deps): update dependency webpack to ~5.89.0 (main) (#910)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v5.89.0`](https://togithub.com/webpack/webpack/releases/tag/v5.89.0)

[Compare
Source](https://togithub.com/webpack/webpack/compare/v5.88.2...v5.89.0)

#### New Features

- Make CommonJS import preserve chained expressions by
[@&#8203;bworline](https://togithub.com/bworline) in
[webpack/webpack#17718

#### Dependencies & Maintenance

- chore(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.1 to
20.4.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17568
- docs: add example for stats detailed output by
[@&#8203;ersachin3112](https://togithub.com/ersachin3112) in
[webpack/webpack#17420
- docs: add example for stats normal output by
[@&#8203;ersachin3112](https://togithub.com/ersachin3112) in
[webpack/webpack#17426
- chore(deps-dev): bump core-js from 3.31.0 to 3.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17539
- chore(deps-dev): bump pretty-format from 29.5.0 to 29.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17536
- chore(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.8 to
20.4.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17583
- chore(deps-dev): bump less from 4.1.3 to 4.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17580
- chore(deps): bump semver from 5.7.1 to 5.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17483
- chore(deps-dev): bump simple-git from 3.19.0 to 3.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17427
- chore(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.9 to
20.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[webpack/webpack#17666

**Full Changelog**:
webpack/webpack@v5.88.2...v5.89.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Europe/Paris, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
kpanot committed Oct 16, 2023
2 parents 63b8e3e + 06d637a commit 78a2195
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"rimraf": "^5.0.1",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6",
"webpack": "~5.88.0"
"webpack": "~5.89.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"ts-node": "~10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "~5.1.6",
"webpack": "~5.88.0",
"webpack": "~5.89.0",
"winston": "^3.8.2"
},
"engines": {
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 @@ -54,7 +54,7 @@
"tslib": "^2.5.3",
"type-fest": "^3.12.0",
"typescript": "~5.1.6",
"webpack": "~5.88.0",
"webpack": "~5.89.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 @@ -34,7 +34,7 @@
"@schematics/angular": "~16.2.0",
"jasmine": "^5.0.0",
"rxjs": "^7.8.1",
"webpack": "~5.88.0"
"webpack": "~5.89.0"
},
"peerDependenciesMeta": {
"@o3r/schematics": {
Expand Down Expand Up @@ -103,7 +103,7 @@
"ts-jest": "~29.1.1",
"type-fest": "^3.12.0",
"typescript": "~5.1.6",
"webpack": "~5.88.0",
"webpack": "~5.89.0",
"zone.js": "~0.13.1"
},
"exports": {
Expand Down
49 changes: 43 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ __metadata:
tslib: ^2.5.3
type-fest: ^3.12.0
typescript: ~5.1.6
webpack: ~5.88.0
webpack: ~5.89.0
webpack-cli: ~5.1.0
yargs: ^17.6.2
peerDependencies:
Expand Down Expand Up @@ -6624,7 +6624,7 @@ __metadata:
tslib: ^2.5.3
type-fest: ^3.12.0
typescript: ~5.1.6
webpack: ~5.88.0
webpack: ~5.89.0
zone.js: ~0.13.1
peerDependencies:
"@ama-sdk/core": "workspace:^"
Expand All @@ -6640,7 +6640,7 @@ __metadata:
"@schematics/angular": ~16.2.0
jasmine: ^5.0.0
rxjs: ^7.8.1
webpack: ~5.88.0
webpack: ~5.89.0
peerDependenciesMeta:
"@o3r/schematics":
optional: true
Expand Down Expand Up @@ -7744,7 +7744,7 @@ __metadata:
tsc-watch: ^6.0.0
tslib: ^2.5.3
typescript: ~5.1.6
webpack: ~5.88.0
webpack: ~5.89.0
winston: ^3.8.2
zone.js: ~0.13.1
languageName: unknown
Expand Down Expand Up @@ -8439,7 +8439,7 @@ __metadata:
ts-jest: ~29.1.1
tslib: ^2.5.3
typescript: ~5.1.6
webpack: ~5.88.0
webpack: ~5.89.0
zone.js: ~0.13.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -30569,7 +30569,44 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5, webpack@npm:5.88.2, webpack@npm:^5.80.0, webpack@npm:~5.88.0":
"webpack@npm:5, webpack@npm:^5.80.0, webpack@npm:~5.89.0":
version: 5.89.0
resolution: "webpack@npm:5.89.0"
dependencies:
"@types/eslint-scope": ^3.7.3
"@types/estree": ^1.0.0
"@webassemblyjs/ast": ^1.11.5
"@webassemblyjs/wasm-edit": ^1.11.5
"@webassemblyjs/wasm-parser": ^1.11.5
acorn: ^8.7.1
acorn-import-assertions: ^1.9.0
browserslist: ^4.14.5
chrome-trace-event: ^1.0.2
enhanced-resolve: ^5.15.0
es-module-lexer: ^1.2.1
eslint-scope: 5.1.1
events: ^3.2.0
glob-to-regexp: ^0.4.1
graceful-fs: ^4.2.9
json-parse-even-better-errors: ^2.3.1
loader-runner: ^4.2.0
mime-types: ^2.1.27
neo-async: ^2.6.2
schema-utils: ^3.2.0
tapable: ^2.1.1
terser-webpack-plugin: ^5.3.7
watchpack: ^2.4.0
webpack-sources: ^3.2.3
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 43fe0dbc30e168a685ef5a86759d5016a705f6563b39a240aa00826a80637d4a3deeb8062e709d6a4b05c63e796278244c84b04174704dc4a37bedb0f565c5ed
languageName: node
linkType: hard

"webpack@npm:5.88.2":
version: 5.88.2
resolution: "webpack@npm:5.88.2"
dependencies:
Expand Down

0 comments on commit 78a2195

Please sign in to comment.