Skip to content

Commit

Permalink
Auto merge of rust-lang#3628 - rust-lang:renovate/webpack-5.x, r=Turbo87
Browse files Browse the repository at this point in the history
Update dependency webpack to v5.37.1

[![WhiteSource 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://github.com/webpack/webpack) | [`5.37.0` -> `5.37.1`](https://renovatebot.com/diffs/npm/webpack/5.37.0/5.37.1) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.37.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.37.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.37.1/compatibility-slim/5.37.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.37.1/confidence-slim/5.37.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v5.37.1`](https://github.com/webpack/webpack/releases/v5.37.1)

[Compare Source](https://github.com/webpack/webpack/compare/v5.37.0...v5.37.1)

### Bugfixes

-   When using multiple configurations in watch mode and calling `Watching.invalidate`, `dependencies` and `parallelism` of the config array is now respected correctly
-   Fix a crash when accessing the `stats` after the next compilation has started
-   fix collecting changes when using `Watching.suspend`
-   fix schema of `RuleCondition.not` and allow passing a condition directly instead of only an array

### Developer Experience

-   typings accept a ReadonlyArray of configurations now

### Contributing

-   fix coverage reporting for child processes
-   remove outdated loader from readme

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
  • Loading branch information
bors committed May 19, 2021
2 parents 55dd3a3 + 02c64ee commit c69589c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"qunit-console-grouper": "0.3.0",
"qunit-dom": "1.6.0",
"timekeeper": "2.2.0",
"webpack": "5.37.0"
"webpack": "5.37.1"
},
"resolutions": {
"ember-css-modules/postcss": "8.2.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14856,10 +14856,10 @@ webpack-sources@^2.1.1:
source-list-map "^2.0.1"
source-map "^0.6.1"

webpack@5.37.0:
version "5.37.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.37.0.tgz#2ab00f613faf494504eb2beef278dab7493cc39d"
integrity sha512-yvdhgcI6QkQkDe1hINBAJ1UNevqNGTVaCkD2SSJcB8rcrNNl922RI8i2DXUAuNfANoxwsiXXEA4ZPZI9q2oGLA==
webpack@5.37.1:
version "5.37.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.37.1.tgz#2deb5acd350583c1ab9338471f323381b0b0c14b"
integrity sha512-btZjGy/hSjCAAVHw+cKG+L0M+rstlyxbO2C+BOTaQ5/XAnxkDrP5sVbqWhXgo4pL3X2dcOib6rqCP20Zr9PLow==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.47"
Expand Down

0 comments on commit c69589c

Please # to comment.