Skip to content

Commit

Permalink
Update dependency webpack to v5.76.2 (#1009)
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.76.1` ->
`5.76.2`](https://renovatebot.com/diffs/npm/webpack/5.76.1/5.76.2) |
[![age](https://badges.renovateapi.com/packages/npm/webpack/5.76.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.76.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/webpack/5.76.2/compatibility-slim/5.76.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.76.2/confidence-slim/5.76.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/webpack/webpack/compare/v5.76.1...v5.76.2)

#### Bugfixes

- Fix bug where a missing semicolon in generated bundle output for
`publicPathRuntime` would cause concatenated runtime errors by
[@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16811
- Remove redundant semicolons generated in bundle runtime code after
`onScriptComplete` function by
[@&#8203;ahaoboy](https://togithub.com/ahaoboy) in
[webpack/webpack#16347
- Fix bug where `RealContentHashPlugin` was not respecting
`output.hashSalt`'s ability to cause a force recalculation of
`[contenthash]` for emitted assets by
[@&#8203;dmichon-msft](https://togithub.com/dmichon-msft)
[#&#8203;16789](https://togithub.com/webpack/webpack/issues/16789)

#### Performance

- Improve memory and runtime performance of sourcemaps via hoisting
Regular Expression literals to stored variables by
[@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in
[webpack/webpack#15722
- Correct v8 deoptimization in `ModuleGraph` due to instance property
declarations occurring outside of constructor by
[@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16830

#### Developer Experience

- Improved internal typings to match `webpack-sources` typings for
`Source` instances by
[@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16805
- Update repo examples to include missing quotation by
[@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16812

#### New Contributors

- [@&#8203;ahaoboy](https://togithub.com/ahaoboy) made their first
contribution in
[webpack/webpack#16347

**Full Changelog**:
webpack/webpack@v5.76.1...v5.76.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 this update
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://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 16, 2023
1 parent 236ecd7 commit 141a5f8
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion yarn.lock
Expand Up @@ -19690,7 +19690,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5, webpack@npm:^5.75.0":
"webpack@npm:5":
version: 5.76.1
resolution: "webpack@npm:5.76.1"
dependencies:
Expand Down Expand Up @@ -19727,6 +19727,43 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.75.0":
version: 5.76.2
resolution: "webpack@npm:5.76.2"
dependencies:
"@types/eslint-scope": ^3.7.3
"@types/estree": ^0.0.51
"@webassemblyjs/ast": 1.11.1
"@webassemblyjs/wasm-edit": 1.11.1
"@webassemblyjs/wasm-parser": 1.11.1
acorn: ^8.7.1
acorn-import-assertions: ^1.7.6
browserslist: ^4.14.5
chrome-trace-event: ^1.0.2
enhanced-resolve: ^5.10.0
es-module-lexer: ^0.9.0
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.1.0
tapable: ^2.1.1
terser-webpack-plugin: ^5.1.3
watchpack: ^2.4.0
webpack-sources: ^3.2.3
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 86db98299a175c371031449c26077e87b33acd8f45de7f7945ed4b9b37c8ca11bc5169af9c44743efccd4d55e08042a3aa3a3bc42aff831309a0821ffbcd395e
languageName: node
linkType: hard

"whatwg-encoding@npm:^2.0.0":
version: 2.0.0
resolution: "whatwg-encoding@npm:2.0.0"
Expand Down

1 comment on commit 141a5f8

@vercel
Copy link

@vercel vercel bot commented on 141a5f8 Mar 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.