From 02237c56cde38bb4d6caca4b566f6e6e0192fc3e Mon Sep 17 00:00:00 2001 From: Noah Stride Date: Tue, 3 Sep 2024 10:07:19 +0100 Subject: [PATCH] Replace `yarn` with `pnpm` in DevBox (#46073) --- devbox.json | 2 +- devbox.lock | 61 ++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 50 insertions(+), 13 deletions(-) diff --git a/devbox.json b/devbox.json index 6dec0bc20fdd..f5880ee563ed 100644 --- a/devbox.json +++ b/devbox.json @@ -25,7 +25,7 @@ "llvmPackages_14.clangUseLLVM@14.0.6", "nodejs@20.11.1", "protobuf3_20@3.20.3", - "yarn@1.22.19", + "pnpm@9.7.0", "path:build.assets/flake#conditional", "path:build.assets/flake#grpc-tools", diff --git a/devbox.lock b/devbox.lock index 70375be1dc33..d9ec5a00f5c9 100644 --- a/devbox.lock +++ b/devbox.lock @@ -45,12 +45,6 @@ } } }, - "gci@latest": { - "last_modified": "2023-08-30T00:25:28Z", - "resolved": "github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9#gci", - "source": "devbox-search", - "version": "0.11.0" - }, "git@latest": { "last_modified": "2023-07-23T03:35:12Z", "resolved": "github:NixOS/nixpkgs/af8cd5ded7735ca1df1a1174864daab75feeb64a#git", @@ -122,6 +116,7 @@ }, "nodejs@20.11.1": { "last_modified": "2024-03-08T13:51:52Z", + "plugin_version": "0.0.2", "resolved": "github:NixOS/nixpkgs/a343533bccc62400e8a9560423486a3b6c11a23b#nodejs_20", "source": "devbox-search", "version": "20.11.1", @@ -158,6 +153,54 @@ "path:build.assets/flake#libpcsclite": {}, "path:build.assets/flake#node-protoc-ts": {}, "path:build.assets/flake#protoc-gen-gogo": {}, + "pnpm@9.7.0": { + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#pnpm", + "source": "devbox-search", + "version": "9.7.0", + "systems": { + "aarch64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/7yqhmcg3ndbfs607vc1mcqx6c1ghdiw3-pnpm-9.7.0", + "default": true + } + ], + "store_path": "/nix/store/7yqhmcg3ndbfs607vc1mcqx6c1ghdiw3-pnpm-9.7.0" + }, + "aarch64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/inswgrwgmykgdcc61din1v80y0xcqz04-pnpm-9.7.0", + "default": true + } + ], + "store_path": "/nix/store/inswgrwgmykgdcc61din1v80y0xcqz04-pnpm-9.7.0" + }, + "x86_64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/jz0ki1kj6qhf147bxdvh4cv9n73riflx-pnpm-9.7.0", + "default": true + } + ], + "store_path": "/nix/store/jz0ki1kj6qhf147bxdvh4cv9n73riflx-pnpm-9.7.0" + }, + "x86_64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/rq6s344bdlg0i6p99w6y8b58crgvdnhs-pnpm-9.7.0", + "default": true + } + ], + "store_path": "/nix/store/rq6s344bdlg0i6p99w6y8b58crgvdnhs-pnpm-9.7.0" + } + } + }, "protobuf3_20@3.20.3": { "last_modified": "2023-05-01T16:53:22Z", "resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#protobuf3_20", @@ -243,12 +286,6 @@ "source": "devbox-search", "version": "1.32.0" }, - "yarn@1.22.19": { - "last_modified": "2023-05-21T19:52:09Z", - "resolved": "github:NixOS/nixpkgs/9356eead97d8d16956b0226d78f76bd66e06cb60#yarn", - "source": "devbox-search", - "version": "1.22.19" - }, "zlib@latest": { "last_modified": "2023-05-14T19:13:12Z", "resolved": "github:NixOS/nixpkgs/3007746b3f5bfcb49e102b517bca891822a41b31#zlib",