Skip to content

Bump ember-source from 3.18.1 to 3.19.0 #2545

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
Jun 8, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 1, 2020

Bumps ember-source from 3.18.1 to 3.19.0.

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? @Turbo87

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

@Turbo87
Copy link
Member

Turbo87 commented Jun 1, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Jun 1, 2020

📌 Commit 4f190f8 has been approved by Turbo87

bors added a commit that referenced this pull request Jun 1, 2020
…3.19.0, r=Turbo87

Bump ember-source from 3.18.1 to 3.19.0

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.18.1 to 3.19.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.19.0</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18982">#18982</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18913">#18913</a> [BUGFIX] Update rendering engine to latest version.
<ul>
<li>Add a compile time error when passing arguments to regular HTML elements (e.g. <code>&lt;a @foo=</code>)</li>
<li>Fix: Rerender an <code>{{#each</code>s block only when the specific item has changed</li>
</ul>
</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18958">#18958</a> [BUGFIX] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18960">#18960</a> [BUGFIX] More assertions for Application lifecycle methods</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18919">#18919</a> [BUGFIX] Add error for modifier manager without capabilities.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18828">#18828</a> [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18353">#18353</a> [BUGFIX] Improve <code>fn</code> &amp; <code>on</code> undefined callback message</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18824">#18824</a> [CLEANUP] Remove deprecated private <code>window.ENV</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18826">#18826</a> [CLEANUP] Remove deprecated private <code>_setComputedDecorator</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18832">#18832</a> [CLEANUP] Remove deprecated private<code>implicit-modifier-manager-capabilities</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18839">#18839</a> [CLEANUP] Updates the VM and autotracking APIs</li>
</ul>
<h2>v3.19.0-beta.4</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18958">#18958</a> [BUGFIX] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18960">#18960</a> [BUGFIX] More assertions for Application lifecycle methods</li>
</ul>
<h2>v3.19.0-beta.3</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18941">#18941</a> [BUGFIX] Update rendering engine to latest version.
<ul>
<li>Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)</li>
<li>Ensures destroyable items added to an <code>{{#each</code> after initial render are invoked properly</li>
<li>Fixes an issue with key collisions in <code>{{#each</code></li>
</ul>
</li>
</ul>
<h2>v3.19.0-beta.2</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18913">#18913</a> [BUGFIX] Update to glimmer-vm 0.51.0.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18919">#18919</a> [BUGFIX] Add error for modifier manager without capabilities.</li>
</ul>
<h2>v3.19.0-beta.1</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18828">#18828</a> [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18353">#18353</a> [BUGFIX] Improve <code>fn</code> &amp; <code>on</code> undefined callback message</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18824">#18824</a> [CLEANUP] Remove deprecated private <code>window.ENV</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18826">#18826</a> [CLEANUP] Remove deprecated private <code>_setComputedDecorator</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18832">#18832</a> [CLEANUP] Remove deprecated private<code>implicit-modifier-manager-capabilities</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18839">#18839</a> [CLEANUP] Updates the VM and autotracking APIs</li>
</ul>
</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.19.0 (May 26, 2020)</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18982">#18982</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18913">#18913</a> [BUGFIX] Update rendering engine to latest version.
<ul>
<li>Add a compile time error when passing arguments to regular HTML elements (e.g. <code>&lt;a @foo=</code>)</li>
<li>Fix: Rerender an <code>{{#each</code>s block only when the specific item has changed</li>
</ul>
</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18958">#18958</a> [BUGFIX] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18960">#18960</a> [BUGFIX] More assertions for Application lifecycle methods</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18919">#18919</a> [BUGFIX] Add error for modifier manager without capabilities.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18828">#18828</a> [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18353">#18353</a> [BUGFIX] Improve <code>fn</code> &amp; <code>on</code> undefined callback message</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18824">#18824</a> [CLEANUP] Remove deprecated private <code>window.ENV</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18826">#18826</a> [CLEANUP] Remove deprecated private <code>_setComputedDecorator</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18832">#18832</a> [CLEANUP] Remove deprecated private<code>implicit-modifier-manager-capabilities</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18839">#18839</a> [CLEANUP] Updates the VM and autotracking APIs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emberjs/ember.js/commit/f2e997b47d09191fd6c4cd38ed5d5be4d027ba0a"><code>f2e997b</code></a> Release v3.19.0</li>
<li><a href="https://github.com/emberjs/ember.js/commit/b688629e07c2dbb797312cec4c86402099b63807"><code>b688629</code></a> Add v3.19.0 to CHANGELOG</li>
<li><a href="https://github.com/emberjs/ember.js/commit/047f1b56a86f6c1789f1ec24418f0d84e77fcc2f"><code>047f1b5</code></a> update isConst -&gt; isConstTagged</li>
<li><a href="https://github.com/emberjs/ember.js/commit/cddf387c8a1a501495a939aa381bc4256f2cdd95"><code>cddf387</code></a> [BUGFIX release] Update glimmer-vm packages to 0.53.0</li>
<li><a href="https://github.com/emberjs/ember.js/commit/2aa552b248475b682494f6a448e186956a4e36b1"><code>2aa552b</code></a> Add changelog for v3.12.4 [ci skip]</li>
<li><a href="https://github.com/emberjs/ember.js/commit/fafa0a882722dd1adbdbcbf49bc7320b008eccac"><code>fafa0a8</code></a> Release v3.19.0-beta.4</li>
<li><a href="https://github.com/emberjs/ember.js/commit/8820630908035395f8417710a29384001eae955f"><code>8820630</code></a> Add v3.19.0-beta.4 to CHANGELOG</li>
<li><a href="https://github.com/emberjs/ember.js/commit/677937d1af071f2089d91084497251881bfd3795"><code>677937d</code></a> [BUGFIX lts] More assertions for Application lifecycle methods</li>
<li><a href="https://github.com/emberjs/ember.js/commit/0f701a73e1fc4ff367308a40e00318c82173d04e"><code>0f701a7</code></a> [BUGFIX release] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/ff7df1fb194c7abb31549ddf726cd7f7f5405a3f"><code>ff7df1f</code></a> Release v3.19.0-beta.3</li>
<li>Additional commits viewable in <a href="https://github.com/emberjs/ember.js/compare/v3.18.1...v3.19.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.18.1&new-version=3.19.0)](https://dependabot.com/compatibility-score/?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.18.1&new-version=3.19.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 Jun 1, 2020

⌛ Testing commit 4f190f8 with merge 8284327...

@bors
Copy link
Contributor

bors commented Jun 1, 2020

💥 Test timed out

@locks
Copy link
Contributor

locks commented Jun 1, 2020

@bors retry

@bors
Copy link
Contributor

bors commented Jun 1, 2020

⌛ Testing commit 4f190f8 with merge 9c0a7fe...

bors added a commit that referenced this pull request Jun 1, 2020
…3.19.0, r=Turbo87

Bump ember-source from 3.18.1 to 3.19.0

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.18.1 to 3.19.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.19.0</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18982">#18982</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18913">#18913</a> [BUGFIX] Update rendering engine to latest version.
<ul>
<li>Add a compile time error when passing arguments to regular HTML elements (e.g. <code>&lt;a @foo=</code>)</li>
<li>Fix: Rerender an <code>{{#each</code>s block only when the specific item has changed</li>
</ul>
</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18958">#18958</a> [BUGFIX] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18960">#18960</a> [BUGFIX] More assertions for Application lifecycle methods</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18919">#18919</a> [BUGFIX] Add error for modifier manager without capabilities.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18828">#18828</a> [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18353">#18353</a> [BUGFIX] Improve <code>fn</code> &amp; <code>on</code> undefined callback message</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18824">#18824</a> [CLEANUP] Remove deprecated private <code>window.ENV</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18826">#18826</a> [CLEANUP] Remove deprecated private <code>_setComputedDecorator</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18832">#18832</a> [CLEANUP] Remove deprecated private<code>implicit-modifier-manager-capabilities</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18839">#18839</a> [CLEANUP] Updates the VM and autotracking APIs</li>
</ul>
<h2>v3.19.0-beta.4</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18958">#18958</a> [BUGFIX] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18960">#18960</a> [BUGFIX] More assertions for Application lifecycle methods</li>
</ul>
<h2>v3.19.0-beta.3</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18941">#18941</a> [BUGFIX] Update rendering engine to latest version.
<ul>
<li>Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)</li>
<li>Ensures destroyable items added to an <code>{{#each</code> after initial render are invoked properly</li>
<li>Fixes an issue with key collisions in <code>{{#each</code></li>
</ul>
</li>
</ul>
<h2>v3.19.0-beta.2</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18913">#18913</a> [BUGFIX] Update to glimmer-vm 0.51.0.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18919">#18919</a> [BUGFIX] Add error for modifier manager without capabilities.</li>
</ul>
<h2>v3.19.0-beta.1</h2>
<h3>CHANGELOG</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18828">#18828</a> [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18353">#18353</a> [BUGFIX] Improve <code>fn</code> &amp; <code>on</code> undefined callback message</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18824">#18824</a> [CLEANUP] Remove deprecated private <code>window.ENV</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18826">#18826</a> [CLEANUP] Remove deprecated private <code>_setComputedDecorator</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18832">#18832</a> [CLEANUP] Remove deprecated private<code>implicit-modifier-manager-capabilities</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18839">#18839</a> [CLEANUP] Updates the VM and autotracking APIs</li>
</ul>
</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.19.0 (May 26, 2020)</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18982">#18982</a> / <a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18913">#18913</a> [BUGFIX] Update rendering engine to latest version.
<ul>
<li>Add a compile time error when passing arguments to regular HTML elements (e.g. <code>&lt;a @foo=</code>)</li>
<li>Fix: Rerender an <code>{{#each</code>s block only when the specific item has changed</li>
</ul>
</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18958">#18958</a> [BUGFIX] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18960">#18960</a> [BUGFIX] More assertions for Application lifecycle methods</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18919">#18919</a> [BUGFIX] Add error for modifier manager without capabilities.</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18828">#18828</a> [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18353">#18353</a> [BUGFIX] Improve <code>fn</code> &amp; <code>on</code> undefined callback message</li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18824">#18824</a> [CLEANUP] Remove deprecated private <code>window.ENV</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18826">#18826</a> [CLEANUP] Remove deprecated private <code>_setComputedDecorator</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18832">#18832</a> [CLEANUP] Remove deprecated private<code>implicit-modifier-manager-capabilities</code></li>
<li><a href="https://github-redirect.dependabot.com/emberjs/ember.js/pull/18839">#18839</a> [CLEANUP] Updates the VM and autotracking APIs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/emberjs/ember.js/commit/f2e997b47d09191fd6c4cd38ed5d5be4d027ba0a"><code>f2e997b</code></a> Release v3.19.0</li>
<li><a href="https://github.com/emberjs/ember.js/commit/b688629e07c2dbb797312cec4c86402099b63807"><code>b688629</code></a> Add v3.19.0 to CHANGELOG</li>
<li><a href="https://github.com/emberjs/ember.js/commit/047f1b56a86f6c1789f1ec24418f0d84e77fcc2f"><code>047f1b5</code></a> update isConst -&gt; isConstTagged</li>
<li><a href="https://github.com/emberjs/ember.js/commit/cddf387c8a1a501495a939aa381bc4256f2cdd95"><code>cddf387</code></a> [BUGFIX release] Update glimmer-vm packages to 0.53.0</li>
<li><a href="https://github.com/emberjs/ember.js/commit/2aa552b248475b682494f6a448e186956a4e36b1"><code>2aa552b</code></a> Add changelog for v3.12.4 [ci skip]</li>
<li><a href="https://github.com/emberjs/ember.js/commit/fafa0a882722dd1adbdbcbf49bc7320b008eccac"><code>fafa0a8</code></a> Release v3.19.0-beta.4</li>
<li><a href="https://github.com/emberjs/ember.js/commit/8820630908035395f8417710a29384001eae955f"><code>8820630</code></a> Add v3.19.0-beta.4 to CHANGELOG</li>
<li><a href="https://github.com/emberjs/ember.js/commit/677937d1af071f2089d91084497251881bfd3795"><code>677937d</code></a> [BUGFIX lts] More assertions for Application lifecycle methods</li>
<li><a href="https://github.com/emberjs/ember.js/commit/0f701a73e1fc4ff367308a40e00318c82173d04e"><code>0f701a7</code></a> [BUGFIX release] Ensure AST transforms using <code>in-element</code> work properly.</li>
<li><a href="https://github.com/emberjs/ember.js/commit/ff7df1fb194c7abb31549ddf726cd7f7f5405a3f"><code>ff7df1f</code></a> Release v3.19.0-beta.3</li>
<li>Additional commits viewable in <a href="https://github.com/emberjs/ember.js/compare/v3.18.1...v3.19.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.18.1&new-version=3.19.0)](https://dependabot.com/compatibility-score/?dependency-name=ember-source&package-manager=npm_and_yarn&previous-version=3.18.1&new-version=3.19.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 Jun 1, 2020

💥 Test timed out

@Turbo87
Copy link
Member

Turbo87 commented Jun 8, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Jun 8, 2020

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
  • There's another pull request that is currently being tested, blocking this pull request: Bump eslint-plugin-ember from 8.5.2 to 8.6.0 #2555

@bors
Copy link
Contributor

bors commented Jun 8, 2020

📌 Commit 4f190f8 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Jun 8, 2020

⌛ Testing commit 4f190f8 with merge db6932a...

@bors
Copy link
Contributor

bors commented Jun 8, 2020

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

@bors bors merged commit db6932a into master Jun 8, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.19.0 branch June 8, 2020 13:03
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.

4 participants