Updating pnpm to 8.1.x (#51407)

This is a follow-up of
https://github.com/sourcegraph/sourcegraph/pull/51265 which was at
@vovakulikov initiative.

## Test plan

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->

CI

---------

Co-authored-by: Vova Kulikov <vova@sourcegraph.com>
This commit is contained in:
Jean-Hadrien Chabran 2023-05-03 15:04:12 +02:00 committed by GitHub
parent 9f7df7ca07
commit 4f2f52f96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6109 additions and 5749 deletions

View File

@ -12,4 +12,4 @@ awscli 2.4.7
python system
rust 1.68.0
ruby 3.1.3
pnpm 7.28.0
pnpm 8.1.0

View File

@ -22,9 +22,9 @@ http_archive(
http_archive(
name = "aspect_rules_js",
sha256 = "a592fafd8a27b2828318cebbda0003686c6da3318df366b563e8beeffa05a02c",
strip_prefix = "rules_js-1.21.0",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.21.0/rules_js-v1.21.0.tar.gz",
sha256 = "3e237129b3554373a80c681c4b47348f91c294ff32d4bc8f8297f40511a4eb6c",
strip_prefix = "rules_js-1.25.4",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.25.4/rules_js-v1.25.4.tar.gz",
)
http_archive(

View File

@ -8,7 +8,7 @@
},
"engines": {
"node": "^v16.18.1",
"pnpm": "^7.28.0"
"pnpm": "^8.0.0"
},
"scripts": {
"format": "prettier '**/{*.{js?(on),ts?(x),graphql,md,scss},.*.js?(on)}' --list-different --config prettier.config.js --write",

File diff suppressed because it is too large Load Diff