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

Update ember-data to the latest version 🚀 #1704

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 12, 2018

Version 3.0.0 of ember-data was just published.

Dependency ember-data
Current Version 2.18.0
Type devDependency

The version 3.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-data.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 59 commits ahead by 59, behind by 3.

  • 252ffd7 Release Ember Data 3.0.0
  • 44b87a9 Update changelog for Ember Data 3.0.0 release
  • 608d7f3 [CLEANUP beta] Remove support/deprecation for normalizeHash in 3.0.0 (#5289)
  • 595783f [CLEANUP beta] Remove support for global DS variable (#5287)
  • 721ffc9 [CLEANUP beta] Remove model.container deprecation (#5309)
  • 3bffb03 [doc beta] Use Ember.computed in the headers examples to avoid ember eslint warning
  • a0ec2d7 [BUGFIX beta] Remove non-functional (error prone) manual CP caching.
  • 899f058 [BUGFIX beta] Update DS.Errors#unknownProperty to return undefined.
  • 367b7f3 Release Ember Data 3.0.0-beta.1
  • 39f755b Update changelog for Ember Data 3.0.0-beta.1
  • 67a80eb Merge pull request #5308 from bmac/simplify-get-descriptor
  • 45428ce Update the changelog for the 2.18 release (#5306)
  • dfa794a Simplify the getDescriptor test helper
  • 292702a Merge pull request #5298 from alexander-alvarez/serializer-test
  • 0675ef3 Merge pull request #5305 from bmac/serializer-adapter-unique

There are 59 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 bot added a commit that referenced this pull request Feb 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 13, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 81c96b7 Release Ember Data v3.0.1
  • aa9e69e Update changelog for 3.0.1 release
  • b39b0e9 Restore 2.12 semantics for sync unloadRecord
  • a910d78 Added failing test for #5136.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • e20597e Release Ember Data v3.0.2
  • 7986dbc [BUGFIX] enable lazy-relationship payloads to work with polymorphic relationships (#5230)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

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

  • 268c471 Release Ember Data 3.1.0
  • 822f73d Update Changelog for Ember Data 3.1.0 release
  • 9206fdd Release Ember Data 3.1.0-beta.2
  • 5315c75 Update changelog for Ember Data 3.1.0-beta.2 release
  • a4b336f [bugfix beta] Fetch cancels unload
  • c6de9f2 [bugfix beta] invalidate link promise on inverse unload (#5377)
  • 4ba6259 [BUGFIX beta] Use @ember/ordered-set to avoid deprecations.
  • a3600e2 [BUGFIX beta] Use native Map if present. (#5255)
  • 17b95f3 [BUGFIX beta] Avoid isEmpty for known object types. (#5341)
  • c32c3d1 Fix build with ember canary
  • 655bf26 Fix failing test on master by adding an invalid inverse to trigger the expected error
  • c8332ca [BUGFIX] enable lazy-relationship payloads to work with polymorphic relationships (#5230)
  • a7cec04 Release Ember Data 3.1.0-beta.1
  • e758a86 Update changelog for 3.1.0-beta.1 release
  • 6d8b013 Update changelog for 3.0.0 release

There are 53 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2018

Version 3.3.0-canary just got published.

Update to this version instead 🚀

Commits

The new version differs by 46 commits ahead by 46, behind by 14.

  • fe685f6 Update changelog for 3.1.1 release
  • 27f9ccd [BUGFIX beta] Do not attempt to publish the globals build of ember data to s3 (#5394)
  • 768f272 The deploy stage appears to be running for prs. The travis docs seem to apply we should move the conditional to the stages list (#5393)
  • d5a7f6e Bump canary version to 3.3.0-canary
  • d211071 Update changelog for the Ember Data 3.1.0 release
  • f0cfde6 update states to trigger rollback. update tests. (#4676)
  • d29551b Remove jQuery usage from tests (#5375)
  • ea6aadd [FEAT] remove all stale feature flags (#5384)
  • 69cb27a [FIX release-guide] restore guidance to update default ember-cli blueprint (#5390)
  • fc327b2 [BUGFIX] resolve issues with RecordArray sync for peekAll (#5378)
  • 615b6c6 [FEAT BREAKING] remove globals build for 3.x (#5381)
  • a24cd50 Trap exceptions that are thrown from adapter methods and reject the (#4977)
  • ab65569 Merge pull request #5382 from runspired/fix-dep-checker
  • cd260aa Merge pull request #5383 from sly7-7/fix-ordered-set-warning
  • 022be46 fix external ordered set dependency

There are 46 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 13, 2018

Version 3.2.0-beta.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 73 commits.

  • c2a6b03 Release v3.2.0-beta.4.
  • ed46070 Update CHANGELOG for 3.2.0-beta.4.
  • 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
  • 3f6ecdc [BUGFIX] ensure that the belongsTo proxy for async relationships updates content when new content is explicitly null
  • 99aaca0 failing test for relationships not updating when null data returned
  • a860a36 Merge pull request #5459 from bmac/cherry-pick-5437
  • fe70799 [CHORE] removes deprecated Store.filter feature
  • 660d9bc Merge pull request #5454 from emberjs/beta-backport
  • 947b96c remove unused dep
  • e3deb2a Release Ember Data 3.2.0-beta.3
  • c287e9b Update changelog for 3.2.0-beta.3 release
  • f08963a [FEAT] play nice with route rehydration from shoebox

There are 73 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

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 11 commits ahead by 11, behind by 2.

  • 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2018

Version 3.3.0-beta.1 just got published.

Update to this version instead 🚀

Release Notes v3.3.0-beta.1

CHANGELOG

  • #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 84 commits ahead by 84, behind by 26.

  • 672b84f Release v3.3.0-beta.1.
  • 88adfef Add v3.3.0-beta.1 to CHANGELOG.md.
  • 50b2fea Add 3.2.0 to CHANGELOG.md.
  • 71cb6a5 Merge pull request #5508 from emberjs/update-deps
  • d584076 Update parseResponseHeaders to work in fastboot. (#5502)
  • d69804b delete docs/ directory (#5507)
  • ae2f661 bump deps to avoid deprecation warnings
  • efe9d61 [CHORE] update broccoli-funnel
  • cd99c94 [BUGFIX] allow for models with custom RecordData to have no relationships (#5503)
  • c18fa41 Refactor init setup into record-data (#5500)
  • 5e31af3 [FEAT RecordData] add feature flag to enable record-data at build time (#5498)
  • 4f53ebd Merge pull request #5492 from emberjs/has-many-acceptance-tests
  • 7c01c60 add 2.18 LTS
  • 5d5b99b drop explicit testing for 2.12
  • d725553 adds tests and fix for infinite re-render

There are 84 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 13, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 28 commits ahead by 28, behind by 84.

  • ce11414 Release Ember Data v3.3.0
  • 554ea68 Update changelog for 3.3.0 release
  • 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

There are 28 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 26, 2018

Version 3.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 3.4.0 just got published.

Update to this version instead 🚀

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 added a commit that referenced this pull request Sep 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 14, 2018

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

Update to this version instead 🚀

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 added a commit that referenced this pull request Sep 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 15, 2018

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

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Oct 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 12, 2018

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

Update to this version instead 🚀

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
Author

greenkeeper bot commented Nov 29, 2018

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

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Nov 29, 2018
greenkeeper bot added a commit that referenced this pull request Aug 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 23, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2019

  • The devDependency ember-data was updated from 2.18.5 to 3.14.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 18, 2019

  • The devDependency ember-data was updated from 2.18.5 to 3.14.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 18, 2019

  • The devDependency ember-data was updated from 2.18.5 to 3.15.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 25, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 25, 2020

  • The devDependency ember-data was updated from 2.18.5 to 3.15.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 25, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 25, 2020

  • The devDependency ember-data was updated from 2.18.5 to 3.16.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 29, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 29, 2020

  • The devDependency ember-data was updated from 2.18.5 to 3.16.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 10, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2020

  • The devDependency ember-data was updated from 2.18.5 to 3.16.3.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 11, 2020

  • The devDependency ember-data was updated from 2.18.5 to 3.17.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 11, 2020
greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 28, 2020

  • The devDependency ember-data was updated from 2.18.5 to 3.17.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 28, 2020

  • The devDependency ember-data was updated from 2.18.5 to 3.18.0.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

0 participants