embermap / ember-cli-tailwind

Adds Tailwind CSS to your app or addon
MIT License
100 stars 33 forks source link

Bump ember-cli-clipboard from 0.12.0 to 0.15.0 #283

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps ember-cli-clipboard from 0.12.0 to 0.15.0.

Release notes

Sourced from ember-cli-clipboard's releases.

v0.15.0

Via the README:

container - selector string or element object of containing element. "For use in Bootstrap Modals or with any other library that changes the focus you'll want to set the focused element as the container value".

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

v0.13.0

  • clipboardText can now be lazily computed by providing a string returning ember action
Commits
  • 66b1caf 0.15.0
  • 4af026c Update: Don't use optional chaining for fastboot (#218)
  • 9734d8f Add ClipboardJS container support (#206)
  • eaf4dce Bump ember-cli-fastboot-testing from 0.2.4 to 0.4.0
  • a9b5c72 Upgrade ember-cli-babel
  • 00eddc8 Bump prettier from 2.0.4 to 2.0.5
  • d3a12c6 Bump sass from 1.26.3 to 1.26.5
  • 143c808 Bump eslint from 6.8.0 to 7.0.0
  • 99b6d29 Bump ember-template-lint from 2.5.2 to 2.7.0
  • 2b99825 Update README.md
  • Additional commits viewable 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 will not automatically merge this PR because it includes an out-of-range update to a production dependency.


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 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)