Skip to content

Commit

Permalink
Replace JUnit formatter with messages-based package (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Nov 16, 2024
1 parent ddf424a commit 03a57a5
Show file tree
Hide file tree
Showing 13 changed files with 163 additions and 1,035 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]
### Changed
- Replace JUnit formatter with messages-based package ([#2445](https://github.com/cucumber/cucumber-js/pull/2445))

## [11.0.1] - 2024-09-14
### Fixed
Expand Down
1 change: 1 addition & 0 deletions dependency-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ignoreErrors:
- '@cucumber/message-streams' # peer dependency of @cucumber/gherkin-streams
unused:
- '@cucumber/compatibility-kit' # files dynamically loaded in cck test, not required
- '@cucumber/junit-xml-formatter' # formatter dynamically imported at runtime
- '@typescript-eslint/eslint-plugin' # peer dependency of standard-with-typescript
- '@typescript-eslint/parser' # peer dependency of @typescript-eslint/eslint-plugin
- '@types/*' # type definitions
Expand Down
Loading

0 comments on commit 03a57a5

Please sign in to comment.