Commit 5a3c2af
Bump all dependencies to latest versions (#392)
* Initial plan
* Bump all dependencies and adapt code for ESM-only @actions/* packages
Dependencies bumped:
- @actions/core: ^1.10.0 → ^3.0.0
- @actions/exec: ^1.1.1 → ^3.0.0
- @actions/github: ^6.0.1 → ^9.0.0
- @babel/parser: ^7.28.4 → ^7.29.0
- @eslint/js: ^9.39.0 → ^10.0.1
- @octokit/openapi-types: ^26.0.0 → ^27.0.0
- @types/node: ^24.9.2 → ^25.4.0
- eslint: ^9.39.0 → ^10.0.3
- js-yaml: ^4.1.0 → ^4.1.1
- prettier: 3.6.2 → 3.8.1
- typescript-eslint: ^8.46.2 → ^8.57.0
- vitest: ^4.0.6 → ^4.0.18
Code changes:
- Update import of ExecOptions from @actions/exec (v3 exports map)
- Replace InstanceType<typeof GitHub> with ReturnType<typeof getOctokit>
- Update test mocks to use vi.mock for ESM-only packages
- Update tsconfig moduleResolution to Bundler for ESM support
- Add .npmrc for pnpm @octokit/* type hoisting
Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>
* Address code review: remove redundant mock default in test
Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>
* Add copilot[bot] to CLA allowlist
Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>
* Fix CLA allowlist: escape brackets in copilot[bot] for minimatch
Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>
* Fix CLA allowlist: use correct bot login (Copilot) and wildcard (copilot*)
Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>1 parent b6d2d59 commit 5a3c2af
File tree
11 files changed
+30920
-48944
lines changed- .github/workflows
- dist
- src
11 files changed
+30920
-48944
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
0 commit comments