Skip to content

Bump ember-cli-clipboard from 0.9.0 to 0.13.0 #2019

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
Dec 20, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 20, 2019

Bumps ember-cli-clipboard from 0.9.0 to 0.13.0.

Release notes

Sourced from ember-cli-clipboard's releases.

v0.13.0

  • clipboardText can now be lazily computed by providing a string returning ember action

v0.12.0

  • Upgrade to ember-cli 3.10
  • Add better support for Embroider (#56)

v0.11.1

v0.11.0

  • Upgrade to ember-cli 3.6
  • Remove jQuery dependency
  • Support new Ember Testing API (ember-cli-qunit >= 4.2 ember-cli-mocha >= 0.15.0)
    • New test helpers available via ember-cli-clipboard/test-support

v0.10.0

  • Adds support for the latest ember testing container API #38 @puwelous
Commits

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

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

@bors
Copy link
Contributor

bors commented Dec 20, 2019

☔ The latest upstream changes (presumably #2020) made this pull request unmergeable. Please resolve the merge conflicts.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-0.13.0 branch from 461047d to 4d977c8 Compare December 20, 2019 17:02
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-0.13.0 branch from 4d977c8 to 0f41b25 Compare December 20, 2019 21:59
@locks
Copy link
Contributor

locks commented Dec 20, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 20, 2019

📌 Commit 0f41b25 has been approved by locks

bors added a commit that referenced this pull request Dec 20, 2019
…pboard-0.13.0, r=locks

Bump ember-cli-clipboard from 0.9.0 to 0.13.0

Bumps [ember-cli-clipboard](https://github.com/jkusa/ember-cli-clipboard) from 0.9.0 to 0.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jkusa/ember-cli-clipboard/releases">ember-cli-clipboard's releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<ul>
<li><code>clipboardText</code> can now be lazily computed by providing a string returning ember <code>action</code></li>
</ul>
<h2>v0.12.0</h2>
<ul>
<li>Upgrade to <code>ember-cli</code> 3.10</li>
<li>Add better support for <a href="https://github.com/embroider-build/embroider">Embroider</a> (<a href="https://github-redirect.dependabot.com/jkusa/ember-cli-clipboard/issues/56">#56</a>)</li>
</ul>
<h2>v0.11.1</h2>
<ul>
<li>Fix ie11 failing on destroy (<a href="https://github-redirect.dependabot.com/jkusa/ember-cli-clipboard/issues/50">#50</a>) <a href="https://github.com/ryanpatrickcook">@ryanpatrickcook</a></li>
<li>Remove <code>isDevelopingAddon</code></li>
</ul>
<h2>v0.11.0</h2>
<ul>
<li>Upgrade to <code>ember-cli</code> 3.6</li>
<li>Remove jQuery dependency</li>
<li>Support new Ember Testing API (<code>ember-cli-qunit</code> &gt;= 4.2 <code>ember-cli-mocha</code> &gt;= 0.15.0)
<ul>
<li>New test helpers available via <code>ember-cli-clipboard/test-support</code></li>
</ul>
</li>
</ul>
<h2>v0.10.0</h2>
<ul>
<li>Adds support for the latest ember testing container API <a href="https://github-redirect.dependabot.com/jkusa/ember-cli-clipboard/issues/38">#38</a> <a href="https://github.com/puwelous">@puwelous</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/bfbe82b50cdaa69100192c8e5d09aba116ea5a41"><code>bfbe82b</code></a> 0.13.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/a904c2ed533de27aed68953d6617d1dcb8d8122d"><code>a904c2e</code></a> refactor acceptance test and update README</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/4ad72ba08699259f11843b2045d7dcd7e67fab38"><code>4ad72ba</code></a> Allow copy text to be set by an action</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/926678bcd4cd2cf49c9aa82040aadf152149e8b6"><code>926678b</code></a> 0.12.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/08ec6daab8c045c94dc778d15e078e7f1a1e7535"><code>08ec6da</code></a> Update husky requirement from ^1.3.1 to ^2.3.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/8bb6401b15b1320dc73c9556a2b96bc6d40f1a0f"><code>8bb6401</code></a> Upgrade to Ember 3.10.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/b894de00219c25108d7ed74b59118148e82840b2"><code>b894de0</code></a> Update dependencies</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/f179aba1d8ce28b7a02813d464af9c99ca3dbf24"><code>f179aba</code></a> Upgrade to Ember 3.9.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/cdf339c94ccf26c12ece28828afec63ca4e83fa5"><code>cdf339c</code></a> Add PrettierJS</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/2137265698e1df5354413c05d5c9f103972a29ef"><code>2137265</code></a> Upgrade to Ember 3.8.0</li>
<li>Additional commits viewable in <a href="https://github.com/jkusa/ember-cli-clipboard/compare/v0.9.0...v0.13.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-cli-clipboard&package-manager=npm_and_yarn&previous-version=0.9.0&new-version=0.13.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli-clipboard&package-manager=npm_and_yarn&previous-version=0.9.0&new-version=0.13.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 Dec 20, 2019

⌛ Testing commit 0f41b25 with merge 084f76e...

@bors
Copy link
Contributor

bors commented Dec 20, 2019

☀️ Test successful - checks-travis
Approved by: locks
Pushing 084f76e to master...

@bors bors merged commit 0f41b25 into master Dec 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-cli-clipboard-0.13.0 branch December 20, 2019 22:28
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