Commit c769f41
authored
merge: combine v9 upgrade (PR #708) with createOctokit feature
Merges the @actions/github v9 upgrade branch into the createOctokit
feature branch, combining ADR steps 1 and 3 into a single major release.
Changes from v9 upgrade:
- @actions/github 6.x → 9.0.0 (ESM-only)
- @octokit/core v5→v7, plugin-request-log v4→v6, plugin-retry v6→v8
- tsconfig: moduleResolution bundler, module/target es2022
- ts-jest: module commonjs override for CJS test execution
- License file updates for new dependency versions
Conflict resolutions:
- src/async-function.ts: v9 import style + createOctokit type
- types/async-function.d.ts: aligned with .ts file
- integration.yml: v9 UA checks + createOctokit test job
- dist/index.js: rebuilt via ncc
Additional fix:
- getoctokit-integration.test.ts: use mock instead of direct
@actions/github import (ESM-only v9 incompatible with Jest CJS)
All 32 tests passing, TypeScript clean, lint clean.File tree
35 files changed
+57629
-28947
lines changed- .github/workflows
- .licenses/npm
- @actions
- @octokit
- __test__
- dist
- src
- types
35 files changed
+57629
-28947
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 157 | + | |
| 158 | + | |
163 | 159 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
167 | 163 | | |
168 | 164 | | |
169 | 165 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
173 | 169 | | |
174 | 170 | | |
175 | 171 | | |
176 | | - | |
177 | | - | |
178 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
179 | 175 | | |
180 | 176 | | |
181 | 177 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
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.
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.
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments