-
Notifications
You must be signed in to change notification settings - Fork 4
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 @octokit/types from 6.37.0 to 6.37.1 #60
Conversation
It now only accepts string for the route param, however looks mistaken. At least they bumped semver:pacth 🤔 |
Looks only happened in https://www.npmjs.com/package/@actions/github |
/**
* Paginate a request using an endpoint method, parameters, and a map function
*
* @param {string} request Request method (`octokit.request` or `@octokit/request`)
* @param {object} parameters URL, query or body parameters, as well as `headers`, `mediaType.{format|previews}`, `request`, or `baseUrl`.
* @param {function} mapFn? Optional method to map each response to a custom array
*/
<R extends OctokitTypes.RequestInterface, M extends unknown[]>(request: R, parameters: Parameters<R>[0], mapFn: MapFunction<NormalizeResponse<OctokitTypes.GetResponseTypeFromEndpointMethod<R>>, M>): Promise<M>;
/**
* Paginate a request using an endpoint method and parameters
*
* @param {string} request Request method (`octokit.request` or `@octokit/request`)
* @param {object} parameters? URL, query or body parameters, as well as `headers`, `mediaType.{format|previews}`, `request`, or `baseUrl`.
*/
<R extends OctokitTypes.RequestInterface>(request: R, parameters?: Parameters<R>[0]): Promise<NormalizeResponse<OctokitTypes.GetResponseTypeFromEndpointMethod<R>>["data"]>; |
Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.37.0 to 6.37.1. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v6.37.0...v6.37.1) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
5785401
to
513454d
Compare
I don't want to change using API of paginate, so wait the result of octokit/types.ts#405. I might call below command twice or more. |
OK, I won't notify you about version 6.37.x again, unless you re-open this PR or update to a 6.37.x release yourself. |
Bumps @octokit/types from 6.37.0 to 6.37.1.
Release notes
Sourced from
@octokit/types
's releases.Commits
b5fa0ce
fix(RequestInterface): make types with VS Code Typeahead and TypeScript 4.7 (...38b2189
ci(action): update actions/checkout action to v3 (#401)bc67088
build(deps-dev): bump semantic-release from 18.0.0 to 19.0.321e3b89
build(deps): bump semver-regex from 3.1.3 to 3.1.4Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)