Skip to content

Commit 27f7abc

Browse files
Version Packages (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9ab9d5 commit 27f7abc

4 files changed

Lines changed: 11 additions & 13 deletions

File tree

.tegami/2026-08-12-msprws2r.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.tegami/publish-lock.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
core:changelogs:
2-
- 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"
3-
filename: improved-code-quality.md
2+
- 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"
3+
filename: 2026-08-12-msprws2r.md
44
v: 0.0.0
55
core:packages:
66
- changelogIds:
7-
- improved-code-quality.md
7+
- 2026-08-12-msprws2r.md
88
id: npm:@noxify/gitlab-ci-builder
99
updated: true
1010
npm:packages:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @noxify/gitlab-ci-builder@1.6.4
2+
3+
### Dependency updates
4+
5+
- Updated all dependencies to their latest version.
6+
- Fixed open `pnpm audit` findings
7+
18
## @noxify/gitlab-ci-builder@1.6.3
29

310
### Improved internal code quality and security

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noxify/gitlab-ci-builder",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"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.",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)