Skip to content

Commit

Permalink
Update dependency webpack to v5.89.0 (#383)
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.2` -> `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 - At any time (no schedule defined), Automerge - 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 these updates again.

---

 - [ ] 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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Oct 14, 2023
1 parent e2f6d0b commit 51f3087
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -225,13 +225,13 @@
"typescript": "5.2.2",
"unfetch": "4.2.0",
"wait-port": "0.3.1",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.1",
"whatwg-fetch": "3.6.19",
"ws": "8.14.2"
},
"resolutions": {
"webpack": "5.88.2",
"webpack": "5.89.0",
"browserslist": "4.22.1",
"caniuse-lite": "1.0.30001547",
"@types/node": "20.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -310,7 +310,7 @@
"vm-browserify": "1.1.2",
"watchpack": "2.4.0",
"web-vitals": "3.5.0",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-sources1": "npm:webpack-sources@1.4.3",
"webpack-sources3": "npm:webpack-sources@3.2.3",
"ws": "8.14.2"
Expand Down
92 changes: 46 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51f3087

Please sign in to comment.