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>
pull/69155/merge
renovate[bot] 2 years ago committed by GitHub
parent b7e2f3ad3f
commit 0efccba71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 560
      .yarn/releases/yarn-3.5.1.cjs
  2. 2
      .yarn/sdks/typescript/lib/tsserver.js
  3. 2
      .yarn/sdks/typescript/lib/tsserverlibrary.js
  4. 2
      .yarnrc.yml
  5. 2
      package.json

File diff suppressed because one or more lines are too long

@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}

@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
str = `zip:${str}`;
} break;
}
} else {
str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
}
}

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

@ -437,5 +437,5 @@
"engines": {
"node": ">= 18"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.1"
}

Loading…
Cancel
Save