myartsev / ember-simple-auth-jwt

Ember Simple Auth extension for JWT
MIT License
8 stars 3 forks source link

An in-range update of ember-simple-auth is breaking the build 🚨 #29

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.6.0 of ember-simple-auth was just published.

Branch Build failing 🚨
Dependency ember-simple-auth
Current Version 1.5.1
Type devDependency

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

ember-simple-auth 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 failed [Details](https://travis-ci.org/myartsev/ember-simple-auth-jwt/builds/359828326?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 19 commits.

  • 6209824 1.6.0
  • c876395 fix(package): update ember-cookies to version 0.3.0 (#1573)
  • 5f791bb chore(package): update mocha-only-detector to version 1.0.0 (#1571)
  • ffdd8ca Deprecate Authorizers (#1532)
  • 0d0b984 Merge pull request #1569 from simplabs/fix-remember-me-example
  • c900b14 prefer writable CP over observer
  • f31af34 Resolves invalidate method of session service immediately if called on an already unauthenticated session (#1555)
  • 8dc6cf6 add empty "ember-simple-auth! instance initializer (#1565)
  • fb99435 chore(package): update sinon-chai to version 3.0.0 (#1558)
  • 006f75f Update ember-cli-chai to the latest version 🚀 (#1567)
  • 1c15203 chore(package): update ember-sinon to version 2.1.0 (#1563)
  • f0b3818 chore(package): update ember-sinon to version 2.0.0 (#1562)
  • 54fe5b5 Merge pull request #1554 from BryanCrotaz/fix-privateapi
  • 02e84db Merge pull request #1541 from simplabs/greenkeeper/ember-cli-3.0.0
  • 67ea96e remove use of private api begin/endPropertyChanges and combine multiple sets into setProperties which uses begin/endPropertyChanges internally

There are 19 commits in total.

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 1.5.1 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 6 years ago

Version 1.7.0 just got published.

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

Release Notes 1.7.0
  • The baseURL configuration property is now deprecated; use the rootUrl property instead, see #1597.
  • ESA works with ember-fetch@"^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" now, see #1608.
  • Session events are now bound to methods on the application route correctly, see #1604.
  • The repeated isFastBoot properties used in various places in the codebase have been replaced with a computed property macro, see #1623.
  • The broccoli-file-creator dependency has been raised to ^2.0.0, see #1636.
  • The API docs and README habe been improved for greater clarity and better examples, see #1583, #1591, #1631, #1598.
  • The dummy app now implements remember-me functionality, see #1606.
Commits

The new version differs by 39 commits.

  • 3494209 1.7.0
  • 46b457b Tweak authorizer deprecation example to be closer to original behavior (#1598)
  • d607127 move fastboot CP into util (#1623)
  • 130295b Merge pull request #1636 from dcyriller/upgrade-broccoli-file-creator
  • 77cc38a Merge pull request #1646 from simplabs/greenkeeper/ember-sinon-2.2.0
  • e047fd6 Upgrade broccoli-file-creator
  • 19f0117 Merge pull request #1642 from dcyriller/update-ember-try
  • 9e95127 chore(package): update ember-sinon to version 2.2.0
  • e443819 Update ember-try config
  • 10d6cec Merge pull request #1631 from simplabs/oauth2-response-docs
  • b6fcfbe add docs on expected responses for OAuth2 auth
  • cbf5719 Merge pull request #1632 from simplabs/greenkeeper/ember-source-3.3.0
  • c08f561 Merge pull request #1637 from simplabs/greenkeeper/ember-cli-pretender-3.0.0
  • f471206 fix: use proper argument spread to avoid non-transpiled issues (#1604)
  • 52b5a9a chore(package): update ember-cli-pretender to version 3.0.0

There are 39 commits in total.

See the full diff