Skip to content

Bump ember-cli-clipboard from 0.13.0 to 0.14.0 #2145

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
Feb 6, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 20, 2020

Bumps ember-cli-clipboard from 0.13.0 to 0.14.0.

Release notes

Sourced from ember-cli-clipboard's releases.

v0.14.0

  • Any HTML button attribute passed to the copy-button component will be "splatted" on the button element. The one exception to this is the type attribute due to this issue. The following legacy arguments are still supported:

  • Upgrade to ember-cli 3.15

  • Convert to native classes

  • copy-button is now tagless and uses "outer-html semantics"

  • Makes use of @ember/render-modifiers

Commits
  • 27b5833 0.14.0
  • 0e8ec62 Bump eslint-plugin-node from 9.2.0 to 11.0.0
  • 09d1857 Bump pretty-quick from 1.11.1 to 2.0.1
  • e91952d Upgrade to Ember 3.15
  • 5456aa3 Update ember-angle-bracket-invocation-polyfill requirement
  • a1d8ee9 Update issue templates
  • a756e9f Update issue templates
  • c62b286 Create stale.yml
  • 6883757 Update husky requirement from ^2.3.0 to ^3.0.0
  • b6544ed Add deploy script
  • See full diff in compare view

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

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

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-0.14.0 branch from d77045d to ac4810d Compare January 27, 2020 12:28
@locks
Copy link
Contributor

locks commented Feb 4, 2020

Tested locally.
@bors r+

@bors
Copy link
Contributor

bors commented Feb 4, 2020

📌 Commit ac4810d has been approved by locks

@bors
Copy link
Contributor

bors commented Feb 4, 2020

⌛ Testing commit ac4810d with merge 6e81f1d...

bors added a commit that referenced this pull request Feb 4, 2020
…pboard-0.14.0, r=locks

Bump ember-cli-clipboard from 0.13.0 to 0.14.0

Bumps [ember-cli-clipboard](https://github.com/jkusa/ember-cli-clipboard) from 0.13.0 to 0.14.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.14.0</h2>
<ul>
<li>
<p>Any HTML <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#Attributes">button attribute</a> passed to the <code>copy-button</code> component will be &quot;splatted&quot; on the button element. The one exception to this is the <code>type</code> attribute due to this <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/18232">issue</a>. The following legacy <code>arguments</code> are still supported:</p>
<ul>
<li><code>@title</code> - string value of the button's <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title">title attribute</a></li>
<li><code>@disabled</code> - boolean value of the button's <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#Attributes">disabled attribute</a></li>
<li><code>@aria-label</code> - string value of the button's <a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute">aria-label attribute</a></li>
</ul>
</li>
<li>
<p>Upgrade to <code>ember-cli</code> 3.15</p>
</li>
<li>
<p>Convert to native classes</p>
</li>
<li>
<p><code>copy-button</code> is now <code>tagless</code> and uses &quot;outer-html semantics&quot;</p>
</li>
<li>
<p>Makes use of <a href="https://github.com/emberjs/ember-render-modifiers">@ember/render-modifiers</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/27b5833954b49927c00bfe5b13b44a4dcbc09ffb"><code>27b5833</code></a> 0.14.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/0e8ec620d75a21482839b1c19da9b51d257c3ecd"><code>0e8ec62</code></a> Bump eslint-plugin-node from 9.2.0 to 11.0.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/09d18579d33c1c56a16a216deced2b2badf0fd7d"><code>09d1857</code></a> Bump pretty-quick from 1.11.1 to 2.0.1</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/e91952d0d656d9b230e9d637bbb0ef678af15c78"><code>e91952d</code></a> Upgrade to Ember 3.15</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/5456aa32929e21b6079b1003b5f630d54f68bc60"><code>5456aa3</code></a> Update ember-angle-bracket-invocation-polyfill requirement</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/a1d8ee937a68e464557b1cea16ff1454890fe0dd"><code>a1d8ee9</code></a> Update issue templates</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/a756e9fcf399881e56ca2a7d73e46024bb6ae4db"><code>a756e9f</code></a> Update issue templates</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/c62b2861e32b6239f16b12f158c535347bb064a6"><code>c62b286</code></a> Create stale.yml</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/688375706349ed43e3488dc95cb5a47f94053acc"><code>6883757</code></a> Update husky requirement from ^2.3.0 to ^3.0.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/b6544ed32e700f5c49f433ab2802926b0910426c"><code>b6544ed</code></a> Add deploy script</li>
<li>See full diff in <a href="https://github.com/jkusa/ember-cli-clipboard/compare/v0.13.0...v0.14.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.13.0&new-version=0.14.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli-clipboard&package-manager=npm_and_yarn&previous-version=0.13.0&new-version=0.14.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 Feb 4, 2020

💥 Test timed out

@bors
Copy link
Contributor

bors commented Feb 4, 2020

☔ The latest upstream changes (presumably #2173) 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.14.0 branch from ac4810d to 0505fef Compare February 4, 2020 15:19
@locks
Copy link
Contributor

locks commented Feb 4, 2020

@bors retry

@jtgeibel
Copy link
Member

jtgeibel commented Feb 6, 2020

Retrying. It looks like bors isn't picking up the original approval because of the dependabot rebase.

@bors r=locks

@bors
Copy link
Contributor

bors commented Feb 6, 2020

📌 Commit 0505fef has been approved by locks

@bors
Copy link
Contributor

bors commented Feb 6, 2020

⌛ Testing commit 0505fef with merge c6d13eb...

bors added a commit that referenced this pull request Feb 6, 2020
…pboard-0.14.0, r=locks

Bump ember-cli-clipboard from 0.13.0 to 0.14.0

Bumps [ember-cli-clipboard](https://github.com/jkusa/ember-cli-clipboard) from 0.13.0 to 0.14.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.14.0</h2>
<ul>
<li>
<p>Any HTML <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#Attributes">button attribute</a> passed to the <code>copy-button</code> component will be &quot;splatted&quot; on the button element. The one exception to this is the <code>type</code> attribute due to this <a href="https://github-redirect.dependabot.com/emberjs/ember.js/issues/18232">issue</a>. The following legacy <code>arguments</code> are still supported:</p>
<ul>
<li><code>@title</code> - string value of the button's <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title">title attribute</a></li>
<li><code>@disabled</code> - boolean value of the button's <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#Attributes">disabled attribute</a></li>
<li><code>@aria-label</code> - string value of the button's <a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute">aria-label attribute</a></li>
</ul>
</li>
<li>
<p>Upgrade to <code>ember-cli</code> 3.15</p>
</li>
<li>
<p>Convert to native classes</p>
</li>
<li>
<p><code>copy-button</code> is now <code>tagless</code> and uses &quot;outer-html semantics&quot;</p>
</li>
<li>
<p>Makes use of <a href="https://github.com/emberjs/ember-render-modifiers">@ember/render-modifiers</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/27b5833954b49927c00bfe5b13b44a4dcbc09ffb"><code>27b5833</code></a> 0.14.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/0e8ec620d75a21482839b1c19da9b51d257c3ecd"><code>0e8ec62</code></a> Bump eslint-plugin-node from 9.2.0 to 11.0.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/09d18579d33c1c56a16a216deced2b2badf0fd7d"><code>09d1857</code></a> Bump pretty-quick from 1.11.1 to 2.0.1</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/e91952d0d656d9b230e9d637bbb0ef678af15c78"><code>e91952d</code></a> Upgrade to Ember 3.15</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/5456aa32929e21b6079b1003b5f630d54f68bc60"><code>5456aa3</code></a> Update ember-angle-bracket-invocation-polyfill requirement</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/a1d8ee937a68e464557b1cea16ff1454890fe0dd"><code>a1d8ee9</code></a> Update issue templates</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/a756e9fcf399881e56ca2a7d73e46024bb6ae4db"><code>a756e9f</code></a> Update issue templates</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/c62b2861e32b6239f16b12f158c535347bb064a6"><code>c62b286</code></a> Create stale.yml</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/688375706349ed43e3488dc95cb5a47f94053acc"><code>6883757</code></a> Update husky requirement from ^2.3.0 to ^3.0.0</li>
<li><a href="https://github.com/jkusa/ember-cli-clipboard/commit/b6544ed32e700f5c49f433ab2802926b0910426c"><code>b6544ed</code></a> Add deploy script</li>
<li>See full diff in <a href="https://github.com/jkusa/ember-cli-clipboard/compare/v0.13.0...v0.14.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.13.0&new-version=0.14.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli-clipboard&package-manager=npm_and_yarn&previous-version=0.13.0&new-version=0.14.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 Feb 6, 2020

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

@bors bors merged commit 0505fef into master Feb 6, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-cli-clipboard-0.14.0 branch February 6, 2020 00: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.

5 participants