Skip to content

chore(deps): bump copy-to-clipboard from 3.3.3 to 4.0.2#3018

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/copy-to-clipboard-4.0.2
Open

chore(deps): bump copy-to-clipboard from 3.3.3 to 4.0.2#3018
dependabot[bot] wants to merge 1 commit intomainfrom
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 Apr 27, 2026

Bumps copy-to-clipboard from 3.3.3 to 4.0.2.

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.
- [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 [subject] External software packages that the system depends on label Apr 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Assignees

The following users could not be added as assignees: noopdog. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies [subject] External software packages that the system depends on javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant