Skip to content

Commit 01ed41e

Browse files
committed
elm-test 0.19.1-revision14
1 parent 78d3157 commit 01ed41e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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-revision14 - 2025-02-15
8+
9+
### Fixed
10+
11+
0.19.1-revision13 unfortunately did not work out of the box in Node.js 12–18 due to a [bug in npm versions older than v10](https://github.com/npm/npm-pick-manifest/pull/33). This version is a quick-fix that restores support for Node.js 14–18, while still not causing deprecation warnings. Thanks to [@lishaduck](https://github.com/lishaduck) for reporting!
12+
13+
Unfortunately, Node.js 12 is still broken. You need to stay on 0.19.1-revision12 if you use Node.js 12.
14+
15+
(For those interested, the fix was changing the `glob` version range to `^8.0.3` to `^8.0.3 || ^9.0.0 || ^10.0.0`. `^11.0.0` was removed from it due to the linked npm bug.)
16+
717
## 0.19.1-revision13 - 2025-02-14
818

919
### 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-revision13",
3+
"version": "0.19.1-revision14",
44
"description": "Run elm-test suites.",
55
"main": "elm-test.js",
66
"engines": {

0 commit comments

Comments
 (0)