Skip to content

Commit

Permalink
♻️ Migrate yarn from classic to berry
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Dec 22, 2022
1 parent 29b4b73 commit dceb7b0
Show file tree
Hide file tree
Showing 9 changed files with 10,076 additions and 6,408 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.yarn/releases/** binary
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'yarn'
node-version: ${{ matrix.node-version }}
- name: Install dependencies 📦
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Lint 🎨
run: yarn turbo lint
- name: Flow types 🏷
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ coverage/
packages/website/public/*
.eslintcache
*.log
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
823 changes: 823 additions & 0 deletions .yarn/releases/yarn-3.3.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.3.1.cjs
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"volta": {
"node": "16.15.0"
},
"dependencies": {}
"packageManager": "yarn@3.3.1"
}
4 changes: 1 addition & 3 deletions packages/gitmojis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "gitmojis",
"private": false,
"version": "3.13.0",
"description": "An emoji guide for your commit messages.",
"main": "src/gitmojis.json",
Expand Down Expand Up @@ -36,6 +35,5 @@
"emoji",
"carloscuesta",
"commit"
],
"dependencies": {}
]
}
7 changes: 3 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"eslint-plugin-react": "^7.31.10",
"flow-bin": "^0.195.1",
"focus-trap-react": "^10.0.0",
"gitmojis": "workspace:*",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
Expand All @@ -42,8 +43,7 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"gitmojis": "3.13.0"
"react-test-renderer": "^18.2.0"
},
"author": {
"name": "carloscuesta",
Expand Down Expand Up @@ -167,6 +167,5 @@
}
}
}
},
"dependencies": {}
}
}
15,636 changes: 9,237 additions & 6,399 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit dceb7b0

Please sign in to comment.