Skip to content

Commit

Permalink
feat: target yarn 3.6.1 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu authored Jul 4, 2023
1 parent 5fb829c commit 3b0d590
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.42.0-sdk",
"version": "8.43.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
6 changes: 3 additions & 3 deletions .yarn/sdks/prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);

if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require prettier/index.js
// Setup the environment to be able to require prettier
require(absPnpApiPath).setup();
}
}

// Defer to the real prettier/index.js your application uses
module.exports = absRequire(`prettier/index.js`);
// Defer to the real prettier your application uses
module.exports = absRequire(`prettier`);
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": "5.0.4-sdk",
"version": "5.1.6-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@yarnpkg/cli": "^3.6.0",
"@yarnpkg/cli": "^3.6.1",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/fslib": "^2.10.3",
"@yarnpkg/plugin-npm": "^2.7.4",
"@yarnpkg/plugin-pack": "^3.2.0",
"@yarnpkg/sdks": "^3.0.0-rc.45",
"@yarnpkg/sdks": "^3.0.0-rc.48",
"@yarnpkg/shell": "^3.2.5",
"all-contributors-cli": "^6.26.0",
"commitizen": "^4.3.0",
Expand All @@ -92,7 +92,7 @@
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "5.1.3",
"typescript": "5.1.6",
"yaml-validator": "^4.0.1"
},
"engines": {
Expand All @@ -107,5 +107,5 @@
"built": false
}
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@monodeploy/publish": "workspace:^4.1.0",
"@monodeploy/types": "workspace:^4.1.0",
"@monodeploy/versions": "workspace:^4.1.0",
"@yarnpkg/cli": "^3.6.0",
"@yarnpkg/cli": "^3.6.1",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/fslib": "^2.10.3",
"@yarnpkg/plugin-npm": "^2.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@monodeploy/test-utils": "link:../../testUtils",
"@monodeploy/types": "workspace:*",
"@types/jest": "^29.5.2",
"@yarnpkg/cli": "^3.6.0",
"@yarnpkg/cli": "^3.6.1",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/fslib": "^2.10.3",
"@yarnpkg/plugin-npm": "^2.7.4",
Expand All @@ -49,7 +49,7 @@
"@monodeploy/io": "workspace:^4.1.0",
"@monodeploy/logging": "workspace:^4.1.0",
"@monodeploy/types": "workspace:^4.1.0",
"@yarnpkg/cli": "^3.6.0",
"@yarnpkg/cli": "^3.6.1",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/fslib": "^2.10.3",
"@yarnpkg/plugin-npm": "^2.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@yarnpkg/core": "^3.5.2",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest": "^29.5.2",
"@types/micromatch": "^4.0.2",
"@types/semver": "^7.5.0",
"@yarnpkg/cli": "^3.6.0",
"@yarnpkg/cli": "^3.6.1",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/fslib": "^2.10.3",
"@yarnpkg/plugin-npm": "^2.7.4",
Expand All @@ -57,7 +57,7 @@
"@monodeploy/io": "workspace:^4.1.0",
"@monodeploy/logging": "workspace:^4.1.0",
"@monodeploy/types": "workspace:^4.1.0",
"@yarnpkg/cli": "^3.6.0",
"@yarnpkg/cli": "^3.6.1",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/fslib": "^2.10.3",
"@yarnpkg/plugin-npm": "^2.7.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: '[email protected].0',
packageManager: '[email protected].1',
})

// Generate children workspaces
Expand Down
Loading

0 comments on commit 3b0d590

Please sign in to comment.