Chore: Upgrade yarn and editor sdks (#42847)

pull/42884/head
Zoltán Bedi 4 years ago committed by GitHub
parent 8ca36b76cf
commit 328b922a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .vim/coc-settings.json
  2. 300
      .yarn/releases/yarn-3.1.1.cjs
  3. 6
      .yarn/sdks/eslint/lib/api.js
  4. 2
      .yarn/sdks/eslint/package.json
  5. 2
      .yarn/sdks/integrations.yml
  6. 2
      .yarn/sdks/stylelint/package.json
  7. 5
      .yarnrc.yml
  8. 2
      package.json
  9. 6
      yarn.lock

@ -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

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

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

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

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

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

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

@ -33687,7 +33687,7 @@ __metadata:
"typescript@patch:typescript@4.3.4#~builtin<compat/typescript>": "typescript@patch:typescript@4.3.4#~builtin<compat/typescript>":
version: 4.3.4 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: bin:
tsc: bin/tsc tsc: bin/tsc
tsserver: bin/tsserver tsserver: bin/tsserver
@ -33697,7 +33697,7 @@ __metadata:
"typescript@patch:typescript@4.4.3#~builtin<compat/typescript>": "typescript@patch:typescript@4.4.3#~builtin<compat/typescript>":
version: 4.4.3 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: bin:
tsc: bin/tsc tsc: bin/tsc
tsserver: bin/tsserver tsserver: bin/tsserver
@ -33707,7 +33707,7 @@ __metadata:
"typescript@patch:typescript@~4.4.2#~builtin<compat/typescript>": "typescript@patch:typescript@~4.4.2#~builtin<compat/typescript>":
version: 4.4.4 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: bin:
tsc: bin/tsc tsc: bin/tsc
tsserver: bin/tsserver tsserver: bin/tsserver

Loading…
Cancel
Save