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

fix(deps): update octokit monorepo #68

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/auth-app 4.0.4 -> 4.0.13 age adoption passing confidence
@octokit/core 4.0.4 -> 4.2.4 age adoption passing confidence
@octokit/rest 19.0.3 -> 19.0.13 age adoption passing confidence
@octokit/webhooks-methods 3.0.0 -> 3.0.3 age adoption passing confidence
@octokit/webhooks-types 6.2.4 -> 6.11.0 age adoption passing confidence

Release Notes

octokit/auth-app.js (@​octokit/auth-app)

v4.0.13

Compare Source

Bug Fixes
  • build: replace Pika with esbuild and tsc (#​479) (f588939)
  • typescript: mark imports/exports that are only used for types explicitely (#​480) (0d757a9)

v4.0.12

Compare Source

Bug Fixes

v4.0.11

Compare Source

Bug Fixes
  • build: add script to fix package.json before publishing (#​475) (9e3a7e1)

v4.0.10

Compare Source

Bug Fixes
  • requiresAppAuth was matching unintended URLs. (0ad8d6a)

v4.0.9

Compare Source

Bug Fixes

v4.0.8

Compare Source

Bug Fixes
  • deps: upgrade universal-github-app-jwt to v1.1.1 (#​433) (f4aac56)

v4.0.7

Compare Source

Bug Fixes

v4.0.6

Compare Source

Bug Fixes

v4.0.5

Compare Source

Bug Fixes
octokit/core.js (@​octokit/core)

v4.2.4

Compare Source

Bug Fixes

v4.2.3

Compare Source

Bug Fixes

v4.2.2

Compare Source

Bug Fixes

v4.2.1

Compare Source

Bug Fixes

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Type Features
  • add support for new "Get a Dependabot alert" API (GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • add support for new "Update a Dependabot alert" API (PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • add support for new "List Dependabot alerts for a repository" API (GET /repos/{owner}/{repo}/dependabot/alerts)
  • add support for new "List organization secret" (GET /organizations/{org}/codespaces/secrets) Codespaces API
  • add support for new "Get an organization public key" (GET /organizations/{org}/codespaces/secrets/public-key) Codespaces API
  • add support for new "Get an organization secret" (GET /organizations/{org}/codespaces/secrets/{secret_name} ) Codespaces API
  • adds support for new "Create or update an organization secret" (PUT /organizations/{org}/codespaces/secrets/{secret_name} ) Codespaces API
  • add support for new "Delete an organization secret" (DELETE /organizations/{org}/codespaces/secrets/{secret_name}) Codespaces API
  • add support for new "List selected repositories for an organization secret" (GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories) Codespaces API
  • add support for new "Set selected repositories for an organization secret" ( PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories) Codespaces API
  • add support for new "Add selected repository to an organization secret" (PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}) Codespaces API
  • add support for new "Remove selected repository from an organization secret" (DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}) Codespaces API
  • add support for resolution_comment attribute returned on secret scanning alerts
  • add support for new scope attribute returned by the "Get a diff of the dependencies between commits" (GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}) API

### Type Fixes

  • GHEC-only routes removed. Use @octokit/plugin-enterprise-cloud for support.
  • tweak documentation for repo starring related APIs (GET /repos/{owner}/{repo}/stargazers, GET /users/{username}/starred and GET /user/starred) to clarify what Accept header to send to get information about when stars were created
  • tweak documentation for "Get community profile metrics" API (GET /repos/{owner}/{repo}/community/profile) to clarify that it only works with public repos which are not forks
  • document the size attribute returned on repos across the API
  • document that APIs can return 422 errors when an endpoint has been spammed with many requests
  • document 301 status returned by labels-related APIs if the repo has been renamed or moved
  • document 404 Not Found status returned by labels-related APIs

v4.0.5

Compare Source

Bug Fixes
octokit/rest.js (@​octokit/rest)

v19.0.13

Compare Source

Bug Fixes

v19.0.12

Compare Source

Bug Fixes

v19.0.11

Compare Source

Bug Fixes

v19.0.10

Compare Source

Bug Fixes

v19.0.9

Compare Source

Bug Fixes

v19.0.8

Compare Source

Bug Fixes

v19.0.7

Compare Source

Bug Fixes

v19.0.6

Compare Source

Bug Fixes

v19.0.5

Compare Source

Bug Fixes
  • deps: update @octokit/plugin-paginate-rest to v5 (#​220) (9debac2)

v19.0.4

Compare Source

Bug Fixes
octokit/webhooks-methods.js (@​octokit/webhooks-methods)

v3.0.3

Compare Source

Bug Fixes

v3.0.2

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes
  • correct behaviour of functions in the web module to correspond to the one from the node module (#​46) (19eb9e5)
octokit/webhooks (@​octokit/webhooks-types)

v6.11.0

Compare Source

Features

v6.10.0

Compare Source

Features

v6.9.0

Compare Source

Features
  • schema updates to workflow_job, organization.renamed events and common schemas (#​753) (e69d6ec)

v6.8.0

Compare Source

Features
  • add schemas for registry_package event, update package event with new information (#​747) (b7b5d9d)

v6.7.0

Compare Source

Features

v6.6.0

Compare Source

Features

v6.5.0

Compare Source

Features
  • add new schema for dependabot_alert event
  • add common schema for PullRequestReview
  • new properties found on the repository object in payloads
  • new display_title property for workflow_run
  • new cve_id property for SecurityAdvisoryEvent
  • mark display_title and path as required

v6.4.0

Compare Source

Features
  • new pull_request.dequeued and pull_request.queued events (#​715) (44b5c3c)

v6.3.6

Compare Source

Bug Fixes
  • refactor BranchProtectionRule to have a common schema for the different rule types (#​696) (25f4b0a)

v6.3.5

Compare Source

Bug Fixes
  • correct enum values for required_conversation_resolution_level, add enum values for PullRequestReview#state (#​693) (caa9572)

v6.3.4

Compare Source

Bug Fixes
  • update schema descriptions for added, removed and modified files in commits (#​695) (aed7be2), closes #​691

v6.3.3

Compare Source

Bug Fixes

v6.3.2

Compare Source

Bug Fixes
  • changes property can be undefined in branch_protection_rule#edited, add missing keys to changes property in branch_protection_rule#edited, new blocking permission for apps (#​690) (3926e99), closes #​688 #​689

v6.3.1

Compare Source

Bug Fixes
  • correct MergeGroupChecksRequestedEvent schema title (#​686) (e4bef38)

v6.3.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/octokit-monorepo branch 2 times, most recently from f5a0c33 to 99278f8 Compare November 8, 2023 02:11
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 99278f8 to ce8fc39 Compare November 14, 2023 22:46
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch 2 times, most recently from eef9e51 to 77d9a61 Compare January 2, 2024 00:31
@renovate renovate bot force-pushed the renovate/octokit-monorepo branch from 77d9a61 to 900ccd9 Compare January 2, 2024 00:37
@kormide kormide merged commit cc8c2bf into main Jan 2, 2024
3 checks passed
@kormide kormide deleted the renovate/octokit-monorepo branch January 2, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant