konsumation / konsum

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

An in-range update of koa-jwt is breaking the build 🚨 #161

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 3.4.0 of koa-jwt was just published.

Branch Build failing 🚨
Dependency koa-jwt
Current Version 3.3.2
Type dependency

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

koa-jwt is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/k0nsti/konsum/builds/422043378?utm_source=github_status&utm_medium=notification)).

Release Notes v3.4.0
  • Update jsonwebtoken dependency to 8.3.0
  • Update typescript definitions
  • Update koa-unless to 1.0.7

Thanks to:

Commits

The new version differs by 10 commits.

  • d79d67b 3.4.0
  • a53f833 updated yarn.lock
  • 9d4d507 Merge pull request #133 from wuppious/master
  • 931e354 Merge pull request #134 from gordonmleigh/fix-ts-defs
  • 49398e0 Merge pull request #131 from JoeTheFkingFrypan/master
  • f37d576 fix typescript definitions
  • 9122409 Fix types
  • eda5e7d chore: Bumped jsonwebtoken to v8.3.0 (from 8.0.0)
  • d3d8b65 chore: Bumped koa-unless to v1.0.7 (from 1.0.0)
  • f31e8c0 Minor README improvements (credits/formatting)

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 3.3.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 3.5.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.5.0

Added support for multiple secrets.

This allows servers to use rolling shared secrets, or to concurrently support Auth0 authentication (via PEM file), in addition to a shared secret (or public/private key pair) used for self-signed JWTs.

Credits: @ferguscan

Commits

The new version differs by 14 commits.

  • 39dbc52 3.5.0
  • fdaf1dc Merge pull request #132 from ferguscan/feature-multiple-secrets
  • 3fc397c modify multi-secret to retrieve multiple secrets from single provider function
  • 26cecd5 Merge pull request #136 from sdd/koajs/master
  • 13029b4 Update yarn.lock
  • d604fc3 Fix error handling for p-any
  • 6c32ecb typo
  • 3b6d897 use p-any instead of Promise.any
  • be90535 add p-any dependancy
  • d75672a remove bluebird
  • c5d6474 Merge branch 'master' into feature-multiple-secrets
  • 882d8ef Expand type for secret in middleware options
  • 4e014e8 Slight wording change in README
  • 453c0de Added support for multiple secrets

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.5.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • 71cfda8 3.5.1
  • 9db83b0 Merge pull request #139 from e2forks/master
  • 5420f21 jwt.Options should accept Buffer[] also.
  • 354092a jwt.Options.secret should also accept string[]
  • 3638368 spelling

See the full diff