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 🚨 #85

Open
greenkeeper bot opened this issue Oct 3, 2017 · 6 comments
Open

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

greenkeeper bot opened this issue Oct 3, 2017 · 6 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Oct 3, 2017

Version 2.16.0 of ember-data just got published.

Branch Build failing 🚨
Dependency ember-data
Current Version 2.15.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

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

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 Oct 3, 2017

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

@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

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 7, 2017

Version 2.16.2 just got published.

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

Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 12, 2017

Version 2.16.3 just got published.

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

Commits

The new version differs by 8 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2017

Version 2.17.0 just got published.

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

Release Notes Ember Data 2.17.0

Release 2.17.0 (November 19, 2017)

  • #5216 [BUGFIX beta] invalid record becomes loaded when property is reset
  • #4998 [DOC beta] Assert that both modelName and id are passed to peekRecord (#4998)
  • #5217 [BUGFIX beta] RecordReference returns null when not yet loaded
  • #5166 [DOC] Remove mention of bower install from README
  • #5114 Make import stripping smarter to resolve #5019
  • #5165 [DOC] Update README build step script name
  • #5212 Do not show feature flag improved-ajax methods in the api docs
  • #5183 [DOCS release] Add missing "relationship" field to RESTAdapter.findBelongsTo docs
  • #5176 fix node 4
  • #5172 [DOC] Remove parameter from BelongsToReference.value
  • #5178 Ignore included resources without that don't have a corresponding ember-data model
  • #5213 [BUGFIX beta] proxy meta on PromiseArray
  • #5197 Fix ember-data Node 4.x builds
  • #5191 Remove feature flagging for ds-extended-errors.
  • #5184 Update LICENSE through 2017
  • #5196 [BUGFIX beta] Avoid cache related warnings during builds.
  • #5206 [BUGFIX beta] Fix broccoli-babel-transpiler cache warnings
  • #5216 [BUGFIX beta] invalid record becomes loaded when property is reset
  • #5220 Remove (unnecessary) ember-inflector peer dependency
  • #5223 [BUGFIX release] Cleanup test only dependencies.
  • #5224 Add missing dependency for travis build
  • #5232 Update documentation in model.js
Commits

The new version differs by 43 commits ahead by 43, behind by 13.

  • 01760fe Release Ember Data 2.17.0
  • cc7a1aa Update changelog for 2.17.0 release
  • ea4397e [DOC beta] Assert that both modelName and id are passed to peekRecord (#4998)
  • d806319 Release Ember Data 2.17.0-beta.2
  • 6792b6f Update changelog for Ember Data 2.17.0-beta.2
  • 9f5236a Remove ember-inflector peer dependency
  • e3c93d1 Update model.js
  • 691eeb6 [BUGFIX beta] Normalize model names during push
  • 1559f39 Fixup DS.Store.pushPayload example (#5243)
  • 3c079d6 [BUGFIX beta] setProperties to clear errors works (#5248)
  • 3b3e325 [doc] Update links to Ember Guide (#5250)
  • e45e0f1 Do not show feature flag improved-ajax methods in the api docs
  • 9bc16ae [BUGFIX beta] invalid record becomes loaded when property is reset
  • 723f4e6 [BUGFIX beta] RecordReference returns null when not yet loaded
  • d0c8128 Fix docs link. (#5221)

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 29, 2017

Version 2.18.0 just got published.

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

Commits

The new version differs by 72 commits ahead by 72, behind by 13.

  • febb415 Release Ember Data 2.18.0
  • 0fdfcc7 Release Ember data 2.18.0-beta.1
  • 3488978 Update changelog for Ember Data 2.18.0-beta.1 release
  • e46b576 Update changelog for Ember Data 2.17.0 release
  • 1d68d9a [DOC beta] Assert that both modelName and id are passed to peekRecord (#4998)
  • 7311a1d Merge pull request #5260 from acorncom/patch-4
  • 624cda0 [doc] Update urlForFindRecord example
  • 6f5d865 Update changelog for Ember Data 2.17.0-beta.2
  • 741f01c [doc] Update links to Ember Guide (#5250)
  • e01b89a [BUGFIX beta] setProperties to clear errors works (#5248)
  • ce606b1 Fixup DS.Store.pushPayload example (#5243)
  • edd75a9 Merge pull request #5238 from bmac/bug-5118
  • b8977e5 Merge pull request #5242 from emberjs/hjdivad/store-normalized-model-name
  • a698568 [BUGFIX beta] Normalize model names during push
  • 2e1c66f Update assert against nulls (#5218)

There are 72 commits in total.

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