Skip to content

Commit c8e86a2

Browse files
Version Packages
1 parent 2512286 commit c8e86a2

4 files changed

Lines changed: 22 additions & 13 deletions

File tree

.tegami/improved-code-quality.md

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

.tegami/publish-lock.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
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
4+
v: 0.0.0
5+
core:packages:
6+
- changelogIds:
7+
- improved-code-quality.md
8+
id: npm:@noxify/gitlab-ci-builder
9+
updated: true
10+
npm:packages:
11+
- id: npm:@noxify/gitlab-ci-builder

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## @noxify/gitlab-ci-builder@1.6.3
2+
3+
### Improved internal code quality and security
4+
5+
- Eliminated lint suppressions through code refactoring (expression-complexity, no-unnecessary-condition)
6+
- Unified import style to `node:path` default import
7+
- Added named capture groups to regex patterns
8+
- Reduced cyclomatic complexity in YAML serializer
9+
- Updated security overrides for transitive dependencies (shell-quote, ws, vite, brace-expansion, js-yaml, hono, esbuild)
10+
111
# @noxify/gitlab-ci-builder
212

313
## 1.6.2

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.2",
3+
"version": "1.6.3",
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)