Skip to content

Fix formatting issues and update CHANGELOG for v2.2.1-v2.2.3#20

Merged
sebamar88 merged 1 commit intomainfrom
008-fix-ci-changelog
Mar 29, 2026
Merged

Fix formatting issues and update CHANGELOG for v2.2.1-v2.2.3#20
sebamar88 merged 1 commit intomainfrom
008-fix-ci-changelog

Conversation

@sebamar88
Copy link
Copy Markdown
Owner

  • Run prettier --write across 19 files to fix format:check failures (src/cli/index.ts, src/utils/async/{index,pipeline,promise-pool}.ts, src/utils/core/ApiClient.ts, src/utils/helpers/{StreamingHelper,UrlHelper}.ts, tests/{async/*,bytekit-cli,ddd-boilerplate,pipeline,request-queue-api-client, streaming-helper,url-helper,websocket-helper}.test.ts)
  • Standardize pnpm version to 9 in ci.yml build job (was 8, coverage/security already 9)
  • Fill CHANGELOG.md entries for v2.2.1, v2.2.2, v2.2.3 with real feature content: v2.2.3: Pipeline (pipe/map/filter/reduce, bytekit/pipeline export, 20 tests) v2.2.2: WebSocket backoff/validation/pong + RequestQueue/RequestBatcher (47 tests) v2.2.1: FileUploadHelper resumeFrom/concurrency/uploadedChunks/totalChunks + ApiClient fix

All CI checks pass locally: lint 0 errors, format:check clean, typecheck clean, 708 tests passing.

Description

Related Issue

Fixes #(issue number)

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🔧 Chore (refactoring, tooling, dependencies)

Changes Made

Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • All tests passing
  • Manual testing completed

Coverage

Coverage: XX%

Screenshots

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Breaking Changes

Additional Notes

- Run prettier --write across 19 files to fix format:check failures
  (src/cli/index.ts, src/utils/async/{index,pipeline,promise-pool}.ts,
  src/utils/core/ApiClient.ts, src/utils/helpers/{StreamingHelper,UrlHelper}.ts,
  tests/{async/*,bytekit-cli,ddd-boilerplate,pipeline,request-queue-api-client,
  streaming-helper,url-helper,websocket-helper}.test.ts)
- Standardize pnpm version to 9 in ci.yml build job (was 8, coverage/security already 9)
- Fill CHANGELOG.md entries for v2.2.1, v2.2.2, v2.2.3 with real feature content:
  v2.2.3: Pipeline (pipe/map/filter/reduce, bytekit/pipeline export, 20 tests)
  v2.2.2: WebSocket backoff/validation/pong + RequestQueue/RequestBatcher (47 tests)
  v2.2.1: FileUploadHelper resumeFrom/concurrency/uploadedChunks/totalChunks + ApiClient fix

All CI checks pass locally: lint 0 errors, format:check clean, typecheck clean,
708 tests passing.
@github-actions
Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA d7bebf2.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions
Copy link
Copy Markdown
Contributor

📦 Bundle Size Report

Total dist size: 1.3M

View detailed breakdown
4.0K	dist/api-client.d.ts
4.0K	dist/api-client.d.ts.map
4.0K	dist/api-client.js
4.0K	dist/api-client.js.map
112K	dist/cli
4.0K	dist/debug.d.ts
4.0K	dist/debug.d.ts.map
4.0K	dist/debug.js
4.0K	dist/debug.js.map
4.0K	dist/env-manager.d.ts
4.0K	dist/env-manager.d.ts.map
4.0K	dist/env-manager.js
4.0K	dist/env-manager.js.map
4.0K	dist/file-upload.d.ts
4.0K	dist/file-upload.d.ts.map
4.0K	dist/file-upload.js
4.0K	dist/file-upload.js.map
4.0K	dist/index.d.ts
4.0K	dist/index.d.ts.map
4.0K	dist/index.js
4.0K	dist/index.js.map
4.0K	dist/logger.d.ts
4.0K	dist/logger.d.ts.map
4.0K	dist/logger.js
4.0K	dist/logger.js.map
4.0K	dist/profiler.d.ts
4.0K	dist/profiler.d.ts.map
4.0K	dist/profiler.js
4.0K	dist/profiler.js.map
4.0K	dist/response-validator.d.ts
4.0K	dist/response-validator.d.ts.map
4.0K	dist/response-validator.js
4.0K	dist/response-validator.js.map
4.0K	dist/retry-policy.d.ts
4.0K	dist/retry-policy.d.ts.map
4.0K	dist/retry-policy.js
4.0K	dist/retry-policy.js.map
4.0K	dist/storage-utils.d.ts
4.0K	dist/storage-utils.d.ts.map
4.0K	dist/storage-utils.js
4.0K	dist/storage-utils.js.map
4.0K	dist/streaming.d.ts
4.0K	dist/streaming.d.ts.map
4.0K	dist/streaming.js
4.0K	dist/streaming.js.map
308K	dist/utils/core
328K	dist/utils/helpers
296K	dist/utils/async
952K	dist/utils
4.0K	dist/websocket.d.ts
4.0K	dist/websocket.d.ts.map
4.0K	dist/websocket.js
4.0K	dist/websocket.js.map

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

📊 Code Coverage Report

Coverage: 87.98% ✅

Great coverage!

View full coverage report

@github-actions
Copy link
Copy Markdown
Contributor

📊 Code Coverage Report

Coverage: %

❌ Low coverage - please add more tests

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 67.18750% with 21 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/cli/ddd-boilerplate.ts 9.09% 10 Missing ⚠️
src/utils/core/ApiClient.ts 70.00% 6 Missing ⚠️
src/cli/index.ts 0.00% 4 Missing ⚠️
src/utils/helpers/StreamingHelper.ts 90.90% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@sebamar88 sebamar88 merged commit d419598 into main Mar 29, 2026
11 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants