Skip to content

Commit

Permalink
Merge pull request #17 from saseungmin/chore/update-yarn-version
Browse files Browse the repository at this point in the history
chore(dependency): update yarn version
  • Loading branch information
saseungmin authored Apr 24, 2023
2 parents e1acbd3 + 4f72e5c commit 4e981a3
Show file tree
Hide file tree
Showing 54 changed files with 1,309 additions and 2,038 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.19.1
1,094 changes: 389 additions & 705 deletions .pnp.cjs

Large diffs are not rendered by default.

26 changes: 14 additions & 12 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/abab-npm-2.0.5-ae8d5b629e-0ec951b46d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/resolve-patch-3b327f0d66-21684b4d99.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ws-npm-8.6.0-c92b4da32f-e2fca82059.zip
Binary file not shown.
807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarn/sdks/typescript/lib/tsserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}

Expand Down
2 changes: 2 additions & 0 deletions .yarn/sdks/typescript/lib/tsserverlibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}

Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![codecov](https://codecov.io/gh/saseungmin/yarn-berry-example/branch/main/graph/badge.svg?token=QWA2HOE10W)](https://codecov.io/gh/saseungmin/yarn-berry-example) [![yarn-berry-example](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/g1oxx9&style=flat-square&logo=cypress)](https://dashboard.cypress.io/projects/g1oxx9/runs)

![yarn](https://img.shields.io/badge/yarn-3.2.0-blue?logo=yarn) ![react](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/react?logo=react) ![typescript](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/typescript?logo=typescript) ![jest](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/jest?logo=jest) ![cypress](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/cypress?logo=cypress) ![eslint](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/eslint?logo=eslint)
![yarn](https://img.shields.io/badge/yarn-3.5.0-blue?logo=yarn) ![react](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/react?logo=react) ![typescript](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/typescript?logo=typescript) ![jest](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/jest?logo=jest) ![cypress](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/cypress?logo=cypress) ![eslint](https://img.shields.io/github/package-json/dependency-version/saseungmin/yarn-berry-example/dev/eslint?logo=eslint)

#### 👉 Yarn berry example using React + TypeScript + Jest + Cypress + Eslint + Github Actions CI/CD + Github Pages

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"typescript": "4.7.4",
"web-vitals": "^3.1.0"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.5.0"
}
Loading

0 comments on commit 4e981a3

Please sign in to comment.