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

An in-range update of dredd is breaking the build 🚨 #100

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.1.9 of dredd was just published.

Branch Build failing 🚨
Dependency dredd
Current Version 5.1.8
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

dredd is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/dsgnhb/api/builds/389245615?utm_source=github_status&utm_medium=notification)

Release Notes v5.1.9

5.1.9 (2018-06-07)

Bug Fixes

Commits

The new version differs by 4 commits.

  • d2215f5 Merge pull request #1025 from apiaryio/pksunkara/update
  • bc93a7c fix: Update dependencies
  • ed4fcec Merge pull request #1023 from apiaryio/michalholasek/flaky-hooks-worker-client-test
  • 0df911a test: fix flaky suite in hooks-worker-client-test

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

After pinning to 5.1.8 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 5.1.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v5.1.10

5.1.10 (2018-06-13)

Bug Fixes

  • make Dredd installable with older versions of git (0aabd88)
  • upgrade Gavel.js (c8bd9ed)
Commits

The new version differs by 4 commits.

  • a5455a2 Merge pull request #1028 from apiaryio/honzajavorek/upgrade-gavel
  • 71c359e test: adjust tests to fit changes in Gavel's output
  • 0aabd88 fix: make Dredd installable with older versions of git
  • c8bd9ed fix: upgrade Gavel.js

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.11 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v5.1.11

5.1.11 (2018-07-03)

Bug Fixes

  • remove vulnerability in pyyaml (64b1264)
Commits

The new version differs by 60 commits.

  • dc86a42 Merge pull request #1079 from apiaryio/honzajavorek/lint-docs
  • d5a7462 chore: optimize Pull Request builds, remove semantic release
  • 51bfc35 chore: separate 'docs:lint' from 'lint'
  • 9bab692 docs: add ReadTheDocs badge
  • 64b1264 fix: remove vulnerability in pyyaml
  • c668601 chore: remove docs installation from scripts
  • b2f69ae chore: move job labels from comments to env (hacking Travis' UI, hehe)
  • 77c0db6 chore: run everything except of semantic release in parallel
  • 0360648 docs: fix outdated or permanently redirected external links
  • 64de568 docs: make link check to ignore crates.io
  • ec28afb chore: Lint & build docs in CI
  • feddbbb Merge pull request #1078 from apiaryio/honzajavorek/remove-gitter-badge
  • 212aad0 docs: remove gitter badge
  • 159245f Merge pull request #1077 from esse/patch-1
  • d8d56fd docs: add tutorial about using Dredd in Rails

There are 60 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.2.0

5.2.0 (2018-09-25)

Bug Fixes

  • release a vulnerability fix (468bad4)
  • upgrade dredd-transactions (32aa815)

Features

Commits

The new version differs by 117 commits.

  • 6afc919 Merge pull request #1112 from apiaryio/honzajavorek/force-release
  • 05fdd21 chore: fix publishing to npm
  • 468bad4 fix: release a vulnerability fix
  • 4ee16aa Merge pull request #1110 from apiaryio/kylef/sinon
  • 8a17dc0 test: update code to work with the latest sinon
  • 67caa12 chore: upgrade sinon
  • d580986 chore: update package-lock.json
  • c06bc54 Merge pull request #1102 from apiaryio/honzajavorek/dredd-init
  • e7b6084 docs: avoid redirects
  • ffc8af7 Merge pull request #1085 from realityking/request
  • bb3178e docs: fix redirects, the JSON Schema book has moved
  • 44fc8a8 test: remove redundant tests
  • 5b0510d test: add unit tests
  • 0b6d7a0 test: use _ name of the function as that's how it's exported
  • c2b5ace docs: migrate to CircleCI 2.0

There are 117 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.3.0

5.3.0 (2018-12-03)

Bug Fixes

  • openapi2: fix a regression in $ref-s (c02713b)
  • openapi2: support 'binary' response schemas (c4c0c31)

Features

  • openapi2: update the OpenAPI 2 adapter (08b3e8c)
Commits

The new version differs by 196 commits.

  • c56a8e7 Merge pull request #1140 from apiaryio/honzajavorek/update-fury
  • 531caa2 Merge pull request #1138 from apiaryio/JackuB/contributing-docs
  • 8fecd32 test: rename Swagger to OpenAPI 2
  • 10d148a test: make fixtures parseable again
  • c02713b fix(openapi2): fix a regression in $ref-s
  • 0bccc69 chore: update lockfile
  • 08b3e8c feat(openapi2): update the OpenAPI 2 adapter
  • ab4f66f test(openapi2): verify 'file' works correctly for HTTP requests
  • c4c0c31 fix(openapi2): support 'binary' response schemas
  • 5f92cc9 refactor: do not use shortened words like this
  • b9a8196 docs: cleaning up the contributing section
  • b69755f Merge pull request #1136 from apiaryio/honzajavorek/simplify-links
  • 9fb8239 docs: make JSON Schema specs refs more verbose
  • 8ea5510 refactor: avoid defaulting arguments to [] or {}
  • f3da50e docs: properly document all extensions

There are 196 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.3.1

5.3.1 (2018-12-11)

Bug Fixes

  • package: update gavel to version 2.2.0 (226c987)
Commits

The new version differs by 28 commits.

  • 9d59371 Merge pull request #1151 from apiaryio/greenkeeper/gavel-2.2.0
  • aa8878f Merge pull request #1150 from apiaryio/honzajavorek/mention-swagger
  • a4f1fc7 docs: remove Git, it's not necessary anymore
  • 23cc164 chore: do not modify the lock file on CI installs
  • 91fbb2b chore(package): update lockfile package-lock.json
  • 226c987 fix(package): update gavel to version 2.2.0
  • fddc13d docs: remove additional whitespace πŸ€¦β€β™€οΈ
  • c16d089 docs: mention Swagger
  • d66da10 Merge pull request #1144 from apiaryio/honzajavorek/commitlint
  • af15982 chore: use script to handle the commitlint logic
  • 018effa Merge pull request #1143 from apiaryio/honzajavorek/nooptional
  • 7286849 chore: don't install optional deps on RTD
  • c153fb1 Merge pull request #985 from apiaryio/greenkeeper/initial
  • 9bbea4f Merge pull request #1142 from apiaryio/honzajavorek/upgrade-coveralls
  • 4a4ebe1 docs(readme): add Greenkeeper badge

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.3.2

5.3.2 (2018-12-12)

Bug Fixes

  • package: update gavel to version 2.2.1 (18f6e59)
Commits

The new version differs by 31 commits.

  • 650748a Merge pull request #1156 from apiaryio/greenkeeper/gavel-2.2.1
  • 89947df chore(package): update lockfile package-lock.json
  • 18f6e59 fix(package): update gavel to version 2.2.1
  • 9d59371 Merge pull request #1151 from apiaryio/greenkeeper/gavel-2.2.0
  • aa8878f Merge pull request #1150 from apiaryio/honzajavorek/mention-swagger
  • a4f1fc7 docs: remove Git, it's not necessary anymore
  • 23cc164 chore: do not modify the lock file on CI installs
  • 91fbb2b chore(package): update lockfile package-lock.json
  • 226c987 fix(package): update gavel to version 2.2.0
  • fddc13d docs: remove additional whitespace πŸ€¦β€β™€οΈ
  • c16d089 docs: mention Swagger
  • d66da10 Merge pull request #1144 from apiaryio/honzajavorek/commitlint
  • af15982 chore: use script to handle the commitlint logic
  • 018effa Merge pull request #1143 from apiaryio/honzajavorek/nooptional
  • 7286849 chore: don't install optional deps on RTD

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.4.0

5.4.0 (2018-12-20)

Bug Fixes

  • do not use --no-optional anymore (06acc3a)
  • remove protagonist, enforce https (773bfb9)

Features

  • lock Dredd's distributed dependencies (b28c7d9)
Commits

The new version differs by 70 commits.

  • e7847df Merge pull request #1168 from apiaryio/honzajavorek/remove-protagonist
  • f8beff7 docs: remove leftovers
  • 4eace8c test: remove dependency on the API Blueprint parser
  • 826ef4b docs: remove C++ deps details, don't recommend --no-optional
  • 06acc3a fix: do not use --no-optional anymore
  • 576f758 chore: replace .npmignore with 'files'
  • 773bfb9 fix: remove protagonist, enforce https
  • 5a61187 chore: postprocess the lockfile
  • b28c7d9 feat: lock Dredd's distributed dependencies
  • b69921c test: verify the installation skips Protagonist
  • 954386c Merge pull request #1164 from apiaryio/honzajavorek/eslintignore
  • 2301e92 chore: improve ESLint ignores
  • 5912704 Merge pull request #1165 from apiaryio/honzajavorek/remove-babel
  • cd1e07e Merge pull request #1167 from apiaryio/honzajavorek/docs-badge
  • d0a2fdb Merge pull request #1163 from apiaryio/honzajavorek/remove-test-dir

There are 70 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.4.1

5.4.1 (2018-12-20)

Bug Fixes

  • do not include dev deps in shrinkwrap (0a081f6)
Commits

The new version differs by 74 commits.

  • 379c279 Merge pull request #1170 from apiaryio/honzajavorek/remove-dev-from-shrinkwrap
  • 7247586 Merge pull request #1169 from apiaryio/honzajavorek/be-nice
  • 0a081f6 fix: do not include dev deps in shrinkwrap
  • 672b6b4 style: use different language
  • e7847df Merge pull request #1168 from apiaryio/honzajavorek/remove-protagonist
  • f8beff7 docs: remove leftovers
  • 4eace8c test: remove dependency on the API Blueprint parser
  • 826ef4b docs: remove C++ deps details, don't recommend --no-optional
  • 06acc3a fix: do not use --no-optional anymore
  • 576f758 chore: replace .npmignore with 'files'
  • 773bfb9 fix: remove protagonist, enforce https
  • 5a61187 chore: postprocess the lockfile
  • b28c7d9 feat: lock Dredd's distributed dependencies
  • b69921c test: verify the installation skips Protagonist
  • 954386c Merge pull request #1164 from apiaryio/honzajavorek/eslintignore

There are 74 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.4.2

5.4.2 (2019-01-08)

Bug Fixes

Commits

The new version differs by 105 commits.

  • c171735 Merge pull request #1184 from apiaryio/honzajavorek/update-dt
  • d80bef6 chore: do not use lock file
  • 9f6f7b0 fix: upgrade to Dredd Transactions without Protagonist
  • 80accd1 chore: remove shrinkwrap altering except of https enforcement
  • 42fd342 Merge pull request #1180 from apiaryio/honzajavorek/remove-complexity
  • 4eaca26 Merge pull request #1182 from apiaryio/honzajavorek/docker-docs
  • 3ae7016 docs: document quirks of running Dredd inside Docker
  • c4cdebb Merge pull request #1181 from apiaryio/honzajavorek/hooks-docs
  • 36530b9 style(docs): use the openapi2 Pygments lexer everywhere
  • 4f168ec docs: revamp hooks docs
  • c8f2b4c style(docs): improve docs rendering
  • c27b38b docs: rename Node.js hooks to JavaScript hooks (phase 1)
  • 527530d chore(docs): hardcode the version to 'latest'
  • 69819a9 chore: change the hiring link
  • 746daae refactor: use dedicated Pygments lexers for OpenAPI

There are 105 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.4.3

5.4.3 (2019-01-08)

Bug Fixes

  • package: update dredd-transactions to version 6.2.3 (c9f1d7c)
Commits

The new version differs by 107 commits.

  • 94fdba5 Merge pull request #1185 from apiaryio/greenkeeper/dredd-transactions-6.2.3
  • c9f1d7c fix(package): update dredd-transactions to version 6.2.3
  • c171735 Merge pull request #1184 from apiaryio/honzajavorek/update-dt
  • d80bef6 chore: do not use lock file
  • 9f6f7b0 fix: upgrade to Dredd Transactions without Protagonist
  • 80accd1 chore: remove shrinkwrap altering except of https enforcement
  • 42fd342 Merge pull request #1180 from apiaryio/honzajavorek/remove-complexity
  • 4eaca26 Merge pull request #1182 from apiaryio/honzajavorek/docker-docs
  • 3ae7016 docs: document quirks of running Dredd inside Docker
  • c4cdebb Merge pull request #1181 from apiaryio/honzajavorek/hooks-docs
  • 36530b9 style(docs): use the openapi2 Pygments lexer everywhere
  • 4f168ec docs: revamp hooks docs
  • c8f2b4c style(docs): improve docs rendering
  • c27b38b docs: rename Node.js hooks to JavaScript hooks (phase 1)
  • 527530d chore(docs): hardcode the version to 'latest'

There are 107 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.4.4

5.4.4 (2019-01-08)

Bug Fixes

  • fix the JS API path for case-sensitive systems (4c0d033)
Commits

The new version differs by 108 commits.

  • 4c0d033 fix: fix the JS API path for case-sensitive systems
  • 94fdba5 Merge pull request #1185 from apiaryio/greenkeeper/dredd-transactions-6.2.3
  • c9f1d7c fix(package): update dredd-transactions to version 6.2.3
  • c171735 Merge pull request #1184 from apiaryio/honzajavorek/update-dt
  • d80bef6 chore: do not use lock file
  • 9f6f7b0 fix: upgrade to Dredd Transactions without Protagonist
  • 80accd1 chore: remove shrinkwrap altering except of https enforcement
  • 42fd342 Merge pull request #1180 from apiaryio/honzajavorek/remove-complexity
  • 4eaca26 Merge pull request #1182 from apiaryio/honzajavorek/docker-docs
  • 3ae7016 docs: document quirks of running Dredd inside Docker
  • c4cdebb Merge pull request #1181 from apiaryio/honzajavorek/hooks-docs
  • 36530b9 style(docs): use the openapi2 Pygments lexer everywhere
  • 4f168ec docs: revamp hooks docs
  • c8f2b4c style(docs): improve docs rendering
  • c27b38b docs: rename Node.js hooks to JavaScript hooks (phase 1)

There are 108 commits in total.

See the full diff