-
Notifications
You must be signed in to change notification settings - Fork 649
Commit bbec247
committed
Auto merge of #2241 - rust-lang:dependabot/npm_and_yarn/ember-concurrency-1.1.6, r=Turbo87
Bump ember-concurrency from 1.1.5 to 1.1.6
Bumps [ember-concurrency](https://github.com/machty/ember-concurrency) from 1.1.5 to 1.1.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/machty/ember-concurrency/releases">ember-concurrency's releases</a>.</em></p>
<blockquote>
<h2>1.1.6</h2>
<h3>Enhancements</h3>
<ul>
<li>Add support for <code>waitForEvent</code> helper on host objects supporting 'on' API. Previously, <code>waitForEvent</code> only supported DOM-like objects with <code>addEventListener</code>/<code>removeEventListener</code> or jQuery-like objects with <code>one</code>/<code>off</code>, but did not support those with just <code>on</code>/<code>off</code>. (<a href="https://github-redirect.dependabot.com/machty/ember-concurrency/issues/348">#348</a>. Fixes <a href="https://github-redirect.dependabot.com/machty/ember-concurrency/issues/164">#164</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/machty/ember-concurrency/blob/master/CHANGELOG.md">ember-concurrency's changelog</a>.</em></p>
<blockquote>
<h3>1.1.6</h3>
<ul>
<li>Add support for <code>waitForEvent</code> helper on host objects supporting 'on' API.
Previously, <code>waitForEvent</code> only supported DOM-like objects with
<code>addEventListener</code>/<code>removeEventListener</code> or jQuery-like objects with <code>one</code>/<code>off</code>,
but did not support those with just <code>on</code>/<code>off</code>. (<a href="https://github-redirect.dependabot.com/machty/ember-concurrency/issues/348">#348</a>. Fixes <a href="https://github-redirect.dependabot.com/machty/ember-concurrency/issues/164">#164</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/machty/ember-concurrency/commit/f5802a77cd6c05c23395c18f7046d356ffb0dfe0"><code>f5802a7</code></a> Release 1.1.6</li>
<li><a href="https://github.com/machty/ember-concurrency/commit/ac30b674949da1d8f68285d170f770cd00f2110b"><code>ac30b67</code></a> Add changelog entry for 1.1.6</li>
<li><a href="https://github.com/machty/ember-concurrency/commit/341f8b8b4f6923b2ef1e6bf9f5edf86d42efdd45"><code>341f8b8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/machty/ember-concurrency/issues/348">#348</a> from machty/mf-waitForEvent_on</li>
<li><a href="https://github.com/machty/ember-concurrency/commit/63d6cdc3320b2d0a53167ce399b7a63300272639"><code>63d6cdc</code></a> Update assertion to point folks to 'on' over 'one'</li>
<li><a href="https://github.com/machty/ember-concurrency/commit/4a90829516fbfe2bacfb4a9afaa771bcfa247978"><code>4a90829</code></a> Add support for waitForEvent with 'on' API</li>
<li><a href="https://github.com/machty/ember-concurrency/commit/f91c7d047a2236bf690fa60001fd59232e648a0c"><code>f91c7d0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/machty/ember-concurrency/issues/346">#346</a> from machty/mf-docs_computed_decorator</li>
<li><a href="https://github.com/machty/ember-concurrency/commit/971ce81914b72679421a023bfc1cea4df8d02df1"><code>971ce81</code></a> Add documentation around use of <a href="https://github.com/computed">@computed</a></li>
<li>See full diff in <a href="https://github.com/machty/ember-concurrency/compare/1.1.5...1.1.6">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=ember-concurrency&package-manager=npm_and_yarn&previous-version=1.1.5&new-version=1.1.6)
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
+4
-4
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+4
-4
lines changed+3-3Lines changed: 3 additions & 3 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 | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
0 commit comments