Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: update yarn to 3.4.1 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu authored Feb 14, 2023
1 parent 1af0f01 commit 217aaa9
Show file tree
Hide file tree
Showing 17 changed files with 180 additions and 178 deletions.
4 changes: 2 additions & 2 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
logFilters:
- code: YN0060 # INCOMPATIBLE_PEER_DEPENDENCY
level: error
- code: YN0002 # MISSING_PEER_DEPENDENCY
level: error
- level: discard
pattern: "*gatsby* doesn't provide"
- level: discard
pattern: "@monodeploy/gatsby@workspace:gatsby provides react"
- level: discard
pattern: "lists build scripts, but its build has been explicitly disabled through configuration"

Expand All @@ -12,10 +18,6 @@ packageExtensions:
"@cspotcode/source-map-support@*":
dependencies:
source-map-support: "*"
"@endemolshinegroup/cosmiconfig-typescript-loader@*":
peerDependenciesMeta:
typescript:
optional: true
"@mdx-js/loader@*":
peerDependencies:
react: ^17.0.0
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@monodeploy/types": "workspace:*",
"@tophat/conventional-changelog-config": "^1.0.1",
"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"helpers": "link:./helpers",
"monodeploy": "workspace:*"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"@types/node": "^14.17.14",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/cli": "^3.4.1",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4",
"@yarnpkg/sdks": "^3.0.0-rc.34",
"@yarnpkg/sdks": "^3.0.0-rc.39",
"@yarnpkg/shell": "^3.2.5",
"all-contributors-cli": "^6.24.0",
"commitizen": "^4.2.5",
Expand Down Expand Up @@ -105,5 +105,5 @@
"built": false
}
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.4.1"
}
8 changes: 4 additions & 4 deletions packages/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@monodeploy/io": "workspace:^3.6.0",
"@monodeploy/logging": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1"
},
"dependencies": {
"conventional-changelog-writer": "^5.0.1",
Expand All @@ -48,7 +48,7 @@
"@types/conventional-changelog-writer": "^4.0.1",
"@types/conventional-commits-parser": "^3.0.2",
"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@monodeploy/logging": "workspace:^3.6.0",
"@monodeploy/node": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"ajv": "^8.11.0",
"clipanion": "^3.2.0-rc.13",
"typanion": "^3.12.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"peerDependencies": {
"@monodeploy/logging": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@yarnpkg/core": "^3.3.1"
"@yarnpkg/core": "^3.4.0"
},
"devDependencies": {
"@monodeploy/logging": "workspace:*",
"@monodeploy/test-utils": "link:../../testUtils",
"@monodeploy/types": "workspace:*",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1"
}
}
8 changes: 4 additions & 4 deletions packages/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@monodeploy/types": "workspace:*",
"@types/micromatch": "^4",
"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1"
},
"dependencies": {
"micromatch": "^4.0.5"
Expand All @@ -43,7 +43,7 @@
"@monodeploy/io": "workspace:^3.6.0",
"@monodeploy/logging": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1"
}
}
8 changes: 4 additions & 4 deletions packages/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@monodeploy/test-utils": "link:../../testUtils",
"@monodeploy/types": "workspace:*",
"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/shell": "^3.2.5"
},
"peerDependencies": {
"@monodeploy/logging": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/shell": "^3.2.5"
}
}
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"devDependencies": {
"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.3.1"
"@yarnpkg/core": "^3.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "^3.3.1"
"@yarnpkg/core": "^3.4.0"
}
}
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@monodeploy/publish": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@monodeploy/versions": "workspace:^3.6.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/cli": "^3.4.1",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4",
"@yarnpkg/shell": "^3.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@monodeploy/types": "workspace:^3.6.0",
"@octokit/core": "^4.1.0",
"@octokit/plugin-throttling": "^4.3.2",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/shell": "^3.2.5"
}
}
12 changes: 6 additions & 6 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@monodeploy/logging": "workspace:*",
"@monodeploy/test-utils": "link:../../testUtils",
"@monodeploy/types": "workspace:*",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/cli": "^3.4.1",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4"
},
Expand All @@ -48,9 +48,9 @@
"@monodeploy/io": "workspace:^3.6.0",
"@monodeploy/logging": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/cli": "^3.4.1",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"tapable": "^2.2.1"
},
"peerDependencies": {
"@yarnpkg/core": "^3.3.1"
"@yarnpkg/core": "^3.4.0"
},
"devDependencies": {
"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/core": "^3.4.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.21",
"typescript": "4.9.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@types/conventional-commits-parser": "^3.0.2",
"@types/micromatch": "^4",
"@types/semver": "^7.3.13",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/cli": "^3.4.1",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4"
},
Expand All @@ -56,9 +56,9 @@
"@monodeploy/io": "workspace:^3.6.0",
"@monodeploy/logging": "workspace:^3.6.0",
"@monodeploy/types": "workspace:^3.6.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/cli": "^3.4.1",
"@yarnpkg/core": "^3.4.0",
"@yarnpkg/fslib": "^2.10.1",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion testUtils/setupMonorepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default async function setupMonorepo(
useRelativePath: false,
}),
repository: root?.repository,
packageManager: 'yarn@3.3.1',
packageManager: 'yarn@3.4.1',
})

// Generate children workspaces
Expand Down
Loading

0 comments on commit 217aaa9

Please sign in to comment.