SenseNet / sn-redux

A set of redux actions, reducers and redux-ovbservable epics for sensenet
https://www.sensenet.com/
GNU General Public License v2.0
6 stars 3 forks source link

An in-range update of sn-client-js is breaking the build 🚨 #34

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.3.0 of sn-client-js just got published.

Branch Build failing 🚨
Dependency sn-client-js
Current Version 2.2.0
Type dependency

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

sn-client-js is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

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

Release Notes 2.3.0

New features

  • Extended Repository configuration with default OData parameters for default select, required select, default metadata, default inlinecount, expand and top
  • Added repository.GetCurrentUser() observable for tracking user identity changes
  • Created SavedContent< T > type where the content Id and Path is required
  • Added batch operations to Repository: CopyBatch, MoveBatch and DeleteBatch

Changes

  • Type checking for OData select, expand and orderby options
  • repository.handleLoadContent() will accept a SavedContent for parameter (Id and Path will be required)
Commits

The new version differs by 10 commits.

  • 4ebfa37 Merge branch 'master' into development
  • ee46ddc chore(package): update @types/chai to version 4.0.4 (#50)
  • 15a8f80 chore(package): update @types/mocha to version 2.2.42 (#51)
  • 3f83e2b Repository batches (#49)
  • d982b60 Feature/extend repository config (#48)
  • 0f80c32 GetCurrentUser observable for user identity changes, restore RxJs Ajax functionality (#47)
  • c75f319 chore(package): update @types/chai to version 4.0.3 (#46)
  • b637564 Merge branch 'release/2.2.0' into development
  • 8ffdb88 Merge branch 'release/2.2.0'
  • 89e7e67 chore(package): bumped version

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 2.2.0 your tests are passing again. Downgrade this dependency 📌.