Chore: Upgrade yarn and editor sdks (#42847)

This commit is contained in:
Zoltán Bedi 2021-12-08 14:40:24 +01:00 committed by GitHub
parent 8ca36b76cf
commit 328b922a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 169 additions and 162 deletions

6
.vim/coc-settings.json Normal file
View File

@ -0,0 +1,6 @@
{
"eslint.packageManager": "yarn",
"eslint.nodePath": ".yarn/sdks",
"workspace.workspaceFolderCheckCwd": false,
"tsserver.tsdk": ".yarn/sdks/typescript/lib"
}

File diff suppressed because one or more lines are too long

View File

@ -11,10 +11,10 @@ const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require eslint/lib/api.js
// Setup the environment to be able to require eslint
require(absPnpApiPath).setup();
}
}
// Defer to the real eslint/lib/api.js your application uses
module.exports = absRequire(`eslint/lib/api.js`);
// Defer to the real eslint your application uses
module.exports = absRequire(`eslint`);

View File

@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "7.21.0-sdk",
"version": "7.28.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}

View File

@ -2,5 +2,5 @@
# Manual changes might be lost!
integrations:
- vim
- vscode
- vim

View File

@ -1,6 +1,6 @@
{
"name": "stylelint",
"version": "13.13.1-sdk",
"version": "14.0.1-sdk",
"main": "lib/index.js",
"type": "commonjs"
}

View File

@ -1,5 +1,6 @@
enableTelemetry: false
nodeLinker: "pnp"
nodeLinker: pnp
packageExtensions:
"@grafana/slate-react@0.22.10-grafana":
@ -78,4 +79,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v2"
yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs

View File

@ -378,5 +378,5 @@
"engines": {
"node": ">= 16"
},
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.1.1"
}

View File

@ -33687,7 +33687,7 @@ __metadata:
"typescript@patch:typescript@4.3.4#~builtin<compat/typescript>":
version: 4.3.4
resolution: "typescript@patch:typescript@npm%3A4.3.4#~builtin<compat/typescript>::version=4.3.4&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A4.3.4#~builtin<compat/typescript>::version=4.3.4&hash=493e53"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
@ -33697,7 +33697,7 @@ __metadata:
"typescript@patch:typescript@4.4.3#~builtin<compat/typescript>":
version: 4.4.3
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=493e53"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
@ -33707,7 +33707,7 @@ __metadata:
"typescript@patch:typescript@~4.4.2#~builtin<compat/typescript>":
version: 4.4.4
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=493e53"
bin:
tsc: bin/tsc
tsserver: bin/tsserver