Skip to content
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

chore(deps-dev): bump ember-cli-clipboard from 0.16.0 to 1.0.0 #8746

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2023

Bumps ember-cli-clipboard from 0.16.0 to 1.0.0.

Release notes

Sourced from ember-cli-clipboard's releases.

v1.0.0

What's Changed

  • feat: support target to be set dynamically (#379) (66bf3a7)
  • feat: support direct use of the clipboard modifier (7e3f448)
  • chore: update ember-auto-import to v2 & ember-cli v4 (#370) (8e1aa28)

BREAKING CHANGE

  • This commit contains many breaking changes:

    • Drops ember classic component support (glimmer only)
    • Drops support for sendAction
    • Requires ember-auto-import 2.x
    • <CopyButton> component arg name changes:
    Old Argument Name New Argument Name
    @clipboardText @text
    @clipboardTarget @target
    @clipboardAction @action
    @success @onSuccess
    @error @onError
    @title no longer supported, pass as attribute
    @disabled no longer supported, pass as attribute
    @aria-label no longer supported, pass as attribute

Full Changelog: jkusa/ember-cli-clipboard@v0.16.0...v1.0.0

Changelog

Sourced from ember-cli-clipboard's changelog.

1.0.0 (2022-11-22)

  • Bump loader-utils from 1.4.0 to 1.4.1 (#382) (f654bdc), closes #382
  • build: move ember-modifer to dependencies (#381) (87bb0cb), closes #381
  • feat: support target to be set dynamically (#379) (66bf3a7), closes #379
  • feat: support direct use of the clipboard modifier (7e3f448)
  • chore: make changelog with conventional-changelog-cli (#378) (fae8d89), closes #378
  • chore: make repo commitizen friendly (#371) (0b2eede), closes #371
  • chore: simplify demo component (3169422)
  • chore: update ember-auto-import to v2 & ember-cli v4 (#370) (8e1aa28), closes #370

BREAKING CHANGE

  • This commit contains many breaking changes:

    • Drops ember classic component support (glimmer only)
    • Drops support for sendAction
    • Requires ember-auto-import 2.x
    • <CopyButton> component arg name changes:
    Old Argument Name New Argument Name
    @clipboardText @text
    @clipboardTarget @target
    @clipboardAction @action
    @success @onSuccess
    @error @onError
    @title no longer supported, pass as attribute
    @disabled no longer supported, pass as attribute
    @aria-label no longer supported, pass as attribute
Commits
  • 09ec5ea 1.0.0
  • f654bdc Bump loader-utils from 1.4.0 to 1.4.1 (#382)
  • 87bb0cb build: move ember-modifer to dependencies (#381)
  • 7e3f448 feat: support direct use of the clipboard modifier
  • 3169422 chore: simplify demo component
  • 66bf3a7 feat: support target to be set dynamically (#379)
  • 8e1aa28 chore: update ember-auto-import to v2 & ember-cli v4 (#370)
  • fae8d89 chore: make changelog with conventional-changelog-cli (#378)
  • 0b2eede chore: make repo commitizen friendly (#371)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 24, 2023
@vercel
Copy link

vercel bot commented May 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-event-frontend ❌ Failed (Inspect) May 31, 2023 8:54am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch 5 times, most recently from 4289475 to 995024c Compare May 26, 2023 09:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch 2 times, most recently from d45d156 to 838c51d Compare May 27, 2023 05:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch from 838c51d to be0a464 Compare May 27, 2023 06:28
@cweitat
Copy link
Contributor

cweitat commented May 27, 2023

@dependabot resolve

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch from be0a464 to caad25e Compare May 27, 2023 06:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch from caad25e to d981b03 Compare May 30, 2023 03:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch from d981b03 to cd62747 Compare May 30, 2023 04:06
Bumps [ember-cli-clipboard](https://github.com/jkusa/ember-cli-clipboard) from 0.16.0 to 1.0.0.
- [Release notes](https://github.com/jkusa/ember-cli-clipboard/releases)
- [Changelog](https://github.com/jkusa/ember-cli-clipboard/blob/main/CHANGELOG.md)
- [Commits](jkusa/ember-cli-clipboard@v0.16.0...v1.0.0)

---
updated-dependencies:
- dependency-name: ember-cli-clipboard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch from cd62747 to a03ad8c Compare May 31, 2023 08:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2023

Superseded by #9156.

@dependabot dependabot bot closed this Aug 22, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-cli-clipboard-1.0.0 branch August 22, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file DO-NOT-MERGE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant