-
Notifications
You must be signed in to change notification settings - Fork 649
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.18.1 to 3.19.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.18.1...v3.19.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
r? @Turbo87 (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 4f190f8 has been approved by |
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><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> & <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> & <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><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> & <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 -> 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 /> [](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>
💥 Test timed out |
@bors retry |
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><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> & <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> & <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><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> & <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 -> 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 /> [](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>
💥 Test timed out |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 4f190f8 has been approved by |
☀️ Test successful - checks-travis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps ember-source from 3.18.1 to 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 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: