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

Release Notes for v6.0.1

6.0.1 (2019-01-14)

Bug Fixes

  • don't make assumptions about the input 'config' object (e9b76dd)
  • package: update dredd-transactions to version 6.2.5 (066d860)
Commits

The new version differs by 8 commits.

  • dee7463 Merge pull request #1205 from apiaryio/greenkeeper/dredd-transactions-6.2.5
  • 066d860 fix(package): update dredd-transactions to version 6.2.5
  • e9b76dd fix: don't make assumptions about the input 'config' object
  • 81288f8 test: add minimal test of Dredd's JS API
  • 0cda326 Merge pull request #1203 from apiaryio/honzajavorek/remove-doc8
  • a318854 chore: remove doc8 linter
  • ee73aed Merge pull request #1202 from apiaryio/honzajavorek/update-commitlint
  • 45fdd67 chore(package): update @commitlint libs to version 7.3.1

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v7.0.0

7.0.0 (2019-01-14)

Features

  • remove automated compilation of CoffeeScript (712a2e4)

BREAKING CHANGES

  • Hookfiles using CoffeeScript are not supported out of the box anymore. Instead manually install the coffeescript module and add --require=coffeescript/register to your command.
Commits

The new version differs by 2 commits.

  • e963159 Merge pull request #1082 from realityking/no-coffeescript
  • 712a2e4 feat: remove automated compilation of CoffeeScript

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v7.0.1

7.0.1 (2019-01-16)

Bug Fixes

  • package: update dredd-transactions to version 6.2.6 (f257530)
Commits

The new version differs by 9 commits.

  • c976eeb Merge pull request #1210 from apiaryio/greenkeeper/dredd-transactions-6.2.6
  • bd5ffdc Merge pull request #1194 from apiaryio/greenkeeper/semantic-release-15.13.3
  • bbc2be2 Merge pull request #1207 from apiaryio/greenkeeper/@commitlint/cli-7.3.2
  • f781064 Merge pull request #1208 from apiaryio/greenkeeper/@commitlint/travis-cli-7.3.2
  • f257530 fix(package): update dredd-transactions to version 6.2.6
  • fbbeeb8 chore(package): update @commitlint/travis-cli to version 7.3.2
  • e3d2372 chore(package): update @commitlint/cli to version 7.3.2
  • cfa19e4 docs: remove a sentence about CoffeeScript
  • ff032ff chore(package): update semantic-release to version 15.13.3

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v7.0.2

7.0.2 (2019-01-16)

Bug Fixes

  • package: update clone to version 2.1.2 (b3a61b7)
  • package: update glob to version 7.1.3 (ca7aaa1)
  • package: update inquirer to version 6.2.1 (d9cbf8f)
  • package: update js-yaml to version 3.12.1 (5767833)
Commits

The new version differs by 5 commits.

  • 3a1d475 Merge pull request #1211 from realityking/deps
  • d9cbf8f fix(package): update inquirer to version 6.2.1
  • 5767833 fix(package): update js-yaml to version 3.12.1
  • b3a61b7 fix(package): update clone to version 2.1.2
  • ca7aaa1 fix(package): update glob to version 7.1.3

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v7.0.3

7.0.3 (2019-01-17)

Bug Fixes

  • package: update request to version 2.88.0 (d147948)
Commits

The new version differs by 6 commits.

  • 1629924 Merge pull request #1212 from realityking/request
  • d147948 fix(package): update request to version 2.88.0
  • c1ff242 Merge pull request #1209 from realityking/file-reporter
  • 504a04e refactor(reporter): replace dependency file with untildify
  • 45ae9aa refactor(reporter): simplify sanitizedPath methods
  • ef4e2eb refactor(fs): replace fs-extra with make-dir

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.0

8.0.0 (2019-02-07)

Code Refactoring

  • change behavior of --color (a5fe81b)
  • remove the --timestamp option (8eb265b)
  • replace --level with --loglevel, remove --silent (f749a0d)
  • split reporter output from Dredd's internal logging (574998f), closes #1089 #765 #1099

BREAKING CHANGES

  • The --color option doesn't support string values ('false', 'true') anymore. To disable coloring, use --no-color instead. The -c short option has been removed.
  • The --timestamp/-t option is no longer available. Instead, the --loglevel=debug automatically displays timestamps as well for the application logging entries.
  • Instead of --level use --loglevel. The option is no longer able to affect reporter output, it only affects application logging output. Use --loglevel=silent instead of --silent, which is now removed. The --loglevel option now only accepts 'silent', 'error', 'warning', 'debug' as values.
  • The --level option is no longer able to affect reporter output, it only affects application logging output.
Commits

The new version differs by 38 commits.

  • 589c7eb Merge pull request #1213 from apiaryio/honzajavorek/separate-logging-from-reporters
  • c8cf96f refactor: modify the options in place
  • 3b13781 Merge pull request #1231 from apiaryio/kylef/options
  • 489e49c Merge pull request #1232 from apiaryio/kylef/lint-bin
  • f5d29a0 chore: ensure that bin/dredd conforms to style guide
  • e3dd084 refactor(options): fix JSON syntax
  • ff55694 refactor: properly deprecate options
  • 67b6b2e refactor: simplify 'setExitOrCallback()' logging
  • aea95c7 refactor: remove unnecessary logging
  • 7eb256b test: make 'applyLoggingOptions()' tests more proof against side effects
  • a5fe81b refactor: change behavior of --color
  • 8eb265b refactor: remove the --timestamp option
  • 2f8f6b6 test: unit test processing of the --loglevel option
  • 691c0a5 refactor: log only as error, warning, and debug
  • 79ff1ba test: update tests to reflect the --level and --silent removal

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.1

8.0.1 (2019-02-21)

Bug Fixes

  • package: update async to version 2.6.2 (b2c59db)
  • package: update inquirer to version 6.2.2 (35736ab)
  • package: update make-dir to version 2.0 (6e0cfb9)
Commits

The new version differs by 22 commits.

  • f5cdc07 Merge pull request #1245 from realityking/dependencies
  • 6e0cfb9 fix(package): update make-dir to version 2.0
  • 35736ab fix(package): update inquirer to version 6.2.2
  • b2c59db fix(package): update async to version 2.6.2
  • 2fb5c2b Merge pull request #1241 from apiaryio/greenkeeper/sinon-7.2.4
  • 4e1d2c0 Merge pull request #1242 from apiaryio/greenkeeper/eslint-5.14.1
  • f1e4c62 Merge pull request #1243 from apiaryio/greenkeeper/mocha-6.0.0
  • 1571ca1 chore(package): update mocha to version 6.0.0
  • 3d6106b chore(package): update eslint to version 5.14.1
  • 257f6df chore(package): update sinon to version 7.2.4
  • f2e9387 Merge pull request #1240 from apiaryio/greenkeeper/eslint-5.14.0
  • 83d1fbd chore(package): update eslint to version 5.14.0
  • 70bab0f Merge pull request #1237 from apiaryio/greenkeeper/@commitlint/cli-7.5.2
  • 8330be3 Merge pull request #1238 from apiaryio/greenkeeper/@commitlint/travis-cli-7.5.2
  • 45e2f96 chore(package): update @commitlint/travis-cli to version 7.5.2

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.2

8.0.2 (2019-02-21)

Bug Fixes

  • package: update dredd-transactions to version 6.5.2 (672877d)
Commits

The new version differs by 2 commits.

  • 9d347f7 Merge pull request #1246 from apiaryio/greenkeeper/dredd-transactions-6.5.2
  • 672877d fix(package): update dredd-transactions to version 6.5.2

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.3

8.0.3 (2019-02-26)

Bug Fixes

  • package: update js-yaml to version 3.12.2 (64d0831)
Commits

The new version differs by 8 commits.

  • 9ff3da0 Merge pull request #1251 from apiaryio/greenkeeper/js-yaml-3.12.2
  • 64d0831 fix(package): update js-yaml to version 3.12.2
  • 326d07a Merge pull request #1249 from apiaryio/greenkeeper/mocha-6.0.2
  • 2d30da7 chore(package): update mocha to version 6.0.2
  • 65cb76f Merge pull request #1248 from apiaryio/greenkeeper/coveralls-3.0.3
  • d8b2748 chore(package): update coveralls to version 3.0.3
  • b8572e4 Merge pull request #1247 from apiaryio/greenkeeper/mocha-6.0.1
  • 198f361 chore(package): update mocha to version 6.0.1

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.4

8.0.4 (2019-03-04)

Bug Fixes

  • test and fix propagation of parse/compile annotations (6ff8d57)
  • package: update make-dir to version 2.1.0 (1b17289)
Commits

The new version differs by 13 commits.

  • 9ac0e54 Merge pull request #1258 from apiaryio/honzajavorek/test-annotations
  • 850c25b Merge pull request #1261 from apiaryio/greenkeeper/sinon-7.2.6
  • fc880df Merge pull request #1262 from apiaryio/greenkeeper/eslint-5.15.0
  • e6dc255 Merge pull request #1263 from apiaryio/greenkeeper/make-dir-2.1.0
  • 1b17289 fix(package): update make-dir to version 2.1.0
  • 780444a chore(package): update eslint to version 5.15.0
  • 83250c3 chore(package): update sinon to version 7.2.6
  • 52f006e test: remove format-specific tests
  • 6ff8d57 fix: test and fix propagation of parse/compile annotations
  • b1bbd9d Merge pull request #1255 from mf16/patch-1
  • 4642270 docs: add missing parenthesis in example
  • c6c6064 Merge pull request #1253 from apiaryio/greenkeeper/sinon-7.2.5
  • 782e8cb chore(package): update sinon to version 7.2.5

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.5

8.0.5 (2019-03-12)

Bug Fixes

  • (dredd.yml) fallbacks to "nodejs" when no language prompted (73ef9f8)
Commits

The new version differs by 13 commits.

  • e6b5e47 docs: fix invalid struct field in go hooks example
  • 4cbc616 Merge pull request #1272 from apiaryio/honzajavorek/fix-link
  • b88574f Merge pull request #1270 from kettanaito/1239-dredd-init-language
  • 73ef9f8 fix: (dredd.yml) fallbacks to "nodejs" when no language prompted
  • 6e604ee test: fixes a typo in "applyAnswers" unit test
  • 684057c docs: fix link
  • 8d517ac refactor: rename 'configuraton.data' to 'configuration.apiDescriptions'
  • 07c8c81 Merge pull request #1266 from apiaryio/greenkeeper/eslint-5.15.1
  • f7d0428 Merge pull request #1259 from apiaryio/honzajavorek/upgrade-dt
  • 1920416 chore(package): update eslint to version 5.15.1
  • 0c6e9cc Merge pull request #1264 from apiaryio/greenkeeper/sinon-7.2.7
  • 4f3f24f refactor: upgrade to dredd-transactions@7
  • 3eba6c7 chore(package): update sinon to version 7.2.7

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.6

8.0.6 (2019-03-20)

Bug Fixes

  • package: update js-yaml to version 3.13.0 (68dadc9)
Commits

The new version differs by 20 commits.

  • b717019 Merge pull request #1283 from apiaryio/greenkeeper/js-yaml-3.13.0
  • 68dadc9 fix(package): update js-yaml to version 3.13.0
  • ca599c4 Merge pull request #1282 from apiaryio/greenkeeper/sinon-7.3.0
  • 3b70419 chore(package): update sinon to version 7.3.0
  • 5d6241a Merge pull request #1280 from apiaryio/greenkeeper/eslint-5.15.3
  • ea3507b chore(package): update eslint to version 5.15.3
  • 719ab0e Merge pull request #1276 from apiaryio/greenkeeper/eslint-5.15.2
  • 7c50a8a chore(package): update eslint to version 5.15.2
  • 104bd29 Merge pull request #1274 from apiaryio/honzajavorek/consolidate-globs
  • a925618 refactor: rename 'cwd' to 'workingDirectory'
  • d984135 test: fix tests
  • cd4bb51 refactor: consolidate 'addHooks()' code & tests
  • 3ac0cfa refactor: move code to 'resolveLocations' and test it
  • 6e2896c refactor: avoid ad-hoc coercing, defaulting, configuration
  • cf4ec35 refactor: return unique items from 'resolvePaths'

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v9.0.0

9.0.0 (2019-04-01)

Code Refactoring

  • require options where they're used (8887c55)

BREAKING CHANGES

  • Dredd's public JavaScript interface doesn't provide the CLI options definitions in the undocumented 'Dredd.options' property anymore. There is no replacement. The CLI options definitions are internal to Dredd.
Commits

The new version differs by 15 commits.

  • a3d103c Merge pull request #1292 from apiaryio/honzajavorek/options
  • e40f7c7 Merge pull request #1294 from apiaryio/honzajavorek/remove-this-tests
  • 7272095 Merge pull request #1298 from apiaryio/greenkeeper/eslint-5.16.0
  • 5273cc2 Merge pull request #1299 from apiaryio/greenkeeper/coffeescript-2.4.0
  • 4b42863 chore(package): update coffeescript to version 2.4.0
  • 7883061 chore(package): update eslint to version 5.16.0
  • 08a11e0 Merge pull request #1296 from apiaryio/honzajavorek/hiring
  • f8231c1 Merge pull request #1297 from apiaryio/greenkeeper/sinon-7.3.1
  • fa68888 chore(package): update sinon to version 7.3.1
  • 20bf2d8 Merge pull request #1295 from apiaryio/honzajavorek/interview
  • 569250c docs: add interview with SurviveJS
  • 6617222 style: omit the .json extension in require
  • 8887c55 refactor: require options where they're used
  • 4428ac6 refactor: remove redundant 'tests' structure
  • 43ed21a docs: remove the hiring banner

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v9.0.1

9.0.1 (2019-04-03)

Bug Fixes

  • adds summary to html reporter (1dbf60f)
Commits

The new version differs by 2 commits.

  • b2f7a62 Merge pull request #1304 from apiaryio/1001-html-reporter
  • 1dbf60f fix: adds summary to html reporter

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v9.0.2

9.0.2 (2019-04-03)

Bug Fixes

  • package: update gavel to version 2.2.2 (a2c2c0e)
Commits

The new version differs by 2 commits.

  • 5f6babd Merge pull request #1305 from apiaryio/greenkeeper/gavel-2.2.2
  • a2c2c0e fix(package): update gavel to version 2.2.2

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

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