Skip to content

Commit

Permalink
STCLI-195 pin webpack to ~5.68.0 (#284)
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 5, 2022
1 parent d68d09a commit c7e0a83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for stripes-cli

## 2.5.2 IN PROGRESS

* 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)

* Avoid sabotaged `isBinaryFile`. Fixes STCLI-193.
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.58.1",
"webpack": "~5.68.0",
"webpack-bundle-analyzer": "^4.4.2",
"yargs": "^13.1.0"
},
Expand Down

0 comments on commit c7e0a83

Please sign in to comment.