-
Notifications
You must be signed in to change notification settings - Fork 5
chore(deps): update dependency octokit to v14 #330
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate-major-octokit-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for arcus canceled.
|
49ae901 to
1ed0348
Compare
1ed0348 to
95683b0
Compare
95683b0 to
8f0007e
Compare
8f0007e to
12a7530
Compare
12a7530 to
146c08c
Compare
146c08c to
e8adedd
Compare
e8adedd to
cb46955
Compare
cb46955 to
6ee98e2
Compare
6ee98e2 to
b2a7a2f
Compare
b2a7a2f to
8ac7a07
Compare
8ac7a07 to
8c133e3
Compare
81c36e1 to
3849dae
Compare
3849dae to
3c010e4
Compare
718a5b7 to
e667ddc
Compare
e667ddc to
79febf4
Compare
79febf4 to
4b867fe
Compare
4b867fe to
e193fd2
Compare
e193fd2 to
608f55a
Compare
608f55a to
78150df
Compare
db9af26 to
9ea64f1
Compare
fb37459 to
7daab35
Compare
7daab35 to
d50b525
Compare
d50b525 to
3454bab
Compare
3454bab to
37b37c1
Compare
37b37c1 to
2b164f5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.51.0->14.0.0Release Notes
octokit/octokit.net (Octokit)
v14.0.0What's Changed
Breaking changes
Note: The breaking changes in this release primarily deal with moving the last remaining Int32 to Int64 conversions. This change, while breaking, should have nominal impact.
Features
CreateDispatchvia repository ID by @Cyberboss in #2960Fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v13.0.1...v14.0.0
v13.0.1What's Changed
NOTE: these fixes were part of the more wide spread changes made as a result of this issue.
Full Changelog: octokit/octokit.net@v13.0.0...v13.0.1
v13.0.0What's Changed
Breaking changes
Features
Documentation
New Contributors
Full Changelog: octokit/octokit.net@v12.0.0...v13.0.0
v12.0.0BREAKING CHANGE
There was a change on the backing data store of the GitHub REST API to address the growing needs of comments shifting the type of IDs from an Int32 to an Int64 (or long).
Features
Fixes
Maintenance
Docs / CI
New Contributors
Full Changelog: octokit/octokit.net@v11.0.1...v12.0.0
v11.0.1What's Changed
Fix
Full Changelog: octokit/octokit.net@v11.0.0...v11.0.1
v11.0.0What's Changed
BREAKING CHANGE
Features
Fixes
zipMIME type by @thomhurst in #2902Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v10.0.0...v10.0.1
v10.0.0Breaking change:
longby @Leh2 in #2890What's Changed
RequiredSignaturesto theBranchProtectionSettingsUpdateType by @wesdevpro in #2873New Contributors
Full Changelog: octokit/octokit.net@v9.1.2...v10.0.0
v9.1.2What's Changed
Features
Full Changelog: octokit/octokit.net@v9.1.1...v9.1.2
v9.1.1What's Changed
Features
ReactionSummaryby @Misha-133 in #2847Fixes
Maintenance
Documentation
READMEby @wesdevpro in #2860New Contributors
Full Changelog: octokit/octokit.net@v9.1.0...v9.1.1
v9.1.0What's Changed
Features
ProductHeaderValueto accept a framework version of the object by @Cyberboss in #2821Bugs
GetAllForCurrentWithTimestampsandGetAllForUserWithTimestampsdid not return timestamps. by @MareMare in #2829Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v9.0.0...v9.1.0
v9.0.0What's Changed
Breaking changes
Features
Fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v8.1.1...v9.0.0
v8.1.1What's Changed
Features
Fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v8.0.1...v8.1.1
v8.0.1What's Changed
Features
Fixes
New Contributors
Full Changelog: octokit/octokit.net@v7.2.0...v8.0.1
v8.0.0What’s Changed
Features
readonlyto fields that are never modified by @Lehonti in #2759suspended_atandsuspended_byto theInstallationmodel by @lineville in #2779HasDiscussionsis now a required field onRepository, hat-tip to @lineville for catching this! ❤️ - by @dirtygooback in #2773Fixes
CI
Dependencies
New Contributors
Full Changelog: octokit/octokit.net@v7.1.0...v7.2.0
v7.1.0What's Changed
New Contributors
Full Changelog: octokit/octokit.net@v7.0.1...v7.1.0
v7.0.1What's Changed
Fixes
Dependencies
Full Changelog: octokit/octokit.net@v7.0.0...v7.0.1
v7.0.0What's Changed
Breaking changes
Features
New Contributors
Full Changelog: octokit/octokit.net@v6.2.1...v7.0.0
v6.2.1What's Changed
CreatedAtnullable by @lineville in #2734Full Changelog: octokit/octokit.net@v6.2.0...v6.2.1
v6.2.0What's Changed
Full Changelog: octokit/octokit.net@v6.1.0...v6.2.0
v6.1.0What's Changed
New Contributors
Full Changelog: octokit/octokit.net@v6.0.0...v6.1.0
v6.0.0What's Changed
Features
Fixes
Full Changelog: octokit/octokit.net@v5.1.0...v6.0.0[](url)
v5.1.0What's Changed
Features
Fixes
New Contributors
Full Changelog: octokit/octokit.net@v5.0.4...v5.1.0
v5.0.4What's Changed
New Contributors
Full Changelog: octokit/octokit.net@v5.0.3...v5.1.0
v5.0.3What's Changed
Features
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v5.0.2...v5.0.3
v5.0.2What's Changed
Features
Bug fixes
New Contributors
Full Changelog: octokit/octokit.net@v5.0.1...v5.0.2
v5.0.1What's Changed
Features
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v5.0.0...v5.0.1
v5.0.0What's Changed
Full Changelog: octokit/octokit.net@v4.0.4...v5.0.0
v4.0.4What's Changed
We introduced a new action that adds all new issues and PRs to our community board. Come by the board and grab something to improve this SDK and the others!
Bug fixes
Maintenance
Dependency updates
New Contributors
Full Changelog: octokit/octokit.net@v4.0.3...v4.0.4
v4.0.3What's Changed
Features
isLockedfilter toSeachIssuesRequestby @notauserx in #2623Bug fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v4.0.2...v4.0.3
v4.0.2What's Changed
Features
Bugs
Dependencies
House Keeping
New Contributors
Full Changelog: octokit/octokit.net@v4.0.1...v4.0.2
v4.0.1What's Changed
NewRelease.GenerateReleaseNotesproperty by @mryanmurphy in #2596IssueEvent. by @bloslo in #2585New Contributors
Full Changelog: octokit/octokit.net@v4.0.0...v4.0.1
v4.0.0: : Strong-namingWhat's Changed
New Contributors
Full Changelog: octokit/octokit.net@v3.0.1...v4.0.0
https://redirect.github.com/octokit/octokit.net/discussions/2594
v3.0.1What's Changed
/enslug in docs.github.com links (and stop VSCode from formatting on save) by @SeanKilleen in #2573New Contributors
Full Changelog: octokit/octokit.net@v3.0.0...v3.0.1
v3.0.0Advisories and Breaking Changes
API METHOD CONTRACT CHANGE: In this release, the return type/exception implementation of
AddCollaboratorhas changed by fixing a failure with 201 status code when adding a collaborator - #2559 via @annchousRE: Converts response model property accessors from protected to the more appropriate private for consistency - #2565 via @nickfloyd - in support of Generative SDKs
Release Notes
Milestone: We modified the existing source to help unify it and prepare for our generative SDK work.
Features/Enhancements
Fixes
Housekeeping
Documentation Updates
Full Changelog: octokit/octokit.net@v2.0.1...v3.0.0
v2.0.1Advisories and Breaking Changes
Release Notes
Features/Enhancements