-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Bump @octokit/plugin-paginate-rest from 2.21.3 to 9.2.2 #19184
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?
Bump @octokit/plugin-paginate-rest from 2.21.3 to 9.2.2 #19184
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
WalkthroughA dependency version for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
|
Thank you so much for submitting this! We've added it to our backlog to review, and our team has been notified. |
|
Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist:
|
aa232bb to
534a5bf
Compare
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 2.21.3 to 9.2.2. - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](octokit/plugin-paginate-rest.js@v2.21.3...v9.2.2) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-version: 9.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
534a5bf to
48893b2
Compare
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
components/github/package.json(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2024-12-12T19:23:09.039Z
Learnt from: jcortes
Repo: PipedreamHQ/pipedream PR: 14935
File: components/sailpoint/package.json:15-18
Timestamp: 2024-12-12T19:23:09.039Z
Learning: When developing Pipedream components, do not add built-in Node.js modules like `fs` to `package.json` dependencies, as they are native modules provided by the Node.js runtime.
Applied to files:
components/github/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: Verify TypeScript components
- GitHub Check: Publish TypeScript components
- GitHub Check: pnpm publish
- GitHub Check: Lint Code Base
| "@octokit/core": "^4.2.4", | ||
| "@octokit/plugin-paginate-rest": "^2.17.0", | ||
| "@octokit/plugin-paginate-rest": "^9.2.2", |
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.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Check the actual package.json file first
echo "=== Current package.json dependencies ==="
cat components/github/package.json | grep -A 2 "@octokit"
echo ""
echo "=== Fetching peerDependencies for @octokit/plugin-paginate-rest v9.2.2 ==="
npm view "@octokit/plugin-paginate-rest@9.2.2" peerDependencies --json 2>/dev/null || echo "npm view failed, trying alternative method"
echo ""
echo "=== Package info for @octokit/plugin-paginate-rest v9.2.2 ==="
npm view "@octokit/plugin-paginate-rest@9.2.2" --json 2>/dev/null | jq '.peerDependencies // .peerDeps // "No peerDependencies field"'Repository: PipedreamHQ/pipedream
Length of output: 466
Update @octokit/core to v5 to resolve peer dependency conflict.
@octokit/plugin-paginate-rest v9.2.2 has a peer dependency requirement of @octokit/core v5, but package.json currently specifies @octokit/core ^4.2.4. This version mismatch will cause peer dependency conflicts during installation. Update line 13 to "@octokit/core": "^5.0.0" or later to satisfy the peer dependency constraint.
🤖 Prompt for AI Agents
In components/github/package.json around lines 13 to 14, the @octokit/core
dependency is pinned to ^4.2.4 which conflicts with
@octokit/plugin-paginate-rest v9.2.2's peer requirement of @octokit/core v5;
update the @octokit/core entry to a v5-compatible range such as "^5.0.0" (or
later) in package.json and run npm/yarn install to verify the peer dependency
conflict is resolved.
Bumps @octokit/plugin-paginate-rest from 2.21.3 to 9.2.2.
Release notes
Sourced from
@octokit/plugin-paginate-rest's releases.... (truncated)
Commits
e1e4489fix: ReDos regex vulnerability, reported by@DayShift(#660)5b84386fix(pkg): pin@octokit/corepeerDependency to v5 (#599)fa01f94ci(action): update actions/add-to-project action to v0.6.0 (#598)75aeaaffeat: new/orgs/{org}/organization-roles/{role_id}/teamsand `/orgs/{org}/o...54d6bcfchore(deps): update dependency prettier to v3.2.51bfa2f8chore(deps): update dependency npm-run-all2 to v6eb4a8fechore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.011ef779chore(deps): update dependency esbuild to ^0.20.02b6cc98ci(action): update peter-evans/create-or-update-comment action to v4d7c9de5chore(deps): update dependency prettier to v3.2.4 (#588)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by CodeRabbit
Chores
Notes
✏️ Tip: You can customize this high-level summary in your review settings.