From e6d84033b825410c70806c7a8de9e3982d9963bd Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 08:09:21 -0400 Subject: [PATCH] chore: Add automatically generated annotation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- DEPENDENCIES.md | 2 ++ scripts/dependency-graph.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 8bff9b77efa1b..4630e3690b759 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -1,3 +1,5 @@ + + # npm dependencies ## `github.com/npm/` only diff --git a/scripts/dependency-graph.js b/scripts/dependency-graph.js index bcacbc2279ae1..da9b04c14ae23 100644 --- a/scripts/dependency-graph.js +++ b/scripts/dependency-graph.js @@ -118,6 +118,8 @@ const main = async function () { const [annotationsAll] = walk(tree, false) const out = [ + '', + '', '# npm dependencies', '', '## `github.com/npm/` only',