koopjs / koop-provider-geojson

GeoJSON provider for Koop
Other
6 stars 5 forks source link

An in-range update of koop is breaking the build 🚨 #10

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency koop was updated from 3.10.1 to 3.11.0.

🚨 View failing branch.

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

koop 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 could not complete due to an error ([Details](https://travis-ci.org/koopjs/koop-provider-geojson/builds/513517851?utm_source=github_status&utm_medium=notification)).

Release Notes for v3.11.0

Added

  • pass in options object when registering a cache provider
Commits

The new version differs by 7 commits.

  • 6a06f7f :package: 3.11.0
  • 1e64ee0 support options when registering a cache (#68)
  • 6d6accf chore(package): update gh-release to version 3.5.0 (#64)
  • 66c6238 chore(package): update mocha to version 6.0.0 (#63)
  • 4fba30d chore(package): update sinon to version 7.2.3 (#58)
  • 566a69b chore(package): update supertest to version 3.4.2 (#59)
  • cd156df fix(package): update config to version 3.0.0 (#57)

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

After pinning to 3.10.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.11.1

Changed

  • console logging of provider/output routes
Commits

The new version differs by 4 commits.

  • 74a8ac2 :package: 3.11.1
  • 071b211 chore(package): update supertest to version 4.0.0 (#67)
  • fb8b774 Pretty printing of provider/plugin routes to terminal (#72)
  • 6a5f0df Fix feature-server route paths for cached datasets (#71)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.12.0

Added

  • response compression unless explicitly disabled with config's disableCompression property
Commits

The new version differs by 2 commits.

  • 6d7afcd :package: 3.12.0
  • 78cf61e Add compression by default, but allow it to be disabled (#73)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.12.1

Changed

  • preferentially use the config argument for this.config during instantiation
Commits

The new version differs by 2 commits.

  • 774e6e4 :package: 3.12.1
  • 42bbd0b Use config arg for koop.config. (#74)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.12.2

Fixed

  • output-plugins routes must be bound before provider routes
Commits

The new version differs by 3 commits.

  • 14ab6ef :package: 3.12.2
  • 868c084 Update existing registration test and add test for binding order. (#76)
  • e5df75b Fix order of route binding (#75)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.13.0

Added

  • appending layer id to cache key provides unique keys for each layer in a provider
Commits

The new version differs by 3 commits.

  • 7afa82b :package: 3.13.0
  • 9cfcce8 Add tests for the Model's createKey function. (#78)
  • 30e5695 Provide unique cache keys for each provider layer. (#77)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.14.0

Fixed

  • provider routes bound before other plugin routes
Commits

The new version differs by 6 commits.

  • 040712c :package: 3.14.0
  • 18db13e fix(package): update ejs to version 3.0.1 (#87)
  • a65fe2b Bind provider routes first. (#89)
  • d6caf20 fix(package): update chalk to version 3.0.0 (#86)
  • d886127 Update Standard (#82)
  • 5d74e24 standard 13.1.0 (#80)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.15.0

Added

  • added pluginName property to plugin registration object, which takes precedence over plugin_name.

Fixed

  • when determining the plugin name, plugin_name takes precedence over Plugin.name.
Commits

The new version differs by 2 commits.

  • 055eff2 :package: 3.15.0
  • d33425e fix(plugin): Fixed plugin name override logic (#90) (#91)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.16.0

Added

  • lock files

Fixed

  • Support True and False as boolean values for query parameters
Commits

The new version differs by 2 commits.

  • 2146bfd :package: 3.16.0
  • 88656f2 F/support more boolean strings (#92)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.17.0

Added

  • Add options object to instantiated model
  • Add cache option validiation
  • Add before and after transformation functions to provider registration options
  • Add name to provider registration options and preferentially use as provider name in routes
Commits

The new version differs by 5 commits.

  • 0b4f444 :package: 3.17.0
  • 60df698 Add "before", "after" and "name" options. (#98)
  • 5d33754 Provider options validation (#96)
  • b44f45d Refactor attachment of options to provider Models. (#95)
  • b2a85ce Add options object to registered models (#94)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.17.1

Fixed

  • Provider name option gets used for plugin routes
Commits

The new version differs by 3 commits.

  • 0e22b34 :package: 3.17.1
  • 8b58501 Ensure provider option 'name' is used in routes. (#101)
  • 2c1863a update copyright year (#99)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.17.2

Added

  • New functions to support fetching metadata for data catalog and layer

Changed

  • Update dependencies
  • Update Travis CI config
  • Enhance development experience by using pre-commit linting
  • Make route method definitions case insensitive, i.e., get, GET or Get all ok
  • Refactored model extension
Commits

The new version differs by 7 commits.

  • 08f9de3 :package: 3.17.2
  • 3d6cebe Refactor model (#107)
  • 96fef0c Fix bug in tracking of registered routes. (#106)
  • 377d037 Extract more code to helper functions. (#105)
  • 9d8bcd0 F/add support to data catalog (#102)
  • 70771f3 Refactor with helper functions (#104)
  • 4706e5f F/general updates (#103)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.17.3

Fixed

  • Prevent overwriting cache and option assignments that occur in provider model constructors
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.18.0

Added

  • Option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes
Commits

The new version differs by 2 commits.

  • 9b675a2 :package: 3.18.0
  • e47856e Add route registration option. (#110)

See the full diff