-
Notifications
You must be signed in to change notification settings - Fork 649
Commit 9c0a7fe
committed
Auto merge of #2545 - rust-lang:dependabot/npm_and_yarn/ember-source-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>File tree
Expand file treeCollapse file tree
2 files changed
+90
-92
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+90
-92
lines changed+89-91Lines changed: 89 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments