feathersjs-ecosystem / feathers-elasticsearch

Feathersjs adapter for Elasticsearch
MIT License
78 stars 24 forks source link

An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 #104

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency @feathersjs/adapter-commons was updated from 4.4.1 to 4.4.3.

🚨 View failing branch.

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

@feathersjs/adapter-commons 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/feathersjs-ecosystem/feathers-elasticsearch/builds/621735732?utm_source=github_status&utm_medium=notification)).

Release Notes for v4.4.3

4.4.3 (2019-12-06)

Bug Fixes

  • adapter-commons: Filter arrays in queries (#1724) (872b669)
Commits

The new version differs by 5 commits.

  • 76d2ab5 chore(release): publish v4.4.3
  • 725d7aa chore: Skip version that got published with errors
  • 872b669 fix(adapter-commons): Filter arrays in queries (#1724)
  • 7fdd2d6 chore: Update dependencies to enable Greenkeeper 🌴 (#1711)
  • a75aa09 chore: Update version and changelog

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

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.0

4.5.0 (2020-01-18)

Bug Fixes

  • Add params.authentication type, remove hook.connection type (#1732) (d46b7b2)

Features

  • authentication-oauth: Set oAuth redirect URL dynamically and pass query the service (#1737) (0b05f0b)
  • rest-client: Allow for customising rest clients (#1780) (c5cfec7)
Commits

The new version differs by 9 commits.

  • d971d30 chore(release): publish v4.5.0
  • c5cfec7 feat(rest-client): Allow for customising rest clients (#1780)
  • 9d767bf chore(package): Update @types/jsonwebtoken in group default to the latest version πŸš€ (#1781)
  • 0b05f0b feat(authentication-oauth): Set oAuth redirect URL dynamically and pass query the service (#1737)
  • c602508 chore(docs): update intro readme text to be in line with homepage (#1782)
  • 1696794 chore: Update all dependencies and remove remaining Sinon and Chai usage (#1765)
  • 9a6a057 chore(package): Update @types/node in group default to the latest version πŸš€ (#1762)
  • d46b7b2 fix: Add params.authentication type, remove hook.connection type (#1732)
  • f4331aa chore: Update version and changelog

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.1

4.5.1 (2020-01-24)

Note: Version bump only for package feathers

Commits

The new version differs by 3 commits.

  • df79afe chore(release): publish v4.5.1
  • c200ae3 Update all dependencies and fix EventEmitter TypeScript import (#1793)
  • 6dec664 chore: Update version and changelog

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.2

4.5.2 (2020-03-04)

Bug Fixes

  • Updated typings for express middleware (#1839) (6b8e897)
  • authentication: Improve JWT strategy configuration error message (#1844) (2c771db)
  • package: update grant-profile to version 0.0.11 (#1841) (5dcd2aa)
  • test: typo in password (#1797) (dfba6ec)
  • typescript: Make HookMap and HookObject generics. (#1815) (d10145d)
Commits

The new version differs by 14 commits.

  • 9d5871e chore(release): publish v4.5.2
  • 6b8e897 fix: Updated typings for express middleware (#1839)
  • 2b30813 chore(package): update @types/uuid to version 7.0.0
  • 5dcd2aa fix(package): update grant-profile to version 0.0.11 (#1841)
  • 2c771db fix(authentication): Improve JWT strategy configuration error message (#1844)
  • ecdd0c9 chore(tests): Skip unreliable Puppeteer browser tests
  • 27860a1 chore(ci): Add LTS node version to test and run on pull requests (#1826)
  • 4e0cce1 chore: Update all dependencies and add type pointer (#1829)
  • d10145d fix(typescript): Make HookMap and HookObject generics. (#1815)
  • 892c9a3 chore(package): Update dependencies to enable Greenkeeper 🌴 (#1804)
  • 6547d2c chore(test): Set up GitHub action for CI (#1803)
  • 3b8f5a6 chore(tests): Add NodeJS GitHub action
  • dfba6ec fix(test): typo in password (#1797)
  • 05b6965 chore: Update version and changelog

See the full diff