NutritionMate / Nutrition.Information.Api

This is an API to retrieve the nutritional information of a given food item.
MIT License
1 stars 1 forks source link

Update cucumber to the latest version 🚀 #60

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.0-rc.8 of cucumber just got published.

Dependency cucumber
Current Version 1.3.1
Type devDependency

The version 2.0.0-rc.8 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of cucumber. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 64 commits .

  • 2854439 Release 2.0.0-rc.8
  • 231183a export all formatters
  • 201b082 parameter type: duplicate regex (#780)
  • e4932f3 allow async transforms
  • f4aae2b catch parameter transform errors
  • 37a2014 upgrade dependency: cucumber-expressions
  • 998e81d documentation: fix setWorldConstructor example
  • f40b405 Update CONTRIBUTING.md
  • 95c6366 Release 2.0.0-rc.7
  • 89b17cb fix after hook run order
  • 54f4a1f docs: add badge with downloads per month (#722)
  • e8a785a docs: normalize syntax highlighting (#726)
  • 09b891b documentation: fix addTransform parameter name (#738)
  • 2580ee2 Update api_reference.md
  • 7086cd9 development: add dependency-lint

There are 64 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.0.0-rc.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

  • 5dbdd10 Release 2.0.0-rc.9
  • 2246394 fix use of gherkin dependency to not rely on removed field

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits0.

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 5cfec73 Release 2.2.0
  • 9f835aa fix line encodings
  • 0729431 add progress-bar formatter
  • 55f80c9 eslint: stop using deprecated rule
  • 95be681 Update issue_template.md
  • e4ff7dc Update attachments.md
  • 1e81ec7 documentation: fix world constructor explanation
  • 7f6fab1 development: force 'LF' line endings for js files (#827)
  • ce29ea2 bump dependencies (major version changes)
  • c4266c0 bump dependencies

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • ca45529 Release 2.3.1
  • ac33ce6 pass step specific options to definition function wrapper (#838)
  • 142ca56 upgrade dependency: nyc
  • b4960c8 update dependency: chai
  • deffdcf update unreleased link in CHANGELOG.md

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 34 commits.

  • f11e30f Release 3.0.0
  • 17a4677 improve error message when using multiple asynchronous interfaces
  • d59b0e5 undefined steps always fail the test run
  • 180591f upgrade to cucumber-expressions 4.0.0 (#869)
  • e59f43c Update README.md
  • 1cfadb6 remove deprecated addTransform
  • fbff6b0 implement event protocol (#879)
  • 66b61e5 fix support code line and uri references (#881)
  • 757d025 Update CHANGELOG.md
  • 864ae48 Update faq.md
  • a43a5b0 Update faq.md
  • 797528e refactor: use object rest spread
  • 3a05683 ci: use progress formatter
  • f0c6f0e documentation: explain rerun formatter
  • f061dad Add BeforeAll / AfterAll hooks (#878)

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 45f7748 Release v3.0.1
  • 73ec18d fix undefined hook parameter (#919)
  • 2a8f3a0 CHANGELOG Update for cucumber/cucumber #251 (#915)
  • 08c138a docs: fix typo and make punctuation consistent (#909)
  • e306c83 format output paths: allow absolute paths (#906)
  • 4238dec Scenario Outline name rename: pluralize word (#903)
  • eef8746 beforeAll/AfterAll timeouts (#899)
  • 44b2cb9 json formatter: add type to scenario (#893)
  • 7d31882 documentation: nodejs example (#898)
  • bc40995 documentation: BeforeAll/AfterAll hooks
  • 08fabcf Update CHANGELOG.md

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 1bcb9a4 Release 3.0.2
  • c922c6f fix usage helpers (#925)
  • e14cef6 defineParameterType: update options (#904)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 85874ae Release 3.0.2
  • fd1f7a0 support to imperatively skip steps (#912)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 880c82d Release 3.0.5
  • ca74e8d hooks: update parameter to include pickle (#947)
  • ed8fbef update dependencies
  • 5245468 Attribution for #948
  • 9eb2fc7 Merge branch 'parameter-type-transform-runs-in-world'
  • a5f085f ParameterType transformer runs in World
  • 6c8bad2 Import TagExpressionParser directly
  • 234f55f Upgrade to cucumber-expressions 4.0.4

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 329ae81 Release 3.0.6
  • 7d8784f cli: don't split formatter output on Windows drive letters (#954)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 052cd20 Release 3.1.0
  • 584d325 add --language cli option (#951)
  • 6e23320 pickle filter: support relative paths (#962)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 37b4a67 Release 3.2.0
  • ae5c3d4 Upgrade tag-expressions to 1.1.1 and fix CHANGELOG.md
  • e9b1a94 Upgrade to cucumber-expressions@^5.0.7
  • 7ba246e Upgrade to cucumber-expressions@5.0.6 and tag-expressions@1.1.0
  • 3bc0e74 Revert "Upgrade cucumber-expressions and tag-expressions"
  • 83a4a2b json formatter: format step result exception (#973)
  • b7cb3bc Upgrade cucumber-expressions and tag-expressions
  • a412c96 update attachment documentation
  • 267725e update yarn.lock
  • 7bb5a3b Require at least cucumber-version 5.0.3
  • b28de6f update browser and nodejs examples
  • 8b5fcdd cli: extract option splitter and use it for --compiler (#958)
  • 184faba add exception to test-case-finished event (#952)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 5d14014 Release 4.0.0
  • 99fe37f revert json formatter duration to nanoseconds (#968)
  • de65b7e experimental: parallelization (#1018)
  • b7de87e cleanup binaries (#1020)
  • 8eb3145 add snippet interface "async-await" (#1003)
  • 73df8eb remove compiler option (#1008)
  • 9182e1e Fix typo in faq.md
  • a33145c deprecate defineSupportCode (#1005)
  • 48aac9a mocha: stop using deprecated option
  • 7ac2803 wait for event loop to drain (#1002)
  • 367a2ea require latest lodash

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • d53e404 Release 4.1.0
  • 78363a1 fix error serialization in parallel mode (#1053)
  • 2089c60 print text step attachments (#1041)
  • 58caad3 update parallel docs about printing to stdout (#1052)
  • ea386c5 default to synchronous snippets (#1051)
  • e3715f6 Upgrade to cucumber-expressions 5.0.13 (#1030)
  • e58b268 documentation: fix import on attachments doc (#1039)
  • e901991 update step timeout error message for each interface (#1028)
  • 4a94dfd Update CHANGELOG.md
  • 8d8a3e6 Fixed typo in CHANGELOG.md (#1048)
  • df5843d Update README.md
  • 1927e5d prettier: use trailing comma (#1024)
  • b3b2d51 eslint: remove globals (#1023)
  • 4cb47a0 eslint: use standard (#1022)
  • 81d4f3d remove bower.json

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • ab45972 Release 4.2.1
  • b653727 improve the error message for gherkin parse errors (#1064)
  • ae78a7b Release 4.2.0
  • 563076c random feature execution order (#1055)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • 4b39f87 Release 5.0.0
  • 2e364bf replace dependency: cli-table -> cli-table2 (#1126)
  • 0706d40 update dependency: string-argv (#1125)
  • 2b9a5e9 upgrade dependency: duration (#1127)
  • e149ee3 docs: clarify arrow function use in FAQs (#1113)
  • 509e64f update build and lint dependencies
  • 1fa2177 update dependency: prettier
  • 71d42e1 update dependency: fs-extra
  • f399080 update test dependencies
  • b478b8d ci: stop testing node 4, start testing node 10
  • 002d7fe update dependency: lodash
  • ff335c6 update dependency: cucumber-expressions:
  • 45a09ec fix dependency-lint config
  • fe5f471 Update CONTRIBUTING.md
  • b90d71d docs: cli.md: Minor grammar and markup fixes (#1101)

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • ff7f683 Release 5.0.1
  • 2ce07f1 replace dependency: cli-table2 -> cli-table3 (#1131)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 1e5d368 Release 5.0.2
  • 0415dde update default formatters' colors enabled
  • 0c76b0c parallel: use ipc for communication
  • 4ae6f25 skip other before hooks if one returns skipped (#1056)
  • cfc9b4a remove buffer deprecation warnings

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • f5332a2 Release 5.1.0
  • 7f5b3f4 upgrade dependency: serialize-erro
  • a20cbba upgrade dependency: eslint
  • 31e51ff upgrade dependencies: babel
  • c78d4dc fix typo in generatons warning

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 35 commits.

There are 35 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀