Skip to content

Commit

Permalink
chore(deps): update dependency webpack-cli to v6 (#3848)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[webpack-cli](https://redirect.github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)
([source](https://redirect.github.com/webpack/webpack-cli)) | [`^5.1.4`
-> `^6.0.0`](https://renovatebot.com/diffs/npm/webpack-cli/5.1.4/6.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/webpack-cli/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/webpack-cli/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/webpack-cli/5.1.4/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack-cli/5.1.4/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.0.1`](https://redirect.github.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#601-2024-12-20)

[Compare
Source](https://redirect.github.com/webpack/webpack-cli/compare/[email protected]@6.0.1)

##### Bug Fixes

- update peer dependencies
([#&#8203;4356](https://redirect.github.com/webpack/webpack-cli/issues/4356))
([7a7e5d9](https://redirect.github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e))

###
[`v6.0.0`](https://redirect.github.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#600-2024-12-19)

[Compare
Source](https://redirect.github.com/webpack/webpack-cli/compare/[email protected]@6.0.0)

##### BREAKING CHANGES

-   the minimum required Node.js version is `18.12.0`
- removed `init`, `loader` and `plugin` commands in favor
[`create-webpack-app`](https://redirect.github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app)
-   dropped support for `webpack-dev-server@v4`
-   minimum supported webpack version is `5.82.0`

##### Bug Fixes

- allow to require `webpack.config.js` in ESM format
([#&#8203;4346](https://redirect.github.com/webpack/webpack-cli/issues/4346))
([5106684](https://redirect.github.com/webpack/webpack-cli/commit/51066846326bcae5f9793d3496325213342d3dd2))
- correct the minimum help output
([#&#8203;4057](https://redirect.github.com/webpack/webpack-cli/issues/4057))
([c727c4f](https://redirect.github.com/webpack/webpack-cli/commit/c727c4f3c790797cf46a6c0bc83ba77803d3eb05))
- gracefully shutting down
([#&#8203;4145](https://redirect.github.com/webpack/webpack-cli/issues/4145))
([90720e2](https://redirect.github.com/webpack/webpack-cli/commit/90720e26ba3b0d115ed066fb8ec3db074751163e))
- improve help output for possible values
([#&#8203;4316](https://redirect.github.com/webpack/webpack-cli/issues/4316))
([4cd5aef](https://redirect.github.com/webpack/webpack-cli/commit/4cd5aef3b93e3d73b5175c36cf9e8f9ae4455cb2))
- no serve when dev-server is false
([#&#8203;2947](https://redirect.github.com/webpack/webpack-cli/issues/2947))
([a93e860](https://redirect.github.com/webpack/webpack-cli/commit/a93e8603a4c2639916152a013afed04c0e8f3a35))

##### Features

- output pnpm version with `info`/`version` command
([#&#8203;3906](https://redirect.github.com/webpack/webpack-cli/issues/3906))
([38f3c6f](https://redirect.github.com/webpack/webpack-cli/commit/38f3c6f2b99f098d2f4afd60f005e8ff5cd44435))

####
[5.1.4](https://redirect.github.com/webpack/webpack-cli/compare/[email protected]@5.1.4)
(2023-06-07)

##### Bug Fixes

- multi compiler progress output
([f659624](https://redirect.github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785))

####
[5.1.3](https://redirect.github.com/webpack/webpack-cli/compare/[email protected]@5.1.3)
(2023-06-04)

##### Bug Fixes

- regression for custom configurations
([#&#8203;3834](https://redirect.github.com/webpack/webpack-cli/issues/3834))
([bb4f8eb](https://redirect.github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa))

####
[5.1.2](https://redirect.github.com/webpack/webpack-cli/compare/[email protected]@5.1.2)
(2023-06-04)

##### Bug Fixes

- improve check for custom webpack and webpack-dev-server package
existance
([0931ab6](https://redirect.github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb))
- improve help for some flags
([f468614](https://redirect.github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225))
- improved support for `.cts` and `.mts` extensions
([a77daf2](https://redirect.github.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb))

####
[5.1.1](https://redirect.github.com/webpack/webpack-cli/compare/[email protected]@5.1.1)
(2023-05-09)

##### Bug Fixes

- false positive warning when `--watch` used
([#&#8203;3783](https://redirect.github.com/webpack/webpack-cli/issues/3783))
([c0436ba](https://redirect.github.com/webpack/webpack-cli/commit/c0436baca2da7a8ce9e53bbbe960dd1951fe6404))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), 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 this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/block/ftl).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent b080e1b commit be31774
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 61 deletions.
2 changes: 1 addition & 1 deletion frontend/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
"webpack-cli": "^6.0.0"
},
"dependencies": {
"lookpath": "^1.2.2",
Expand Down
111 changes: 51 additions & 60 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 be31774

Please sign in to comment.