From dad479fa12921843c77c0c241a56d675c040f850 Mon Sep 17 00:00:00 2001 From: Alex Augustine Date: Mon, 14 Nov 2022 21:26:31 +0000 Subject: [PATCH 1/3] Add Dart to dependency scope table --- data/reusables/dependabot/dependabot-alerts-dependency-scope.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md index 6c36269be072..ce1af3b7ba3e 100644 --- a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md +++ b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md @@ -2,6 +2,8 @@ The table below summarizes whether dependency scope is supported for various eco | **Language** | **Ecosystem** | **Manifest file** | **Dependency scope supported** | |:---|:---:|:---:|:---| +| Dart | pub | pubspec.yaml | ✔ | +| Dart | pub | pubspec.lock | ✔ | | Go | Go modules | go.mod | No, defaults to runtime | | Go | Go modules | go.sum | No, defaults to runtime | | Java | Maven | pom.xml | ✔ `test` maps to development, else scope defaults to runtime | From 0f7795ce728826fdba5fb9fce43f6694bd5a42d3 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:17:34 +0000 Subject: [PATCH 2/3] Update data/reusables/dependabot/dependabot-alerts-dependency-scope.md --- data/reusables/dependabot/dependabot-alerts-dependency-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md index ce1af3b7ba3e..80c1e406d59d 100644 --- a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md +++ b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md @@ -1,7 +1,7 @@ The table below summarizes whether dependency scope is supported for various ecosystems and manifests, that is, whether {% data variables.product.prodname_dependabot %} can identify if a dependency is used for development or production. | **Language** | **Ecosystem** | **Manifest file** | **Dependency scope supported** | -|:---|:---:|:---:|:---| +|:---|:---:|:---:|:---|{% ifversion fpt or ghec or ghes > 3.7 %} | Dart | pub | pubspec.yaml | ✔ | | Dart | pub | pubspec.lock | ✔ | | Go | Go modules | go.mod | No, defaults to runtime | From ff0aadc05e815d3191dcdb80257fdee7ea8ece9b Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:17:42 +0000 Subject: [PATCH 3/3] Update data/reusables/dependabot/dependabot-alerts-dependency-scope.md --- data/reusables/dependabot/dependabot-alerts-dependency-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md index 80c1e406d59d..93d7c7d7c8c4 100644 --- a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md +++ b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md @@ -3,7 +3,7 @@ The table below summarizes whether dependency scope is supported for various eco | **Language** | **Ecosystem** | **Manifest file** | **Dependency scope supported** | |:---|:---:|:---:|:---|{% ifversion fpt or ghec or ghes > 3.7 %} | Dart | pub | pubspec.yaml | ✔ | -| Dart | pub | pubspec.lock | ✔ | +| Dart | pub | pubspec.lock | ✔ |{% endif %} | Go | Go modules | go.mod | No, defaults to runtime | | Go | Go modules | go.sum | No, defaults to runtime | | Java | Maven | pom.xml | ✔ `test` maps to development, else scope defaults to runtime |