From 0a963ef2a07d64beb52290247f6fcfdf64a63bd8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 21 Sep 2024 21:49:57 +0000
Subject: [PATCH] chore(deps): update dependency
@react-native-clipboard/clipboard to ^1.14.2 (#6063)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@react-native-clipboard/clipboard](https://redirect.github.com/react-native-clipboard/clipboard)
| [`^1.14.1` ->
`^1.14.2`](https://renovatebot.com/diffs/npm/@react-native-clipboard%2fclipboard/1.14.1/1.14.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@react-native-clipboard%2fclipboard/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@react-native-clipboard%2fclipboard/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@react-native-clipboard%2fclipboard/1.14.1/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-native-clipboard%2fclipboard/1.14.1/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
react-native-clipboard/clipboard
(@react-native-clipboard/clipboard)
###
[`v1.14.2`](https://redirect.github.com/react-native-clipboard/clipboard/releases/tag/v1.14.2)
[Compare
Source](https://redirect.github.com/react-native-clipboard/clipboard/compare/v1.14.1...v1.14.2)
#### What's Changed
- Mark react-native-windows as optional by
[@Saadnajmi](https://redirect.github.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/240](https://redirect.github.com/react-native-clipboard/clipboard/pull/240)
- Mark react-native-macos as optional by
[@floydkim](https://redirect.github.com/floydkim) in
[https://github.com/react-native-clipboard/clipboard/pull/243](https://redirect.github.com/react-native-clipboard/clipboard/pull/243)
- Fix: peer dependencies by
[@Naturalclar](https://redirect.github.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/257](https://redirect.github.com/react-native-clipboard/clipboard/pull/257)
#### New Contributors
- [@floydkim](https://redirect.github.com/floydkim) made their
first contribution in
[https://github.com/react-native-clipboard/clipboard/pull/243](https://redirect.github.com/react-native-clipboard/clipboard/pull/243)
**Full Changelog**:
https://github.com/react-native-clipboard/clipboard/compare/v1.14.1...v1.14.2
---
### Configuration
📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/wallet).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot
---
ios/Podfile.lock | 4 ++--
package.json | 2 +-
yarn.lock | 8 ++++----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 673e597b1a0..09090cbf33d 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -734,7 +734,7 @@ PODS:
- RecaptchaInterop (100.0.0)
- RNCAsyncStorage (2.0.0):
- React-Core
- - RNCClipboard (1.14.1):
+ - RNCClipboard (1.14.2):
- React-Core
- RNCMaskedView (0.3.1):
- React-Core
@@ -1300,7 +1300,7 @@ SPEC CHECKSUMS:
ReactCommon: 69acb76221a4c9d1b5740821ee1f0df89068fd6d
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6
- RNCClipboard: 0a720adef5ec193aa0e3de24c3977222c7e52a37
+ RNCClipboard: 5e503962f0719ace8f7fdfe9c60282b526305c85
RNCMaskedView: 090213d32d8b3bb83a4dcb7d12c18f0152591906
RNCPicker: 0173dedc74776227ec6dcc61bb85cd9f07bbb2ac
RNDeviceInfo: 59344c19152c4b2b32283005f9737c5c64b42fba
diff --git a/package.json b/package.json
index 92724a07fff..3a9d2dcd69f 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
"@json-rpc-tools/utils": "^1.7.6",
"@noble/secp256k1": "^1.7.1",
"@react-native-async-storage/async-storage": "^2.0.0",
- "@react-native-clipboard/clipboard": "^1.14.1",
+ "@react-native-clipboard/clipboard": "^1.14.2",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-firebase/analytics": "19.1.0",
diff --git a/yarn.lock b/yarn.lock
index 8588de41bad..6bffafb5129 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2544,10 +2544,10 @@
dependencies:
merge-options "^3.0.4"
-"@react-native-clipboard/clipboard@^1.14.1":
- version "1.14.1"
- resolved "https://registry.yarnpkg.com/@react-native-clipboard/clipboard/-/clipboard-1.14.1.tgz#835f82fc86881a0808a8405f2576617bb5383554"
- integrity sha512-SM3el0A28SwoeJljVNhF217o0nI4E7RfalLmuRQcT1/7tGcxUjgFa3jyrEndYUct8/uxxK5EUNGUu1YEDqzxqw==
+"@react-native-clipboard/clipboard@^1.14.2":
+ version "1.14.2"
+ resolved "https://registry.yarnpkg.com/@react-native-clipboard/clipboard/-/clipboard-1.14.2.tgz#d290e9f79799e260ba4ebd9e9948079258826b25"
+ integrity sha512-Mb58f3neB6sM9oOtKYVGLvN8KVByea67OA9ekJ0c9FwdH24INu8RJoA7/fq+PRk+7oxbeamAcEoQPRv0uwbbMw==
"@react-native-community/cli-clean@11.4.1":
version "11.4.1"