Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
os:
- ubuntu-latest
node-version: ["18.x", "20.x", "22.x", "23.x"]
node-version: ["20.x", "22.x", "23.x"]
include:
- os: windows-latest
node-version: "22.x"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Deprecated
- Deprecated various lineage derived methods ([#84](https://github.com/cucumber/query/pull/84))

### Removed
- [JavaScript] Remove Node.js 18 support ([#84](https://github.com/cucumber/query/pull/84))

## [13.6.0] - 2025-08-11
### Changed
- [Java] Replace redundant concurrent hashmap with regular hashmap ([#89](https://github.com/cucumber/query/pull/89))
Expand Down
33 changes: 5 additions & 28 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@cucumber/gherkin": "^34.0.0",
"@cucumber/gherkin-streams": "^5.0.1",
"@cucumber/gherkin-utils": "^9.0.0",
"@cucumber/messages": "28.1.0",
"@cucumber/messages": "29.0.1",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
Expand Down Expand Up @@ -64,6 +64,6 @@
"lodash.sortby": "^4.7.0"
},
"overrides": {
"@cucumber/messages": "28.1.0"
"@cucumber/messages": "29.0.1"
}
}
Loading