From 37b9d31a03581c12020ca925e1c591d561d0c91f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:39:57 +0000 Subject: [PATCH] Version Packages --- .tegami/2026-08-12-msprws2r.md | 9 --------- .tegami/publish-lock.yaml | 6 +++--- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .tegami/2026-08-12-msprws2r.md diff --git a/.tegami/2026-08-12-msprws2r.md b/.tegami/2026-08-12-msprws2r.md deleted file mode 100644 index f242f9d..0000000 --- a/.tegami/2026-08-12-msprws2r.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -packages: - npm:@noxify/gitlab-ci-builder: patch ---- - -## Dependency updates - -- Updated all dependencies to their latest version. -- Fixed open `pnpm audit` findings diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml index a48aa9a..e310b79 100644 --- a/.tegami/publish-lock.yaml +++ b/.tegami/publish-lock.yaml @@ -1,10 +1,10 @@ core:changelogs: - - content: "---\npackages:\n \"@noxify/gitlab-ci-builder\":\n type: patch\n---\n\n## Improved internal code quality and security\n\n- Eliminated lint suppressions through code refactoring (expression-complexity, no-unnecessary-condition)\n- Unified import style to `node:path` default import\n- Added named capture groups to regex patterns\n- Reduced cyclomatic complexity in YAML serializer\n- Updated security overrides for transitive dependencies (shell-quote, ws, vite, brace-expansion, js-yaml, hono, esbuild)\n" - filename: improved-code-quality.md + - content: "---\npackages:\n npm:@noxify/gitlab-ci-builder:\n type: patch\n---\n\n## Dependency updates\n\n- Updated all dependencies to their latest version.\n- Fixed open `pnpm audit` findings\n" + filename: 2026-08-12-msprws2r.md v: 0.0.0 core:packages: - changelogIds: - - improved-code-quality.md + - 2026-08-12-msprws2r.md id: npm:@noxify/gitlab-ci-builder updated: true npm:packages: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8636ac2..e155bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## @noxify/gitlab-ci-builder@1.6.4 + +### Dependency updates + +- Updated all dependencies to their latest version. +- Fixed open `pnpm audit` findings + ## @noxify/gitlab-ci-builder@1.6.3 ### Improved internal code quality and security diff --git a/package.json b/package.json index 7fab58f..5784fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noxify/gitlab-ci-builder", - "version": "1.6.3", + "version": "1.6.4", "description": "Build GitLab CI/CD pipelines programmatically with TypeScript. Fluent API for creating jobs, templates, and workflows. Import/export YAML, visualize with Mermaid diagrams, and resolve extends chains automatically.", "keywords": [ "automation",