From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id GEcOBuoqlGT/vgAASxT56A (envelope-from ) for ; Thu, 22 Jun 2023 13:05:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id SJrqBeoqlGTVhwAAauVa8A (envelope-from ) for ; Thu, 22 Jun 2023 13:05:14 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D2BDC26049 for ; Thu, 22 Jun 2023 13:05:13 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=NaMNEIf8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1687431913; a=rsa-sha256; cv=none; b=i1jIqRXCsX/nLrNFznkqVFRHsHmojW7nZK9kZIKdTmzO9RgkWeQ74MvgjZp90VVdLgxbWN 294Gb9zAk7Gd9h9jNm12Pirs2WXMU/Eh6Qwa4oAXkcww/kYuziSv67vbLczoE4icQtvxdu 4SWDMo5HM+GVmMCoI9wI94CpMi4NO7NXezZIrAljiSn3v0uyuQ1SKaQlYhhP7WLIqJnXYk uztAiIxOtHt/6LVQuVostQp2XVfjLGspuQlJfUhymtX/xVt36B5TUDiYLaktL1MDyugIpM 9KQrvLXlEUrMKTJOsm/CteZsLpr0qL7hiMPbJunok85osY6Bh2+NRNojUZKZmw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=NaMNEIf8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687431913; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=DXQj/oQNdLKWLqcwBrOiIAfvOfwOfO4hh+0+IqDHPA8=; b=niL6bMbTZf/QGRsB++4d+BeGEQ5vmbJYQHjedKxQ8JZ0Td5MlxuJkKRZNMGm4BvKa2cyUZ prrhh77NA+yz7/QNq+nvmFryuGqrvfY46+iZI99KaTK1QR3DHakXFzx77lAEEGM7U1l8tB 44ay2sjLTZCuVEZR2B6tKno/Sv+9oxXgMxvBjq9wmqK1jiN+px3Y7hu43SgrpU7AJgUkh+ w/KNRMqbN62v2kTQZk785sZwDejhru3jzUIUW1LmtzyLBD7TS50iWhaopafNgwkaJBKsx9 3GWJxYXV4MycdrryJwBEwI3RHyGbiBD8yk3R5Ub1AGt8jCObQZzGzE1twrLmaQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qCI7h-0005s9-FJ; Thu, 22 Jun 2023 07:05:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qCI7c-0005ni-Cs for guix-patches@gnu.org; Thu, 22 Jun 2023 07:05:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qCI7b-0008A9-AB for guix-patches@gnu.org; Thu, 22 Jun 2023 07:05:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qCI7a-0004b7-I0 for guix-patches@gnu.org; Thu, 22 Jun 2023 07:05:02 -0400 Subject: bug#64203: [PATCH] guix: node-build-system: Delete from peerDependencies too. Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 22 Jun 2023 11:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64203 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jelle Licht Cc: 64203-done@debbugs.gnu.org Mail-Followup-To: 64203@debbugs.gnu.org, lars@6xq.net, lars@6xq.net Received: via spool by 64203-done@debbugs.gnu.org id=D64203.168743188017635 (code D ref 64203); Thu, 22 Jun 2023 11:05:02 +0000 Received: (at 64203-done) by debbugs.gnu.org; 22 Jun 2023 11:04:40 +0000 Received: from localhost ([127.0.0.1]:34975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCI7E-0004aN-F1 for submit@debbugs.gnu.org; Thu, 22 Jun 2023 07:04:40 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:45344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCI7B-0004a8-Qh for 64203-done@debbugs.gnu.org; Thu, 22 Jun 2023 07:04:39 -0400 Received: from smtp102.mailbox.org (unknown [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4QmyDs6pDLz9smf; Thu, 22 Jun 2023 13:04:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1687431869; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DXQj/oQNdLKWLqcwBrOiIAfvOfwOfO4hh+0+IqDHPA8=; b=NaMNEIf8SrpFYQ82OT4OAndvOye2l0T5rWkox7/iGfLqg2lIgZiuUt0B1HtnoUxZJPwFLy xQAapH99gYtf0OBct54zAoKj12krOyjSsaZNZjNrSFBA+Q2PVctikZsPCCO0JOsdVShuYy Ttk3FYGYjFeQ9AI06GqBXcmLfB+IYjLGu1Pe1xIbo4G/PtfHpyRH0y6/WvaMp+3b8QdG+U xuG62eNZENzRllB6Igau4tH6ORsJOu+wh5TsGHAUiEZgUWEtjqrvMW9HnxyEN10t5SVoWd pmZ81MUk9oxl9wLOHXX508rTkH6OmKEi4Pb8gW1jD2A4+poiLLoYRy8rMBxn+Q== Date: Thu, 22 Jun 2023 13:04:28 +0200 From: Lars-Dominik Braun Message-ID: References: <6bc6fc29681881be3ce767c51a7dd8886b97c169.1687336553.git.lars@6xq.net> <875y7f7sl1.fsf@fsfe.org> <87zg4r6bii.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zg4r6bii.fsf@fsfe.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -0.75 X-Migadu-Queue-Id: D2BDC26049 X-Spam-Score: -0.75 X-TUID: dBEN3fBiz6hq Hi, > The previous version of node we had packaged guix was v14, which came > with npm v6. The most recent version of node we have packaged in guix is > v18, which comes with npm v9. > > From [1]: "In npm versions 3 through 6, peerDependencies were not > automatically installed, and would raise a warning if an invalid version > of the peer dependency was found in the tree. As of npm v7, > peerDependencies are installed by default." thanks! Pushed to master as 37c2e94cec6cb8b5e0e93e7b6c712c3b187ca5db. Cheers, Lars