Skip to content

Commit

Permalink
Downgrade glob and re-introduce support for Node v18
Browse files Browse the repository at this point in the history
Related #1068 [1] and #1230 [2].

[1] #1068 (comment)
[2] #1230
  • Loading branch information
badeball committed Sep 20, 2024
1 parent aee7539 commit c2af632
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
Expand Up @@ -14,6 +14,10 @@ Breaking changes:

- `esbuild` is now an optional peer dependency. This is relevant for users using `esbuild` as their bundler, as well as users of `cypress-cucumber-diagnostics`.

Other changees:

- Re-introduce support for Node v18, fixes [#1230](https://github.com/badeball/cypress-cucumber-preprocessor/discussions/1230).

## v20.1.2

- Updated all dependencies, including esbuild, relates to [#1068](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1068).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"debug": "^4.3.6",
"error-stack-parser": "^2.1.4",
"find-cypress-specs": "^1.45.1",
"glob": "^11.0.0",
"glob": "^10.4.5",
"is-path-inside": "^3.0.3",
"mocha": "^10.7.0",
"seedrandom": "^3.0.5",
Expand Down

0 comments on commit c2af632

Please sign in to comment.