Skip to content

Commit

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

---

### Release Notes

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

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

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

#### Bugfixes

- Non-javascript files will correctly **not** be imported when using
`experiments.outputModule` (ES Module Output) by
[@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16809
- Limit console output progress bar length to 40 when no columns
provided by [@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16810
- Add missing NodeJS Builtin Modules support for `inspector/promises`,
`readline/promises`, and `stream/consumers` by
[@&#8203;ShenHongFei](https://togithub.com/ShenHongFei) in
[webpack/webpack#16841
- webpack bin/cli now properly respects `NODE_PATH` env variable by
[@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16808
- Improve typos in `resolveResourceErrorHints` by
[@&#8203;snitin315](https://togithub.com/snitin315) in
[webpack/webpack#16806
- Add missing `loaders` token support to `moduleFilenameTemplate`
function call by [@&#8203;pgoldberg](https://togithub.com/pgoldberg) in
[webpack/webpack#16756
- Add gaurd condition for `enabledLibraryTypes` in internal
`ContainerPlugin` by
[@&#8203;PengBoUESTC](https://togithub.com/PengBoUESTC) in
[webpack/webpack#16635

#### New Contributors

- [@&#8203;ShenHongFei](https://togithub.com/ShenHongFei) made their
first contribution in
[webpack/webpack#16841
- [@&#8203;pgoldberg](https://togithub.com/pgoldberg) made their first
contribution in
[webpack/webpack#16756
- [@&#8203;PengBoUESTC](https://togithub.com/PengBoUESTC) made their
first contribution in
[webpack/webpack#16635

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->

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

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

"webpack@npm:^5.75.0":
version: 5.76.3
resolution: "webpack@npm:5.76.3"
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: 363f536b56971d056e34ab4cffa4cbc630b220e51be1a8c3adea87d9f0b51c49cfc7c3720d6614a1fd2c8c63f1ab3100db916fe8367c8bb9299327ff8c3f856d
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 da61af2

@vercel
Copy link

@vercel vercel bot commented on da61af2 Mar 22, 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.