Skip to content

Commit acbd947

Browse files
committed
elm-test 0.19.1-revision15
1 parent 352dce5 commit acbd947

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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-revision15 - 2025-02-16
8+
9+
### Fixed
10+
11+
This version replaces the `glob` dependency with `tinyglobby`, which is used by elm-review, and many other popular projects. This has a couple of benefits:
12+
13+
- Restores the Node.js 12 support lost in 0.19.1-revision13.
14+
- Fixes globs that resolve to directories on Windows. Regression since 0.19.1-revision13, due to the `glob` upgrade. The test suite was previously missing coverage for this.
15+
- `tinyglobby` is much smaller than `glob`, reducing the installation size and number of indirect dependencies.
16+
17+
Thanks to [Jeroen Engels](https://github.com/jfmengels) for making the pull request fixing this, and to [@lishaduck](https://github.com/lishaduck) for introducing `tinyglobby` to elm-review and suggesting elm-test should use it too!
18+
719
## 0.19.1-revision14 - 2025-02-15
820

921
### Fixed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-test",
3-
"version": "0.19.1-revision14",
3+
"version": "0.19.1-revision15",
44
"description": "Run elm-test suites.",
55
"main": "elm-test.js",
66
"engines": {

0 commit comments

Comments
 (0)