Skip to content

build: update dependency @octokit/rest to v21 - autoclosed #31077

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

Conversation

angular-robot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
@octokit/rest devDependencies major 18.3.5 -> 21.1.1

Release Notes

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

v21.1.1

Compare Source

Bug Fixes
  • deps: update Octokit dependencies to mitigate ReDos [security] (#​484) (ca256c3)

v21.1.0

Compare Source

Features

v21.0.2

Compare Source

Bug Fixes

v21.0.1

Compare Source

Bug Fixes

v21.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM

v20.1.2

Compare Source

Bug Fixes
  • deps: bump Octokit dependencies to address ReDos vulnerabilities, bump devDependencies (#​487) (711f2ee), closes #​486

v20.1.1

Compare Source

Bug Fixes

v20.1.0

Compare Source

Features

v20.0.2

Compare Source

Bug Fixes

v20.0.1

Compare Source

Bug Fixes

v20.0.0

Compare Source

Features
BREAKING CHANGES
  • Drop support for NodeJS v14, v16
  • Remove previews support for the REST API
  • remove agent option from octokit.request()

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

v19.0.3

Compare Source

Bug Fixes

v19.0.2

Compare Source

Bug Fixes

v19.0.1

Compare Source

Bug Fixes

v19.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v10, v12

v18.12.0

Compare Source

Features
  • .actions.downloadWorkflowRunAttemptLogs(), .actions.getWorkflowRunAttempt(), .repos.generateReleaseNotes(), .checks.rerequestRun(). Graduate nebula, zzzax, switcheroo, baptiste previews. Removes defunkt /repos/{owner}/{repo}/actions/runs/{run_id}/retry endpoint. Renames methods to have consistent AuthenticatedUser() suffix, deprecates previous method names (#​125) (4daa9f3)

v18.11.4

Compare Source

Bug Fixes
  • removes defunkt endpoints: GET /repos/{owner}/{repo}/community/code_of_conduct, DELETE /reactions/{reaction_id}. encrypted_value and key_id parameters are required for .rest.actions.{createOrUpdateEnvironmentSecret,setSelectedReposForOrgSecret}(). access_token parameter is required for .rest.apps.deleteAuthorization(). Previews graduated: ant-man, flash, scarlet-witch, squirrel-girl (#​122) (9c02e7d)

v18.11.3

Compare Source

Bug Fixes
  • deps: bump minimal version of @octokit/plugin-paginate-rest to v2.16.4 to prevent typescript compile errors (#​120) (fca1907)

v18.11.2

Compare Source

Bug Fixes

v18.11.1

Compare Source

Bug Fixes
  • typescript: graduate previews dorian, inertia, london, lydian, wyandotte (#​116) (f1e2416)

v18.11.0

Compare Source

Features
  • octokit.rest.repos.{enable,disable}LfsForRepo(), octokit.rest.repos.mergeUpstream({ owner, repo, branch }) (916a8bb)

v18.10.0

Compare Source

Features
  • typescript: .packages.deletePackageForUser(), .packages.deletePackageVersionForUser(), .packages.restorePackageForUser(), .packages.restorePackageVersionForUser(), .secretScanning.listAlertsForOrg() (#​105) (40aeaff)
Bug Fixes
  • typescript: fix type for labels parameter in .issues.{add,set}Labels() (#​105) (40aeaff)

v18.9.1

Compare Source

Bug Fixes

v18.9.0

Compare Source

Features
  • typescript: allow_auto_merge parameter when creating / updating a repository. Search: owner in repository items may no longer be null (#​95) (c26c4fe)

v18.8.0

Compare Source

Features
  • .rest.repos.createAutolink(), .rest.repos.listAutolinks(), .rest.repos.getAutolink(), .rest.repos.deleteAutolink() (#​94) (13df9e7)

v18.7.2

Compare Source

Bug Fixes
  • typescript: .rest.repos.getRelease() response data now includes mentions_count (#​92) (01ba88f)

v18.7.1

Compare Source

Bug Fixes
  • typescript: .rest.repos.uploadReleaseAsset() requires name parameter. .head.repo property is optional in pull request response type (#​90) (515ed87)

v18.7.0

Compare Source

Features
  • typescript: add created parameter to octokit.actions.listWorkflowRuns() and octokit.actions.listWorkflowRunsForRepo() (#​89) (bd3b6a9)

v18.6.8

Compare Source

Bug Fixes

v18.6.7

Compare Source

Bug Fixes
  • typescript: octokit.rest.codeScanning.updateAlert() and octokit.rest.codeScanning.getAlert() response types no longer includes .rule.security_severity_level - reverts v18.6.6 (#​80) (91ffcf2)

v18.6.6

Compare Source

Bug Fixes
  • typescript: octokit.rest.codeScanning.updateAlert() and octokit.rest.codeScanning.getAlert() response types now include .rule.security_severity_level (#​79) (f69f2b2)

v18.6.5

Compare Source

Bug Fixes

v18.6.4

Compare Source

Bug Fixes
  • typescript: .security_and_analysis.secret_scanning property in repository responses (#​77) (36373fe)

v18.6.3

Compare Source

Bug Fixes

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

Bug Fixes
  • typescript: many type improvements via @octokit/plugin-rest-endpoint-methods v5.3.2 (#​71) (127e0a8)

v18.6.0

Compare Source

Features

v18.5.6

Compare Source

Bug Fixes

v18.5.5

Compare Source

Bug Fixes

v18.5.4

Compare Source

(that should have been a feature release, sorry)

Features
  • octokit.rest.repos.getPagesHealthCheck()
  • codeScanning.listAlertInstances(), actions.approveWorkflowRun()
  • apps.createContentAttachmentForRepo(), reactions.createForRelease(), repos.compareCommitsWithBasehead()
Deprecations
  • codeScanning.listAlertsInstances()
Bug Fixes
  • POST /repos/{owner}/{repo}/deployments (repos/create-deployment) does not accept a created_at parameter

v18.5.3

Compare Source

Bug Fixes
  • remove legacy org and organization parameters from octokit.repos.createFork() again (#​46) (8263ce9)

v18.5.2

Compare Source

Bug Fixes

v18.5.1

Compare Source

Bug Fixes

v18.5.0

Compare Source

Features
  • set all REST API endpoint methods on octokit.rest.*. The methods are also set on octokit.* for foreseeable time, but no longer documented, and will be deprecated at some point in future (#​2054) (40ee966)

v18.4.0

Compare Source

Features
  • octokit.repos.getReadmeInDirectory()
  • octokit.packages.getAllPackageVersionsForPackageOwnedByAuthenticatedUser() (deprecates octokit.packages.getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser())
  • octokit.packages.getAllPackageVersionsForPackageOwnedByOrg() (deprecates octokit.packages.getAllPackageVersionsForAPackageOwnedByAnOrg)

(#​2053) (5350388)


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@angular-robot angular-robot requested a review from a team as a code owner May 9, 2025 19:13
@angular-robot angular-robot added the action: review The PR is still awaiting reviews from at least one requested reviewer label May 9, 2025
@angular-robot angular-robot requested review from andrewseguin and ok7sai and removed request for a team May 9, 2025 19:13
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label May 9, 2025
@angular-robot angular-robot force-pushed the ng-renovate/octokit-rest-21-x branch from 0cb154d to 7f27b4c Compare May 9, 2025 23:12
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/octokit-rest-21-x branch from 7f27b4c to 204a452 Compare May 10, 2025 08:12
@angular-robot angular-robot changed the title build: update dependency @octokit/rest to v21 build: update dependency @octokit/rest to v21 - autoclosed May 12, 2025
@angular-robot angular-robot deleted the ng-renovate/octokit-rest-21-x branch May 12, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: review The PR is still awaiting reviews from at least one requested reviewer area: build & ci Related the build and CI infrastructure of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant