ciena-blueplanet / ciena-devops-testbed

Used to test "pr-bumper" and "ciena-devops" integrations, and other DevOps-related activities
MIT License
1 stars 6 forks source link

Update ember-data to the latest version 🚀 #70

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.2.0 of ember-data was just published.

Dependency ember-data
Current Version 2.18.2
Type dependency

The version 3.2.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.


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 216 commits ahead by 216, behind by 9.

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

This project uses semver, please check the scope of this PR:

CHANGELOG

greenkeeper[bot] commented 6 years ago

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