Update Yarn to v3.5.1 (#67969)

* Update Yarn to v3.5.1

* Update editor sdks as well

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
renovate[bot]
2023-05-26 16:29:00 +03:00
committed by GitHub
co-authored by Zoltán Bedi
parent b7e2f3ad3f
commit 0efccba71b
5 changed files with 286 additions and 282 deletions
File diff suppressed because one or more lines are too long
+2
View File
@@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}
+2
View File
@@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}
+1 -1
View File
@@ -35,7 +35,7 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: 'https://mskelton.dev/yarn-outdated/v2'
yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
# npmScopes:
# grafana:
+1 -1
View File
@@ -437,5 +437,5 @@
"engines": {
"node": ">= 18"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.1"
}