Skip to content

Commit 4b80099

Browse files
replace axios with native fetch
1 parent cbbcb30 commit 4b80099

5 files changed

Lines changed: 23537 additions & 37260 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Updated test workflows to run on Node 24
2222
- Updated documentation to v2
2323
- OIDC Audience defaults to `https://github.com/{org-name}` from `api://AzureADTokenExchange`
24+
- Replaced `axios` with native `fetch` API to fix Node.js 24 `url.parse()` deprecation warning (DEP0169) and reduce bundle size
2425

2526
## [1.0.0] - 2024
2627
---

0 commit comments

Comments
 (0)