Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .tegami/2026-08-12-msprws2r.md

This file was deleted.

6 changes: 3 additions & 3 deletions .tegami/publish-lock.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading