Skip to content

Commit 4be4281

Browse files
committed
Auto merge of #3206 - rust-lang:renovate/copy-text-to-clipboard-3.x, r=Turbo87
Update dependency copy-text-to-clipboard to v3 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [copy-text-to-clipboard](https://togithub.com/sindresorhus/copy-text-to-clipboard) | [`2.2.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/copy-text-to-clipboard/2.2.0/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/copy-text-to-clipboard/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/copy-text-to-clipboard/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/copy-text-to-clipboard/3.0.0/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/copy-text-to-clipboard/3.0.0/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/copy-text-to-clipboard</summary> ### [`v3.0.0`](https://togithub.com/sindresorhus/copy-text-to-clipboard/releases/v3.0.0) [Compare Source](https://togithub.com/sindresorhus/copy-text-to-clipboard/compare/v2.2.0...v3.0.0) ##### Breaking - This package is now pure [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) \- This means you need to use `import copy from 'copy-text-to-clipboard'` instead of `const copy = require('copy-text-to-clipboard')`. \- I would recommend moving to ESM. ESM can still import CommonJS packages, but CommonJS cannot import ESM packages synchronously. \- If you cannot move to ESM yet, don't upgrade to this version. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 744fa43 + 514744b commit 4be4281

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@sentry/browser": "6.0.2",
4141
"@sentry/integrations": "6.0.2",
4242
"chart.js": "2.9.4",
43-
"copy-text-to-clipboard": "2.2.0",
43+
"copy-text-to-clipboard": "3.0.0",
4444
"fastboot-app-server": "3.0.0",
4545
"morgan": "1.10.0",
4646
"pretty-bytes": "5.5.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5310,10 +5310,10 @@ copy-descriptor@^0.1.0:
53105310
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
53115311
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
53125312

5313-
copy-text-to-clipboard@2.2.0:
5314-
version "2.2.0"
5315-
resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-2.2.0.tgz#329dd6daf8c42034c763ace567418401764579ae"
5316-
integrity sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==
5313+
copy-text-to-clipboard@3.0.0:
5314+
version "3.0.0"
5315+
resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.0.0.tgz#ccf2456ac9f1b9692c5b2185c0af441deb2d372d"
5316+
integrity sha512-c3pWBUzRN/ek5By3pHFBnYNrlcczsCKee7jrBYLjkPpO2ps9ZjH5Huo4+NHrvsYf5uAmA35r+r+eVUKG6IVdGA==
53175317

53185318
core-js-compat@^3.6.2:
53195319
version "3.6.5"

0 commit comments

Comments
 (0)