Chiranjib Swain
eaf9131fae
refactor: update imports to use ES module syntax and improve test structure ( #1350 )
...
- Changed import statements across multiple files to use the .js extension for ES module compatibility.
- Refactored test files to utilize jest's unstable_mockModule for mocking core actions.
- Removed unnecessary spy instances in tests, replacing them with direct mocked function calls.
- Updated TypeScript configuration to target ES2022 and use NodeNext module resolution.
- Removed the tsconfig.spec.json file and adjusted the main tsconfig.json to exclude test files.
2026-07-23 15:39:34 -05:00
Copilot
eb5cf3af3a
chore: upgrade dependencies and bump version to 10.3.0 ( #1335 )
...
Agent-Logs-Url: https://github.com/actions/stale/sessions/af04c6aa-aaef-4c90-afb1-a26bd3c983c5
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com >
2026-05-20 21:32:39 -05:00
dependabot[bot]
b5d41d4e1d
build(deps-dev): bump lodash from 4.17.21 to 4.17.23 ( #1313 )
...
* build(deps-dev): bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): update undici to 6.23.0, fast-xml-parser to 5.3.4, and @actions/http-client to 3.0.2
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chiranjib-swain <chiranjib-swain@github.com >
2026-02-09 12:47:17 -06:00
Chiranjib Swain
dcd2b9469d
Fix punycode and url.parse Deprecation Warnings ( #1312 )
...
* chore: update dependencies and add new license files for octokit packages
* chore: update license files and remove obsolete dependencies
2026-02-02 11:24:18 -06:00