Releases: iwatakeshi/gitly
Releases · iwatakeshi/gitly
v3.2.4
What's Changed
Dependencies
- Updated all dependencies to latest versions
- Upgraded TypeScript to v6.0.3 (major version)
- Removed deprecated
@types/tar(tar now ships its own type definitions)
Updated Packages
| Package | Old Version | New Version |
|---|---|---|
| axios | ^1.13.6 | ^1.15.0 |
| tar | ^7.5.9 | ^7.5.13 |
| @types/node | ^25.3.3 | ^25.6.0 |
| @types/tar | ^7.0.87 | removed (deprecated) |
| jest | ^30.2.0 | ^30.3.0 |
| prettier | ^3.8.1 | ^3.8.3 |
| ts-jest | ^29.4.6 | ^29.4.9 |
| typescript | ^5.9.3 | ^6.0.3 |
Fixes
- Added
tsconfig.test.jsonfor Jest type resolution (TypeScript 6 compatibility) - Added
ignoreDeprecations: "6.0"totsconfig.jsonfor tsup DTS build compatibility - Removed
AxiosHeadersfromGitlyOptions.headersunion type (stub type removed with@types/tar)
v3.2.3
What's Changed
Dependencies
- Updated all dependencies to latest versions
- Removed bun.lock (using npm as the package manager)
Updated Packages
| Package | Old Version | New Version |
|---|---|---|
| @types/jest | ^29.5.14 | ^30.0.0 |
| @types/node | ^22.13.10 | ^25.3.3 |
| @types/shelljs | ^0.8.17 | ^0.10.0 |
| @types/tar | ^6.1.13 | ^7.0.87 |
| axios | ^1.12.2 | ^1.13.6 |
| jest | ^29.7.0 | ^30.2.0 |
| prettier | ^3.5.3 | ^3.8.1 |
| tar | ^7.5.1 | ^7.5.9 |
| ts-jest | ^29.2.6 | ^29.4.6 |
| tsup | ^8.4.0 | ^8.5.1 |
| typescript | ^5.9.2 | ^5.9.3 |
v3.2.2
Changes since v3.2.1
- chore(deps): bump tar from 7.5.2 to 7.5.3
- docs: add proxy option to README
v3.2.1
What's Changed
Bug Fixes
- Proxy Implementation Improvements (#45)
- Fixed protocol format: strip colon for AxiosProxyConfig compatibility
- Fixed port parsing to avoid NaN when port is missing
- Added http_proxy environment variable fallback support (in addition to https_proxy)
- Use hostname instead of host to avoid port in hostname field
- Enhanced documentation for environment variable fallback behavior
Other Changes
- Fixed typo: GitlyUknownError → GitlyUnknownError (#43)
- Fixed ESM named export issue with shelljs (#46)
- Updated glob dependency to 11.1.0 (#42)
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Release v3.2.0
What's Changed
- Bump tar from 7.5.1 to 7.5.2 by @dependabot[bot] in #40
- chore(deps): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #41
Full Changelog: v3.1.1...v3.2.0
v3.1.1
Changes
- Update dependencies to latest versions
- axios: ^1.8.3 → ^1.12.2
- shelljs: ^0.8.5 → ^0.10.0
- tar: ^7.4.3 → ^7.5.1
- typescript: ^5.8.2 → ^5.9.2
- @types/shelljs: ^0.8.15 → ^0.8.17
All tests passing, build verified.