From 550551d27aea1134948281999dcd659b653df8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:37:59 +0000 Subject: [PATCH 1/2] chore(deps): bump @babel/plugin-transform-modules-systemjs Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.28.5 to 7.29.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- design-standards/package-lock.json | 100 ++++++++++++++--------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/design-standards/package-lock.json b/design-standards/package-lock.json index 98ae918..ef5feab 100644 --- a/design-standards/package-lock.json +++ b/design-standards/package-lock.json @@ -330,12 +330,12 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", - "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" }, @@ -392,13 +392,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", - "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", "license": "MIT", "dependencies": { - "@babel/parser": "^7.28.5", - "@babel/types": "^7.28.5", + "@babel/parser": "^7.29.0", + "@babel/types": "^7.29.0", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" @@ -539,27 +539,27 @@ } }, "node_modules/@babel/helper-module-imports": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", - "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.28.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", - "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.28.3" + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.6" }, "engines": { "node": ">=6.9.0" @@ -581,9 +581,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", - "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", + "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -691,12 +691,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", - "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", + "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", "license": "MIT", "dependencies": { - "@babel/types": "^7.28.5" + "@babel/types": "^7.29.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -1281,15 +1281,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz", - "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==", + "version": "7.29.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz", + "integrity": "sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==", "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.28.3", - "@babel/helper-plugin-utils": "^7.27.1", + "@babel/helper-module-transforms": "^7.28.6", + "@babel/helper-plugin-utils": "^7.28.6", "@babel/helper-validator-identifier": "^7.28.5", - "@babel/traverse": "^7.28.5" + "@babel/traverse": "^7.29.0" }, "engines": { "node": ">=6.9.0" @@ -1985,31 +1985,31 @@ } }, "node_modules/@babel/template": { - "version": "7.27.2", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", - "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.27.1", - "@babel/parser": "^7.27.2", - "@babel/types": "^7.27.1" + "@babel/code-frame": "^7.28.6", + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", - "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.5", + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.28.5", - "@babel/template": "^7.27.2", - "@babel/types": "^7.28.5", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", "debug": "^4.3.1" }, "engines": { @@ -2017,9 +2017,9 @@ } }, "node_modules/@babel/types": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", - "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", From c69e5194766d339feb658ceaafe26b052b59d4d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 May 2026 03:38:09 +0000 Subject: [PATCH 2/2] chore: update SEO and marketing files [skip ci] Auto-generated by SEO workflow on branch: dependabot/npm_and_yarn/design-standards/babel/plugin-transform-modules-systemjs-7.29.4 - Updated sitemap.xml - Updated robots.txt - Updated CHANGELOG.md - Updated schema.json - Generated CNAME for custom domains - Generated social media graphics Signed-off-by: github-actions[bot] --- CHANGELOG.md | 22 +++++++++ CNAME | 2 +- public/README.md | 4 +- public/meta-tags.html | 6 +-- public/site.webmanifest | 2 +- robots.txt | 2 +- schema.json | 6 +-- sitemap.xml | 106 ++++++++++++++++++++-------------------- 8 files changed, 86 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84fba0f..f945785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [Unreleased] - 2026-05-09 + +### Changed +- chore(deps): bump @babel/plugin-transform-modules-systemjs (@) +- docs(design.vln.gg): create comprehensive VLN logo standards (@) +- chore(deps): bump node-forge from 1.3.1 to 1.3.3 in /design-standards (@) +- chore(deps): bump mdast-util-to-hast in /design-standards (@) +- chore(deps): bump webpack from 5.103.0 to 5.105.2 in /design-standards (@) +- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /design-standards (@) +- chore(deps): bump qs and express in /design-standards (@) +- chore(deps): bump next from 15.5.6 to 15.5.10 in /devops-panel (@) +- chore(deps): bump requests from 2.31.0 to 2.32.4 (@) + +### Fixed +- fix(ci): fix remaining YAML break in auto-merge-reviewed.yml (@) +- fix(ci): resolve YAML syntax errors in 4 workflow files (@) +- fix(ci): handle empty grep results in auto-pr-description workflow (@) +- fix(ci): handle deleted comments in workflow summary reporter (@) + +--- + ## [Unreleased] - 2026-02-14 ### Changed diff --git a/CNAME b/CNAME index f79d738..961d7e5 100644 --- a/CNAME +++ b/CNAME @@ -1,7 +1,7 @@ # CNAME Configuration for GitHub Pages # # Author: Unknown -# Generated: 2026-02-15 04:50:22 UTC +# Generated: 2026-05-09 03:38:09 UTC # # Instructions: # 1. Uncomment the line below and replace with your domain diff --git a/public/README.md b/public/README.md index effeec7..a400922 100644 --- a/public/README.md +++ b/public/README.md @@ -1,6 +1,6 @@ # Social Media Graphics -Auto-generated: 2026-02-15 +Auto-generated: 2026-05-09 Author: Unknown Code sign-off: Unknown @@ -46,4 +46,4 @@ Code sign-off: Unknown - **LinkedIn Post Inspector**: https://www.linkedin.com/post-inspector/ --- -Generated: 2026-02-15 +Generated: 2026-05-09 diff --git a/public/meta-tags.html b/public/meta-tags.html index 1ff6d66..9e2f9f2 100644 --- a/public/meta-tags.html +++ b/public/meta-tags.html @@ -1,6 +1,6 @@ @@ -25,7 +25,7 @@ - + @@ -57,7 +57,7 @@ "name": "Unknown", "email": "unknown@example.com" }, - "datePublished": "2026-02-15", + "datePublished": "2026-05-09", "keywords": "devops, automation, ci-cd, github-actions, claude-code", "programmingLanguage": ["Bash", "JavaScript", "YAML"], "codeRepository": "https://github.com/Fused-Gaming/DevOps" diff --git a/public/site.webmanifest b/public/site.webmanifest index fa84fda..28db64e 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -25,5 +25,5 @@ } ], "author": "Unknown", - "generated": "2026-02-15" + "generated": "2026-05-09" } diff --git a/robots.txt b/robots.txt index da6a57f..8b94725 100644 --- a/robots.txt +++ b/robots.txt @@ -1,5 +1,5 @@ # robots.txt -# Auto-generated: 2026-02-15 +# Auto-generated: 2026-05-09 # Author: Unknown # Code sign-off: Unknown diff --git a/schema.json b/schema.json index 5510b21..c150ed3 100644 --- a/schema.json +++ b/schema.json @@ -6,7 +6,7 @@ "metadata": { "author": "Unknown", "email": "unknown@example.com", - "generated": "2026-02-15", + "generated": "2026-05-09", "version": "1.0.0", "repository": "https://github.com/Fused-Gaming/DevOps", "codeSignedBy": "Unknown" @@ -21,8 +21,8 @@ "name": "Unknown", "email": "unknown@example.com" }, - "dateCreated": "2026-02-15", - "dateModified": "2026-02-15", + "dateCreated": "2026-05-09", + "dateModified": "2026-05-09", "codeRepository": "https://github.com/Fused-Gaming/DevOps", "programmingLanguage": [ "Bash", diff --git a/sitemap.xml b/sitemap.xml index 54e6e2f..6d14bd0 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,7 +2,7 @@ https://example.com/ - 2026-02-15 + 2026-05-09 daily 1.0 @@ -21,7 +21,7 @@ https://example.com/docs - 2026-02-15 + 2026-05-09 weekly 0.8 @@ -29,7 +29,7 @@ https://example.com/quick-access - 2026-02-15 + 2026-05-09 weekly 0.8 @@ -37,7 +37,7 @@ https://example.com/cheatsheet - 2026-02-15 + 2026-05-09 monthly 0.7 @@ -45,7 +45,7 @@ https://example.com/security - 2026-02-15 + 2026-05-09 monthly 0.8 @@ -53,56 +53,64 @@ https://example.com/github-actions - 2026-02-15 + 2026-05-09 monthly 0.7 - + - https://example.com/MVP-STATUS + https://example.com/MVP-SUMMARY 2025-11-17 monthly 0.6 - + - https://example.com/templates/FEATURE_TEMPLATE + https://example.com/FEATURE-DOCS-README 2025-11-13 monthly 0.6 - + - https://example.com/REPOSITORY-INVENTORY - 2025-11-23 + https://example.com/MVP-STATUS + 2025-11-17 monthly 0.6 - + - https://example.com/ROLLOUT-PLAN - 2025-11-13 + https://example.com/SUBDOMAIN-ARCHITECTURE + 2025-11-21 monthly 0.6 - + - https://example.com/MILESTONE-TRACKING - 2025-11-19 + https://example.com/PR-COMMIT-QUICKREF + 2025-11-17 monthly 0.6 - + - https://example.com/PR-COMMIT-QUICKREF + https://example.com/templates/FEATURE_TEMPLATE + 2025-11-13 + monthly + 0.6 + + + + + https://example.com/AUTO-PR-COMMIT-GUIDE 2025-11-17 monthly 0.6 @@ -116,26 +124,26 @@ 0.6 - + - https://example.com/FEATURE-DOCUMENTATION-GUIDE - 2025-11-13 + https://example.com/VERCEL-DEPLOYMENT-MONITORING + 2025-11-21 monthly 0.6 - + - https://example.com/SUBDOMAIN-ARCHITECTURE - 2025-11-21 + https://example.com/FEATURE-DOCUMENTATION-GUIDE + 2025-11-13 monthly 0.6 - + - https://example.com/FEATURE-DOCS-IMPLEMENTATION-RECOMMENDATIONS - 2025-11-13 + https://example.com/MILESTONE-FIX-GUIDE + 2025-11-17 monthly 0.6 @@ -148,25 +156,25 @@ 0.6 - + - https://example.com/AUTO-PR-COMMIT-GUIDE - 2025-11-17 + https://example.com/MILESTONE-TRACKING + 2025-11-19 monthly 0.6 - + - https://example.com/VERCEL-DEPLOYMENT-MONITORING - 2025-11-21 + https://example.com/HYBRID-SETUP-GUIDE + 2025-11-13 monthly 0.6 - + - https://example.com/FEATURE-DOCS-README + https://example.com/ROLLOUT-PLAN 2025-11-13 monthly 0.6 @@ -180,14 +188,6 @@ 0.6 - - - https://example.com/HYBRID-SETUP-GUIDE - 2025-11-13 - monthly - 0.6 - - https://example.com/USAGE-TRACKING-GUIDE @@ -196,18 +196,18 @@ 0.6 - + - https://example.com/MVP-SUMMARY - 2025-11-17 + https://example.com/FEATURE-DOCS-IMPLEMENTATION-RECOMMENDATIONS + 2025-11-13 monthly 0.6 - + - https://example.com/MILESTONE-FIX-GUIDE - 2025-11-17 + https://example.com/REPOSITORY-INVENTORY + 2025-11-23 monthly 0.6