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 dependency @octokit/rest to v16.43.2 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tradeshift-renovate[bot]
Copy link

This PR contains the following updates:

Package Type Update Change
@octokit/rest dependencies minor 16.17.0 -> 16.43.2

Release Notes

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

v16.43.2

Compare Source

Bug Fixes
  • typescript: return type for octokit.hook.wrap callback (#​1770) (0798dcd)

v16.43.1

Compare Source

Bug Fixes
  • TypeScript: named { Octokit } export (486eadd)

v16.43.0

Compare Source

Features

v16.42.2

Compare Source

Bug Fixes

v16.42.1

Compare Source

Bug Fixes
  • do not throw if using deprecated Octokit default export without options (dec7334)

v16.42.0

Compare Source

Features
  • deprecate const Octokit = require("@​octokit/rest") in favor of const { Octokit } = require("@​octokit/rest") (bbc3e48)

v16.41.2

Compare Source

Bug Fixes

v16.41.1

Compare Source

Bug Fixes

v16.41.0

Compare Source

Features
  • typescript: types for latest Action endpoint methods (#​1567) (0758d61)

v16.40.2

Compare Source

Bug Fixes
  • typescript: new auth strategy options (0c7b109)

v16.40.1

Compare Source

Bug Fixes

v16.40.0

Compare Source

Features
  • Actions endpoint methdos (a706b0d)

v16.39.0

Compare Source

Features
  • accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation (3caa24a)

v16.38.3

Compare Source

Bug Fixes

v16.38.2

Compare Source

Bug Fixes
  • everest preview graduated (441c452)
  • add .endpoint() method to all deprecated endpoint methods (9701151)
  • bring back octokit.teams.removeMember() (d439ca7)
  • bring back `octokit.teams.removeMembership() (dadfe9a)
  • correct deprecation message for octokit.apps.* OAuth authorization methods' (5f5e62e)

v16.38.1

Compare Source

Bug Fixes
  • typescript: authStrategy key in Octokit constructor options (fb19f11)

v16.38.0

Compare Source

Features

  • All authentication strategies from @octokit/auth are now supported. Setting auth to an object or a basic authentication string is now deprecated and will be removed in v17 (4573ee2)

v16.37.0

Compare Source

Features
  • .apps.revokeInstallationToken() (ed31137)
  • .migrations.listReposForOrg(), .migrations.listReposForUser() (8777073)
  • .repos.listForOrg()'s type parameter can now be set to "internal" (GitHub Enterprise Cloud only) (9c71d18)
  • visibility parameter for .repos.createForAuthenticatedUser() and .repos.createInOrg() (31b094b)
  • new delete_branch_on_merge parameter for .repos.createForAuthenticatedUser(), .repos.createInOrg(), .repos.update() (c783249)
  • new parameters for .orgs.update(): members_can_create_internal_repositories, members_can_create_private_repositories, members_can_create_public_repositories (7be5174)
  • new parameters for .repos.updateBranchProtection(): allow_deletions, allow_force_pushes, required_linear_history (c5632ff)
  • rename & deprecation of endpoint methods using /teams/:team_id* path internally. The are being replaced by *ForOrg methods that use /orgs/:org/teams/:team_slug* internally. With the next breaking version, the *ForOrg suffix will be removed using another deprecation. (faecc99)
Bug Fixes
  • graduated previews removed: barred-rock, echo, hagar (53b8021)

v16.36.0

Compare Source

Features

v16.35.2

Compare Source

Bug Fixes

v16.35.1

Compare Source

Bug Fixes

v16.35.0

Compare Source

Features
  • .apps.checkAuthorization()
  • .apps.checkToken()
  • .apps.deleteAuthorization()
  • .apps.deleteToken()
  • .apps.resetAuthorization()
  • .apps.resetToken()
  • .apps.revokeAuthorizationForApplication()
  • .apps.revokeGrantForApplication()
Deprecations
  • .apps.checkAuthorization()
  • .apps.resetAuthorization()
  • .apps.revokeAuthorizationForApplication()
  • .apps.revokeGrantForApplication()
  • .oauthAuthorizations.checkAuthorization
  • .oauthAuthorizations.createAuthorization
  • .oauthAuthorizations.deleteAuthorization
  • .oauthAuthorizations.deleteGrant
  • .oauthAuthorizations.getAuthorization
  • .oauthAuthorizations.getGrant
  • .oauthAuthorizations.getOrCreateAuthorizationForApp
  • .oauthAuthorizations.getOrCreateAuthorizationForAppAndFingerprint
  • .oauthAuthorizations.listAuthorizations
  • .oauthAuthorizations.listGrants
  • .oauthAuthorizations.resetAuthorization
  • .oauthAuthorizations.revokeAuthorizationForApplication
  • .oauthAuthorizations.revokeGrantForApplication
  • .oauthAuthorizations.updateAuthorization

See also: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/

Fixes
  • .repos.listTopics() & .repos.replaceTopics(): required mercy preview header set by default

v16.34.1

Compare Source

Bug Fixes
  • typescript: Include done callback in Paginate interface (6e2051b)

v16.34.0

Compare Source

Bug Fixes
  • remove obsolete plugin to normalize git reference responses (3933c24)
Features
  • multi-line review comments, client_payload parameter for creating a repository dispatch event, listing installations for an organization (e891d4e)

v16.33.1

Compare Source

Bug Fixes

v16.33.0

Compare Source

Features
  • options: add timeZone option (8a1fb13)

v16.32.0

Compare Source

Features
  • types: add deprecation jsdoc for deprecated methods (f7c31af)
  • types: mark params deprecated if description has 'deprecated' (ffe9aaa)

v16.31.0

Compare Source

Bug Fixes
  • index.js: remove unused scope query field (58443cd)
Features
  • deprecated: Show a message for deprecated methods (453ebcc)

v16.30.2

Compare Source

Bug Fixes

v16.30.1

Compare Source

Bug Fixes

v16.30.0

Compare Source

Features
  • octokit.pulls.createFromIssue()` is deprecated. Use octokit.pulls.create()` instead (6f939ad)

v16.29.0

Compare Source

Bug Fixes
  • luke-cage header is not required (9926988)
  • restrictions.teams and restrictions.users are required for `octokit.repos.updateBranchProtection() (d68aa77)
  • add deprecation messages for octokit.teams.{add,get,remove}Member() (f4e0a1b)
  • add enum for privacy parameter for octokit.teams.edit() (71ba2ae)
  • alias for "sha" is "ref" for octokit.repos.getCommit() (9164417)
  • remove incorrect page/per_page parameters from PATCh requests (6395735)
  • remove incorrect page/per_page parameters from POST requests (a7a45ac)
  • remove unused page and per_page parameters from octokit.repos.listProtectedBranchTeamRestrictions() (3c04006)
  • set "luke-cage" preview request for branch protection endpoint methods (6a3d318)
  • validate enum values always as strings (22fb9ab)
Features
  • octokit.pulls.createReviewCommentReply() (c7831d3)
  • deprecation: octokit.pulls.createCommentReply() has been renamed to octokit.pulls.createComment() (b59f0b5)
  • deprecation: octokit.repos.listProtectedBranchTeamRestrictions & octokit.repos.listTeamsWithAccessToProtectedBranch -> octokit.repos.getTeamsWithAccessToProtectedBranch (9e3b5b1)
  • deprecation: octokit.repos.listProtectedBranchUserRestrictions & octokit.repos.listUsersWithAccessToProtectedBranch -> octokit.repos.getUsersWithAccessToProtectedBranch (5896712)
  • octokit.repos.addProtectedBranchAppRestrictions(), octokit.repos.removeProtectedBranchAppRestrictions(), octokit.repos.replaceProtectedBranchAppRestrictions() (542c7e7)
  • octokit.repos.createDispatchEvent() (eee4ae6)
  • octokit.repos.listAppsWithAccessToProtectedBranch() -> octokit.repos.getAppsWithAccessToProtectedBranch() (4d4fe03)

v16.28.9

Compare Source

Bug Fixes
  • package: update universal-user-agent to version 4.0.0 (b5a96a9)

v16.28.8

Compare Source

Bug Fixes
  • package: remove unused url-template dependency (484eccd)

v16.28.7

Compare Source

Bug Fixes
  • normalize pagination for "List installations for a user" endpoint (#​1440) (7b51cee)

v16.28.6

Compare Source

Bug Fixes

v16.28.5

Compare Source

Bug Fixes
  • "owner" parameter is no longer conflicting in octokit.repos.createUsingTemplate() (#​1431) (fe605fe)

v16.28.4

Compare Source

Bug Fixes
  • package: update universal-user-agent to version 3.0.0 (a579ae5)

v16.28.3

Compare Source

Bug Fixes

v16.28.2

Compare Source

Bug Fixes

v16.28.1

Compare Source

Bug Fixes
  • add "rocket" and "eyes" to set of supported reactions (69462e0)

v16.28.0

Compare Source

Features
  • commit_sha parameter for repos.listCommentsForCommit()andrepos.createCommitComment()` (1e7c3a8)
  • repos.createOrUpdateFile() (63a5e99)
  • repos.enableAutomatedSecurityFixes() and repos.disableAutomatedSecurityFixes() (ebab182)
  • repos.updateBranch() (5ba501e)

v16.27.3

Compare Source

Bug Fixes
  • typescript: Octokit#plugin argument type for plugins (#​1385) (05bc206)

v16.27.2

Compare Source

Bug Fixes
  • author.* and committer.* parameter validation for .repos.deleteFile() (#​1384) (2155b1a)

v16.27.1

Compare Source

Bug Fixes
  • typo in deprecation message for .repos.getCommitRefSha() (ade2d00)

v16.27.0

Compare Source

Features
  • octokit.repos.getCommitRefSha() is deprecated, use octokit.repos.getCommit() instead (9e0aeaf)

v16.26.0

Compare Source

Features
  • .repos.enableVulnerabilityAlerts()
  • .repos.disableVulnerabilityAlerts()
Fixes
  • source parameter for .repos.enablePagesSite()

v16.25.6

Compare Source

Bug Fixes

v16.25.5

Compare Source

Bug Fixes
  • package: update deprecation to version 2.0.0 (06af662)

v16.25.4

Compare Source

Bug Fixes

v16.25.3

Compare Source

Bug Fixes

v16.25.2

Compare Source

Bug Fixes
  • do not mutate options passed to endpoint methods (fe51f06)

v16.25.1

Compare Source

Bug Fixes

v16.25.0

Compare Source

Features

v16.24.3

Compare Source

Bug Fixes
  • throw 400 Bad Request error when octokit.issues.get() without parameters (a102378)

v16.24.2

Compare Source

Bug Fixes
  • implement deprecation for parameters in .endpoint() and .endpoint.merge() (8cebbfa)

v16.24.1

Compare Source

Features
  • :commit_sha parameter for .git.getCommit(). Deprecates :sha (1b98f9c)
  • :issue_number, :milestone_number, :pull_number parameters. Deprecates :number (87dc7c6)
  • .repos.listBranchesForHeadCommit() (473642d)
  • .repos.listPullRequestsAssociatedWithCommit() (4a74d40)
Bug Fixes

v16.24.0

Compare Source

⚠️ This release has a bug, see #​1323

Update to v16.24.1 instead.

v16.23.5

Compare Source

Bug Fixes
  • .paginate() with results namespace (GET /installation/repositories, single page response) (27e2977)

v16.23.4

Compare Source

Bug Fixes

v16.23.3

Compare Source

Bug Fixes

v16.23.2

Compare Source

Bug Fixes
  • normalize pagination for responses with repository_selection property (27dff8c)

v16.23.1

Compare Source

Bug Fixes

v16.23.0

Compare Source

Features
  • options.auth can be set to token without a prefix (736174e)

v16.22.0

Compare Source

Features

v16.21.1

Compare Source

Bug Fixes
  • assure single object/array responses for .git.getRef()/.git.listRefs() (8ed1b9d)

v16.21.0

Compare Source

Features
  • author.*, committer.*, signature parameters for .git.createCommit() (dca2d51)
  • draft argument for creating a pull request (0e98b5b)
Bug Fixes
  • call auth.on2fa again if OTP becomes invalid (eb1ebab)

v16.20.0

Compare Source

Deprecation
  • deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results (e34a1df)
Bug Fixes

v16.19.0

Compare Source

Features
  • octokit.repos.enablePagesSite() and octokit.repos.disablePagesSite() (a91f162), closes #​1284
Bug Fixes
  • mister-fantastic preview not required for .repos.{getPages|updateInformationAboutPagesSite} (21f54ed)

v16.18.1

Compare Source

Bug Fixes
  • two-factor auth: persist one-time password header on subsequent requests (#​1281) (db6af77)

v16.18.0

Compare Source

Features
  • media type format and previews (6ac0b9f)

    octokit.issues.get({
      owner, 
      repo, 
      number,
      mediaType: {
        format: 'full+json',
        previews: ['symmetra']
      }
    })
Bug Fixes
  • don’t swallow errors thrown in options.auth function (6660902)

v16.17.1

Compare Source

Bug Fixes
  • log a deprecations only once, and not as Error (547fe40)
  • set machine-man preview for .apps.listRepos() and .apps.getBySlug() (b2be62c)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday in 2125" in timezone Europe/Copenhagen.

🚦 Automerge: Enabled.

♻️ Rebasing: Never, 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 Renovate Bot.

@tradeshift-renovate tradeshift-renovate bot added the dependencies Pull requests that update a dependency file label Mar 21, 2024
@wiz-inc-48d099cbad
Copy link

wiz-inc-48d099cbad bot commented Mar 21, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 0C 4H 1M 0L 0I
Total 0C 4H 1M 0L 0I
Secrets 0🔑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant