Skip to content

Commit

Permalink
fix(message-streams): defined direct dependency to satisfy gherkin-st…
Browse files Browse the repository at this point in the history
…reams peer requirement for consumers (#2006)

* fix(message-streams): defined direct dependency to satisfy gherkin-streams peer requirement for consumers

closes #2005

* docs(changelog): mentioned satisfying of peer requirement by depending on massage-streams

* Update CHANGELOG.md

* Update dependency-lint.yml

* Update dependency-lint.yml

Co-authored-by: David Goss <david@davidgoss.co>
  • Loading branch information
travi and davidjgoss committed Apr 20, 2022
1 parent 7e1f858 commit 103c599
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]
### Fixed
- Capture dependency on `@cucumber/message-streams` to satisfy peer requirement from `@cucumber/gherkin-streams` ([#2006](https://github.com/cucumber/cucumber-js/pull/2006))

## [8.1.0] - 2022-04-20
### Added
Expand Down
3 changes: 2 additions & 1 deletion dependency-lint.yml
Expand Up @@ -16,7 +16,8 @@ executedModules:
ignoreErrors:
missing: []
shouldBeDependency: []
shouldBeDevDependency: []
shouldBeDevDependency:
- '@cucumber/message-streams' # peer dependency of @cucumber/gherkin-streams
unused:
- '@cucumber/compatibility-kit' # files dynamically loaded in cck test, not require'd
- '@typescript-eslint/eslint-plugin' # peer dependency of standard-with-typescript
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -201,6 +201,7 @@
"@cucumber/gherkin-streams": "5.0.1",
"@cucumber/gherkin-utils": "^7.0.0",
"@cucumber/html-formatter": "19.1.0",
"@cucumber/message-streams": "^4.0.1",
"@cucumber/messages": "18.0.0",
"@cucumber/tag-expressions": "4.1.0",
"assertion-error-formatter": "^3.0.0",
Expand Down Expand Up @@ -231,7 +232,6 @@
},
"devDependencies": {
"@cucumber/compatibility-kit": "9.2.0",
"@cucumber/message-streams": "4.0.1",
"@cucumber/query": "11.0.0",
"@microsoft/api-documenter": "7.17.0",
"@microsoft/api-extractor": "7.20.0",
Expand Down

0 comments on commit 103c599

Please sign in to comment.