Skip to content

Bump Octokit from 0.36.0 to 0.40.0

J. Fronny requested to merge dependabot/nuget/Octokit-0.40.0 into master

Created by: dependabot-preview[bot]

Bumps Octokit from 0.36.0 to 0.40.0.

Release notes

Sourced from Octokit's releases.

v0.40 - Oops, I Did It Again

Packages

Octokit 0.40.0 on NuGet Octokit.Reactive 0.40.0 on NuGet

Advisories and Breaking Changes

  • None

Release Notes

Fixes

  • Change TimelineEventInfo.Id from int to long to address deserialization issue - #2092 via @shiftkey
  • Encode offset part of DateTimeOffset when used in Search APIs - #2091 via @shiftkey

v0.39 - Sunday Funday

Packages

Octokit 0.39.0 on NuGet Octokit.Reactive 0.39.0 on NuGet

Advisories and Breaking Changes

  • None

Release Notes

Fixes

  • Search Issues endpoint to does not handles labels containing spaces correctly - #2084 via @zHaytam
  • added IsTemplate field to Repository response model returned from API - #2090 via @shiftkey

Housekeeping

v0.38 - Short and Sweet

Packages

Octokit 0.38.0 on NuGet Octokit.Reactive 0.38.0 on NuGet

Advisories and Breaking Changes

  • None

Release Notes

... (truncated)
Commits
  • 5de3791 ensure datetime offset is encoded correctly for search APIs (#2091)
  • 736c3bd handle int32 overflow with IssueTimeline API (#2092)
  • 8dac968 add new field to model for indicating whether repository is a template (#2090)
  • 8cf4d58 upgrade project tooling to .NET Core 3.1 (#2089)
  • 911dd4a Double quote issue labels in search API (#2084)
  • 9b136b1 Bump Codecov from 1.7.2 to 1.10.0 in /build (#2088)
  • 26d770b Bump Cake.Coverlet from 2.3.4 to 2.4.2 in /build (#2087)
  • d4b8601 Bump Cake.Codecov from 0.7.0 to 0.8.0 in /build (#2086)
  • 56895ea move formatting code to optional flag (#2085)
  • 45621c0 Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#2083)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports