diff --git a/.tegami/improved-code-quality.md b/.tegami/improved-code-quality.md deleted file mode 100644 index f4c315c..0000000 --- a/.tegami/improved-code-quality.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -packages: - "@noxify/gitlab-ci-builder": patch ---- - -## Improved internal code quality and security - -- Eliminated lint suppressions through code refactoring (expression-complexity, no-unnecessary-condition) -- Unified import style to `node:path` default import -- Added named capture groups to regex patterns -- Reduced cyclomatic complexity in YAML serializer -- Updated security overrides for transitive dependencies (shell-quote, ws, vite, brace-expansion, js-yaml, hono, esbuild) diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml new file mode 100644 index 0000000..a48aa9a --- /dev/null +++ b/.tegami/publish-lock.yaml @@ -0,0 +1,11 @@ +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 + v: 0.0.0 +core:packages: + - changelogIds: + - improved-code-quality.md + id: npm:@noxify/gitlab-ci-builder + updated: true +npm:packages: + - id: npm:@noxify/gitlab-ci-builder diff --git a/CHANGELOG.md b/CHANGELOG.md index effca08..8636ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## @noxify/gitlab-ci-builder@1.6.3 + +### Improved internal code quality and security + +- Eliminated lint suppressions through code refactoring (expression-complexity, no-unnecessary-condition) +- Unified import style to `node:path` default import +- Added named capture groups to regex patterns +- Reduced cyclomatic complexity in YAML serializer +- Updated security overrides for transitive dependencies (shell-quote, ws, vite, brace-expansion, js-yaml, hono, esbuild) + # @noxify/gitlab-ci-builder ## 1.6.2 diff --git a/package.json b/package.json index 0c5f88a..8198b4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noxify/gitlab-ci-builder", - "version": "1.6.2", + "version": "1.6.3", "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",