Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update dependency cucumber to v6 #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 11, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cucumber 3.2.1 -> 6.0.7 age adoption passing confidence
@​types/cucumber 3.2.2 -> 6.0.1 age adoption passing confidence

Release Notes

cucumber/cucumber-js

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

Fixed
  • json formatter: fix duration to be nanoseconds (was femtoseconds)

v6.0.4

Compare Source

Fixed
  • retry: create a new World instance for every attempt

v6.0.3

Compare Source

Fixed
  • Revert JSON formatter changes to be backward compatible

v6.0.2

Compare Source

Fixed
  • Upgrade to cucumber-expressions 8.0.1 to fix failure on multiple installs

v6.0.1

Compare Source

Fixed
  • Release to fix missing lib

v6.0.0

Compare Source

Added
  • Use --retry <NUMBER> and limit what tests will be retried with --retryTagFilter <EXPRESSION>
  • Event-protocol added an attemptNumber to test case started, test case finished, and all test step events and a retried boolean to the test case result to signify if the test case was retried
  • Add ability to retry flaky tests
  • usage-json formatter: add code and patternType
  • Add support for Node.js 12
Changed
  • Drop support for Node.js 6
  • JSON formatter has major Changed. View some sample outputs here. The *.json.js files contain the js objects the json parses to. (UPDATE - reverted in 6.0.3)
  • Duration is now in nanoseconds in event-protocol formatter and in events sent to custom formatters
  • Custom formatters: Formatter helpers and EventDataCollector had Changed to support retry
Fixed
  • Prevent after hooks from updating skipped scenarios to passed
  • Parallel: beforeAll / afterAll errors fail the suite
  • Fix CLI help link

v5.1.0

Compare Source

Fixed
  • Upgrade to babel 7

v5.0.3

Compare Source

Fixed
  • Only create Cucumber Expressions once

v5.0.2

Compare Source

Fixed
  • Update default of formatters' colors enabled to be true only if the stream is a TTY
  • Allow writing to stdout when running in parallel
  • Skip other before hooks if one returns skipped

v5.0.1

Compare Source

Fixed
  • Update dependencies to avoid licensing problems

v5.0.0

Compare Source

Added
  • Add support for Node.js 10
Changed
  • Drop support for Node.js 4
Fixed
  • Update dependencies to avoid licensing problems
  • Provide better error message when trying to attach data after the scenario has finished. This is possible if not waiting for the attach to finish.

v4.2.1

Compare Source

Fixed
  • improve the error message for gherkin parse errors

v4.1.0

Compare Source

Added
  • update step timeout error message for each interface (#​1028, Bruce Lindsay)
  • default to synchronous snippets
  • print text step attachments (#​1041, DevSide)
Fixed
  • cucumber-expressions: Upgrade from 5.0.7 to 5.0.13
  • fix error serialization in parallel mode

v4.0.0

Compare Source

Added
  • can now use glob patterns for selecting what features to run
  • update --require to support glob patterns
  • add --require-module <NODE_MODULE> to require node modules before support code is loaded
  • add snippet interface "async-await"
  • add --parallel <NUMBER_OF_SLAVES> option to run tests in parallel. Note this is an experimental feature. See here for more information
Changed
  • cucumber now waits for the event loop to drain before exiting. To exit immediately when the tests finish running use --exit. Use of this flag is discouraged. See here for more information
  • remove --compiler option. See here for the new way to use transpilers
  • remove binaries cucumber.js and cucumberjs. Use cucumber-js
Deprecated
  • defineSupportCode is deprecated. Require/import the individual methods instead
Fixed
  • revert json formatter duration to nanoseconds

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cucumber-6.x branch from 1815d61 to b281cf5 Compare November 21, 2019 13:54
@renovate renovate bot force-pushed the renovate/cucumber-6.x branch from b281cf5 to 28b99ba Compare February 9, 2020 05:56
@renovate renovate bot force-pushed the renovate/cucumber-6.x branch from 28b99ba to 8a562db Compare April 25, 2022 01:12
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant