Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of ember-data is breaking the build 🚨 #93

Open
greenkeeper bot opened this issue Mar 13, 2017 · 22 comments
Open

An in-range update of ember-data is breaking the build 🚨 #93

greenkeeper bot opened this issue Mar 13, 2017 · 22 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Mar 13, 2017

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 failed Details
Release Notes Ember Data 2.12.0

Release 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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 17, 2017

Version 2.12.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 12, 2017

Version 2.12.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes Ember Data 2.12.2

Release 2.12.2 (April 12, 2017)

  • #4922 [BUGFIX release] restore internalModels GUID_KEY’s
  • #4917 [BACKPORT 4913] For release
Commits

The new version differs by 14 commits .

  • 27dbc11 Release Ember Data v2.12.2
  • 5262280 Update changelog for the 2.12.2 release
  • f96f948 [BUGFIX release] restore internalModels GUID_KEY’s
  • 111b774 Merge pull request #4917 from emberjs/for-release
  • e99b343 fix eslint
  • 971edd6 [BUGFIX canary] don't prematurely nullify props on the container-instance-cache
  • 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.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 28, 2017

Version 2.13.0 just got published.

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

Commits

The new version differs by 146 commits ahead by 146, behind by 23.

  • 1d25157 Release Ember Data v2.13.0
  • 5c58516 Update changelog for the 2.13.0 release
  • eadceb4 Refactor the detection / warnings around ember-cli-shims. (#4860)
  • d3625a3 [Fixes #4853] use Object.create(null) directly (#4854)
  • 00ad4d7 [PERF] let GUID_KEYS just be set on the model instances (#4858)
  • 221c85e [BUGFIX beta] Update dependencies to use Babel 6.
  • 441a7f2 Release Ember Data 2.13.0-beta.4
  • 5ff2c03 Update changelog for 2.13.0-beta.4 release
  • 6d360ad [BUGFIX release] restore internalModels GUID_KEY’s
  • 4c92e45 Merge pull request #4916 from emberjs/for-beta
  • d920415 [BUGFIX canary] don't prematurely nullify props on the container-instance-cache
  • a1fa012 Use node 6 for travis tests
  • 920ec0f Release Ember Data 2.13.0-beta.3
  • dfd94ea Update the changelog for the Ember Data 2.13.0-beta.3 release
  • 1d86b22 [BETA] Update dependencies to use babel 6.

There are 146 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 5, 2017

Version 2.13.1 just got published.

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

Commits

The new version differs by 6 commits0.

  • 3c9a941 Release Ember Data v2.13.1
  • d12eeb1 Update changelog for the 2.13.1 release
  • 0b7aae8 Fix typo in function call
  • 5eac8b1 [BUGFIX beta] Skip test which doesn't play nicely with the latest ember-cli and is failing on master
  • 45edaf4 Merge pull request #4970 from rwjblue/enable-engines-with-2-13
  • ae4a7a3 [BUGFIX release] Ensure Engines can boot without error.

false

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2017

Version 2.13.2 just got published.

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

Commits

The new version differs by 4 commits.

  • 87b4a34 Release Ember Data 2.13.2
  • 3c9120e Update changelog for 2.13.2 release
  • 872dbd6 [BUGFIX release] fixes an issue with sync dematerialization followed by a findRecord, adds test coverage (#5012)
  • ae42497 such travis

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2017

Version 2.14.0 just got published.

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

Commits

The new version differs by 140 commits ahead by 140, behind by 34.

  • 1eef0e9 Release Ember Data 2.14.0
  • fba75be Update changelog for the Ember Data 2.14.0 release
  • 584d159 [BUGFIX] fixes an issue with sync dematerialization followed by a findRecord, adds test coverage (#5013)
  • d4b9430 such travis (#5015)
  • 2a787d7 Release Ember Data 2.14.0-beta.3s
  • d4fa2d5 Update changelog for Ember Data 2.14.0-beta.2 release
  • cbe22b7 [BUGFIX BETA] Added system/store/container-instance-cache to the -private export file
  • 751e815 Release Ember Data 2.14.0-beta.2
  • 58d1c23 Fix typo in function call
  • 7f65001 [BUGFIX beta] Ensure Engines can boot without error.
  • 3c9e2c4 [BUGFIX] remove forgotten broccoli-stew import
  • d4dc00c [BUGFIX beta] Skip test which doesn't play nicely with the latest ember-cli and is failing on master
  • c42ded8 Release 2.14.0-beta.1
  • 4304c47 Merge pull request #4950 from runspired/fix/error-on-let-closures
  • 097ad90 start guarding against poorly optimized babel output

There are 140 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2017

Version 2.14.1 just got published.

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

Release Notes Ember Data 2.14.1

Release 2.14.1 (June 19, 2017)

  • #4994 [BUGFIX beta] Fix flushing of pending saves, that include a deleted record (#4994)
  • #5008 [BUGFIX BETA] Fixed export regression. ember-data/transform to be default.
Commits

The new version differs by 4 commits.

  • 419bb07 Release Ember Data 2.14.1
  • 794c54f Update changelog for the Ember Data 2.14.1 release
  • 2d03eca [BUGFIX beta] Fix flushing of pending saves, that include a deleted record (#4994)
  • 483fa7f [BUGFIX BETA]: Fixed export regression. ember-data/transform to be export using default.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 20, 2017

Version 2.14.2 just got published.

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

Release Notes Ember Data 2.14.2

Release 2.14.2 (June 19, 2017)

  • #5022 Ensure ember-data/-private module is emitted properly for ember-cli < 2.12. (#5022)
Commits

The new version differs by 3 commits.

  • c05e088 Release Ember Data 2.14.2
  • 4ec0aa7 Update changelog for Ember Data 2.14.2 release
  • c79ba09 Ensure ember-data/-private module is emitted properly for ember-cli < 2.12. (#5022)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 22, 2017

Version 2.14.3 just got published.

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

Commits

The new version differs by 3 commits.

  • e512f4b released as v2.14.3 🎉
  • c3bbcc6 Merge pull request #5033 from emberjs/header-parsing-release
  • 41898ff loosen header parsing slightly

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2017

Version 2.14.5 just got published.

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

Commits

The new version differs by 8 commits.

  • d3ab81c release v2.14.5 🎉
  • 547e703 Merge pull request #5068 from runspired/release
  • 47e6ae7 [BUGFIX] Preserve local relationship changes after persisting a deletion when possible.
  • efb074a Merge pull request #5071 from emberjs/backport-to-release
  • 5093a1c Update doc for deprecated function.
  • 2e1ae27 Release Ember Data 2.14.4
  • a1cbc37 Update changelog for 2.14.4 release
  • 84041a5 [BUGFIX release] createRecord should only setup relationships it has … (#5048)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 21, 2017

Version 2.14.6 just got published.

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

Commits

The new version differs by 5 commits.

  • ae9544e Release Ember Data 2.14.6
  • 9ddac1a Merge pull request #5079 from emberjs/release-fix-unload-after-destroy
  • 0d4b65b [BUGFIX release] fix destroyRecord followed by unloadRecord and implicit inverse relationships
  • a8908dc [BUGFIX release] Fix global build (#5035)
  • 25a10a8 Convert "babel-plugin-transform-es2015-block-scoping" from dev to prod dep (#5081)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 25, 2017

Version 2.14.7 just got published.

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 27, 2017

Version 2.14.8 just got published.

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 29, 2017

Version 2.14.9 just got published.

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

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • 6e93c5e Release Ember Data 2.14.9
  • bd503c1 fixup changelog
  • ad1f79d [BUGFIX release] unloadRecord + findRecord + orphaned relationships
  • 239acf6 Release Ember Data 2.14.8

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 10, 2017

Version 2.14.10 just got published.

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

Release Notes Ember Data 2.14.10

Release 2.14.10 (August 10, 2017)

  • #5119 [BUGFIX release] Don't notify relationships with links during initialization
Commits

The new version differs by 3 commits.

  • 1502370 Release Ember Data 2.14.10
  • bb57e23 Update changelog for 2.14.10 release
  • 5b4cabb [BUGFIX release] Don't notify relationships with links during initialization

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 31, 2017

Version 2.14.11 just got published.

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2017

Version 2.15.0 just got published.

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 28, 2017

Version 2.15.1 just got published.

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

Commits

The new version differs by 5 commits.

  • 80ad41a Release Ember Data v2.15.1
  • ac9f5b4 Update changelog for v2.15.1
  • 6548e7b Merge pull request #5188 from emberjs/backport-to-release
  • 059c584 fix node 4
  • 1361aa7 [BACKPORT release] PR #5114

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 29, 2017

Version 2.15.2 just got published.

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

Commits

The new version differs by 4 commits.

  • d4fce71 Release Ember Data 2.15.2
  • 4fbaca0 Update changelog for Ember Data 2.15.2
  • 021749a Merge pull request #5193 from bmac/rebase-5107-release
  • c73b6f5 Remove feature flagging for ds-extended-errors.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 30, 2017

Version 2.15.3 just got published.

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

Commits

The new version differs by 4 commits.

  • a4f18e7 Release Ember Data 2.15.3
  • 872dd52 Update changelog for Ember data 2.15.3 release
  • 31cdb02 Merge pull request #5195 from bmac/port-5022-release
  • f19081b Ensure ember-data/-private module is emitted properly for ember-cli < 2.12.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2017

Version 2.16.0 just got published.

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

Commits

The new version differs by 123 commits ahead by 123, behind by 58.

  • 1dd87cb Release Ember Data 2.16.0
  • c1d1ac8 Update changelog for Ember Data 2.16.0 release
  • fc07119 Update changelog on master.
  • 83a4826 [BUGFIX beta] Avoid cache related warnings during builds.
  • 0dd5d47 Release Ember Data 2.16.0-beta.1
  • 9a1cb7d Update changelog for Ember Data 2.16.0-beta.1 release
  • aabaa1a Merge pull request #5192 from bmac/rebase-5107-beta
  • 62b6fdf Remove feature flagging for ds-extended-errors.
  • ffeb55a Merge pull request #5162 from emberjs/locks-patch-1
  • 22b5154 Update RELEASE.md
  • d3139da Merge pull request #5150 from emberjs/only-enumerate-relationships-provided
  • 7a7bafa Merge pull request #5151 from emberjs/reduce-duplicate-signals-to-record-array-manager-on-record-push
  • 441e48c Merge pull request #5153 from emberjs/fix-destroy-relationship
  • 5f5d5d1 [BUGFIX release] ensure inverse async HasMany is correctly maintained
  • 01113a0 [CLEANUP] PERF prevent duplicate recordArrayManager signals on push of a new record

There are 123 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2017

Version 2.16.1 just got published.

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

Commits

The new version differs by 5 commits.

  • a65dabf Release Ember Data 2.16.1
  • b5a0a3e Update changelog for Ember Data 2.16.1
  • 9b803bd resolve #5019
  • 7952d36 Fix ember-data Node 4.x builds
  • 8989cc1 [BUGFIX beta] Fix broccoli-babel-transpiler cache warnings

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants