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

Commit

Permalink
feat: target yarn 3.3.1 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu authored Jan 3, 2023
1 parent 6fe5295 commit f3bd3bc
Show file tree
Hide file tree
Showing 16 changed files with 197 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.8.4-sdk",
"version": "4.9.4-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
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.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"helpers": "link:./helpers",
"monodeploy": "workspace:*"
}
Expand Down
12 changes: 6 additions & 6 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.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4",
"@yarnpkg/sdks": "^3.0.0-rc.31",
"@yarnpkg/sdks": "^3.0.0-rc.34",
"@yarnpkg/shell": "^3.2.5",
"all-contributors-cli": "^6.24.0",
"commitizen": "^4.2.5",
Expand All @@ -90,7 +90,7 @@
"prettier": "^2.8.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "4.9.3",
"typescript": "4.9.4",
"yaml-validator": "^4.0.0"
},
"engines": {
Expand All @@ -105,5 +105,5 @@
"built": false
}
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.3.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.5.0",
"@monodeploy/logging": "workspace:^3.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0"
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
},
"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.0",
"@yarnpkg/fslib": "^2.9.0"
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
}
}
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.5.0",
"@monodeploy/node": "workspace:^3.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"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.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@yarnpkg/core": "^3.3.0"
"@yarnpkg/core": "^3.3.1"
},
"devDependencies": {
"@monodeploy/logging": "workspace:*",
"@monodeploy/test-utils": "link:../../testUtils",
"@monodeploy/types": "workspace:*",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0"
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
}
}
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.0",
"@yarnpkg/fslib": "^2.9.0"
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
},
"dependencies": {
"micromatch": "^4.0.5"
Expand All @@ -43,7 +43,7 @@
"@monodeploy/io": "workspace:^3.5.0",
"@monodeploy/logging": "workspace:^3.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0"
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0"
}
}
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.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/shell": "^3.2.5"
},
"peerDependencies": {
"@monodeploy/logging": "workspace:^3.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@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.0"
"@yarnpkg/core": "^3.3.1"
},
"peerDependencies": {
"@yarnpkg/core": "^3.3.0"
"@yarnpkg/core": "^3.3.1"
}
}
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.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@monodeploy/versions": "workspace:^3.5.0",
"@yarnpkg/cli": "^3.3.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@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.5.0",
"@octokit/core": "^4.1.0",
"@octokit/plugin-throttling": "^4.3.2",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@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.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4"
},
Expand All @@ -48,9 +48,9 @@
"@monodeploy/io": "workspace:^3.5.0",
"@monodeploy/logging": "workspace:^3.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@yarnpkg/cli": "^3.3.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"tapable": "^2.2.1"
},
"peerDependencies": {
"@yarnpkg/core": "^3.3.0"
"@yarnpkg/core": "^3.3.1"
},
"devDependencies": {
"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/core": "^3.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.21",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
}
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.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@yarnpkg/plugin-npm": "^2.7.3",
"@yarnpkg/plugin-pack": "^3.1.4"
},
Expand All @@ -56,9 +56,9 @@
"@monodeploy/io": "workspace:^3.5.0",
"@monodeploy/logging": "workspace:^3.5.0",
"@monodeploy/types": "workspace:^3.5.0",
"@yarnpkg/cli": "^3.3.0",
"@yarnpkg/core": "^3.3.0",
"@yarnpkg/fslib": "^2.9.0",
"@yarnpkg/cli": "^3.3.1",
"@yarnpkg/core": "^3.3.1",
"@yarnpkg/fslib": "^2.10.0",
"@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.2.4',
packageManager: 'yarn@3.3.1',
})

// Generate children workspaces
Expand Down
Loading

0 comments on commit f3bd3bc

Please sign in to comment.