mainmatter / ember-simple-auth

A library for implementing authentication/authorization in Ember.js applications.
https://ember-simple-auth.com
MIT License
1.93k stars 606 forks source link

An in-range update of ember-source is breaking the build 🚨 #1299

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.12.2 of ember-source just got published.

Branch Build failing 🚨
Dependency ember-source
Current Version 2.12.1
Type devDependency

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

As ember-source is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a 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/simplabs/ember-simple-auth/builds/226571533)

Release Notes v2.12.2

CHANGELOG

  • #15160 [BUGFIX] Ensure Ember.Test global is setup when including ember-testing.js.
  • #15142 / #15163 [BUGFIX] Don’t leak deprecated container.
  • #15161 [BUGFIX] Prevent errors from being triggered during error processing on non ES6 platforms.
  • #15180 [BUGFIX] Correct until values for this.container deprecations.
Commits

The new version differs by 10 commits0.

  • 527b317 Release v2.12.2.
  • 1c82875 Add 2.12.2 to CHANGELOG.md.
  • ce8effb [BUGFIX release] Correct until values for this.container deprecations.
  • fcfa84d [BUGFIX beta] Avoid storing container on the prototype.
  • 3a1628c [BUGFIX release] Fixes #15154
  • 5bf3594 [BUGFIX release] Don’t leak container while injection deprecated container
  • b100b70 Updates to support using emberjs-build@0.20.1.
  • 58df3b2 [BUGFIX release] Ensure Ember.Test globals setup when including ember-testing.js
  • 8930b15 Merge pull request #15152 from emberjs/backport-validate-injections-debug-stripping
  • 41c8de7 [BUGFIX release] strip container.registry.validateInjections in v2.12.x

false

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

Version 2.13.0 just got published.

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

Release Notes v2.13.0

CHANGELOG

  • #15111 / #15029 [PERF] factoryFor should cache when possible.
  • #14961 [BUGIX] [Fixes #14925] remove duplicate / in pathname
  • #15065 [BUGFIX] Guard jQuery access in setupForTesting.
  • #15103 [BUGFIX] Allow calling Ember.warn without test.
  • #15106 [DOC] Introduce a more debugging data to warnings about CP dependencies.
  • #15107 [PERF] avoid toBoolean conversion when possible (chains).
  • #14011 [FEATURE ember-unique-location-history-state] Implements RFC #186.
  • #13231 [BUGFIX] Fix a bug when using commas in computer property dependent keys.
  • #14890 [BUGFIX] Fix a race condition where actions are invoked on destroyed DOM nodes.
  • #14894 [FEATURE ember-no-double-extend] Enable by default.
  • #14781 / #14954 Upgrade to Glimmer VM v0.22
  • #14919 [DEPRECATION] Deprecate the private Ember.Router.router property in favor of Ember.Router._routerMicrolib.
  • #14970 [BUGFIX] Generate integration tests for template helpers by default.
  • #14976 [BUGFIX] Remove "no use strict" workaround for old versions of iOS 8.
Commits

The new version differs by 231 commits ahead by 231, behind by 91.

  • 1cd37cb Release v2.13.0.
  • 5c666ed Update the CHANGELOG for 2.13.0.
  • bc3dfad Add 2.12.2 to CHANGELOG.md.
  • c107be8 Add 2.12.1 to CHANGELOG.md.
  • d3394ed [BUGFIX release] Correct until values for this.container deprecations.
  • ac792ca [BUGFIX beta] Avoid creating enumerable properties on all objects created by DI.
  • 323c983 [BUGFIX release] Fixes #15154
  • 0930425 [BUGFIX beta] Avoid storing container on the prototype.
  • ed541ab [Bugfix beta] Fix route blueprint for --reset-namespace
  • bacbcfb Add failing tests for ember-cli/6026
  • 92f072a [BUGFIX beta] finishChains should operate on metas
  • 25ebccc [BUGFIX release] Don’t leak container while injection deprecated container
  • 6dbc512 [BUGFIX beta] Remove global didDefineProperty
  • fe49417 [BUGFIX beta] Make toString safe for arrays too.
  • cd3dd40 [DOC beta] document unexpected default behavior

There are 231 commits in total.

See the full diff

Turbo87 commented 7 years ago

fixed by https://github.com/simplabs/ember-simple-auth/pull/1308