Skip to content

Commit 3cd7423

Browse files
chore(release): new release (#4778)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b42d1f4 commit 3cd7423

5 files changed

Lines changed: 17 additions & 11 deletions

File tree

.changeset/commander-styled-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/json5-and-yaml-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [@alexander-akait](https://github.com/alexander-akait) in [#4779](https://github.com/webpack/webpack-cli/pull/4779))
8+
9+
- feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [@alexander-akait](https://github.com/alexander-akait) in [#4777](https://github.com/webpack/webpack-cli/pull/4777))
10+
311
## 7.0.3
412

513
### Patch Changes

packages/webpack-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [@alexander-akait](https://github.com/alexander-akait) in [#4779](https://github.com/webpack/webpack-cli/pull/4779))
8+
9+
- feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [@alexander-akait](https://github.com/alexander-akait) in [#4777](https://github.com/webpack/webpack-cli/pull/4777))
10+
311
## 7.0.3
412

513
### Patch Changes

packages/webpack-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "7.0.3",
3+
"version": "7.1.0",
44
"description": "CLI for webpack & friends",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)