Bump the npm group with 5 updates (#1977)
* Bump the npm group with 5 updates Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [@octokit/types](https://github.com/octokit/types.ts) | `12.0.0` | `12.1.1` | | [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `10.0.19` | `10.0.20` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.9.0` | `6.9.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.9.0` | `6.9.1` | | [nock](https://github.com/nock/nock) | `13.3.6` | `13.3.7` | Updates `@octokit/types` from 12.0.0 to 12.1.1 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v12.0.0...v12.1.1) Updates `@types/sinon` from 10.0.19 to 10.0.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Updates `@typescript-eslint/eslint-plugin` from 6.9.0 to 6.9.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.9.0 to 6.9.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/parser) Updates `nock` from 13.3.6 to 13.3.7 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.3.6...v13.3.7) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/sinon" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Update checked-in dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
df32e39913
commit
c73d8a69e1
27 changed files with 1158 additions and 382 deletions
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
|
|
@ -1 +1 @@
|
|||
export declare const VERSION = "12.0.0";
|
||||
export declare const VERSION = "12.1.1";
|
||||
|
|
|
|||
80
node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts
generated
vendored
80
node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts
generated
vendored
|
|
@ -200,6 +200,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation<"/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/properties#remove-a-custom-property-for-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}/properties/schema/{custom_property_name}": Operation<"/orgs/{org}/properties/schema/{custom_property_name}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user
|
||||
*/
|
||||
|
|
@ -401,7 +405,7 @@ export interface Endpoints {
|
|||
*/
|
||||
"DELETE /repos/{owner}/{repo}/git/refs/{ref}": Operation<"/repos/{owner}/{repo}/git/refs/{ref}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repos#delete-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook
|
||||
*/
|
||||
"DELETE /repos/{owner}/{repo}/hooks/{hook_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}", "delete">;
|
||||
/**
|
||||
|
|
@ -1109,6 +1113,18 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/projects/projects#list-organization-projects
|
||||
*/
|
||||
"GET /orgs/{org}/projects": Operation<"/orgs/{org}/projects", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/properties#get-all-custom-properties-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/properties/schema": Operation<"/orgs/{org}/properties/schema", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/properties#get-a-custom-property-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/properties/schema/{custom_property_name}": Operation<"/orgs/{org}/properties/schema/{custom_property_name}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/properties#list-custom-property-values-for-organization-repositories
|
||||
*/
|
||||
"GET /orgs/{org}/properties/values": Operation<"/orgs/{org}/properties/values", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/members#list-public-organization-members
|
||||
*/
|
||||
|
|
@ -1125,6 +1141,14 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/rules#get-all-organization-repository-rulesets
|
||||
*/
|
||||
"GET /orgs/{org}/rulesets": Operation<"/orgs/{org}/rulesets", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites
|
||||
*/
|
||||
"GET /orgs/{org}/rulesets/rule-suites": Operation<"/orgs/{org}/rulesets/rule-suites", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite
|
||||
*/
|
||||
"GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}": Operation<"/orgs/{org}/rulesets/rule-suites/{rule_suite_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/rules#get-an-organization-repository-ruleset
|
||||
*/
|
||||
|
|
@ -1554,6 +1578,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/codespaces/new": Operation<"/repos/{owner}/{repo}/codespaces/new", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/codespaces/permissions_check": Operation<"/repos/{owner}/{repo}/codespaces/permissions_check", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets
|
||||
*/
|
||||
|
|
@ -1751,23 +1779,23 @@ export interface Endpoints {
|
|||
*/
|
||||
"GET /repos/{owner}/{repo}/git/trees/{tree_sha}": Operation<"/repos/{owner}/{repo}/git/trees/{tree_sha}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repos#list-repository-webhooks
|
||||
* @see https://docs.github.com/rest/repos/webhooks#list-repository-webhooks
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/hooks": Operation<"/repos/{owner}/{repo}/hooks", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repos#get-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/hooks/{hook_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository
|
||||
* @see https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/hooks/{hook_id}/config": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/config", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}", "get">;
|
||||
/**
|
||||
|
|
@ -1910,6 +1938,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/projects/projects#list-repository-projects
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/projects": Operation<"/repos/{owner}/{repo}/projects", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/properties#get-all-custom-property-values-for-a-repository
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/properties/values": Operation<"/repos/{owner}/{repo}/properties/values", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/pulls/pulls#list-pull-requests
|
||||
*/
|
||||
|
|
@ -2006,6 +2038,14 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/repos/rules#get-all-repository-rulesets
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/rulesets": Operation<"/repos/{owner}/{repo}/rulesets", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/rulesets/rule-suites": Operation<"/repos/{owner}/{repo}/rulesets/rule-suites", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}": Operation<"/repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/rules#get-a-repository-ruleset
|
||||
*/
|
||||
|
|
@ -2574,6 +2614,14 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization
|
||||
*/
|
||||
"PATCH /orgs/{org}/hooks/{hook_id}/config": Operation<"/orgs/{org}/hooks/{hook_id}/config", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/properties#create-or-update-custom-properties-for-an-organization
|
||||
*/
|
||||
"PATCH /orgs/{org}/properties/schema": Operation<"/orgs/{org}/properties/schema", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/properties#create-or-update-custom-property-values-for-organization-repositories
|
||||
*/
|
||||
"PATCH /orgs/{org}/properties/values": Operation<"/orgs/{org}/properties/values", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/teams/teams#update-a-team
|
||||
*/
|
||||
|
|
@ -2643,11 +2691,11 @@ export interface Endpoints {
|
|||
*/
|
||||
"PATCH /repos/{owner}/{repo}/git/refs/{ref}": Operation<"/repos/{owner}/{repo}/git/refs/{ref}", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repos#update-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook
|
||||
*/
|
||||
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository
|
||||
* @see https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository
|
||||
*/
|
||||
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/config", "patch">;
|
||||
/**
|
||||
|
|
@ -2946,6 +2994,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": Operation<"/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel": Operation<"/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run
|
||||
*/
|
||||
|
|
@ -3079,19 +3131,19 @@ export interface Endpoints {
|
|||
*/
|
||||
"POST /repos/{owner}/{repo}/git/trees": Operation<"/repos/{owner}/{repo}/git/trees", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repos#create-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/hooks": Operation<"/repos/{owner}/{repo}/hooks", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repos#ping-a-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/hooks/{hook_id}/pings": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/pings", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/webhooks/repos#test-the-push-repository-webhook
|
||||
* @see https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/hooks/{hook_id}/tests": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/tests", "post">;
|
||||
/**
|
||||
|
|
@ -3430,6 +3482,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator
|
||||
*/
|
||||
"PUT /orgs/{org}/outside_collaborators/{username}": Operation<"/orgs/{org}/outside_collaborators/{username}", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/properties#create-or-update-a-custom-property-for-an-organization
|
||||
*/
|
||||
"PUT /orgs/{org}/properties/schema/{custom_property_name}": Operation<"/orgs/{org}/properties/schema/{custom_property_name}", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user
|
||||
*/
|
||||
|
|
|
|||
4
node_modules/@octokit/types/node_modules/@octokit/openapi-types/package.json
generated
vendored
4
node_modules/@octokit/types/node_modules/@octokit/openapi-types/package.json
generated
vendored
|
|
@ -9,12 +9,12 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "19.0.0",
|
||||
"version": "19.0.2",
|
||||
"main": "",
|
||||
"types": "types.d.ts",
|
||||
"author": "Gregor Martynus (https://twitter.com/gr2m)",
|
||||
"license": "MIT",
|
||||
"octokit": {
|
||||
"openapi-version": "13.0.0"
|
||||
"openapi-version": "13.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1035
node_modules/@octokit/types/node_modules/@octokit/openapi-types/types.d.ts
generated
vendored
1035
node_modules/@octokit/types/node_modules/@octokit/openapi-types/types.d.ts
generated
vendored
File diff suppressed because it is too large
Load diff
6
node_modules/@octokit/types/package.json
generated
vendored
6
node_modules/@octokit/types/package.json
generated
vendored
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@octokit/types",
|
||||
"version": "12.0.0",
|
||||
"version": "12.1.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"description": "Shared TypeScript definitions for Octokit projects",
|
||||
"dependencies": {
|
||||
"@octokit/openapi-types": "^19.0.0"
|
||||
"@octokit/openapi-types": "^19.0.2"
|
||||
},
|
||||
"repository": "github:octokit/types.ts",
|
||||
"keywords": [
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"octokit": {
|
||||
"openapi-version": "13.0.0"
|
||||
"openapi-version": "13.2.0"
|
||||
},
|
||||
"files": [
|
||||
"dist-types/**"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue