Bump the npm group with 4 updates (#2230)

* Bump the npm group with 4 updates

Bumps the npm group with 4 updates: [@octokit/types](https://github.com/octokit/types.ts), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@octokit/types` from 12.6.0 to 13.1.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](https://github.com/octokit/types.ts/compare/v12.6.0...v13.1.0)

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.5.0
- [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/v7.5.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 7.5.0
- [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/v7.5.0/packages/parser)

Updates `typescript` from 5.4.3 to 5.4.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: "@octokit/types"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript
  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>
Co-authored-by: Angela P Wen <angelapwen@github.com>
This commit is contained in:
dependabot[bot] 2024-04-09 17:26:48 +00:00 committed by GitHub
parent 21eac7ce4e
commit 287c064d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 1383 additions and 893 deletions

View file

@ -1 +1 @@
export declare const VERSION = "12.6.0";
export declare const VERSION = "13.1.0";

View file

@ -431,6 +431,14 @@ export interface Endpoints {
* @see https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment
*/
"DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", "delete">;
/**
* @see https://docs.github.com/rest/actions/secrets#delete-an-environment-secret
*/
"DELETE /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}", "delete">;
/**
* @see https://docs.github.com/rest/actions/variables#delete-an-environment-variable
*/
"DELETE /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}", "delete">;
/**
* @see https://docs.github.com/rest/git/refs#delete-a-reference
*/
@ -543,14 +551,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts
*/
"DELETE /repos/{owner}/{repo}/vulnerability-alerts": Operation<"/repos/{owner}/{repo}/vulnerability-alerts", "delete">;
/**
* @see https://docs.github.com/rest/actions/secrets#delete-an-environment-secret
*/
"DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "delete">;
/**
* @see https://docs.github.com/rest/actions/variables#delete-an-environment-variable
*/
"DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "delete">;
/**
* @see https://docs.github.com/rest/teams/teams#delete-a-team-legacy
*/
@ -1797,6 +1797,26 @@ export interface Endpoints {
* @see https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule
*/
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", "get">;
/**
* @see https://docs.github.com/rest/actions/secrets#list-environment-secrets
*/
"GET /repos/{owner}/{repo}/environments/{environment_name}/secrets": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/secrets", "get">;
/**
* @see https://docs.github.com/rest/actions/secrets#get-an-environment-public-key
*/
"GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key", "get">;
/**
* @see https://docs.github.com/rest/actions/secrets#get-an-environment-secret
*/
"GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}", "get">;
/**
* @see https://docs.github.com/rest/actions/variables#list-environment-variables
*/
"GET /repos/{owner}/{repo}/environments/{environment_name}/variables": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/variables", "get">;
/**
* @see https://docs.github.com/rest/actions/variables#get-an-environment-variable
*/
"GET /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}", "get">;
/**
* @see https://docs.github.com/rest/activity/events#list-repository-events
*/
@ -1989,6 +2009,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages
*/
"GET /repos/{owner}/{repo}/pages/health": Operation<"/repos/{owner}/{repo}/pages/health", "get">;
/**
* @see https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository
*/
"GET /repos/{owner}/{repo}/private-vulnerability-reporting": Operation<"/repos/{owner}/{repo}/private-vulnerability-reporting", "get">;
/**
* @see https://docs.github.com/rest/projects/projects#list-repository-projects
*/
@ -2205,26 +2229,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/repos/repos#list-public-repositories
*/
"GET /repositories": Operation<"/repositories", "get">;
/**
* @see https://docs.github.com/rest/actions/secrets#list-environment-secrets
*/
"GET /repositories/{repository_id}/environments/{environment_name}/secrets": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets", "get">;
/**
* @see https://docs.github.com/rest/actions/secrets#get-an-environment-public-key
*/
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/public-key", "get">;
/**
* @see https://docs.github.com/rest/actions/secrets#get-an-environment-secret
*/
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "get">;
/**
* @see https://docs.github.com/rest/actions/variables#list-environment-variables
*/
"GET /repositories/{repository_id}/environments/{environment_name}/variables": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables", "get">;
/**
* @see https://docs.github.com/rest/actions/variables#get-an-environment-variable
*/
"GET /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "get">;
/**
* @see https://docs.github.com/rest/search/search#search-code
*/
@ -2745,6 +2749,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert
*/
"PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}": Operation<"/repos/{owner}/{repo}/dependabot/alerts/{alert_number}", "patch">;
/**
* @see https://docs.github.com/rest/actions/variables#update-an-environment-variable
*/
"PATCH /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}", "patch">;
/**
* @see https://docs.github.com/rest/git/refs#update-a-reference
*/
@ -2817,10 +2825,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory
*/
"PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}": Operation<"/repos/{owner}/{repo}/security-advisories/{ghsa_id}", "patch">;
/**
* @see https://docs.github.com/rest/actions/variables#update-an-environment-variable
*/
"PATCH /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "patch">;
/**
* @see https://docs.github.com/rest/teams/teams#update-a-team-legacy
*/
@ -3173,6 +3177,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment
*/
"POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules", "post">;
/**
* @see https://docs.github.com/rest/actions/variables#create-an-environment-variable
*/
"POST /repos/{owner}/{repo}/environments/{environment_name}/variables": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/variables", "post">;
/**
* @see https://docs.github.com/rest/repos/forks#create-a-fork
*/
@ -3357,10 +3365,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/repos/repos#create-a-repository-using-a-template
*/
"POST /repos/{template_owner}/{template_repo}/generate": Operation<"/repos/{template_owner}/{template_repo}/generate", "post">;
/**
* @see https://docs.github.com/rest/actions/variables#create-an-environment-variable
*/
"POST /repositories/{repository_id}/environments/{environment_name}/variables": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables", "post">;
/**
* @see https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy
*/
@ -3681,6 +3685,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy
*/
"PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "put">;
/**
* @see https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret
*/
"PUT /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}", "put">;
/**
* @see https://docs.github.com/rest/migrations/source-imports#start-an-import
*/
@ -3741,10 +3749,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts
*/
"PUT /repos/{owner}/{repo}/vulnerability-alerts": Operation<"/repos/{owner}/{repo}/vulnerability-alerts", "put">;
/**
* @see https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret
*/
"PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "put">;
/**
* @see https://docs.github.com/rest/teams/members#add-team-member-legacy
*/

View file

@ -7,14 +7,15 @@
"directory": "packages/openapi-types"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "20.0.0",
"version": "21.2.0",
"main": "",
"types": "types.d.ts",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "15.0.0"
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,12 +1,13 @@
{
"name": "@octokit/types",
"version": "12.6.0",
"version": "13.1.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^20.0.0"
"@octokit/openapi-types": "^21.0.0"
},
"repository": "github:octokit/types.ts",
"keywords": [
@ -26,7 +27,7 @@
"json-schema-to-typescript": "^13.0.0",
"lodash.set": "^4.3.2",
"npm-run-all2": "^6.0.0",
"pascal-case": "^3.1.1",
"pascal-case": "^4.0.0",
"prettier": "^3.0.0",
"semantic-release": "^23.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
@ -36,7 +37,7 @@
"typescript": "^5.0.0"
},
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
},
"files": [
"dist-types/**"