Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Yarn 4 #230

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Use Yarn 4 #230

merged 1 commit into from
Apr 5, 2024

Conversation

Saadnajmi
Copy link
Contributor

Overview

Update the repo to use Yarn 4.1.0. This means we can use yarn workspaces, which allows us to delete the duplicate lock file in example.

Test Plan

yarn install runs for me

Copy link
Member

@Naturalclar Naturalclar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@Naturalclar Naturalclar merged commit adf74bc into react-native-clipboard:master Apr 5, 2024
@Saadnajmi Saadnajmi deleted the yarn4 branch April 5, 2024 07:21
github-merge-queue bot referenced this pull request in valora-inc/wallet Apr 30, 2024
…14.1 (#5371)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@react-native-clipboard/clipboard](https://togithub.com/react-native-clipboard/clipboard)
| [`^1.13.2` ->
`^1.14.1`](https://renovatebot.com/diffs/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-native-clipboard/clipboard
(@&#8203;react-native-clipboard/clipboard)</summary>

###
[`v1.14.1`](https://togithub.com/react-native-clipboard/clipboard/releases/tag/v1.14.1)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.14.0...v1.14.1)

#### What's Changed

- add missing `getEnforcing` jest mock by
[@&#8203;siddarthkay](https://togithub.com/siddarthkay) in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- Use Yarn 4 by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/230](https://togithub.com/react-native-clipboard/clipboard/pull/230)
- fix: eslint config by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/232](https://togithub.com/react-native-clipboard/clipboard/pull/232)
- fix: android ci by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/233](https://togithub.com/react-native-clipboard/clipboard/pull/233)
- Update React Native minimum version supported, fix test app
autolinking by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/235](https://togithub.com/react-native-clipboard/clipboard/pull/235)
- fix: module spec mis-match on Android (new Architecture) by
[@&#8203;alanleedev](https://togithub.com/alanleedev) in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

#### New Contributors

- [@&#8203;siddarthkay](https://togithub.com/siddarthkay) made their
first contribution in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- [@&#8203;alanleedev](https://togithub.com/alanleedev) made their first
contribution in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

**Full Changelog**:
react-native-clipboard/clipboard@v1.14.0...v1.14.1

###
[`v1.14.0`](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <valorabot@valoraapp.com>
github-merge-queue bot referenced this pull request in valora-inc/wallet Apr 30, 2024
…14.1 (#5371)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@react-native-clipboard/clipboard](https://togithub.com/react-native-clipboard/clipboard)
| [`^1.13.2` ->
`^1.14.1`](https://renovatebot.com/diffs/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-native-clipboard/clipboard
(@&#8203;react-native-clipboard/clipboard)</summary>

###
[`v1.14.1`](https://togithub.com/react-native-clipboard/clipboard/releases/tag/v1.14.1)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.14.0...v1.14.1)

#### What's Changed

- add missing `getEnforcing` jest mock by
[@&#8203;siddarthkay](https://togithub.com/siddarthkay) in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- Use Yarn 4 by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/230](https://togithub.com/react-native-clipboard/clipboard/pull/230)
- fix: eslint config by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/232](https://togithub.com/react-native-clipboard/clipboard/pull/232)
- fix: android ci by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/233](https://togithub.com/react-native-clipboard/clipboard/pull/233)
- Update React Native minimum version supported, fix test app
autolinking by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/235](https://togithub.com/react-native-clipboard/clipboard/pull/235)
- fix: module spec mis-match on Android (new Architecture) by
[@&#8203;alanleedev](https://togithub.com/alanleedev) in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

#### New Contributors

- [@&#8203;siddarthkay](https://togithub.com/siddarthkay) made their
first contribution in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- [@&#8203;alanleedev](https://togithub.com/alanleedev) made their first
contribution in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

**Full Changelog**:
react-native-clipboard/clipboard@v1.14.0...v1.14.1

###
[`v1.14.0`](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <valorabot@valoraapp.com>
github-merge-queue bot referenced this pull request in valora-inc/wallet Apr 30, 2024
…14.1 (#5371)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@react-native-clipboard/clipboard](https://togithub.com/react-native-clipboard/clipboard)
| [`^1.13.2` ->
`^1.14.1`](https://renovatebot.com/diffs/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-native-clipboard/clipboard
(@&#8203;react-native-clipboard/clipboard)</summary>

###
[`v1.14.1`](https://togithub.com/react-native-clipboard/clipboard/releases/tag/v1.14.1)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.14.0...v1.14.1)

#### What's Changed

- add missing `getEnforcing` jest mock by
[@&#8203;siddarthkay](https://togithub.com/siddarthkay) in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- Use Yarn 4 by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/230](https://togithub.com/react-native-clipboard/clipboard/pull/230)
- fix: eslint config by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/232](https://togithub.com/react-native-clipboard/clipboard/pull/232)
- fix: android ci by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/233](https://togithub.com/react-native-clipboard/clipboard/pull/233)
- Update React Native minimum version supported, fix test app
autolinking by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/235](https://togithub.com/react-native-clipboard/clipboard/pull/235)
- fix: module spec mis-match on Android (new Architecture) by
[@&#8203;alanleedev](https://togithub.com/alanleedev) in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

#### New Contributors

- [@&#8203;siddarthkay](https://togithub.com/siddarthkay) made their
first contribution in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- [@&#8203;alanleedev](https://togithub.com/alanleedev) made their first
contribution in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

**Full Changelog**:
react-native-clipboard/clipboard@v1.14.0...v1.14.1

###
[`v1.14.0`](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <valorabot@valoraapp.com>
shottah referenced this pull request in zed-io/kolektivo May 15, 2024
…14.1 (valora-inc#5371)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@react-native-clipboard/clipboard](https://togithub.com/react-native-clipboard/clipboard)
| [`^1.13.2` ->
`^1.14.1`](https://renovatebot.com/diffs/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@react-native-clipboard%2fclipboard/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-native-clipboard%2fclipboard/1.13.2/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-native-clipboard/clipboard
(@&#8203;react-native-clipboard/clipboard)</summary>

###
[`v1.14.1`](https://togithub.com/react-native-clipboard/clipboard/releases/tag/v1.14.1)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.14.0...v1.14.1)

#### What's Changed

- add missing `getEnforcing` jest mock by
[@&#8203;siddarthkay](https://togithub.com/siddarthkay) in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- Use Yarn 4 by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/230](https://togithub.com/react-native-clipboard/clipboard/pull/230)
- fix: eslint config by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/232](https://togithub.com/react-native-clipboard/clipboard/pull/232)
- fix: android ci by
[@&#8203;Naturalclar](https://togithub.com/Naturalclar) in
[https://github.com/react-native-clipboard/clipboard/pull/233](https://togithub.com/react-native-clipboard/clipboard/pull/233)
- Update React Native minimum version supported, fix test app
autolinking by [@&#8203;Saadnajmi](https://togithub.com/Saadnajmi) in
[https://github.com/react-native-clipboard/clipboard/pull/235](https://togithub.com/react-native-clipboard/clipboard/pull/235)
- fix: module spec mis-match on Android (new Architecture) by
[@&#8203;alanleedev](https://togithub.com/alanleedev) in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

#### New Contributors

- [@&#8203;siddarthkay](https://togithub.com/siddarthkay) made their
first contribution in
[https://github.com/react-native-clipboard/clipboard/pull/220](https://togithub.com/react-native-clipboard/clipboard/pull/220)
- [@&#8203;alanleedev](https://togithub.com/alanleedev) made their first
contribution in
[https://github.com/react-native-clipboard/clipboard/pull/237](https://togithub.com/react-native-clipboard/clipboard/pull/237)

**Full Changelog**:
react-native-clipboard/clipboard@v1.14.0...v1.14.1

###
[`v1.14.0`](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

[Compare
Source](https://togithub.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.14.0)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <valorabot@valoraapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants