-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(deps): update dependency octokit to v14 #330
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 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.0
Release Notes
octokit/octokit.net (Octokit)
v14.0.0
What'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
CreateDispatch
via repository ID by @Cyberboss in https://github.com/octokit/octokit.net/pull/2960Fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v13.0.1...v14.0.0
v13.0.1
What'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.0
What's Changed
Breaking changes
Features
Documentation
New Contributors
Full Changelog: octokit/octokit.net@v12.0.0...v13.0.0
v12.0.0
BREAKING 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.1
What's Changed
Fix
Full Changelog: octokit/octokit.net@v11.0.0...v11.0.1
v11.0.0
What's Changed
BREAKING CHANGE
Features
Fixes
zip
MIME type by @thomhurst in https://github.com/octokit/octokit.net/pull/2902Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v10.0.0...v10.0.1
v10.0.0
Breaking change:
long
by @Leh2 in https://github.com/octokit/octokit.net/pull/2890What's Changed
RequiredSignatures
to theBranchProtectionSettingsUpdate
Type by @wesdevpro in https://github.com/octokit/octokit.net/pull/2873New Contributors
Full Changelog: octokit/octokit.net@v9.1.2...v10.0.0
v9.1.2
What's Changed
Features
Full Changelog: octokit/octokit.net@v9.1.1...v9.1.2
v9.1.1
What's Changed
Features
ReactionSummary
by @Misha-133 in https://github.com/octokit/octokit.net/pull/2847Fixes
Maintenance
Documentation
README
by @wesdevpro in https://github.com/octokit/octokit.net/pull/2860New Contributors
Full Changelog: octokit/octokit.net@v9.1.0...v9.1.1
v9.1.0
What's Changed
Features
ProductHeaderValue
to accept a framework version of the object by @Cyberboss in https://github.com/octokit/octokit.net/pull/2821Bugs
GetAllForCurrentWithTimestamps
andGetAllForUserWithTimestamps
did not return timestamps. by @MareMare in https://github.com/octokit/octokit.net/pull/2829Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v9.0.0...v9.1.0
v9.0.0
What's Changed
Breaking changes
Features
Fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v8.1.1...v9.0.0
v8.1.1
What's Changed
Features
Fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v8.0.1...v8.1.1
v8.0.1
What's Changed
Features
Fixes
New Contributors
Full Changelog: octokit/octokit.net@v7.2.0...v8.0.1
v8.0.0
What’s Changed
Features
readonly
to fields that are never modified by @Lehonti in https://github.com/octokit/octokit.net/pull/2759suspended_at
andsuspended_by
to theInstallation
model by @lineville in https://github.com/octokit/octokit.net/pull/2779HasDiscussions
is now a required field onRepository
, hat-tip to @lineville for catching this! ❤️ - by @dirtygooback in https://github.com/octokit/octokit.net/pull/2773Fixes
CI
Dependencies
New Contributors
Full Changelog: octokit/octokit.net@v7.1.0...v7.2.0
v7.1.0
What's Changed
New Contributors
Full Changelog: octokit/octokit.net@v7.0.1...v7.1.0
v7.0.1
What's Changed
Fixes
Dependencies
Full Changelog: octokit/octokit.net@v7.0.0...v7.0.1
v7.0.0
What's Changed
Breaking changes
Features
New Contributors
Full Changelog: octokit/octokit.net@v6.2.1...v7.0.0
v6.2.1
What's Changed
CreatedAt
nullable by @lineville in https://github.com/octokit/octokit.net/pull/2734Full Changelog: octokit/octokit.net@v6.2.0...v6.2.1
v6.2.0
What's Changed
Full Changelog: octokit/octokit.net@v6.1.0...v6.2.0
v6.1.0
What's Changed
New Contributors
Full Changelog: octokit/octokit.net@v6.0.0...v6.1.0
v6.0.0
What's Changed
Features
Fixes
Full Changelog: octokit/octokit.net@v5.1.0...v6.0.0[](url)
v5.1.0
What's Changed
Features
Fixes
New Contributors
Full Changelog: octokit/octokit.net@v5.0.4...v5.1.0
v5.0.4
What's Changed
New Contributors
Full Changelog: octokit/octokit.net@v5.0.3...v5.1.0
v5.0.3
What's Changed
Features
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v5.0.2...v5.0.3
v5.0.2
What's Changed
Features
Bug fixes
New Contributors
Full Changelog: octokit/octokit.net@v5.0.1...v5.0.2
v5.0.1
What's Changed
Features
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v5.0.0...v5.0.1
v5.0.0
What's Changed
Full Changelog: octokit/octokit.net@v4.0.4...v5.0.0
v4.0.4
What'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.3
What's Changed
Features
isLocked
filter toSeachIssuesRequest
by @notauserx in https://github.com/octokit/octokit.net/pull/2623Bug fixes
Maintenance
New Contributors
Full Changelog: octokit/octokit.net@v4.0.2...v4.0.3
v4.0.2
What's Changed
Features
Bugs
Dependencies
House Keeping
New Contributors
Full Changelog: octokit/octokit.net@v4.0.1...v4.0.2
v4.0.1
What's Changed
NewRelease.GenerateReleaseNotes
property by @mryanmurphy in https://github.com/octokit/octokit.net/pull/2596IssueEvent
. by @bloslo in https://github.com/octokit/octokit.net/pull/2585New Contributors
Full Changelog: octokit/octokit.net@v4.0.0...v4.0.1
v4.0.0
: : Strong-namingWhat's Changed