Skip to content

fix(deps): bump copy-to-clipboard from 3.3.3 to 4.0.2#217

Merged
xabg2 merged 2 commits intomasterfrom
dependabot-npm_and_yarn-copy-to-clipboard-4.0.2
May 4, 2026
Merged

fix(deps): bump copy-to-clipboard from 3.3.3 to 4.0.2#217
xabg2 merged 2 commits intomasterfrom
dependabot-npm_and_yarn-copy-to-clipboard-4.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps copy-to-clipboard from 3.3.3 to 4.0.2.

Release notes

Sourced from copy-to-clipboard's releases.

v4.0.2

compare changes

🩹 Fixes

  • Make sure execCommand works in fullscreen (#158)

🏡 Chore

  • Bump axios from 1.14.0 to 1.15.2 (#155)
  • Bump follow-redirects from 1.15.11 to 1.16.0 (#157)
  • Bump basic-ftp from 5.2.0 to 5.3.0 (#156)

❤️ Contributors

v4.0.1

compare changes

🏡 Chore

  • Fix copy in modal for execCommand fallback (#151)
  • Add changelog (#153)

✅ Tests

  • Add e2e scenario for modal tests (#152)

❤️ Contributors

Changelog

Sourced from copy-to-clipboard's changelog.

v4.0.2

compare changes

🩹 Fixes

  • Make sure execCommand works in fullscreen (#158)

🏡 Chore

  • Bump axios from 1.14.0 to 1.15.2 (#155)
  • Bump follow-redirects from 1.15.11 to 1.16.0 (#157)
  • Bump basic-ftp from 5.2.0 to 5.3.0 (#156)

❤️ Contributors

v4.0.1

compare changes

🏡 Chore

  • Fix copy in modal for execCommand fallback (#151)
  • Add changelog (#153)

✅ Tests

  • Add e2e scenario for modal tests (#152)

❤️ Contributors

v4.0.0

compare changes

⚠️ Breaking Changes

  • copy() is now async — returns Promise<boolean> instead of boolean. All call sites must be updated to await copy(...) or .then(...).
  • IE11 support dropped — window.clipboardData and all IE-specific code paths removed.
  • window.prompt() fallback is now opt-in — pass options.fallbackToPrompt: true to restore. Off by default.
  • Build output moved to dist/ — direct require('copy-to-clipboard/index.js') imports will break; use the package name only.

🚀 Enhancements

  • navigator.clipboard.writeText() is now the default copy path in secure contexts (HTTPS / localhost).
  • navigator.clipboard.write() with ClipboardItem for rich text / HTML copying when options.format or options.onCopy is set.

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [copy-to-clipboard](https://github.com/sudodoki/copy-to-clipboard) from 3.3.3 to 4.0.2.
- [Release notes](https://github.com/sudodoki/copy-to-clipboard/releases)
- [Changelog](https://github.com/sudodoki/copy-to-clipboard/blob/main/CHANGELOG.md)
- [Commits](sudodoki/copy-to-clipboard@v3.3.3...v4.0.2)

---
updated-dependencies:
- dependency-name: copy-to-clipboard
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 2, 2026
@dependabot dependabot Bot requested review from CandelR, larryrider and xabg2 as code owners May 2, 2026 03:34
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 2, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
send-web 3b446bf Commit Preview URL

Branch Preview URL
May 04 2026, 06:33 AM

@xabg2 xabg2 merged commit 3982ada into master May 4, 2026
5 checks passed
@xabg2 xabg2 deleted the dependabot-npm_and_yarn-copy-to-clipboard-4.0.2 branch May 4, 2026 07:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant