Skip to content

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

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

chore(deps-dev): bump copy-to-clipboard from 3.3.3 to 4.0.2#1882
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.

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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 27, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 27, 2026

Deploying ant-design-x with  Cloudflare Pages  Cloudflare Pages

Latest commit: 843f4a4
Status: ✅  Deploy successful!
Preview URL: https://b805d96d.ant-design-x.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-copy.ant-design-x.pages.dev

View logs

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 27, 2026

Preview is ready

@socket-security
Copy link
Copy Markdown

@socket-security
Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Protestware or unwanted behavior: npm es5-ext

Note: The script attempts to run a local post-install script, which could potentially contain malicious code. The error handling suggests that it is designed to fail silently, which is a common tactic in malicious scripts.

From: ?npm/[email protected]

ℹ Read more on: This package | This alert | What is protestware?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Consider that consuming this package may come along with functionality unrelated to its primary purpose.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@github-actions
Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
packages/x/dist/antdx.min.js 463.55 KB
packages/x-sdk/dist/x-sdk.min.js 7.68 KB
packages/x-markdown/dist/x-markdown.min.js 32.55 KB
packages/x-markdown/dist/plugins/latex.min.js 61.45 KB

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.47%. Comparing base (c5d7f37) to head (843f4a4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1882   +/-   ##
=======================================
  Coverage   97.47%   97.47%           
=======================================
  Files         158      158           
  Lines        5505     5505           
  Branches     1610     1616    +6     
=======================================
  Hits         5366     5366           
  Misses        137      137           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Bundle Report

Changes will decrease total bundle size by 1.61MB (-43.93%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
x-markdown-array-push 125.55kB 1.59kB (1.29%) ⬆️
antdx-array-push 1.92MB -1.61MB (-45.52%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: antdx-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
antdx.min.js (New) 1.92MB 1.92MB 100.0% 🚀
antdx.js (Deleted) -3.53MB 0 bytes -100.0% 🗑️
view changes for bundle: x-markdown-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
x-markdown.min.js 1.59kB 119.05kB 1.36%

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants