bmeurant / ember-array-contains-helper

Ember helper to test the presence of a value in an array
http://bmeurant.github.io/ember-array-contains-helper/
MIT License
22 stars 2 forks source link

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

Closed greenkeeper[bot] closed 8 months ago

greenkeeper[bot] commented 6 years ago

Version 3.2.0 of ember-data was just published.

Branch Build failing 🚨
Dependency ember-data
Current Version 3.1.1
Type devDependency

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 - βœ… **coverage/coveralls** First build on greenkeeper/ember-data-3.2.0 at 96.296% [Details](https://coveralls.io/builds/17761764) - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/bmeurant/ember-array-contains-helper/builds/398333789?utm_source=github_status&utm_medium=notification)

Release Notes v3.2.0

CHANGELOG

  • #5497 [BUGFIX] Make snapshot lazier and fix defaultValue.
  • #5499 [BUGFIX] Backport fix infinite relationship retry issue from #5492.
  • #5508 [CHORE] Update Dependencies to avoid broccoli-funnel deprecation.
  • #5432 [CHORE] Remove exists-sync dependency.
  • #5436 [CHORE] Remove all usage of Ember.copy to avoid future deprecation.
  • #5437 / #5459 [CHORE] Removes deprecated store.filter feature, must migrate to ember-data-filter@2.0.0 for similar API usage.
  • #5461 [BUGFIX] Update content of proxy for async belongs-to relationships when null data received
  • #5467 [BUGFIX] Avoid unnecessary work during destruction process.
  • #5439 [FEAT] FASTBOOT SHOEBOX - Use actions queue so rehydration works
  • #5412 Fix npmignore and cleanup test artifacts before publishing
  • #4977 Trap exceptions that are thrown from adapter methods
  • #4856 [BUGFIX #4497] query/queryRecord/filter now support adapter options
  • #5408 [FEAT BUGFIX] enable canonical state updates to deleted records
  • #5336 [CHORE] remove all benchmark related code
  • #5324 Don't serialize new has many relationships
  • #5405 [CHORE] remove dead methods left behind from ff removal
  • #5406 [BUGFIX release] Fix Model.modelName inheritance with Ember 3.2+.
  • #5366 fix initial polymorphic attribute
  • #5345 Check if adapter#query is a wrapped function
  • #5385 Use najax in fastboot and some refactoring to isolate jQuery.ajax
  • #5399 Remove unneeded feature flagged tests
  • #5410 [FEAT BUGFIX] resolves issues with links and data in relationships (#5410)
  • #5413 [BUGFIX] Fix availability of properties in createRecord init
  • #5414 [FEAT BUGFIX] adds adapterOptions ability to model.reload()
  • #5415 make createRecord sync and remove unnecessary run usage in tests
  • #5416 adds a more robust test around reload
  • #5418 Limit CI runs on branches to master, beta, release
  • #5422 [FEAT] Prevent async test leakage (feat. adds test waiters)
  • #4977 Trap exceptions that are thrown from adapter methods and reject the (#4977)
  • #5379 minor typo
  • #5382 [FIX] update ember-cli-dependency-checker to avoid deprecation warning
  • #5371 Upgrade to ember-cli-qunit 4.0 and replace ember-dev with ember-qunit… (#5371)
  • #5369 [BUGFIX beta] Fix createRecord creating two records
  • #5375 Remove jQuery usage from tests (#5375)
  • #5378 [BUGFIX] resolve issues with RecordArray sync for peekAll (#5378)
  • #5381 [FEAT BREAKING] remove globals build for 3.x (#5381)
  • #5383 fix external ordered set dependency
  • #5384 [FEAT] remove all stale feature flags (#5384)
Commits

The new version differs by 128 commits ahead by 128, behind by 17.

  • 7e02741 Release v3.2.0.
  • e5a9006 Fix test helper setup to avoid error on ember-source@3.3.0+.
  • dd8726e Allow canary and beta failures in release branch.
  • b889423 Add 3.2.0 to CHANGELOG.md.
  • 92272a7 [CHORE] update broccoli-funnel
  • 7dd5dec Update parseResponseHeaders to work in fastboot. (#5502)
  • 0cecbd0 Release v3.2.0-beta.4.
  • 0d038e5 Update CHANGELOG for 3.2.0-beta.4.
  • 3b7b5e7 [BUGFIX beta] ports fix for infinite-relationship-retry from #5492 (#5499)
  • 9251434 Merge pull request #5497 from feedbackfruits/cherry-pick-5428
  • bae33b1 Implement fix
  • 6095c63 Fix _reloadRecord method name in JSDoc
  • 9ce6fb4 [CHORE] remove all usage of Ember.copy
  • 22556f2 Remove exists-sync dependency
  • 88191eb [BUGFIX] dont cause unnecessary work during destroy

There are 128 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 3.3.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Ember Data 3.3.0

Release 3.3.0 (July 13, 2018)

  • Re-release of Ember Data 3.2.0
Commits

The new version differs by 2 commits.

  • ce11414 Release Ember Data v3.3.0
  • 554ea68 Update changelog for 3.3.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.3.1 just got published.

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

Release Notes Ember Data 3.3.1

Release 3.3.1 (July 26, 2018)

  • #5541 [BUGFIX] backport fix for belongsTo proxy update
Commits

The new version differs by 6 commits.

  • 506ef5e Release Ember Data v3.3.1
  • 59706e9 Update changelog for Ember Data 3.3.1 release
  • b7acb78 Merge pull request #5541 from emberjs/proxy-fix-3.3
  • 531311e [BUGFIX] backport fix for belongsTo proxy update
  • ce11414 Release Ember Data v3.3.0
  • 554ea68 Update changelog for 3.3.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.4.0 just got published.

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

Release Notes Ember Data v3.4.0

Release 3.4.0 (August 27, 2018)

  • #5540 revert is-empty flag change, leave todo (#5540)
  • #5545 [FEAT] TrackableRequests for when async leakage is detected
  • #5551 Fix floating dependencies test suite (#5551)
  • #5557 Fixup transpilation issues with @ember/ordered-set. (#5557)
  • #5559 Dependency roundup!
  • #5562 [BUGFIX] use internalModel promise if already loading (#5562)
  • #5566 Acceptance Tests for belongsTo
  • #5567 [FEAT] enable external partner testing
  • #5549 [BUGFIX beta] Replace Object.assign with Ember polyfill assign (#5549)
  • #5540 revert is-empty flag change, leave todo (#5540)
  • #5544 remove test waiter (#5544)
  • #5543 Do not publish yarn.lock to npm
  • #5477 [BUGFIX] normalize model name for belongs to relationships (#5477)
  • #5518 [BUGFIX] Clarifying error message for polymorphic types (#5518)
  • #5520 Add 2.18.3 release to the changelog on master
  • #5526 Update links to builds page fixtures
  • #5528 Add tests for createRecord+unloadRecord
  • #5531 broccoli-babel-transpiler appears only used in tests, otherwise it uses
  • #5531 broccoli-babel-transpiler appears only used in tests, otherwise it uses
  • #5533 [BUGFIX] fix and tests for belongs-to proxy not properly updating (#5533)
  • #5536 [BUGFIX beta] Upgrading ember-inflector to v3.3.0
  • #5467 [BUGFIX] don't cause unnecessary work during destroy
  • #5411 Remove deprecations scheduled for 3.0
  • #5117 Give Model a static toString method
  • #5429 improve tests for unloading relationships
  • #5469 Revamp eslint configuration.
  • #5439 [FEAT] FASTBOOT SHOEBOX - Use actions queue so rehydration works
  • #5432 Remove exists-sync dependency
  • #5436 [CHORE] remove all usage of Ember.copy
  • #5438 [BUGFIX] ensure destroy-sync cleanup is correct
  • #5437 [CHORE] removes deprecated Store.filter feature
  • #5462 [BUGFIX] ensure ManyArray state is in-sync with relationship state
  • #5446 [CLEANUP] fix model and factory lookup
  • #5466 Serialize empty hasMany relationships
  • #5461 [BUGFIX] update content of proxy for async belongs-to relationships when null data received
  • #5471 [CHORE] cull unnecessary files left from previous build setups
  • #5476 [Feature] added module-unification adapter and adapter-test blueprints
  • #5508 [CHORE] Update Dependencies
Commits

The new version differs by 151 commits ahead by 151, behind by 32.

  • b800e04 Release Ember Data v3.4.0
  • 6a6c5d7 Release Ember Data 3.4.0
  • 3ed0b4e Release Ember Data v3.4.0-beta.4
  • 9a3a910 Update changelog for the v3.4.0-beta.4 release
  • c83849d Merge pull request #5545 from emberjs/add-traces-to-leaks
  • bc1bdac [FEAT] TrackableRequests for when async leakage is detected
  • db9cf7a Merge pull request #5567 from emberjs/add-test-infra
  • cb9d740 enable external partner testing
  • 8bcb606 Updated broken link to Ember guides (#5564)
  • 3a5632f Merge pull request #5566 from emberjs/selvaa
  • 52e4794 prettier to the prettier gods
  • b9c9155 cleanup belongsTo tests
  • 7358186 added failing test for failing test for #5517
  • fa9ec1c Removed unnecessary newline
  • 52d545d Adding acceptence test for belongs-to

There are 151 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 32 commits ahead by 32, behind by 4.

  • 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
  • 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

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Ember Data 3.5.0

Changelog (October 12, 2018)

  • #5491 [Feature] Add MU support for model and model-test blueprints
  • #5616 [FEAT RecordData] turn on the build-flag by default
  • #5608 [BUGFIX] Add inverse relationship on payload when missing (#5608)
  • #5489 [BUGFIX] Lowercase header names in parseResponseHeaders
  • #5494 [Feature] Add MU support for serializer and serializer-test blueprints
  • #5495 [Feature] Add MU transform{,-test} blueprints
  • #5657 [BUGFIX blueprints] remove second string argument from transform tests
  • #5652 [Docs] Update buildUrl syntax in docs
  • #5639 Include request/response info with Abort error
  • #5646 [CHORE] update contribution guidelines
  • #5623 Added conditional check to extract polymorphic relationship for hasMany (#5623)
  • #5650 [FEAT transforms] makes the assertion for missing transforms clearer
  • #5640 [BUGFIX] fix deprecation for store entry methods
  • #5654 add mocha rfc232 blueprints
  • #5665 add remaining mocha rfc 232 blueprints (#5665)
  • #5667 Added check to extract polymorphic relationship for hasMany (#5623)
Commits

The new version differs by 93 commits ahead by 93, 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 93 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Ember Data 3.5.1

Changelog 3.5.1 (November 28, 2018)

  • #5762 [BUGFIX unloadRecord] bfs compatibility for custom RecordData (#5703)
Commits

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

  • 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)
  • 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)

There are 97 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 102 commits ahead by 102, behind by 4.

  • 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
  • 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)
  • 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

There are 102 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 108 commits ahead by 108, behind by 4.

  • 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

There are 108 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Ember Data 3.8.0

Changelog (February 20, 2019)

  • #5671 Use _scheduleFetch instead of _fetchRecord for belongsTo relationship (#5671)
  • #5702 [CHORE reference] update reference to be ES2015
  • #5763 Update Release instructions
  • #5736 [DOC] Add Reference doc and AdapterError uses
  • #5733 [BUGFIX inspector] Fix columns names in debug-adapter (#5733)
  • #5735 Clarify load/reload behavior
  • #5721 [BUGFIX 5720] - assert that replacing has-many with non-array throws assertion
  • #5749 [DOC beta] Fix broken links
  • #5743 drop use of MODEL_FACTORY_FOR
Commits

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

  • 24e69e2 Release Ember Data 3.8.0
  • 44fa7b6 [BUGFIX tsc] ts:precompile needs RSVP Promise not native promise to be documented
  • ea0f5ca update changelog for 3.8 and bump version
  • 5a8da0e fix for ember 3.8+
  • a701ee6 bump all the deps
  • 39bcf3a [BUGFIX build] suppress circular dependency warning from rollup
  • 82e1591 Bump ember-cli-pretender from 3.0.0 to 3.1.1
  • 5b1c815 Use filter instead of find due to IE11
  • a092e29 Bump typescript from 3.2.2 to 3.3.3
  • 87db6f6 Bump broccoli-babel-transpiler from 7.0.0 to 7.1.2
  • f3c659e [Security] Bump handlebars from 4.0.11 to 4.1.0
  • 9117aa0 Bump @types/ember-qunit from 3.4.3 to 3.4.5
  • 4a4822d Bump @types/ember__test-helpers from 0.7.6 to 0.7.7
  • bfa7b13 Bump @ember-decorators/data from 3.1.5 to 5.1.2
  • 076a933 Bump ember-cli-version-checker from 2.1.2 to 3.0.1

There are 213 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

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

  • 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 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 322 commits ahead by 322, behind by 4.

  • 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
  • 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

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

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

  • 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)
  • 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
  • d846335 Release Ember Data 3.9.0
  • 751e5f5 changelog should include labeled commits
  • a185bfc dependabot has a user and a bot :scream:

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

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

  • 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.
  • 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)
  • 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

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 331 commits ahead by 331, behind by 4.

  • 8088cf4 Release EmberData 3.10.0 'Saganaki Shrimps'
  • 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.
  • 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)
  • 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

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes