0.19.1-revision13
·
10 commits
to master
since this release
Fixed
- elm-test no longer fails with an error about duplicate source directories if your
elm.jsoncontains"source-directories": ["tests"]. - The
globdependency version has been updated from^8.0.3to^8.0.3 || ^9.0.0 || ^10.0.0 || ^11.0.0. This allows npm (or your package manager of choice) to install the latest version ofglobthat works with your Node.js version. Versions 8 and 9 are deprecated. If you use Node.js 16 or later, this allows you to get rid of deprecation warnings. - The
elm-solve-deps-wasmdependency version has been updated from^1.0.2to^1.0.2 || ^2.0.0, which is the same version constraint that elm-review 2.13.0 uses. If you install the latest version of both elm-test and elm-review, you only get one copy of elm-solve-deps-wasm innode_modules/instead of two, saving about 288 KB.