Skip to content

Commit 328b922

Browse files
authored
Chore: Upgrade yarn and editor sdks (#42847)
1 parent 8ca36b7 commit 328b922

File tree

9 files changed

+169
-162
lines changed

9 files changed

+169
-162
lines changed

.vim/coc-settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"eslint.packageManager": "yarn",
3+
"eslint.nodePath": ".yarn/sdks",
4+
"workspace.workspaceFolderCheckCwd": false,
5+
"tsserver.tsdk": ".yarn/sdks/typescript/lib"
6+
}

.yarn/releases/yarn-3.1.0.cjs .yarn/releases/yarn-3.1.1.cjs

+150-150
Large diffs are not rendered by default.

.yarn/sdks/eslint/lib/api.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
1111

1212
if (existsSync(absPnpApiPath)) {
1313
if (!process.versions.pnp) {
14-
// Setup the environment to be able to require eslint/lib/api.js
14+
// Setup the environment to be able to require eslint
1515
require(absPnpApiPath).setup();
1616
}
1717
}
1818

19-
// Defer to the real eslint/lib/api.js your application uses
20-
module.exports = absRequire(`eslint/lib/api.js`);
19+
// Defer to the real eslint your application uses
20+
module.exports = absRequire(`eslint`);

.yarn/sdks/eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "7.21.0-sdk",
3+
"version": "7.28.0-sdk",
44
"main": "./lib/api.js",
55
"type": "commonjs"
66
}

.yarn/sdks/integrations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Manual changes might be lost!
33

44
integrations:
5-
- vim
65
- vscode
6+
- vim

.yarn/sdks/stylelint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint",
3-
"version": "13.13.1-sdk",
3+
"version": "14.0.1-sdk",
44
"main": "lib/index.js",
55
"type": "commonjs"
66
}

.yarnrc.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
enableTelemetry: false
2-
nodeLinker: "pnp"
2+
3+
nodeLinker: pnp
34

45
packageExtensions:
56
"@grafana/[email protected]":
@@ -78,4 +79,4 @@ plugins:
7879
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
7980
spec: "https://mskelton.dev/yarn-outdated/v2"
8081

81-
yarnPath: .yarn/releases/yarn-3.1.0.cjs
82+
yarnPath: .yarn/releases/yarn-3.1.1.cjs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,5 +378,5 @@
378378
"engines": {
379379
"node": ">= 16"
380380
},
381-
"packageManager": "[email protected].0"
381+
"packageManager": "[email protected].1"
382382
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -33687,7 +33687,7 @@ __metadata:
3368733687

3368833688
"typescript@patch:[email protected]#~builtin<compat/typescript>":
3368933689
version: 4.3.4
33690-
resolution: "typescript@patch:typescript@npm%3A4.3.4#~builtin<compat/typescript>::version=4.3.4&hash=ddd1e8"
33690+
resolution: "typescript@patch:typescript@npm%3A4.3.4#~builtin<compat/typescript>::version=4.3.4&hash=493e53"
3369133691
bin:
3369233692
tsc: bin/tsc
3369333693
tsserver: bin/tsserver
@@ -33697,7 +33697,7 @@ __metadata:
3369733697

3369833698
"typescript@patch:[email protected]#~builtin<compat/typescript>":
3369933699
version: 4.4.3
33700-
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=ddd1e8"
33700+
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=493e53"
3370133701
bin:
3370233702
tsc: bin/tsc
3370333703
tsserver: bin/tsserver
@@ -33707,7 +33707,7 @@ __metadata:
3370733707

3370833708
"typescript@patch:typescript@~4.4.2#~builtin<compat/typescript>":
3370933709
version: 4.4.4
33710-
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=ddd1e8"
33710+
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=493e53"
3371133711
bin:
3371233712
tsc: bin/tsc
3371333713
tsserver: bin/tsserver

0 commit comments

Comments
 (0)