mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Upgrade yarn and editor sdks (#42847)
This commit is contained in:
6
.vim/coc-settings.json
Normal file
6
.vim/coc-settings.json
Normal 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
6
.yarn/sdks/eslint/lib/api.js
vendored
6
.yarn/sdks/eslint/lib/api.js
vendored
@@ -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`);
|
||||||
|
2
.yarn/sdks/eslint/package.json
vendored
2
.yarn/sdks/eslint/package.json
vendored
@@ -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
.yarn/sdks/integrations.yml
vendored
2
.yarn/sdks/integrations.yml
vendored
@@ -2,5 +2,5 @@
|
|||||||
# Manual changes might be lost!
|
# Manual changes might be lost!
|
||||||
|
|
||||||
integrations:
|
integrations:
|
||||||
- vim
|
|
||||||
- vscode
|
- vscode
|
||||||
|
- vim
|
||||||
|
2
.yarn/sdks/stylelint/package.json
vendored
2
.yarn/sdks/stylelint/package.json
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user