Skip to content

Commit

Permalink
STCLI-195 pin webpack to ~5.68.0
Browse files Browse the repository at this point in the history
Oy, the hits just keep coming. It seems that `5.69.0` and `5.70.0` don't
play nice with `moment` and barf thousands of lines of warnings into the
log when running tests, but `5.69.1` isn't compatible with
`karma-webpack` which prevents tests from running _at all_. Yuck.

Refs STCLI-195
  • Loading branch information
zburke committed Apr 1, 2022
1 parent ad6089a commit f163733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.6.0 IN PROGRESS

* Avoid `webpack` > `5.69.1` due to `moment` incompatibilities. Refs STCLI-195.
* Pin `webpack` to `~5.68.0` due to `moment` and `karma-webpack` trouble. Refs STCLI-195.

## [2.5.1](https://github.com/folio-org/stripes-cli/tree/v2.5.1) (2022-03-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"simple-git": "^1.89.0",
"supports-color": "^4.5.0",
"update-notifier": "^2.3.0",
"webpack": "5.69.1",
"webpack": "~5.68.0",
"webpack-bundle-analyzer": "^4.4.2",
"yargs": "^13.1.0"
},
Expand Down

0 comments on commit f163733

Please sign in to comment.