-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump @octokit/action from 6.1.0 to 8.0.2 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Bumps [@octokit/action](https://github.com/octokit/action.js) from 6.1.0 to 8.0.2. - [Release notes](https://github.com/octokit/action.js/releases) - [Commits](octokit/action.js@v6.1.0...v8.0.2) --- updated-dependencies: - dependency-name: "@octokit/action" dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
937bbcf to
f130538
Compare
WalkthroughThis update focuses on upgrading the @octokit/action dependency from v6.1.0 to v8.0.2, which includes critical security improvements addressing ReDos vulnerabilities. The upgrade requires Node.js v20 as the minimum version, dropping support for Node.js v18. The change synchronizes dependencies across package files to maintain consistency. Changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (2)
- package.json (1)
- pnpm-lock.yaml (17)
Review comments generated (4)
- Review: 3
- LGTM: 1
| engines: {node: '>= 18'} | ||
| '@octokit/action@8.0.2': | ||
| resolution: {integrity: sha512-th1WWnL5BCFirTni7v4cnqjGBNqSbTjac+EodnYqpsOUmMuimHA0reiZJsSm6yOD5zQ750igdWXSKOCiq0eaRA==} | ||
| engines: {node: '>= 20'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| '@octokit/[email protected](@octokit/core@7.0.3)': | ||
| dependencies: | ||
| '@octokit/core': 3.6.0([email protected]) | ||
| '@octokit/core': 7.0.3 | ||
| '@octokit/types': 9.3.2 | ||
| bottleneck: 2.19.5 | ||
|
|
||
| '@octokit/[email protected](@octokit/core@3.6.0([email protected]))': | ||
| '@octokit/[email protected](@octokit/core@7.0.3)': | ||
| dependencies: | ||
| '@octokit/core': 3.6.0([email protected]) | ||
| '@octokit/core': 7.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plugin-retry and plugin-throttling dependencies are now using different core versions which could lead to compatibility issues. They should be aligned to use the same core version.
- '@octokit/[email protected](@octokit/[email protected])':
+ '@octokit/[email protected](@octokit/[email protected]([email protected]))':| [email protected]([email protected])([email protected])([email protected]): | ||
| dependencies: | ||
| '@types/node': 18.19.121 | ||
| '@types/node': 18.19.123 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The @types/node version used by OpenAI SDK should be updated to match the new minimum Node.js requirement:
- '@types/node': 18.19.123
+ '@types/node': 20.19.11The rest of the changes look good and maintain proper dependency alignment. The updates to the Octokit packages and their dependencies appear to be consistent with the version bumps.
Bumps @octokit/action from 6.1.0 to 8.0.2.
Release notes
Sourced from
@octokit/action's releases.... (truncated)
Commits
25f537ffix(deps): update dependency@octokit/plugin-rest-endpoint-methodsto v16 (#703)76679e4fix(deps): update octokit monorepo (major) (#702)b6a290eci: stop testing against NodeJS v18 (#700)249ff46build(deps): lock file maintenance (#701)d36e0efbuild(deps-dev): bump vite from 6.3.2 to 6.3.5 (#699)74128c3build(deps): lock file maintenance (#697)a3b34c9build(deps): lock file maintenance (#696)de907e7build(deps-dev): bump vite from 6.2.5 to 6.2.6 (#695)82d96c1fix(deps): update octokit monorepo (major) (#694)ab658cebuild(deps-dev): bump vite from 6.2.0 to 6.2.5 (#693)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)Release Notes:
Impact: This update improves the overall security and stability of the GitHub Actions integration. Users must ensure their workflows use Node.js v20 or later. No functional changes or user-visible features are included in this maintenance release.