Aiko-IT-Systems / DisCatSharp

Your library to write discord apps in C# with focus on always providing access to the latest discord features
https://docs.dcs.aitsys.dev
Other
127 stars 40 forks source link

chore(deps): update dependency octokit to v12 #507

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Octokit 11.0.1 -> 12.0.0 age adoption passing confidence

Release Notes

octokit/octokit.net (Octokit) ### [`v12.0.0`](https://togithub.com/octokit/octokit.net/releases/tag/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 - (BREAKING CHANGE) Fix: comment id model update to long instead of int by [@​arxange1](https://togithub.com/arxange1) in [https://github.com/octokit/octokit.net/pull/2928](https://togithub.com/octokit/octokit.net/pull/2928) - Fix: xUnit Warnings by [@​thomhurst](https://togithub.com/thomhurst) in [https://github.com/octokit/octokit.net/pull/2906](https://togithub.com/octokit/octokit.net/pull/2906) - Fix: [#​2693](https://togithub.com/octokit/octokit.net/issues/2693) PageCount doesn't work if the query gets constructed with page number as the first query parameter by [@​andrew-from-toronto](https://togithub.com/andrew-from-toronto) in [https://github.com/octokit/octokit.net/pull/2911](https://togithub.com/octokit/octokit.net/pull/2911) - Fix: Pacakges typo by [@​seedysoft](https://togithub.com/seedysoft) in [https://github.com/octokit/octokit.net/pull/2917](https://togithub.com/octokit/octokit.net/pull/2917) ##### Maintenance - Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2908](https://togithub.com/octokit/octokit.net/pull/2908) - Bump xunit from 2.7.0 to 2.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2909](https://togithub.com/octokit/octokit.net/pull/2909) - Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2914](https://togithub.com/octokit/octokit.net/pull/2914) - Bump xunit from 2.7.1 to 2.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2913](https://togithub.com/octokit/octokit.net/pull/2913) - Bump xunit from 2.8.0 to 2.8.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2919](https://togithub.com/octokit/octokit.net/pull/2919) - Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2920](https://togithub.com/octokit/octokit.net/pull/2920) - Bump System.Reactive from 6.0.0 to 6.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2921](https://togithub.com/octokit/octokit.net/pull/2921) - Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2922](https://togithub.com/octokit/octokit.net/pull/2922) ##### Docs / CI - 🚧 Workflows changed by [@​octokitbot](https://togithub.com/octokitbot) in [https://github.com/octokit/octokit.net/pull/2925](https://togithub.com/octokit/octokit.net/pull/2925) #### New Contributors - [@​andrew-from-toronto](https://togithub.com/andrew-from-toronto) made their first contribution in [https://github.com/octokit/octokit.net/pull/2911](https://togithub.com/octokit/octokit.net/pull/2911) - [@​seedysoft](https://togithub.com/seedysoft) made their first contribution in [https://github.com/octokit/octokit.net/pull/2917](https://togithub.com/octokit/octokit.net/pull/2917) - [@​arxange1](https://togithub.com/arxange1) made their first contribution in [https://github.com/octokit/octokit.net/pull/2928](https://togithub.com/octokit/octokit.net/pull/2928) **Full Changelog**: https://github.com/octokit/octokit.net/compare/v11.0.1...v12.0.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.