Skip to content

chore: release main#21

Merged
swernerx merged 2 commits into
mainfrom
release-please--branches--main
Jan 21, 2026
Merged

chore: release main#21
swernerx merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@swernerx

@swernerx swernerx commented Jan 21, 2026

Copy link
Copy Markdown
Member

🤖 I have created a release beep boop

pythonlib: 1.0.2

1.0.2 (2026-01-21)

Performance

  • pythonlib: avoid double array copy with toSorted/toReversed (5153259)

Code Refactoring

  • pythonlib: use ES2023 immutable array methods (3ff8805)
  • pythonlib: use ES2024 Iterator Helpers for map/filter (3116980)
  • pythonlib: use ES2024 native Set methods (32e99e0)

Documentation

  • pythonlib: add @module tags for TypeDoc module descriptions (64ad074)
  • pythonlib: enhance JSDoc with Python docs links and descriptions (b4b7e0a)
python2ts: 1.2.0

1.2.0 (2026-01-21)

Features

  • add ESLint prefer-const post-processing for optimal variable declarations (209a1f9), closes #16
  • improve code quality of generated TypeScript (e0f49f1)
  • transpiler: add ESLint rules for cleaner output (737335d)
  • transpiler: add prefer-arrow-callback ESLint rule (7825978)
  • transpiler: add prefer-rest-params and prefer-spread rules (9f45b1e)
  • transpiler: add TypeScript type-aware ESLint rules (e16104f)

Code Refactoring

  • transpiler: use typescript-eslint presets (16db776)

This PR was generated with Release Please. See documentation.

@codecov

codecov Bot commented Jan 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.06%. Comparing base (bce4484) to head (31dee35).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   81.06%   81.06%           
=======================================
  Files          20       20           
  Lines        4922     4922           
  Branches     1339     1339           
=======================================
  Hits         3990     3990           
  Misses        475      475           
  Partials      457      457           
Flag Coverage Δ
python2ts 74.09% <ø> (ø)
pythonlib 91.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@swernerx
swernerx force-pushed the release-please--branches--main branch 6 times, most recently from 6c34b56 to 980e9da Compare January 21, 2026 09:05
@swernerx
swernerx force-pushed the release-please--branches--main branch from 980e9da to 5f51076 Compare January 21, 2026 09:18
@swernerx
swernerx merged commit ae68765 into main Jan 21, 2026
7 checks passed
@swernerx
swernerx deleted the release-please--branches--main branch January 21, 2026 09:49
@swernerx

Copy link
Copy Markdown
Member Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: Use 'const' instead of 'let' for variables that are never reassigned

1 participant