Skip to content
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

Update dependency Refit to v7 #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Refit 5.2.4 -> 7.0.0 age adoption passing confidence

Release Notes

reactiveui/refit (Refit)

v7.0.0

Compare Source

Dependencies:

Other:

v6.5.1

Compare Source

Features:
Fixes:
Housekeeping:
Other:

v6.4.1

Dependencies:

Features:

Fixes:

Housekeeping:

Other:

v6.3.2

Changes:

Enhancements:
  • #​1310: Split XmlContentSerializer into separate package
Dependencies:
  • #​1306: Bump coverlet.collector from 3.1.0 to 3.1.2
Others:
  • #​1307: Fix missing syntax highlighting
  • #​1303: Add MemberNotNullWhen attribute to IsSuccessStatusCode

This list of changes was auto generated.

v6.2.16

Changes:

Bugs:
  • #​1290: Refit interface methods that return Task assign ApiException to the IApiResponse.Error property on error
Dependencies:
  • #​1285: Bump Nerdbank.GitVersioning from 3.4.231 to 3.4.255
  • #​1271: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.10.56 to 17.0.64
  • #​1260: Bump Microsoft.NET.Test.Sdk from 16.10.0 to 17.0.0
  • #​1276: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1
Others:
See More
  • #​1296: Add a readme to the package
  • #​1294: Fix example syntax, add paren.
  • #​1293: fix: load content into buffer for void return methods
  • #​1292: Update renamed section in Table of Contents
  • #​1275: Add Xml documentation to exposed methods and classes.
  • #​1287: Update README.md
  • #​1279: Add note about JSON source generator
  • #​1267: Fix NuGet package link for Serilog.Exceptions.Refit doc

This list of changes was auto generated.

v6.1.15

Changes:

Enhancements:
  • #​1251: Switch to Roslyn component versioning
  • #​1235: Enchance SystemTextJsonContentSerializer default options
  • #​1216: Support Roslyn 3.8 and Roslyn 4.0 source generator scenarios
Dependencies:
  • #​1228: Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.0.0-2.final to 4.0.0-4.21423.7
  • #​1227: Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.0.0-2.final to 4.0.0-4.21420.8
Others:
  • #​1248: Add documentation for Serilog.Exceptions.Refit nuget package
  • #​1229: Gate the incremental source generators on LangVersion=preview
See More
  • #​1222: Change folder path to avoid implicit NuGet inclusions

This list of changes was auto generated.

v6.0.94

Changes:

Enhancements:
  • #​1167: Support returning api response in case of deserialization exception
Bugs:
  • #​1211: [BUG] Using same key multiple times throws exception
  • #​1131: Header collection post without body bug
Dependencies:
  • #​1158: Upgrade to GitHub-native Dependabot
  • #​1207: Bump Nerdbank.GitVersioning from 3.4.228 to 3.4.231
  • #​1205: Bump Nerdbank.GitVersioning from 3.4.220 to 3.4.228
  • #​1200: Bump coverlet.collector from 3.0.3 to 3.1.0
See More
  • #​1193: Bump Nerdbank.GitVersioning from 3.4.216 to 3.4.220
  • #​1183: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21265.1 to 1.1.0
  • #​1188: Bump Nerdbank.GitVersioning from 3.4.205 to 3.4.216
  • #​1185: Bump Nerdbank.GitVersioning from 3.4.203 to 3.4.205
  • #​1184: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.9.60 to 16.10.56
  • #​1182: Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
  • #​1181: Bump Nerdbank.GitVersioning from 3.4.194 to 3.4.203
  • #​1177: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21256.1 to 1.0.1-beta1.21265.1
  • #​1170: Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.1 to 1.0.2
  • #​1165: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21254.1 to 1.0.1-beta1.21256.1
  • #​1164: Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.1
  • #​1162: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21177.1 to 1.0.1-beta1.21254.1
  • #​1148: Bump Nerdbank.GitVersioning from 3.4.190 to 3.4.194
  • #​1146: Bump Nerdbank.GitVersioning from 3.3.37 to 3.4.190
  • #​1147: Bump System.Text.Json from 5.0.1 to 5.0.2
  • #​1144: Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
  • #​1134: Bump Newtonsoft.Json from 12.0.3 to 13.0.1
Others:
  • #​1214: .NET 6 SDK update
  • #​1166: Small typos in README
  • #​1140: Update Microsoft.CodeAnalysis.Testing to 1.0.1-beta1.21177.1
  • #​1132: Update README.md fix typo FromHttpContnentAsync

This list of changes was auto generated.

v6.0.38

Changes:
Enhancements:
  • #​1112: Added methods to support creating RefitSettings using the service provider
  • #​1115: Really Buffered JsonContent when buffered is set
Bugs:
  • #​1130: Fix issue where explicit or override wasn't being passed correctly to the generic constraints writer
Dependencies:
  • #​1117: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.9.54 to 16.9.60
  • #​1104: Bump Microsoft.VisualStudio.Threading.Analyzers from 16.8.55 to 16.9.54
  • #​1089: Bump Microsoft.NET.Test.Sdk from 16.9.0 to 16.9.1
Others:
See More
  • #​1097: Update Meow Sample To .NET 5 and .NET Standard 2.1

This list of changes was auto generated.

v6.0.24

Changes:

Bugs:
  • #​1088: Update inferred types converter for 5.0
Dependencies:
  • #​1083: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21109.2 to 1.0.1-beta1.21117.2

This list of changes was auto generated.

v6.0.21

Changes:

Enhancements:
  • #​1086: Add error case for packages.config to prevent runtime issues
Dependencies:
  • #​1084: Bump coverlet.collector from 3.0.2 to 3.0.3

This list of changes was auto generated.

v6.0.15

Changes:

  • #​1076: Don't output any generated code if we don't have any refit interfaces…
  • #​1071: Add Refit.Newtonsoft.Json badges

This list of changes was auto generated.

v6.0.8

Changes:

Enhancements:
  • #​1069: Add logic to emit #nullable in the generated files if required
  • #​1067: Update output filenames to end in .g.cs to indicate they're generated.
Dependencies:
  • #​1070: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21106.1 to 1.0.1-beta1.21109.2

This list of changes was auto generated.

v6.0.1

Changes:

Enhancements:
  • #​1062: Generate non-implicit impls for top-level interfaces
Dependencies:
  • #​1064: Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit from 1.0.1-beta1.21103.2 to 1.0.1-beta1.21106.1

This list of changes was auto generated.


Configuration

📅 Schedule: Branch creation - "after 3am on the first day of the month" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the 📦 dependencies Pull requests that update a dependency file label Oct 1, 2023
@github-actions github-actions bot added this to the v0.10.2 milestone Oct 1, 2023
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch 2 times, most recently from 320d43b to 39cdfd3 Compare October 31, 2023 13:30
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch 2 times, most recently from be7b3ac to 6d727c9 Compare December 2, 2023 00:01
@github-actions github-actions bot modified the milestones: v0.10.2, v0.11.0 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch 15 times, most recently from 8344355 to 272dd73 Compare December 3, 2023 18:01
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch 6 times, most recently from 667995c to f02c4f1 Compare January 7, 2024 00:25
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch from 5f71744 to 255b153 Compare January 7, 2024 07:16
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch from 255b153 to 6cf660d Compare February 10, 2024 05:15
@github-actions github-actions bot modified the milestones: v0.11.0, v0.11.1 Feb 10, 2024
Copy link

github-actions bot commented Feb 10, 2024

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch 2 times, most recently from b49f3d3 to 993eb3b Compare February 10, 2024 05:49
@RLittlesII RLittlesII enabled auto-merge (squash) February 10, 2024 05:56
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch 12 times, most recently from ed03183 to 3020bd2 Compare February 13, 2024 07:29
@renovate renovate bot changed the title chore(deps): update dependency refit to v7 Update dependency Refit to v7 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch from 3020bd2 to 6646d9d Compare March 2, 2024 03:57
@github-actions github-actions bot modified the milestones: v0.11.1, v0.11.2 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch 4 times, most recently from 561dac3 to ff7d838 Compare March 2, 2024 04:23
@renovate renovate bot force-pushed the renovate/major-refit-monorepo branch from ff7d838 to 5b83e6e Compare May 17, 2024 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant