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

[stable10] Bump @bower_components/clipboard from 1.5.12 to v2.0.4 in /build #34620

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 25, 2019

Bumps @bower_components/clipboard from 1.5.12 to v2.0.4.

Commits

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
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@codecov
Copy link

codecov bot commented Feb 25, 2019

Codecov Report

Merging #34620 into stable10 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #34620   +/-   ##
===========================================
  Coverage       63.98%   63.98%           
  Complexity      19229    19229           
===========================================
  Files            1272     1272           
  Lines           75730    75730           
  Branches         1291     1291           
===========================================
  Hits            48455    48455           
  Misses          26896    26896           
  Partials          379      379
Flag Coverage Δ Complexity Δ
#javascript 53.23% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.13% <ø> (ø) 19229 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ca80c4...44a0361. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 25, 2019

Codecov Report

Merging #34620 into stable10 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             stable10   #34620   +/-   ##
===========================================
  Coverage       64.23%   64.23%           
  Complexity      19901    19901           
===========================================
  Files            1277     1277           
  Lines           76270    76270           
  Branches         1292     1292           
===========================================
  Hits            48993    48993           
  Misses          26898    26898           
  Partials          379      379
Flag Coverage Δ Complexity Δ
#javascript 53.2% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.4% <ø> (ø) 19901 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fac9c28...306e945. Read the comment docs.

@phil-davis phil-davis changed the title Bump @bower_components/clipboard from 1.5.12 to v2.0.4 in /build [stable10] Bump @bower_components/clipboard from 1.5.12 to v2.0.4 in /build Feb 28, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/stable10/@bower_components/clipboard-v2.0.4 branch from 44a0361 to a632b87 Compare March 18, 2019 14:28
@phil-davis
Copy link
Contributor

@dependabot recreate

@phil-davis phil-davis self-assigned this Mar 20, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/stable10/@bower_components/clipboard-v2.0.4 branch from a632b87 to 870dd43 Compare March 20, 2019 10:55
@phil-davis
Copy link
Contributor

This might pass CI now that other things have been backported into stable10 - let's see.
If so, then this bump will bring the version up to match what is in master

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/stable10/@bower_components/clipboard-v2.0.4 branch 2 times, most recently from 4a22f92 to 7059b3e Compare March 25, 2019 08:56
@PVince81
Copy link
Contributor

hmm, are you saying this was bumped in master and JS tests passed ? maybe we added more fixes there ?

Bumps [@bower_components/clipboard](https://github.com/zenorocha/clipboard.js) from 1.5.12 to v2.0.4.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@eb7418b...d17eca0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/stable10/@bower_components/clipboard-v2.0.4 branch from 7059b3e to 058e29e Compare March 26, 2019 15:49
@phil-davis
Copy link
Contributor

Equivalent PR in master is #33572
That had an extra commit to fixup a ClipboardJS thing. I cherry-picked it in here just now. That should help CI.

@phil-davis
Copy link
Contributor

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@phil-davis
Copy link
Contributor

I tried manual rebase, and actually it is already current with stable10 so the CI here is up-to-date and good.

@phil-davis phil-davis merged commit 751dd70 into stable10 Mar 27, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/build/stable10/@bower_components/clipboard-v2.0.4 branch March 27, 2019 00:49
@PVince81 PVince81 added this to the QA milestone Apr 12, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants