-
Notifications
You must be signed in to change notification settings - Fork 641
Bump ember-source from 3.1.2 to 3.15.0 #2001
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #1987) made this pull request unmergeable. Please resolve the merge conflicts. |
c16544b
to
31afd9a
Compare
☔ The latest upstream changes (presumably #2013) made this pull request unmergeable. Please resolve the merge conflicts. |
31afd9a
to
bffb3da
Compare
☔ The latest upstream changes (presumably #1990) made this pull request unmergeable. Please resolve the merge conflicts. |
Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.1.2 to 3.15.0. - [Release notes](https://github.com/emberjs/ember.js/releases) - [Changelog](https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md) - [Commits](emberjs/ember.js@v3.1.2...v3.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
bffb3da
to
761a45b
Compare
same as #1990 (comment) test suite is passing and I've done manual QA on everything except for the login-protected pages @bors r+ |
📌 Commit 761a45b has been approved by |
…3.15.0, r=Turbo87 Bump ember-source from 3.1.2 to 3.15.0 Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.1.2 to 3.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emberjs/ember.js/releases">ember-source's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/17948">#17948</a> [DEPRECATION] Deprecate <code>Component#isVisible</code> per [RFC <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/324">#324</a>](<a href="https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md">https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md</a>).</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18491">#18491</a> [DEPRECATION] Deprecate <code>{{partial}}</code> per [RFC <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/449">#449</a>](<a href="https://github.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md">https://github.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md</a>).</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18441">#18441</a> [DEPRECATION] Deprecate use of window.ENV to configure boot options</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18554">#18554</a> [BREAKING BUGFIX] Adds autotracking transaction</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/17834">#17834</a> [BUGFIX] Prevents autotracking ArrayProxy creation</li> </ul> <h2>v3.15.0-beta.5</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18582">#18582</a> [BUGFIX] Ensure <code>loader.js</code> is transpiled to the applications specified targets (from <code>config/targets.js</code>).</li> </ul> <h2>v3.15.0-beta.4</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/17834">#17834</a> [BUGFIX] Prevents autotracking ArrayProxy creation</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18554">#18554</a> [BREAKING BUGFIX] Adds autotracking transaction</li> </ul> <h2>v3.15.0-beta.3</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18549">#18549</a> [BUGFIX] Add component reference to the mouse event handler deprecation warnings</li> </ul> <h2>v3.15.0-beta.2</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18539">#18539</a> [BUGFIX] Add ID to <code>CapturedRenderNode</code></li> </ul> <h2>v3.15.0-beta.1</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/17948">#17948</a> [DEPRECATION] Deprecate <code>Component#isVisible</code> per [RFC <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/324">#324</a>](<a href="https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md">https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md</a>).</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18491">#18491</a> [DEPRECATION] Deprecate <code>{{partial}}</code> per [RFC <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/449">#449</a>](<a href="https://github.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md">https://github.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md</a>).</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18441">#18441</a> [DEPRECATION] Deprecate window.ENV</li> </ul> <h2>v3.14.3</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18582">#18582</a> [BUGFIX release] Ensure <code>loader.js</code> is transpiled to the applications specified targets (from <code>config/targets.js</code>).</li> </ul> <h2>v3.14.2</h2> <h3>CHANGELOG</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18539">#18539</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18548">#18548</a> [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including <code>@glimmer/component</code>.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18549">#18549</a> [BUGFIX] Add component reference to the mouse event handler deprecation warnings.</li> </ul> <h2>v3.14.1</h2> <h3>CHANGELOG</h3> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md">ember-source's changelog</a>.</em></p> <blockquote> <h3>v3.15.0 (December 9, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/17948">#17948</a> [DEPRECATION] Deprecate <code>Component#isVisible</code> per [RFC <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/324">#324</a>](<a href="https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md">https://github.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md</a>).</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18491">#18491</a> [DEPRECATION] Deprecate <code>{{partial}}</code> per [RFC <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/449">#449</a>](<a href="https://github.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md">https://github.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md</a>).</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18441">#18441</a> [DEPRECATION] Deprecate use of window.ENV to configure boot options</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18554">#18554</a> [BREAKING BUGFIX] Adds autotracking transaction</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/17834">#17834</a> [BUGFIX] Prevents autotracking ArrayProxy creation</li> </ul> <h3>v3.14.3 (December 3, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18582">#18582</a> [BUGFIX] Ensure <code>loader.js</code> is transpiled to the applications specified targets (from <code>config/targets.js</code>).</li> </ul> <h3>v3.14.2 (November 20, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18539">#18539</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18548">#18548</a> [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including <code>@glimmer/component</code>.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18549">#18549</a> [BUGFIX] Add component reference to the mouse event handler deprecation warnings.</li> </ul> <h3>v3.14.1 (October 30, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18244">#18244</a> [BUGFIX] Fix query param assertion when using the router services <code>transitionTo</code> to redirect <em>during</em> an existing transition.</li> </ul> <h3>v3.14.0 (October 29, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18345">#18345</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18363">#18363</a> [FEATURE] Implement the [Provide <a href="https://github.com/model">@model</a> named argument to route templates](<a href="https://github.com/emberjs/rfcs/blob/master/text/0523-model-argument-for-route-templates.md">https://github.com/emberjs/rfcs/blob/master/text/0523-model-argument-for-route-templates.md</a>) RFC.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18458">#18458</a> [BUGFIX] Using query params helper outside of link-to</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18429">#18429</a> [BUGFIX] Fix incorrect error message for octane features.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18415">#18415</a> [BUGFIX] Fix hbs import path in test blueprint.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18387">#18387</a> [BUGFIX] Ensure <code>updateComponent</code> is fired consistently</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18381">#18381</a> Drop Node 6 and 11 support.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18410">#18410</a> Use ember-cli-htmlbars for inline precompilation if possible.</li> </ul> <h3>v3.13.4 (October 29,2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18476">#18476</a> [BUGFIX] Ensure model can be observed by sync observers.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18477">#18477</a> [BUGFIX] Allows <a href="https://github.com/each">@each</a> to work with arrays that contain falsy values.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18500">#18500</a> [BUGFIX] Remove requirement for disabling jquery-integration in Octane.</li> </ul> <h3>v3.13.3 (October 8, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18462">#18462</a> [BUGFIX] Prevents observer re-entry.</li> </ul> <h3>v3.13.2 (September 25, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18429">#18429</a> [BUGFIX] Fix incorrect error message when opting into using Octane, and missing optional features.</li> </ul> <h3>v3.13.1 (September 23, 2019)</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18273">#18273</a> [BUGFIX] Fix issues with SSR rehydration of <title>.</li> <li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18418">#18418</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18419">#18419</a> [BUGFIX] Require Octane features when using Octane preview.</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emberjs/ember.js/commit/d4dc4b4cc587cbacdfb1958fbd03eb9770efe9ab"><code>d4dc4b4</code></a> Release v3.15.0</li> <li><a href="https://github.com/emberjs/ember.js/commit/e3bd1e55a899997d1707efaeb162f1ec061e5f91"><code>e3bd1e5</code></a> Add v3.15.0 to CHANGELOG</li> <li><a href="https://github.com/emberjs/ember.js/commit/2de2c0b384e884ecf9d5fb6e9836379ac078636b"><code>2de2c0b</code></a> Release v3.15.0-beta.5</li> <li><a href="https://github.com/emberjs/ember.js/commit/1cd3aa263767659fd1111706a700484f8f9001b3"><code>1cd3aa2</code></a> Add v3.15.0-beta.5 to CHANGELOG</li> <li><a href="https://github.com/emberjs/ember.js/commit/8ba212e126050b5b906e047a64ddc184cd62a415"><code>8ba212e</code></a> Add v3.12.2 to CHANGELOG.md.</li> <li><a href="https://github.com/emberjs/ember.js/commit/e3d03abe1cdaef41b8ba788185df90ca76a8963d"><code>e3d03ab</code></a> Add v3.14.3 to CHANGELOG.md.</li> <li><a href="https://github.com/emberjs/ember.js/commit/6183c169c3696adec0f2e77b5833163689de80c2"><code>6183c16</code></a> [BUGFIX release] Ensure <code>loader.js</code> is transpiled via <code>targets</code>.</li> <li><a href="https://github.com/emberjs/ember.js/commit/1edabe46de9824747a7da619a35207fa23d1426e"><code>1edabe4</code></a> Release v3.15.0-beta.4</li> <li><a href="https://github.com/emberjs/ember.js/commit/ee81995e5c95d3b6e36450df76918740c513787c"><code>ee81995</code></a> Add v3.15.0-beta.4 to CHANGELOG</li> <li><a href="https://github.com/emberjs/ember.js/commit/9c01a170f101525610c53c3e50f8e42d35b44302"><code>9c01a17</code></a> Add v3.12.1 to CHANGELOG.md.</li> <li>Additional commits viewable in <a href="https://github.com/emberjs/ember.js/compare/v3.1.2...v3.15.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.1.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) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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>
☀️ Test successful - checks-travis |
Bumps ember-source from 3.1.2 to 3.15.0.
Release notes
Sourced from ember-source's releases.
Changelog
Sourced from ember-source's changelog.
Commits
d4dc4b4
Release v3.15.0e3bd1e5
Add v3.15.0 to CHANGELOG2de2c0b
Release v3.15.0-beta.51cd3aa2
Add v3.15.0-beta.5 to CHANGELOG8ba212e
Add v3.12.2 to CHANGELOG.md.e3d03ab
Add v3.14.3 to CHANGELOG.md.6183c16
[BUGFIX release] Ensureloader.js
is transpiled viatargets
.1edabe4
Release v3.15.0-beta.4ee81995
Add v3.15.0-beta.4 to CHANGELOG9c01a17
Add v3.12.1 to CHANGELOG.md.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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: