From 89de77dea852d82ab17c9834ab36cc1ac7ffa0bf Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 30 Mar 2022 22:16:23 -0700 Subject: [PATCH 1/2] Update the supported version of `npm` to `v8` Support for `npm` `v8` was added to Dependabot in https://github.com/dependabot/dependabot-core/pull/4763. --- data/reusables/dependabot/supported-package-managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index fee2f5ebeb..13da39e3ce 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -17,7 +17,7 @@ GitHub Actions | `github-actions` | N/A (no version) | **✓** | **✓** | | Go modules | `gomod` | v1 | **✓** | **✓** | **✓** | Gradle | `gradle` | N/A (no version)[1] | **✓** | **✓** | | Maven | `maven` | N/A (no version)[2] | **✓** | **✓** | | -npm | `npm` | v6, v7 | **✓** | **✓** | | +npm | `npm` | v8 | **✓** | **✓** | | NuGet | `nuget` | <= 4.8[3] | **✓** | **✓** | | pip | `pip` | v21.1.2 | | **✓** | | pipenv | `pip` | <= 2021-05-29 | | **✓** | | From 35f503443c62447d75710b01c15e444e8f164d18 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:02:44 +0100 Subject: [PATCH 2/2] Update data/reusables/dependabot/supported-package-managers.md Co-authored-by: Jurre --- data/reusables/dependabot/supported-package-managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 13da39e3ce..234102fa0d 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -17,7 +17,7 @@ GitHub Actions | `github-actions` | N/A (no version) | **✓** | **✓** | | Go modules | `gomod` | v1 | **✓** | **✓** | **✓** | Gradle | `gradle` | N/A (no version)[1] | **✓** | **✓** | | Maven | `maven` | N/A (no version)[2] | **✓** | **✓** | | -npm | `npm` | v8 | **✓** | **✓** | | +npm | `npm` | v6, v7, v8 | **✓** | **✓** | | NuGet | `nuget` | <= 4.8[3] | **✓** | **✓** | | pip | `pip` | v21.1.2 | | **✓** | | pipenv | `pip` | <= 2021-05-29 | | **✓** | |