Bump HtmlAgilityPack, Stripe.net and Swashbuckle.AspNetCore#380
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
8031f64 to
928f48c
Compare
Bumps HtmlAgilityPack from 1.11.72 to 1.12.4 Bumps Stripe.net from 50.4.1 to 51.0.0 Bumps Swashbuckle.AspNetCore from 10.1.5 to 10.1.7 --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-dependencies - dependency-name: Stripe.net dependency-version: 51.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
928f48c to
e45d940
Compare
Contributor
Author
|
Superseded by #387. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated HtmlAgilityPack from 1.11.72 to 1.12.4.
Release notes
Sourced from HtmlAgilityPack's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Stripe.net from 50.4.1 to 51.0.0.
Release notes
Sourced from Stripe.net's releases.
51.0.0
This release changes the pinned API version to⚠️ below). There's also a detailed migration guide to simplify your upgrade process.
2026-03-25.dahliaand contains breaking changes (prefixed withPlease review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.
nulland the SDK will send an empty string for V1 APIs and a null value for V2 APIs.nullif that property is defined as nullable in our API Ref. If you currently pre-initialize your Options values to null this could have unintended consequences.IEmptyable,IEmptyable<T>,Emptyable<T>,EmptyableConverter<T>, andSTJEmptyableConverter<T>- replaced by SetTracker pattern on Options properties.stringtodecimal?. Code that reads or writes these fields asstringwill need to usedecimal?instead. Affected fields:PercentOwnershipPercentOwnershipAccountCreateIdentityIndividualRelationshipOptions,AccountUpdateIdentityIndividualRelationshipOptions,AccountTokenCreateIdentityIndividualRelationshipOptions,PersonCreateRelationshipOptions,PersonUpdateRelationshipOptions,PersonTokenCreateRelationshipOptionsSee the changelog for more details.
50.5.0-beta.1
This release changes the pinned API version to
2026-02-25.preview.SmartDisputesonAccount.Settings,AccountSettingsOptions,V2.Core.Account.Configuration.Merchant, andV2CoreAccountConfigurationMerchantOptionsEmailCustomersOnSuccessfulPaymentonAccount.Settings.PaymentsandAccountSettingsPaymentsOptionsManagedPaymentsonCheckout.SessionCreateOptions,Checkout.Session,PaymentIntent,SetupIntent, andSubscriptionPurposeonV2.MoneyManagement.OutboundPaymentCreateOptionsandV2.MoneyManagement.OutboundPaymentBranchNumberandSwiftCodeonV2.MoneyManagement.PayoutMethod.BankAccountSee the changelog for more details.
50.5.0-alpha.4
SimulateCryptoDeposittest helper method on resourcePaymentIntentDepositOptionsandModeonPaymentIntent.PaymentMethodOptions.CryptoandPaymentIntentPaymentMethodOptionsCryptoOptionsCryptoDisplayDetailsonPaymentIntent.NextActionOrchestration.PaymentAttemptandRadar.CustomerEvaluationGetmethod on resourceOrchestration.PaymentAttemptCreateandUpdatemethods on resourceRadar.CustomerEvaluationApprovemethod on resourceCheckout.SessionReportAuthenticated,ReportCanceled,ReportFailed,ReportGuaranteed,ReportInformational, andReportRefundmethods on resourcePaymentAttemptRecordCreateUsPaperCheckOnApplicationonAccountSessionComponentsCheckScanningFeaturesOptionsApprovalMethodonCheckout.SessionCreateOptionsandCheckout.SessionCurrentAttemptonCheckout.SessionSelectedFulfillmentOptionOverridesonDelegatedCheckoutRequestedSessionFulfillmentDetailsOptionsPricingPlanSubscriptionDetailsonInvoiceItem.ParentandInvoiceLineItem.ParentLicenseFeeSubscriptionDetailsonInvoiceItem.ParentandInvoiceLineItem.ParentPricingPlanSubscriptionandPricingPlanVersiononInvoiceItem.Parent.RateCardSubscriptionDetailsandInvoiceLineItem.Parent.RateCardSubscriptionDetailsTokenDetailsonIssuing.AuthorizationFailureCodeonPaymentRecordFailedOptionsandPaymentRecordReportPaymentAttemptFailedOptionsRecurringIntervalonSharedPaymentGrantedTokenUsageLimitsOptionsHomeRuleTaxonTax.Registration.CountryOptions.UsandTaxRegistrationCountryOptionsUsOptionsSee the changelog for more details.
50.5.0-alpha.3
Radar.IssuingAuthorizationEvaluationCreatemethod on resourceRadar.IssuingAuthorizationEvaluationAffiliateAttributionstoAffiliateAttributiononDelegatedCheckout.RequestedSessionConfirmOptionsandDelegatedCheckout.RequestedSessionCreateOptionsAmountToCounteronDisputeFrozenFieldsonInvoiceItemConsumeronV2.Core.Account.Configuration.CardCreator.Capabilities,V2.Core.Account.Identity.Attestations.TermsOfService.CardCreator,V2CoreAccountConfigurationCardCreatorCapabilitiesOptions, andV2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorOptionsFifthThirdonV2.Core.Account.Configuration.CardCreator.Capabilities.Commercial,V2.Core.Account.Identity.Attestations.TermsOfService.CardCreator.Commercial,V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialOptions, andV2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorCommercialOptionsPrepaidCardonV2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank,V2.Core.Account.Identity.Attestations.TermsOfService.CardCreator.Commercial.CrossRiverBank,V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankOptions, andV2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorCommercialCrossRiverBankOptionsPaymentMethodDataonV2.Payments.OffSessionPaymentCreateOptionsSee the changelog for more details.
50.5.0-alpha.2
This release changes the pinned API version to
2026-03-04.preview.Billing.AlertRecoveredandProfileReauthorizemethod on resourcePaymentIntentSettingsonQuoteLine.Action.AddDiscount,QuoteLine.Action.AddItem.Discount,QuoteLine.Action.SetDiscounts,QuoteLine.Action.SetItems.Discount,QuotePreviewSubscriptionSchedule.Phase.Discount,QuotePreviewSubscriptionSchedule.Phase.Item.Discount,SubscriptionSchedule.Phase.Discount, andSubscriptionSchedule.Phase.Item.DiscountSmartDisputesonAccount.Settings,AccountSettingsOptions,V2.Core.Account.Configuration.Merchant, andV2CoreAccountConfigurationMerchantOptionsEmailCustomersOnSuccessfulPaymentonAccount.Settings.PaymentsandAccountSettingsPaymentsOptionsBalanceUpdateDetailsonBilling.CreditBalanceSummary.BalanceReauthorizationandReauthorizeBeforeonCharge.PaymentMethodDetails.CardPresent,Charge.PaymentMethodDetails.Card,ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetails.CardPresent,PaymentAttemptRecord.PaymentMethodDetails.CardPresent,PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent, andPaymentRecord.PaymentMethodDetails.CardPresentLocationandReaderonCharge.PaymentMethodDetails.CardPresent,Charge.PaymentMethodDetails.InteracPresent,ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetails.CardPresent,PaymentAttemptRecord.PaymentMethodDetails.CardPresent,PaymentAttemptRecord.PaymentMethodDetails.InteracPresent,PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent,PaymentRecord.PaymentMethodDetails.CardPresent, andPaymentRecord.PaymentMethodDetails.InteracPresentManagedPaymentsonCheckout.SessionCreateOptions,Checkout.Session,PaymentIntent,SetupIntent, andSubscriptionDigitalonDelegatedCheckout.RequestedSession.FulfillmentDetails.FulfillmentOptions,DelegatedCheckout.RequestedSession.FulfillmentDetails.SelectedFulfillmentOption, andDelegatedCheckoutRequestedSessionFulfillmentDetailsSelectedFulfillmentOptionOptionsAffiliateAttributionsonDelegatedCheckout.RequestedSessionConfirmOptions,DelegatedCheckout.RequestedSessionCreateOptions, andDelegatedCheckout.RequestedSessionFulfillmentTypeonDelegatedCheckout.RequestedSession.LineItemDetailMarketplaceSellerDetails,NetworkProfile,PrivacyNoticeUrl,ReturnPolicyUrl,StorePolicyUrl, andTermsOfServiceUrlonDelegatedCheckout.RequestedSession.SellerDetailsAmountToCounteronDisputeUpdateOptionsDisplayNameandServiceUserNumberonMandate.PaymentMethodDetails.BacsDebitRequestReauthorizationonPaymentIntent.PaymentMethodOptions.CardPresent,PaymentIntent.PaymentMethodOptions.Card,PaymentIntentPaymentMethodOptionsCardOptions, andPaymentIntentPaymentMethodOptionsCardPresentOptionsTransactionPurposeonPaymentIntent.PaymentMethodOptions.UsBankAccountandPaymentIntentPaymentMethodOptionsUsBankAccountOptionsOptionalItemsonPaymentLinkUpdateOptionsCardIssuerDeclineonRadar.PaymentEvaluation.InsightsPaymentBehavioronSubscriptionItemDeleteOptionsBillingCycleAnchoronSubscription.TrialSettings.EndBehaviorLkonTax.Registration.CountryOptionsandTaxRegistrationCountryOptionsOptionsCellularandStripeS710onTerminal.ConfigurationCreateOptions,Terminal.ConfigurationUpdateOptions, andTerminal.ConfigurationRecipientOnboardingandRecipientUpdateonV2.Core.AccountLink.UseCaseandV2CoreAccountLinkUseCaseOptionsConsumeronV2.Core.Account.Configuration.Storer.CapabilitiesandV2CoreAccountConfigurationStorerCapabilitiesOptionsFundsUsageTypeonV2.MoneyManagement.FinancialAccount.StorageandV2MoneyManagementFinancialAccountStorageOptionsPurposeonV2.MoneyManagement.OutboundPaymentCreateOptionsandV2.MoneyManagement.OutboundPaymentBranchNumberandSwiftCodeonV2.MoneyManagement.PayoutMethod.BankAccountBillingAlertRecoveredwith resourceBilling.AlertRecoveredReserveHoldCreatedandReserveHoldUpdatedwith resourceReserve.HoldReservePlanCreated,ReservePlanDisabled,ReservePlanExpired, andReservePlanUpdatedwith resourceReserve.PlanReserveReleaseCreatedwith resourceReserve.ReleaseV2BillingRateCardCustomPricingUnitOverageRateCreatedEventwith related objectV2.Billing.RateCardCustomPricingUnitOverageRateV2IamStripeAccessGrantApprovedEvent,V2IamStripeAccessGrantCanceledEvent,V2IamStripeAccessGrantDeniedEvent,V2IamStripeAccessGrantRemovedEvent,V2IamStripeAccessGrantRequestedEvent, andV2IamStripeAccessGrantUpdatedEventSee the changelog for more details.
50.5.0-alpha.1
This release changes the pinned API version to
2026-02-25.preview.AccountSignalsGetmethod on resourceAccountSignalsAggregationPeriod,GroupBy, andTriggeredAtonBilling.AlertTriggeredExternalAccountCollectiononAccountLinkCollectionOptionsOptionsFundingSourceonApplicationFeeHostedandUiModeonFinancialConnections.SessionCreateOptionsandFinancialConnections.SessionUrlonFinancialConnections.SessionBillingCycleAnchoronSubscriptionTrialSettingsEndBehaviorOptionsSee the changelog for more details.
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore from 10.1.5 to 10.1.7.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
10.1.7
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.6...v10.1.7
10.1.6
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.5...v10.1.6
Commits viewable in compare view.