Skip to content

Commit 8ef89c8

Browse files
authored
elm-test 0.19.1-revision13 (#645)
1 parent d59cc11 commit 8ef89c8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors the Elm version. So version 0.19.1-revisionX of this project will be compatible with Elm 0.19.1.
66

7+
## 0.19.1-revision13 - 2025-02-14
8+
9+
### Fixed
10+
11+
- elm-test no longer fails with an error about duplicate source directories if your `elm.json` contains `"source-directories": ["tests"]`.
12+
- The `glob` dependency version has been updated from `^8.0.3` to `^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 of `glob` that 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.
13+
- The `elm-solve-deps-wasm` dependency version has been updated from `^1.0.2` to `^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 in `node_modules/` instead of two, saving about 288 KB.
14+
715
## 0.19.1-revision12 - 2023-02-16
816

917
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-test",
3-
"version": "0.19.1-revision12",
3+
"version": "0.19.1-revision13",
44
"description": "Run elm-test suites.",
55
"main": "elm-test.js",
66
"engines": {

0 commit comments

Comments
 (0)