Skip to content

Commit 5bd41ae

Browse files
committed
build: migrate from yarn to pnpm as the package manager (#2951)
PR Close #2951
1 parent ef64fab commit 5bd41ae

30 files changed

+13893
-31899
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTkzNjczMzk3Mw==

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/ng-renovate/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.yarn/
21
node_modules/

.github/ng-renovate/.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ng-renovate/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "ng-renovate",
3-
"packageManager": "[email protected]",
43
"type": "commonjs",
54
"dependencies": {
65
"renovate": "41.58.1"

.github/ng-renovate/runner-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
forkModeDisallowMaintainerEdits: true,
99
onboarding: false,
1010
persistRepoData: true,
11-
allowedPostUpgradeCommands: ['.', '^yarn install$', '^yarn update-generated-files$'],
11+
allowedPostUpgradeCommands: ['.', '^pnpm install$', '^pnpm update-generated-files$'],
1212
hostRules: [
1313
{
1414
matchHost: 'api.github.com',

0 commit comments

Comments
 (0)