build(deps): bump @actions/github from 7.0.0 to 8.0.0#232
build(deps): bump @actions/github from 7.0.0 to 8.0.0#232dependabot[bot] wants to merge 8 commits intomainfrom
Conversation
29e1882 to
19b61e1
Compare
|
So the issue here was caused by the update from @actions/github v7.0.0 to v8.0.0 and octokit updating to a version that introduced a new dependency, ErrorOptions, which doesn't exist in ES6. This is only available in ES2022 or newer, so I added ES2022 as a defined library. |
|
A newer version of @actions/github exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
dstanleyTG
left a comment
There was a problem hiding this comment.
Please update the commit history, I would imagine max three commits, the dependabot change, the rebuild of dist and the fix
|
@dependabot recreate |
dc17477 to
a664a9b
Compare
tsconfig.json
Outdated
| "compilerOptions": { | ||
| "target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */, | ||
| "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, | ||
| "module": "NodeNext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, |
There was a problem hiding this comment.
Funny that NodeNext is not mentioned in the list.
|
@dependabot recreate |
bca81c9 to
d7217c9
Compare
|
https://github.com/dependabot recreate |
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 7.0.0 to 8.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d8829e6 to
e56d312
Compare
db07293 to
c4c73a2
Compare
Bumps @actions/github from 7.0.0 to 8.0.0.
Changelog
Sourced from
@actions/github's changelog.Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)