chore(deps): update dependency refit to v7 #1665
Merged
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:
4.8.14->7.0.06.3.2->7.0.0Release Notes
reactiveui/refit (Refit)
v7.0.0Compare Source
Dependencies:
0a03d4aBump Nerdbank.GitVersioning from 3.5.119 to 3.6.132 (#1507) @dependabot[bot]65f395aBump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit (#1506) @dependabot[bot]a16b0fdBump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#1508) @dependabot[bot]ec73fedBump Microsoft.VisualStudio.Threading.Analyzers from 17.5.22 to 17.6.40 (#1511) @dependabot[bot]cd1b108Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.0.1 to 4.6.0 (#1510) @dependabot[bot]34b8133Bump coverlet.msbuild from 3.2.0 to 6.0.0 (#1512) @dependabot[bot]0e118d0Bump System.Reactive from 5.0.0 to 6.0.0 (#1509) @dependabot[bot]57919c4Bump Nerdbank.GitVersioning from 3.6.132 to 3.6.133 (#1516) @dependabot[bot]dd1eebfBump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 (#1520) @dependabot[bot]a50c8aeBump System.Text.Json from 7.0.2 to 7.0.3 (#1523) @dependabot[bot]Other:
4744780Ship 7.0.0 @anaisbettsv6.5.1Compare Source
Features:
c0af5c2feature: Make theRestMethodInfoavailable in the request options (#1317) @0xcedFixes:
ed61774Fix Added MemberNotNullWhen in IApiResponse (#1483) @AlbertoMonteiroc8888e1Fix condition of method return type in RequestBuilder to only allow Task<> and IObservable<> (#1364) @barchkileHousekeeping:
857becchousekeeping: Update readme to show GitHub actions status @glennawatsonOther:
fec2cf3Update version.json @glennawatsonv6.4.1Dependencies:
63b9654Bump Newtonsoft.Json from 13.0.1 to 13.0.3 (#1480) @dependabot[bot]Features:
b78bbc7feature: Add named httpclient support (#1418) @redbatyc97fcb6feature: Add RestMethodInfo in HttpRequestMessage (Options or Properties) (#1352) @Int32Overflow77f084ffeature: Add an authorization header value getter property that supports cancellation (#1413) @0xcedb06ef7cFeature: allow developers to inject the MethodInfo as a Property (#1367) @james-s-taylerFixes:
153f520Fix typo in README.md (#1428) @ownsaef6cbbFixed a bug in the readme (#1366) @james-s-tayler3c87611Fix cache in RestService for generated type (#1348) @Int32Overflow25c4840fix: Update readme with details on supply a custom HttpClient instance (#1362) @chowarthHousekeeping:
1fd2b3fhousekeeping: Convert to using GitHub actions @glennawatson977246ahousekeeping: Remove the need to install maui workflows @glennawatsoneb61d39housekeeping: remove duplicated tags @glennawatsonda483b9housekeeping: update directory.build.props file @glennawatsone571bc6housekeeping: Remove invalid tag from release @glennawatson500f4a2housekeeping: Remove invalid tag from release @glennawatsone83f7e2housekeeping: Remove old targets from tests @glennawatson098c4e3housekeeping: Update Targets, Fix build, Update relevant packages (#1488) @ChrisPulmanOther:
5fe5ce5Update dependabot.yml @glennawatson00dde43Sample using local api (#785) @NakWarsi469bfceadd tests setting Authorization headers via HeaderCollection (#1385) @james-s-taylerb608846Add benchmark dotnet and comprehensive set of end to end benchmarks (#1175) @james-s-tayler5589ab9Use Error property when throwing exception (#1448) @marcominervab5ce1dbUse the root directory for builds @glennawatsonc1516a8Add HttpRequestMessageOptions to RefitSettings and add this dictionary to HttpRequestMessage.(Options/Properties) (#1353) @Int32Overflowv6.3.2Changes:
Enhancements:
Dependencies:
Others:
This list of changes was auto generated.
v6.2.16Changes:
Bugs:
Dependencies:
Others:
See More
This list of changes was auto generated.
v6.1.15Changes:
Enhancements:
Dependencies:
Others:
See More
This list of changes was auto generated.
v6.0.94Changes:
Enhancements:
Bugs:
Dependencies:
See More
Others:
This list of changes was auto generated.
v6.0.38Changes:
Enhancements:
Bugs:
Dependencies:
Others:
See More
This list of changes was auto generated.
v6.0.24Changes:
Bugs:
Dependencies:
This list of changes was auto generated.
v6.0.21Changes:
Enhancements:
Dependencies:
This list of changes was auto generated.
v6.0.15Changes:
This list of changes was auto generated.
v6.0.8Changes:
Enhancements:
Dependencies:
This list of changes was auto generated.
v6.0.1Changes:
Enhancements:
Dependencies:
This list of changes was auto generated.
v5.2.4Changes:
Bugs:
Others:
This list of changes was auto generated.
v5.2.1Changes:
Dependencies:
See More
Others:
This list of changes was auto generated.
v5.1.67Changes:
Bugs:
Dependencies:
Others:
See More
This list of changes was auto generated.
v5.1.54Changes:
Enhancement:
Dependencies:
Others:
See More
This list of changes was auto generated.
v5.1.27Changes:
Enhancement:
Bugs:
Others:
See More
#864: Revert "Ensure we have an emtpy byte array so that a content-length of 0 is sent"
#862: Custom query prop
#860: Trim trailing / for HttpClient-supplied base addresses
#858: Remove unused types (supporting netstandard1.4 )
#856: Bump Microsoft.CodeAnalysis.CSharp from 3.4.0 to 3.5.0
#854: Bump Nerdbank.GitVersioning from 3.1.68 to 3.1.71
#851: Bump Nerdbank.GitVersioning from 3.0.50 to 3.1.68
#1: Handle actually issuing REST requests, not just building them
#842: Bump Microsoft.Extensions.Http from 3.1.1 to 3.1.2
#838: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.45 to 16.5.132
#834: Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0
#830: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.43 to 16.4.45
#827: Bump Nerdbank.GitVersioning from 3.0.48 to 3.0.50
#826: Bump Microsoft.Extensions.Http from 3.1.0 to 3.1.1
#825: Bump Nerdbank.GitVersioning from 3.0.28 to 3.0.48
#819: Bump coverlet.collector from 1.1.0 to 1.2.0
#5: Silverlight support?
#817: Bump System.Reactive from 4.3.1 to 4.3.2
#815: Updating #811 fix with better language detection
#814: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.4.33 to 16.4.43
#813: Fix issue #811 & add tests for query parameters
#808: Bump System.Reactive from 4.2.0 to 4.3.1
#804: Bump Microsoft.CodeAnalysis.CSharp from 3.3.1 to 3.4.0
#805: Bump Microsoft.Extensions.Http from 3.0.1 to 3.1.0
#803: Generate using statements inside namespaces
#798: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0
#792: Bump Microsoft.Extensions.Http from 3.0.0 to 3.0.1
#791: Bump Microsoft.Extensions.DependencyInjection from 3.0.0 to 3.0.1
#790: Update to MockHttp client with strong name
This list of changes was auto generated.
v5.0.23Changes:
This list of changes was auto generated.
v5.0.15Changes:
This list of changes was auto generated.
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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.