winleafs / Winleafs

Winleafs: Windows application for Nanoleaf lights
GNU General Public License v3.0
84 stars 9 forks source link

Bump RestSharp from 106.6.7 to 106.11.7 in /Winleafs.Wpf #147

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps RestSharp from 106.6.7 to 106.11.7.

Release notes

Sourced from RestSharp's releases.

106.11.7

Fixed the assembly version

106.11.5

  • Closed OAuth encoding issue
  • Closed several culture-related issues

106.11.4

  • Regression fixes
  • Assembly versioning reversal
  • Fixed Xamarin encoding lookup issue

106.11.3

Fixing the url parameter encoding replace

106.11.0

  • Assembly version to match the file version
Changelog

Sourced from RestSharp's changelog.

RestSharp Release Notes

106.10

  • Added a new package RestSharp.Serializers.NewtonsoftJson
  • Added a new package RestSharp.Serializers.Utf8Json
  • Added a new package RestSharp.Serializers.SystemTextJson
  • New documentation website
  • Added ThrowOnAnyError property that will tell RestSharp to throw instead of creating an error response
  • Fixed the error response propagation for async calls

106.9

  • Fixed the relative URI issue (thanks @maratoss)
  • Added AddDefaultHeaders extension method to RestClient that accepts multiple headers (thanks @Kerl1310)
  • Added AddHeaders method to RestRequest that accepts multiple headers (thanks @abailey7)
  • Fixed the crash on null body parameter names (thanks to @ofirZelig, @mitcht and @kd5ziy)
  • Fixed the exception when Encoding is set to null. Wasn't a bug but the exception was popping up in the debugger
  • IList properties marked with [SerializeAs(Content = true)] attribute can be serialized as parent's XML tag content (thanks @partyz0ne)
  • Better handling for the case a unicode character gets between chunks (thanks @stukalin)

106.6

  • Fixed some new platform unsupported exceptions
  • Fixed OAuth regression issues
  • Moved serialization to the client
  • Added UseSerializer to IRestClient to specify the client-level (de)serializer
  • Added UseDotNetXmlSerializer extension to IRestClient

106.5

  • Wrapped proxy discovery in try-catch for the platform unsupported exception
  • Fixed DateTime deserialization with millisecond UTC conflict
  • Fixed HttpMethod is not overridden in RestClient.Sync.Execute(IRestRequest request, Method httpMethod)
  • Split ISerializer to IJsonSerializer and IXmlSerializer to avoid the namespace confusion
  • Fixed double escape bug in SimpleJson

106.4.1

  • Fixed the wrong HTTP method used in Post extension method
  • Custom content type for multipart requests

106.4.0

  • Added the XML documentation file to the NuGet package
  • Fixed the issue with AddBody overrides the XML namespace with an empty string
  • Fixed the issue when combining query parameters and JSON body caused an incorrect content type
  • Marked MethodTaskAsync<T> extensions as obsolete (where Method is Get, Post, etc)
  • Added new extensions for MethodAsync<T> (where Method is the same as above) that will return the result or throw an exception. Obsolete methods still don't throw and return an empty instance.
  • You can now add query string parameters without encoding them
  • Fixed the issue with query string parameters in combination with OAuth1
Commits
  • b78927d Removed the version attribute for #1504
  • 9d71791 Merge branch 'dev' of github.com:restsharp/RestSharp into dev
  • fec3cfa Update MinVer hoping to get the right assembly version
  • f42ec2f Delete FUNDING.yml
  • 4daaf69 Merge pull request #1498 from sharok/fix_oauth_encoding
  • 68c0776 Add test for checking encoding oauth_token
  • 7b794ac Encode oauth_token. Fixes #1495
  • 2ebdbc2 Merge pull request #1493 from nesc58/fix-culture
  • 67907ea Use given culture or invariant culture when converting strings to lower or upper
  • 25debfa Merge pull request #1492 from nesc58/fix-culture
  • 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](https://app.dependabot.com): - 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)
sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

StijnOostdam commented 3 years ago

Fixed in #149

dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.