From e9bf2c5946b0b8521221ba08b289a06140be1592 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:34:51 +0000 Subject: [PATCH 1/2] Initial plan From 9897bb78fb9f9bc751dc1bd64a9476cf84375358 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:44:58 +0000 Subject: [PATCH 2/2] [dependabot-burndown] Update Node.js docs dependencies - Bump astro from 5.16.12 to 5.16.15 - Bump @astrojs/starlight from 0.37.3 to 0.37.4 - Bump @playwright/test from 1.57.0 to 1.58.0 All updates are patch/minor versions with no breaking changes affecting this project. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/package-lock.json | 40 +++++++++---------- docs/package.json | 6 +-- .../src/content/docs/agent-factory-status.mdx | 1 + 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 874f76f045..c51703f456 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,9 +8,9 @@ "name": "docs", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.37.3", + "@astrojs/starlight": "^0.37.4", "@primer/octicons": "^19.21.2", - "astro": "^5.16.12", + "astro": "^5.16.15", "astro-mermaid": "^1.2.0", "mermaid": "^11.12.2", "sharp": "^0.34.5", @@ -22,7 +22,7 @@ }, "devDependencies": { "@marp-team/marp-cli": "^4.2.3", - "@playwright/test": "^1.57.0", + "@playwright/test": "^1.58.0", "@types/primer__octicons": "^19.11.1", "http-server": "^14.1.1", "starlight-github-alerts": "^0.1.1" @@ -161,9 +161,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.3.tgz", - "integrity": "sha512-p7cqbAkBYkBTiK1NIomxAEoF9Wko+mTV503qDm5Wgh+0MGGJnSsIzCSSJ+rWm8toFk9mnzNwNbxcnjwzIBEU3w==", + "version": "0.37.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.4.tgz", + "integrity": "sha512-ygPGDgRd9nCcNgaYMNN7UeAMAkDOR1ibv3ps3xEz+cuvKG3CRLd19UwdB+Gyz1tbkyfjPWPkFKNhLwNybro8Tw==", "license": "MIT", "peer": true, "dependencies": { @@ -1407,13 +1407,13 @@ ] }, "node_modules/@playwright/test": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz", - "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==", + "version": "1.58.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.0.tgz", + "integrity": "sha512-fWza+Lpbj6SkQKCrU6si4iu+fD2dD3gxNHFhUPxsfXBPhnv3rRSQVd0NtBUT9Z/RhF/boCBcuUaMUSTRTopjZg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.57.0" + "playwright": "1.58.0" }, "bin": { "playwright": "cli.js" @@ -2456,9 +2456,9 @@ } }, "node_modules/astro": { - "version": "5.16.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.12.tgz", - "integrity": "sha512-R2LH1GW4JexpSMWffbpzkeZDAwbdZwI5BclXEwi+vIUPxQI+7Y9ZogJ5u4ukdYFGrcrie/0z+Od4i3MlR0nELQ==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.0.tgz", + "integrity": "sha512-6ltLRcs2WrVBMEcgHLntabSdJqz+z2PxzCS2Iw20g60y6hP2AXVn53Y7PCCIprMHsGXEkk1h+PoTkgKp4dDugA==", "license": "MIT", "peer": true, "dependencies": { @@ -7749,13 +7749,13 @@ } }, "node_modules/playwright": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz", - "integrity": "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==", + "version": "1.58.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.0.tgz", + "integrity": "sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.57.0" + "playwright-core": "1.58.0" }, "bin": { "playwright": "cli.js" @@ -7768,9 +7768,9 @@ } }, "node_modules/playwright-core": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz", - "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==", + "version": "1.58.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.0.tgz", + "integrity": "sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/docs/package.json b/docs/package.json index 9306a708ff..6e292fa51e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,9 +17,9 @@ "test:debug": "playwright test --debug" }, "dependencies": { - "@astrojs/starlight": "^0.37.3", + "@astrojs/starlight": "^0.37.4", "@primer/octicons": "^19.21.2", - "astro": "^5.16.12", + "astro": "^5.16.15", "astro-mermaid": "^1.2.0", "mermaid": "^11.12.2", "sharp": "^0.34.5", @@ -31,7 +31,7 @@ }, "devDependencies": { "@marp-team/marp-cli": "^4.2.3", - "@playwright/test": "^1.57.0", + "@playwright/test": "^1.58.0", "@types/primer__octicons": "^19.11.1", "http-server": "^14.1.1", "starlight-github-alerts": "^0.1.1" diff --git a/docs/src/content/docs/agent-factory-status.mdx b/docs/src/content/docs/agent-factory-status.mdx index 737c5d5c23..8808ec768d 100644 --- a/docs/src/content/docs/agent-factory-status.mdx +++ b/docs/src/content/docs/agent-factory-status.mdx @@ -68,6 +68,7 @@ These are experimental agentic workflows used by the GitHub Next team to learn, | [DeepReport - Intelligence Gathering Agent](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/deep-report.md) | codex | [![DeepReport - Intelligence Gathering Agent](https://github.com/githubnext/gh-aw/actions/workflows/deep-report.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/deep-report.lock.yml) | `0 15 * * 1-5` | - | | [Delight](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/delight.md) | copilot | [![Delight](https://github.com/githubnext/gh-aw/actions/workflows/delight.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/delight.lock.yml) | - | - | | [Dependabot Bundler](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-bundler.md) | copilot | [![Dependabot Bundler](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-bundler.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-bundler.lock.yml) | - | - | +| [Dependabot Burner Campaign](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-burner.md) | copilot | [![Dependabot Burner Campaign](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-burner.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-burner.lock.yml) | - | - | | [Dependabot Dependency Checker](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-go-checker.md) | copilot | [![Dependabot Dependency Checker](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-go-checker.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-go-checker.lock.yml) | `0 9 * * 1,3,5` | - | | [Dev](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dev.md) | copilot | [![Dev](https://github.com/githubnext/gh-aw/actions/workflows/dev.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dev.lock.yml) | - | - | | [Dev Hawk](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dev-hawk.md) | copilot | [![Dev Hawk](https://github.com/githubnext/gh-aw/actions/workflows/dev-hawk.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dev-hawk.lock.yml) | - | - |