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

Open
greenkeeper bot opened this issue Sep 14, 2018 · 21 comments
Open

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

greenkeeper bot opened this issue Sep 14, 2018 · 21 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 14, 2018

The devDependency ember-data was updated from 3.4.0 to 3.4.1.

🚨 View failing branch.

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

ember-data 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).

Release Notes for Ember Data 3.4.1

Changelog (September 14, 2018)

  • #5621 Add partner test for the ilios frontend
  • #5589 fix broken link because the new API website does not support the anchor
  • #5582 [BUGFIX] Reference.reload should not cause sync-relationship assertion (#5582)
  • #5584 Additional test coverage for async belongsTo mutation (#5584)
  • #5592 Grammar fixes
  • #5602 Publish docs to npm (#5602)
  • #5620 [DOC release] Change misleading documentation for AdapterPopulatedRecordArray
  • #5622 remove deletes (#5622)
  • #5624 [BUGFIX] fix promise labels
  • #5627 [FEAT adapterOptions] Ensure adapterOptions use is possible throughout (#5627)
  • #5632 cleanup code climate config
Commits

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

  • 82a495a Release Ember Data 3.4.1
  • 22a54f1 Merge pull request #5632 from emberjs/code-climate
  • 71b3d90 [FEAT adapterOptions] Ensure adapterOptions use is possible throughout (#5627)
  • 7df04db cleanup code climate config
  • 23410a1 Merge pull request #5624 from emberjs/fix-labels
  • c1f050b prettier :/
  • 5ad7df2 fix labels
  • 1cac25e Merge pull request #5620 from happycollision/patch-1
  • b6af721 remove deletes (#5622)
  • a1dd055 Merge pull request #5621 from jrjohnson/test-ilios-frontend
  • 411ab8a Show output for smoke tests
  • f8c0983 [DOC release] Fix misleading documentation: AdapterPopulatedRecordArray
  • 56f6301 Add partner test for the ilios frontend
  • 298a26e [FEAT] deprecate instead of assert method calls on a destroyed store instance (#5619)
  • b908b3a [FEAT] ensure release builds only perform necessary jobs

There are 29 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 14, 2018

After pinning to 3.4.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 15, 2018

  • The devDependency ember-data was updated from 3.4.1 to 3.4.2.

Your tests are still failing with this version. Compare changes

Release Notes for Ember Data 3.4.2

Changelog (September 14, 2018)

  • #5641 [BUGFIX] fix deprecation for store entry methods
Commits

The new version differs by 3 commits.

  • 3dc5976 Release Ember Data 3.4.2
  • d1bf42c Merge pull request #5641 from emberjs/fix-deprecation-release
  • 7939982 [BUGFIX] fix deprecation for store entry methods

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 12, 2018

  • The devDependency ember-data was updated from 3.4.4 to 3.5.0.

Your tests are still failing with this version. Compare changes

Commits

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

  • effd7a8 mysterious yarn update
  • 8c083fa Release Ember Data 3.5.0
  • 7dccaf8 update travis config for lts
  • 12d44ae Merge pull request #5675 from jrjohnson/maybe-smoketest
  • ee654cb Allow skipping of smoke tests in long running partner tests
  • 4bcf1f9 Merge pull request #5668 from emberjs/remove-legacy-private
  • 4f6c9ed prettier
  • b13a6ea cleanup test skipping
  • 0826f81 remove legacy build
  • 4d593aa Merge pull request #5667 from Parrryy/hasmany-polymorphic-extract
  • 0929425 Remove unused code (#5666)
  • 550052e Added conditional check to extract polymorphic relationship for hasMany (#5623)
  • 6252353 add remaining mocha rfc 232 blueprints (#5665)
  • 9112790 remove .only (#5664)
  • 8184519 [bugfix beta] Add inverse relationship on payload when missing (#5608)

There are 65 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 29, 2018

  • The devDependency ember-data was updated from 3.5.0 to 3.5.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 21bcdf6 Release Ember Data 3.5.1
  • 4a3c4d2 Merge pull request #5762 from emberjs/release-port-5703
  • e782ba8 [BUGFIX unloadRecord] bfs compatibility for custom RecordData (#5703)
  • ef6100c Update adapter.js (#5734)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 30, 2018

  • The devDependency ember-data was updated from 3.5.1 to 3.5.2.

Your tests are still failing with this version. Compare changes

Release Notes for Ember Data 3.5.2

Changelog 3.5.2 (November 29, 2018)

  • #5766 [BUGFIX] update ember-cli-babel to ensure @ember/canary-features is available
  • #5769 [BUGFIX beta] backport #5767 Make _recordData lazy
Commits

The new version differs by 5 commits.

  • 37e98d2 Release Ember Data v3.5.2
  • 088bb3d Merge pull request #5769 from emberjs/hjdivad/lazy-recorddata-backport
  • dc0928e [BUGFIX beta] backport #5767 Make _recordData lazy
  • 8e95922 Merge pull request #5766 from emberjs/fix-release-deps
  • 7f6a9a5 fix babel dep

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 12, 2018

  • The devDependency ember-data was updated from 3.5.2 to 3.6.0.

Your tests are still failing with this version. Compare changes

Release Notes for Ember Data 3.6.0

Changelog (December 12, 2018)

  • #5671 Fix issue preventing coalescing of belongsTo
  • #5700 [CHORE] remove deprecations targeted for 3.5 (#5700)
  • #5733 [BUGFIX inspector] Fix columns names in debug-adapter (#5733)
Commits

The new version differs by 15 commits ahead by 15, behind by 9.

  • 8fabf96 Release Ember Data 3.6.0
  • 36e2ba4 resolve github package deprecation
  • 03d1b25 [BUGFIX] fix tests for 2.18
  • 3264307 [CHORE tests] modernize unit/model-test
  • d25152c [BUGFIX beta] Make _recordData lazy
  • b0963ff [BUGFIX inspector] Fix columns names in debug-adapter (#5733)
  • dc5537c updates to support native-classes
  • 5e3297c bump ember-cli to 3.5 and upgrade blueprint compat
  • aa1567c [CHORE tests] modernize integration/store/adapter-for-test
  • 7149b6f [CHORE deps] upgrades all dependencies to latest (babel7!)
  • 43922de Use _scheduleFetch instead of _fetchRecord for belongsTo relationship (#5671)
  • 2368773 [BUGFIX unloadRecord] bfs compatibility for custom RecordData (#5703)
  • b1ffc83 [CHORE] remove deprecations targeted for 3.5 (#5700)
  • 6443b33 [FEAT errors] eliminate the call to warn for add/remove/clear
  • 4cbe4c1 Release Ember Data 3.6.0-beta.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 8, 2019

  • The devDependency ember-data was updated from 3.6.0 to 3.7.0.

Your tests are still failing with this version. Compare changes

Release Notes for Ember Data 3.7.0

Changelog (January 8, 2019)

  • Re-release of 3.6.0
Commits

The new version differs by 1 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency ember-data was updated from 3.8.0 to 3.9.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 222 commits ahead by 222, behind by 16.

  • d846335 Release Ember Data 3.9.0
  • 751e5f5 changelog should include labeled commits
  • a185bfc dependabot has a user and a bot :scream:
  • e071608 filter out dependabot
  • 9fd1fab yarn
  • 7431d8f prepare for release
  • 1df8333 [BUGFIX model] assertions around create need to account for Ember's own
  • 081432c [FIX ManyArray] Evented.off requires a reference to the original callback
  • 75c77a7 [FIX transforms] don't instantiate via new
  • 2b89fe3 Convert Record Data to Typescript
  • af0dee9 Change order of transform usage
  • 97deeef Merge pull request #5912 from emberjs/dependabot/npm_and_yarn/broccoli-stew-2.1.0
  • 21f9c3d Merge pull request #5954 from emberjs/dependabot/npm_and_yarn/eslint-5.16.0
  • ed67ad6 Bump broccoli-stew from 2.0.1 to 2.1.0
  • 20b50f1 Bump eslint from 5.15.1 to 5.16.0

There are 222 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 20, 2019

  • The devDependency ember-data was updated from 3.9.0 to 3.9.1.

Your tests are still failing with this version. Compare changes

Release Notes for Ember Data 3.9.1

Changelog (April 19, 2019)

  • 7e3ca651 [BUGFIX jQuery] avoid jQuery deprecation notice for intentional use
  • [BUGFIX fastboot] ember-fetch fastboot passthrough
Commits

The new version differs by 7 commits.

  • e42f51c Release ember-data 3.9.1
  • 7e3ca65 [BUGFIX jQuery] avoid jQuery deprecation notice for intentional use
  • 744d41a Revert "[BUGFIX jQuery] avoid jQuery deprecation notice for intentional use"
  • 33638aa [BUGFIX jQuery] avoid jQuery deprecation notice for intentional use
  • 3f45031 ember-fetch fastboot passthrough
  • c59cc18 Adjust travis file
  • 277991e [fix] Add json:api header on every requests

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2019

  • The devDependency ember-data was updated from 3.9.1 to 3.9.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 4891ed5 [BUGFIX fetch] fix typings for require
  • 9a9a1ed Release v3.9.2
  • 3639f00 [BUGFIX release] Remove ember-fetch dependency. (#6082)
  • 0da619e Merge pull request #6076 from emberjs/backport/release-pr6062
  • c7a26bd [BUGFIX fetch] prevent Accept & ContentType header overwriting (#6062)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 9, 2019

  • The devDependency ember-data was updated from 3.9.2 to 3.9.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 0e20e16 Release Ember Data v3.9.3
  • 0dce363 [BUGFIX release] Fix rollup warnings for require as an external module. (#6095)
  • ab45d35 [BUGFIX release] Fix fetch detection.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2019

  • The devDependency ember-data was updated from 3.9.3 to 3.10.0.

Your tests are still failing with this version. Compare changes

Release Notes for EmberData 3.10.0 "Saganaki Shrimps"

Changelog (May 13, 2019)

Re-release of 3.9.3 to allow for an extended stabilization period for the Packages RFC

Commits

The new version differs by 1 commits.

  • 8088cf4 Release EmberData 3.10.0 'Saganaki Shrimps'

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2019

  • The devDependency ember-data was updated from 3.11.0 to 3.11.1.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 20, 2019

  • The devDependency ember-data was updated from 3.11.1 to 3.11.2.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 26, 2019

  • The devDependency ember-data was updated from 3.11.2 to 3.11.3.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 26, 2019

  • The devDependency ember-data was updated from 3.11.3 to 3.11.4.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2019

  • The devDependency ember-data was updated from 3.11.4 to 3.12.0.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2019

  • The devDependency ember-data was updated from 3.12.0 to 3.12.1.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency ember-data was updated from 3.12.1 to 3.12.2.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 23, 2019

  • The devDependency ember-data was updated from 3.12.3 to 3.13.0.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2019

  • The devDependency ember-data was updated from 3.13.0 to 3.13.1.

Your tests are still failing with this version. Compare changes

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