Skip to content
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

Bump the octokit-dependencies group with 2 updates #783

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28252,7 +28252,7 @@ var Octokit = class {
auth;
};

// node_modules/.pnpm/@[email protected].0_@[email protected]/node_modules/@octokit/plugin-paginate-graphql/dist-bundle/index.js
// node_modules/.pnpm/@[email protected].1_@[email protected]/node_modules/@octokit/plugin-paginate-graphql/dist-bundle/index.js
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since using pnpm, I need these updates even if types only changes 🤔 #751

var generateMessage = (path, cursorValue) => `The cursor at "${path.join(
","
)}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly.`;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/core": "^6.1.2",
"@octokit/graphql-schema": "^15.12.0",
"@octokit/plugin-paginate-graphql": "^5.2.0",
"@octokit/graphql-schema": "^15.14.0",
"@octokit/plugin-paginate-graphql": "^5.2.1",
"ansi-styles": "^6.2.1",
"zod": "^3.23.5"
},
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading