Skip to content

Bump ember-data from 2.18.2 to 3.15.0 #1990

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

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 18, 2019

Bumps ember-data from 2.18.2 to 3.15.0.

Release notes

Sourced from ember-data's releases.

Release 3.14.0

No release notes provided.

Ember Data 3.12.3 LTS

Release of 3.12 branch as an long term support branch

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

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

Ember Data 3.9.0-beta.1

Changelog (February 20, 2019)

  • No changes since 3.8 release

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

Ember Data 3.7.0

Changelog (January 8, 2019)

  • Re-release of 3.6.0

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)

Ember Data 3.5.2

Changelog 3.5.2 (November 29, 2018)

... (truncated)
Changelog

Sourced from ember-data's changelog.

Release 3.15.0 (December 18, 2019)

  • #6586 [BUGFIX] relationship setup for link fetch should batch (#6586)
  • 1d6ce0e4 [BUGFIX] fix single-table poymorphic-type-switch
  • #6449 [FIX DOCS] Docs updates for Packages to fix missing docs and broken links (#6449)
  • 110712d5 [BUGFIX] only allow feature flag alterations in canary
  • 22f7af03 [BUGFIX] only include version in ember-data output (#6528)
  • db6967f3 [BUGFIX] Set IDs on Record Data when mutating DS Model (#6775) (#6780)
  • 9492196d [BUGFIX] ensure MandatorySetter does not trigger for modelName (#6747)
  • 4c6422ae [BUGFIX] Better fastboot crypto error message (#6698)
  • 8942ee6f [BUGFIX adapter]: Fix problem with headers precedence #6588 (#6650)
  • b8287383 [DOC] Close code block in the description
  • e9d54628 [BUGFIX fetchOptions] fix fetchOptions to support POST body of all valid types (#6562)
  • #6646 [CHORE] refactor: Remove runloop usage in destroy module of integration/store… (#6646)
  • #6525 [CHORE] moving files into Debug package (#6525)
  • #6549 [CHORE] Removing detect function (and dependence on model package) in @​debug (#6549)
  • #6568 [BUGFIX] Enable store.createRecord in FastBoot (#6568)
  • #6587 [BUGFIX] AdapterError reexport (#6587)
  • #6610 [BUGFIX] modelFor should return a stable ShimModelClass (#6610)
  • #6606 [FEAT links] ensures full links object support for relationships (#6606)
  • #6626 [CHORE] adds infra for testing calls to Ember warn|deprecate|assert (#6626)
  • #6676 [CHORE] Improve output and fail test for Asset size Check (#6676)
  • #6767 [BUGFIX] fix detect usage for native class polymorphism (#6767)
  • #6871 [BUGFIX] ensure handleResponse always called in rest adapter (#6871)
  • ae0b9647 [BUGFIX] Octane: should not need to use get with model.id (#6829)
  • #6871 [FEAT identifiers] turn on IDENTIFIERS feature (#6366)

Release 3.14.1 (December 18, 2019)

  • c408dd1d [BUGFIX] Better fastboot crypto error message (#6699)
  • #6708 [BUGFIX] Fix Fastboot issues (#6683) (#6708)
  • 358c229a [BUGFIX] ensure MandatorySetter does not trigger for modelName (#6748)
  • e44f6523 [BUGFIX] Set IDs on Record Data when mutating DS Model (#6775) (#6779)
  • c2fe49ab [BUGFIX] only allow feature flag alterations in canary (#6738)
  • #6767 [BUGFIX] fix detect usage for native class polymorphism (#6767)
  • c8995256 [BUGFIX] Octane: should not need to use get with model.id (#6829)

Release 3.14.0 (November 7, 2019)

  • #6522 [FIX DOCS] Docs updates for Packages to fix missing docs and broken links (#6449) (#6522)
  • #6568 [BUGFIX] Enable store.createRecord in FastBoot (#6568)
  • #6586 [BUGFIX links] relationship setup for link fetch should batch (#6586)
  • 3f428ca9 [BUGFIX adapter]: Fix problem with headers precedence #6588 (#6650)
  • #6234 [BUGFIX relationships] fix proxy isDestroying error (#6234)
  • #6312 [CHORE] Add environment variable to opt-out of rolling up -private (#6312)
  • 396ae0aa [BUGFIX beta] Update edition detection logic.
  • bb23403b [DOCS BETA RELEASE] Fix @ember-data/model package is blank (#6444)
  • e61ab503 [BUGFIX] ensure we publish all packages regardless of changes (#6429)
  • bc7a0eca [DOC debug-adapter]: Add comments for each method in debug-adapter (#6352)
  • d4c48d52 [BUGFIX] Fix Model lifecycle event deprecations
  • aa05d928 [FEAT] Adds support for parenless attr, belongsTo, and hasMany (#6339)
  • 5c6a30c9 [BUGFIX] Fix Rollup warning about unresolved dependency
... (truncated)
Commits
  • 51478cf v3.15.0
  • fe67da3 Update Changelog for v3.15.0
  • 1f38646 [CHORE] changelog for 3.14.0 and 3.14.1
  • 83a0b2a update ember-source to 3.15
  • c26cead [CHORE] Update yarn.lock for latest backports
  • 155c6ae Remove model-for due to feature flagging not working in beta/release branches
  • d7a686a Fix lint
  • ae0b964 [BUGFIX] Octane: should not need to use get with model.id (#6829)
  • 1d6ce0e [BUGFIX] fix single-table poymorphic-type-switch
  • 96016f9 [BUGFIX] ensure handleResponse always called in rest adapter (#6871)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by igort, a new releaser for ember-data since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@rust-highfive
Copy link

r? @carols10cents

(rust_highfive has picked a reviewer for you, use r? to override)

@bors
Copy link
Contributor

bors commented Dec 19, 2019

☔ The latest upstream changes (presumably #1988) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-data-3.15.0 branch from df369a1 to 8ef6d69 Compare December 19, 2019 12:31
@bors
Copy link
Contributor

bors commented Dec 19, 2019

☔ The latest upstream changes (presumably #1989) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-data-3.15.0 branch 2 times, most recently from 1bab00a to b5f3124 Compare December 20, 2019 07:02
@bors
Copy link
Contributor

bors commented Dec 20, 2019

☔ The latest upstream changes (presumably #1976) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-data-3.15.0 branch from b5f3124 to a79f6e9 Compare December 20, 2019 13:01
Bumps [ember-data](https://github.com/emberjs/data) from 2.18.2 to 3.15.0.
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/v3.15.0/CHANGELOG.md)
- [Commits](emberjs/data@v2.18.2...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@Turbo87 Turbo87 force-pushed the dependabot/npm_and_yarn/ember-data-3.15.0 branch from a79f6e9 to ce22a1f Compare December 20, 2019 13:32
@Turbo87
Copy link
Member

Turbo87 commented Dec 20, 2019

the test suite is passing and I've done some manual QA on the app in live mode, so I'm hoping that it won't fall apart in prod 😅

the one thing I haven't tested, because it's so hard to test, is the "logged-in" mode and pages.

if something does indeed break we can always revert to a previous commit, so I'll go ahead and approve this :)

@bors r+

@bors
Copy link
Contributor

bors commented Dec 20, 2019

📌 Commit ce22a1f has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 20, 2019

⌛ Testing commit ce22a1f with merge 6cfc3bf...

bors added a commit that referenced this pull request Dec 20, 2019
…15.0, r=Turbo87

Bump ember-data from 2.18.2 to 3.15.0

Bumps [ember-data](https://github.com/emberjs/data) from 2.18.2 to 3.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/emberjs/data/releases">ember-data's releases</a>.</em></p>
<blockquote>
<h2>Release 3.14.0</h2>
<p>No release notes provided.</p>
<h2>Ember Data 3.12.3 LTS</h2>
<p>Release of 3.12 branch as an long term support branch</p>
<h2>EmberData 3.10.0 &quot;Saganaki Shrimps&quot;</h2>
<h2>Changelog (May 13, 2019)</h2>
<p>Re-release of 3.9.3 to allow for an extended stabilization period for the <a href="https://github.com/emberjs/data/labels/TRACK-packages">Packages RFC</a></p>
<h2>Ember Data 3.9.1</h2>
<h2>Changelog (April 19, 2019)</h2>
<ul>
<li><a href="https://github.com/emberjs/data/commit/7e3ca651e0ce2525cfab666870e54fd16d23b57c">7e3ca651</a> [BUGFIX jQuery] avoid jQuery deprecation notice for intentional use</li>
<li>[BUGFIX fastboot] ember-fetch fastboot passthrough</li>
</ul>
<h2>Ember Data 3.9.0-beta.1</h2>
<h3>Changelog (February 20, 2019)</h3>
<ul>
<li>No changes since 3.8 release</li>
</ul>
<h2>Ember Data 3.8.0</h2>
<h3>Changelog (February 20, 2019)</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5671">#5671</a> Use _scheduleFetch instead of _fetchRecord for belongsTo relationship (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/5671">#5671</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5702">#5702</a> [CHORE reference] update reference to be ES2015</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5763">#5763</a> Update Release instructions</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5736">#5736</a> [DOC] Add Reference doc and AdapterError uses</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5733">#5733</a> [BUGFIX inspector] Fix columns names in debug-adapter (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/5733">#5733</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5735">#5735</a> Clarify load/reload behavior</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5721">#5721</a> [BUGFIX 5720] - assert that replacing has-many with non-array throws assertion</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5749">#5749</a> [DOC beta] Fix broken links</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5743">#5743</a> drop use of MODEL_FACTORY_FOR</li>
</ul>
<h2>Ember Data 3.7.0</h2>
<h3>Changelog (January 8, 2019)</h3>
<ul>
<li>Re-release of 3.6.0</li>
</ul>
<h2>Ember Data 3.6.0</h2>
<h3>Changelog (December 12, 2018)</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5671">#5671</a> Fix issue preventing coalescing of belongsTo</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5700">#5700</a> [CHORE] remove deprecations targeted for 3.5 (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/5700">#5700</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/5733">#5733</a> [BUGFIX inspector] Fix columns names in debug-adapter (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/5733">#5733</a>)</li>
</ul>
<h2>Ember Data 3.5.2</h2>
<h3>Changelog 3.5.2 (November 29, 2018)</h3>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/emberjs/data/blob/v3.15.0/CHANGELOG.md">ember-data's changelog</a>.</em></p>
<blockquote>
<h2>Release 3.15.0 (December 18, 2019)</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6586">#6586</a> [BUGFIX] relationship setup for link fetch should batch (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6586">#6586</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/1d6ce0e44518c2046e5e472f5e348bab17f34f31">1d6ce0e4</a> [BUGFIX] fix single-table poymorphic-type-switch</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6449">#6449</a> [FIX DOCS] Docs updates for Packages to fix missing docs and broken links (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6449">#6449</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/110712d5cb990b107197c937b2a319ec82a83af3">110712d5</a> [BUGFIX] only allow feature flag alterations in canary</li>
<li><a href="https://github.com/emberjs/data/commit/22f7af034acfce9cee6b081d7134e81f9c9d724c">22f7af03</a> [BUGFIX] only include version in ember-data output (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6528">#6528</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/db6967f3f076589c52bf3811bb36f1f363b50237">db6967f3</a> [BUGFIX] Set IDs on Record Data when mutating DS Model (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6775">#6775</a>) (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6780">#6780</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/9492196d6dc8b50fec337b8b40c07ed2923ebf06">9492196d</a> [BUGFIX] ensure MandatorySetter does not trigger for modelName (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6747">#6747</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/4c6422aea25dcf9d50088bc739309b3e73086ed8">4c6422ae</a> [BUGFIX] Better fastboot crypto error message (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6698">#6698</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/8942ee6fb733c9b9ea796b34a4313e2fddb17d76">8942ee6f</a> [BUGFIX adapter]: Fix problem with headers precedence <a href="https://github-redirect.dependabot.com/emberjs/data/issues/6588">#6588</a> (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6650">#6650</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/b828738391c662cbc9596cc9b619ab9b6dd9ee3e">b8287383</a> [DOC] Close code block in the description</li>
<li><a href="https://github.com/emberjs/data/commit/e9d546286f9e47376fe8116fa87be81103dcee2f">e9d54628</a> [BUGFIX fetchOptions] fix fetchOptions to support POST body of all valid types (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6562">#6562</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6646">#6646</a> [CHORE] refactor: Remove runloop usage in destroy module of integration/store… (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6646">#6646</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6525">#6525</a> [CHORE] moving files into Debug package (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6525">#6525</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6549">#6549</a> [CHORE] Removing detect function (and dependence on model package) in <a href="https://github.com/debug">@​debug</a>  (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6549">#6549</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6568">#6568</a> [BUGFIX] Enable <code>store.createRecord</code> in FastBoot (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6568">#6568</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6587">#6587</a> [BUGFIX] AdapterError reexport (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6587">#6587</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6610">#6610</a> [BUGFIX] modelFor should return a stable ShimModelClass (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6610">#6610</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6606">#6606</a> [FEAT links] ensures full links object support for relationships (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6606">#6606</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6626">#6626</a> [CHORE] adds infra for testing calls to Ember warn|deprecate|assert (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6626">#6626</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6676">#6676</a> [CHORE] Improve output and fail test for Asset size Check (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6676">#6676</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6767">#6767</a> [BUGFIX] fix detect usage for native class polymorphism (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6767">#6767</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6871">#6871</a> [BUGFIX] ensure handleResponse always called in rest adapter (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6871">#6871</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/ae0b964797b5c01c3d511a88781317fb9c18cdc2">ae0b9647</a> [BUGFIX] Octane: should not need to use get with model.id (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6829">#6829</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6366">#6871</a> [FEAT identifiers] turn on IDENTIFIERS feature (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6366">#6366</a>)</li>
</ul>
<h2>Release 3.14.1 (December 18, 2019)</h2>
<ul>
<li><a href="https://github.com/emberjs/data/commit/c408dd1da5de55aaca782cc7850f0bdd4183a161">c408dd1d</a> [BUGFIX] Better fastboot crypto error message (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6699">#6699</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6708">#6708</a> [BUGFIX] Fix Fastboot issues (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6683">#6683</a>) (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6708">#6708</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/358c229aaf2179a64ebe1610dcd5f1d430406cde">358c229a</a> [BUGFIX] ensure MandatorySetter does not trigger for modelName (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6748">#6748</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/e44f65232c34b7db1bf8d0d681ceb39f1651c937">e44f6523</a> [BUGFIX] Set IDs on Record Data when mutating DS Model (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6775">#6775</a>) (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6779">#6779</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/c2fe49ab89eddf97736f54fa0fc1c78d76dd2eec">c2fe49ab</a> [BUGFIX] only allow feature flag alterations in canary (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6738">#6738</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6767">#6767</a> [BUGFIX] fix detect usage for native class polymorphism (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6767">#6767</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/c89952563a9353a710bdb4d621fb9bf418ab37ff">c8995256</a> [BUGFIX] Octane: should not need to use get with model.id (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6829">#6829</a>)</li>
</ul>
<h2>Release 3.14.0 (November 7, 2019)</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6522">#6522</a> [FIX DOCS] Docs updates for Packages to fix missing docs and broken links (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6449">#6449</a>) (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6522">#6522</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6568">#6568</a> [BUGFIX] Enable <code>store.createRecord</code> in FastBoot (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6568">#6568</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6586">#6586</a> [BUGFIX links] relationship setup for link fetch should batch (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6586">#6586</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/3f428ca9d38b63059aa7e5f4c5a4055e9c5ec770">3f428ca9</a> [BUGFIX adapter]: Fix problem with headers precedence <a href="https://github-redirect.dependabot.com/emberjs/data/issues/6588">#6588</a> (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6650">#6650</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6234">#6234</a> [BUGFIX relationships] fix proxy isDestroying error (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6234">#6234</a>)</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/data/pull/6312">#6312</a> [CHORE] Add environment variable to opt-out of rolling up <code>-private</code> (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6312">#6312</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/396ae0aabe707247e4da05756d17873d727adbc2">396ae0aa</a> [BUGFIX beta] Update edition detection logic.</li>
<li><a href="https://github.com/emberjs/data/commit/bb23403b97107c3579b593c1c8f6272f9f29a253">bb23403b</a> [DOCS BETA RELEASE] Fix @ember-data/model package is blank (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6444">#6444</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/e61ab5038bdeebebfa7bbe44ea8242d553327b08">e61ab503</a> [BUGFIX] ensure we publish all packages regardless of changes (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6429">#6429</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/bc7a0eca2eb0f244476aad724482819dc7d8b0f9">bc7a0eca</a> [DOC debug-adapter]: Add comments for each method in debug-adapter (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6352">#6352</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/d4c48d52dac9af60d7e1f89af7e29885656a0d9e">d4c48d52</a> [BUGFIX] Fix Model lifecycle event deprecations</li>
<li><a href="https://github.com/emberjs/data/commit/aa05d928737a2832051c8ffd1882d44db399794c">aa05d928</a> [FEAT] Adds support for parenless attr, belongsTo, and hasMany (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6339">#6339</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/5c6a30c9e25377d253858f459eb73853e4d0867e">5c6a30c9</a> [BUGFIX] Fix Rollup warning about unresolved dependency</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emberjs/data/commit/51478cf0515f9ace5d3da94d81346d190f8ef29b"><code>51478cf</code></a> v3.15.0</li>
<li><a href="https://github.com/emberjs/data/commit/fe67da396dc0c134cf0e31f13e007a488c86b55f"><code>fe67da3</code></a> Update Changelog for v3.15.0</li>
<li><a href="https://github.com/emberjs/data/commit/1f386467813b09d65785e9fe22293bc35aeaebe5"><code>1f38646</code></a> [CHORE] changelog for 3.14.0 and 3.14.1</li>
<li><a href="https://github.com/emberjs/data/commit/83a0b2a33f8111c9ee01fd4ed644c098bf53b71f"><code>83a0b2a</code></a> update ember-source to 3.15</li>
<li><a href="https://github.com/emberjs/data/commit/c26ceadfbf7cec62bf11f75c5754f3e89b452674"><code>c26cead</code></a> [CHORE] Update yarn.lock for latest backports</li>
<li><a href="https://github.com/emberjs/data/commit/155c6aeec8fc4fd22d9b9828e5279cb3b1981973"><code>155c6ae</code></a> Remove model-for due to feature flagging not working in beta/release branches</li>
<li><a href="https://github.com/emberjs/data/commit/d7a686acd9fb3b471e56a71365db27694f8dcfcf"><code>d7a686a</code></a> Fix lint</li>
<li><a href="https://github.com/emberjs/data/commit/ae0b964797b5c01c3d511a88781317fb9c18cdc2"><code>ae0b964</code></a> [BUGFIX] Octane: should not need to use get with model.id (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6829">#6829</a>)</li>
<li><a href="https://github.com/emberjs/data/commit/1d6ce0e44518c2046e5e472f5e348bab17f34f31"><code>1d6ce0e</code></a> [BUGFIX] fix single-table poymorphic-type-switch</li>
<li><a href="https://github.com/emberjs/data/commit/96016f97bef3d0afad4e4807999e43fa930bbc6e"><code>96016f9</code></a> [BUGFIX] ensure handleResponse always called in rest adapter (<a href="https://github-redirect.dependabot.com/emberjs/data/issues/6871">#6871</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/emberjs/data/compare/v2.18.2...v3.15.0">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~igort">igort</a>, a new releaser for ember-data since your current version.</p>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-data&package-manager=npm_and_yarn&previous-version=2.18.2&new-version=3.15.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-data&package-manager=npm_and_yarn&previous-version=2.18.2&new-version=3.15.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
@bors
Copy link
Contributor

bors commented Dec 20, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing 6cfc3bf to master...

@bors bors merged commit ce22a1f into master Dec 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-data-3.15.0 branch December 20, 2019 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants