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

Update dependency @octokit/rest to v18.12.0 #123

Merged
merged 1 commit into from
Jan 10, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/rest 18.5.3 -> 18.12.0 age adoption passing confidence

Release Notes

octokit/rest.js

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

Configuration

📅 Schedule: 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.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@codecov
Copy link

codecov bot commented Jul 1, 2021

Codecov Report

Merging #123 (d65a15c) into main (92958e0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #123   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           60        60           
  Branches         7         7           
=========================================
  Hits            60        60           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92958e0...d65a15c. Read the comment docs.

@renovate renovate bot force-pushed the renovate/octokit-rest-18.x branch from d6cd3c9 to 987ba13 Compare July 4, 2021 19:57
@renovate renovate bot changed the title Update dependency @octokit/rest to v18.6.6 Update dependency @octokit/rest to v18.6.7 Jul 4, 2021
@renovate renovate bot force-pushed the renovate/octokit-rest-18.x branch from 987ba13 to b4591f8 Compare October 19, 2021 02:04
@renovate renovate bot changed the title Update dependency @octokit/rest to v18.6.7 Update dependency @octokit/rest to v18.12.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/octokit-rest-18.x branch from b4591f8 to d65a15c Compare January 9, 2022 09:26
@gagoar gagoar merged commit 8f9272e into main Jan 10, 2022
@gagoar gagoar deleted the renovate/octokit-rest-18.x branch January 10, 2022 09:05
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.

2 participants