An in-range update of ember-data is breaking the build 🚨
greenkeeper opened this issue · 2 comments
Version 2.12.0 of ember-data just got published.
Branch | Build failing 🚨 |
---|---|
Dependency | ember-data |
Current Version | 2.11.3 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As ember-data 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 💪
Status Details
- ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes
Ember Data 2.12.0Release 2.12.0 (March 13, 2017)
- #4805 Don’t redefine findPossibleInverses for each _findInverseFor
- #4808 Avoid mutating model factory in _modelForMixin.
- #4810 [Fixes #4807] realize class + factory seperation
- #4743 [BUGFIX canary] Fix _lookupFactory deprecation for Ember canary
- #4765 [DOC] Make model.unloadRecord public (#4765)
- #4792 [BUGFIX beta] revert deletion of filter that removed deleted model…
- #4789 Do not access container if Ember.getOwner exists.
- #4760 Update deprecate arguments (#4760)
- #4698 [FIX backburner] Avoids spinning up unnecessary run loops via run.join
- #4638 Update the API docs for snapshots
- #4705 Underscores the already private store.reloadRecord method
- #4663 Silence warnings and deprecations in the console during tests
- #4642 Add API docs for the HasManyReference
- #4706 Improved performance for findHasMany finder
- #4684 Modernizes relationship containers
- #4664 Upgraded IdentityMap and RecordMap
- #4668 [PERF] use micro-queue
- #4699 include related record on the complex test
- #4688 Fixed a typo
- #4685 [FEATURE ds-rollback-attribute] rename ds-reset-attribute
- #4686 [FEATURE ds-improved-ajax] Disable feature
- #4704 Factory cache
- #4696 fix(benchmarks): benchmarks for store.query no longer included record…
- #4691 [BUGFIX beta] Add blueprints for "ember-cli-mocha >= 0.12.0"
- #4697 chore(benchmarks): benchmarks needed to time a few lookups for us to …
- #4701 [PERF] flatten DS.Model to avoid multi-extend, expensive reopens, and extra mixin detection
- #4702 Enable the ds-check-should-serialize-relationships feature flag
- #4703 Removes store._adapterRun
- #4716 [DOC canary] Updating CONTRIBUTING.md to use ember-twiddle as examples
- #4718 [BUGFIX beta] Inverse null relationships should throw if model doesn't exist 3
- #4734 [DOC] fix a couple of typos in model class docs
- #4739 Removed id in urlForFindAll signature
Commits
The new version differs by 92 commits (ahead by 92, behind by 22).
fd06e1f
Pull in loader.js from the dist directory instead of the lib directory (#4824)
0f73468
Release Ember Data 2.12.0
6395eb7
Update the changelog for the Ember Data 2.12.0 release
04cbbb5
Release Ember Data 2.12.0-beta.4
8511886
Update changelog for the 2.12.0-beta.4 release
3637db8
[Fixes #4807] realize class + factory seperation
d7fbbad
Don’t redefine findPossibleInverses for each _findInverseFor
ce95bb2
Avoid mutating model factory in _modelForMixin.
14a75bc
Release Ember Data 2.12.0-beta.3
b96685f
Update changelog for Ember Data 2.12.0-beta.3
83ca6e2
Merge pull request #4792 from runspired/2.12-beta-hotfix
d94a299
don't remove unpersisted deletes
52028db
Add a test for #4770
4a71fea
[BUGFIX beta] revert deletion of filter that removed deleted models when flushCanonical of hasMany was called
315b31c
Do not access container if Ember.getOwner exists.
There are 92 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
Version 2.12.1 just got published.
Your tests are still failing with this version. Compare the changes 🚨
Commits
The new version differs by 8 commits .
83ff5f6
Release Ember Data 2.12.1
71978ee
Update changelog for the Ember Data 2.12.1 release
d101ed3
Merge pull request #4875 from runspired/fix/iife-release
d2fa315
Merge pull request #4881 from bmac/fix-release
1d959d9
Fix injection-test on the release branch
16c3014
ensure context is applied
868c90b
[BUGFIX] ensure the globals build has the correct context in the iife.
1d34bf0
Fix tests in release branch RE: factoryFor. (#4878)
See the full diff.
Ember data removed from master