dsgnhb / api

Rest API for Levels and Top Design written in node.js using express and mysql
https://api.dsgnhb.de
MIT License
7 stars 3 forks source link

Update dredd to the latest version πŸš€ #112

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency dredd was updated from 5.4.6 to 6.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v6.0.0

6.0.0 (2019-01-11)

Compatibility

  • require Node.js 6.9; disallow Node.js 7 (aa7963b)

Code Refactoring

  • remove deprecated legacy JS hooks (e0287ed)
  • remove sandboxed JavaScript hooks (bc20b3c)
  • remove support for 'junit' reporter (f83bd00)
  • remove support for legacy 'blueprintPath' config option (4e5b6c6)
  • remove support for transaction names with leading '>' chars (4066e2e)
  • hack in deprecation errors for removed config options (f326809)

BREAKING CHANGES

  • Node.js < 6.9 and Node.js 7 are no longer supported
  • Dredd's 'junit' reporter is now called 'xunit'
  • If you have been using the deprecated interface of the JS hooks, you most likely already noticed it years ago, thanks to the warning which Dredd printed out for you. To migrate, use the 'beforeAll' and 'afterAll' hooks with '(transactions, callback)' signature for asynchronous functions, and '(transactions)' signature for synchronous functions.
  • If you are running Dredd programatically using its JS API and you're setting the 'blueprintPath' option, use the 'path' option instead.
  • Transaction names with leading '>' characters are not supported anymore. If you never used Dredd v0.5.0 or older, there's nothing you need to worry about. Otherwise use --names to generate new transaction names for your hooks.
  • Dredd doesn't support sandboxed JS hooks anymore. Use standard JS hooks instead.
Commits

The new version differs by 9 commits.

  • 2a4d85e Merge pull request #1196 from apiaryio/honzajavorek/remove-sandboxed-hooks
  • aa7963b chore: require Node.js 6.9; disallow Node.js 7
  • f83bd00 refactor: remove support for 'junit' reporter
  • 6443364 refactor: remove a leftover 'assertion' from JS hooks codebase
  • f326809 fix: hack in deprecation errors for removed config options
  • e0287ed refactor: remove deprecated legacy JS hooks
  • 4e5b6c6 refactor: remove support for legacy 'blueprintPath' config option
  • 4066e2e refactor: remove support for transaction names with leading '>' chars
  • bc20b3c refactor: remove sandboxed JavaScript hooks

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

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 πŸš€

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 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€