chore(deps): bump @octokit/core from 6.1.6 to 7.0.6#10
Conversation
There was a problem hiding this comment.
Pull request overview
This PR attempts to bump @octokit/core from version 6.1.6 to 7.0.6 (a major version upgrade). However, this creates a critical dependency conflict with the octokit package, which requires @octokit/core ^6.1.5. As a result, npm marks version 7.0.6 as a peer dependency that is not actually installed, while the application continues to use version 6.1.6 through the octokit package.
Key changes:
- Updates
@octokit/coredependency version to ^7.0.6 in package.json - Package-lock.json shows version 7.0.6 marked as "peer": true (not actually installed)
- Multiple nested dependency versions remain at 6.x to satisfy octokit package requirements
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates @octokit/core version specification to ^7.0.6, but creates conflict with octokit package requirements |
| package-lock.json | Shows complex dependency resolution where v7.0.6 is marked as peer-only, with v6.1.6 still used by octokit and its dependents |
| "@heroicons/react": "^2.2.0", | ||
| "@hookform/resolvers": "^4.1.3", | ||
| "@octokit/core": "^6.1.4", | ||
| "@octokit/core": "^7.0.6", |
There was a problem hiding this comment.
The upgrade to @octokit/core version 7.0.6 creates a version conflict with the octokit package dependency. The octokit package (line 66) requires @octokit/core ^6.1.5, but this change attempts to install version 7.0.6. As a result, npm marks @octokit/core 7.0.6 as a peer dependency (not actually installed), while octokit continues to use version 6.1.6. This means the specified version 7.0.6 is not actually being used in the application. Either remove this direct dependency on @octokit/core (since octokit already provides it), or wait for the octokit package to be updated to support @octokit/core version 7.
| "@octokit/core": "^7.0.6", |
Bumps [@octokit/core](https://github.com/octokit/core.js) from 6.1.6 to 7.0.6. - [Release notes](https://github.com/octokit/core.js/releases) - [Commits](octokit/core.js@v6.1.6...v7.0.6) --- updated-dependencies: - dependency-name: "@octokit/core" dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ff444b7 to
3d521b0
Compare
Bumps @octokit/core from 6.1.6 to 7.0.6.
Release notes
Sourced from
@octokit/core's releases.... (truncated)
Commits
951bd35fix(deps): update dependency@octokit/typesto v16 (#759)48961f8ci(action): update peter-evans/create-or-update-comment action to v5 (#751)f65e546ci(action): update github/codeql-action action to v4 (#753)c95a0d6chore(deps): update dependency@types/sinonjs__fake-timers to v15 (#756)e0fcb16ci(action): update actions/setup-node action to v6 (#754)14d23a1fix(deps): update octokit dependencies, and@sinonjs/fake-timers(#749)e4d0776ci(action): update actions/setup-node action to v5 (#746)03b6c28fix(deps): update dependency@octokit/typesto v15 (#748)4951837ci(action): update actions/checkout action to v5 (#745)f576bc8chore(deps): bump vite from 6.3.5 to 6.3.6 (#747)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)