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

chore: OPS-10968: use Yarn Berry vs. Yarn Classic #51

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

blimmer
Copy link
Contributor

@blimmer blimmer commented Jan 2, 2024

Use Yarn Berry vs. Yarn Classic.

@@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Using current LTS versions for testing: https://endoflife.date/nodejs

- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.6.4.cjs
npmPublishAccess: public
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since this is a publicly available package, we need to specify it. By default, Yarn Berry creates private packages when you use a scope (e.g., @ginger.io)

"lodash.set": "^4.3.2"
},
"resolutions": {
"eslint": "7.17.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See jaredpalmer/tsdx#428. tsdx is a dead project, we should migrate to tsup.

Copy link

sonarqubecloud bot commented Jan 2, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@blimmer blimmer marked this pull request as ready for review January 2, 2024 21:52
@blimmer blimmer requested a review from a team as a code owner January 2, 2024 21:52
@blimmer blimmer merged commit 9c78ada into master Jan 9, 2024
5 checks passed
@blimmer blimmer deleted the OPS-10968_use_yarn_berry branch January 9, 2024 15:22
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