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

chore(deps): update dependency kinsondigital.carbonate to v1.0.0-preview.17 - abandoned #896

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
KinsonDigital.Carbonate 1.0.0-preview.16 -> 1.0.0-preview.17 age adoption passing confidence

Release Notes

KinsonDigital/Carbonate (KinsonDigital.Carbonate)

v1.0.0-preview.17: 🚀Preview Release - v1.0.0-preview.17

Carbonate Preview Release Notes - v1.0.0-preview.17

Quick Reminder

As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼

New Features ✨

  1. #​188 - Added a property which is a list of all the subscription names for all of the reactables.
    • The name of the property that was added is SubscriptionNames.
  2. #​181 - Added ability to prevent unsubscription in all of the following notification delegates:
    • onOnReceive
    • onOnRespond
    • onOnReceiveRespond
  3. #​159 - Created extension methods for all reactable types to easily create subscriptions.

Bug Fixes 🐛

  1. #​187 - Fixed the following bugs:
    • Fixed a processing error in the TwoWay.PushPullReactable class.
    • Fixed a processing error in the OneWay.PullReactable class.
    • Fixed an issue where it was allowed to pull data while the OneWay.PullReactable was disposed.
    • Fixed an issue where it was allowed to push and pull data while the TwoWay.PushPullReactable was disposed.

Breaking Changes 🧨

  1. #​188 - Introduced the following breaking changes:
    • Changed the IReactable<TSubscription>.SubscriptionIds property type from ReadOnlyCollection<Guid> to ImmutableArray<Guid>.
    • Changed the ReactableBase<TSubscription>.SubscriptionIds property type from ReadOnlyCollection<Guid> to ImmutableArray<Guid>.
  2. #​187 - Introduced the following breaking changes:
    • Renamed the method parameter of type Guid for the following methods to the name id:
      • NonDirectional.IPushable.Push()
      • NonDirectional.PushReactable.Push()
      • OneWay.IPushable.Push()
      • OneWay.IPullable.Pull()
      • OneWay.PushReactable.Push()
      • OneWay.PullReactable.Pull()
      • TwoWay.IPushablePullable.PushPull()
      • TwoWay.PushPullReactable.PushPull()
    • Changed the type of the ReactableBase.Subscriptions property from ReadOnlyCollection<TSubscription> to ImmutableArray<TSubscription>.
    • Swapped the position of the parameters for the Push() method for the interface IPushable<TIn>.
    • Swapped the position of the parameters for the Push() method for the class PushReactable<TIn>.
    • Swapped the position of the parameters for the PushPull() method for the interface PushablePullable<TIn, TOut>.
    • Swapped the position of the parameters for the PushPull() method for the class PushPullReactable<TIn, TOut>.
  3. #​159 - Introduced the following breaking changes:
    • Refactored the name of the BuildNonReceive() method to BuildNonReceiveOrRespond() in the interface ISubscriptionBuilder.
    • Refactored the name of the BuildNonReceive() method to BuildNonReceiveOrRespond() in the class SubscriptionBuilder.
    • Refactored the name of the BuildTwoWayRespond() method to BuildTwoWay() in the interface ISubscriptionBuilder.
    • Refactored the name of the BuildTwoWayRespond() method to BuildTwoWay() in the class SubscriptionBuilder.
    • Refactored the name of the IRespondSubscription interface to IReceiveRespondSubscription.
    • Refactored the name of the RespondSubscription class to ReceiveRespondSubscription.

Dependency Updates 📦

  1. #​185 - Updated dotnet to v8
  2. #​195 - Updated xunit to v2.6.6
  3. #​178 - Updated xunit-runner.visualstudio to v2.5.6
  4. #​193 - Updated actions/checkout action to v4
  5. #​171 - Updated actions/setup-dotnet action to v4
  6. #​177 - Updated kinsondigital/infrastructure action to v13.6.3
  7. #​180 - Updated benchmarkdotnet to v0.12.13
  8. #​167 - Updated microsoft.codeanalysis.netanalyzers to v8
  9. #​166 - Updated microsoft.net.test.sdk to v17.8.0

Other 🪧

  1. #​184 - Improved and updated the sonar scan status check.
  2. #​161 - Updated the sync workflow.
  3. #​127 - Improved the social preview & images.
  4. #​187 - Added a small performance improvement when unsubscribing all of the reactables subscriptions when using the IReactable.Unsubscribe() implementation.

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.


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

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

…iew.17

| datasource | package                 | from             | to               |
| ---------- | ----------------------- | ---------------- | ---------------- |
| nuget      | KinsonDigital.Carbonate | 1.0.0-preview.16 | 1.0.0-preview.17 |
@renovate renovate bot added the 📦dependency-update Dependency update with required code changes label Jan 23, 2024
@renovate renovate bot requested a review from KinsonDigitalAdmin January 23, 2024 20:05
@kselena kselena self-requested a review January 25, 2024 11:59
@kselena kselena self-assigned this Jan 25, 2024
@kselena kselena added the preview Done while in preview label Jan 25, 2024
@kselena kselena added this to the v1.0.0-preview.33 milestone Jan 25, 2024
Copy link
Contributor Author

renovate bot commented Jan 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@kselena kselena removed their request for review January 25, 2024 12:37
@renovate renovate bot changed the title chore(deps): update dependency kinsondigital.carbonate to v1.0.0-preview.17 chore(deps): update dependency kinsondigital.carbonate to v1.0.0-preview.17 - abandoned Apr 4, 2024
Copy link
Contributor Author

renovate bot commented Apr 4, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@CalvinWilkinson
Copy link
Member

Closed without merging.

Reason: This update had to be done manually due to many required changes.

@CalvinWilkinson CalvinWilkinson removed this from the v1.0.0-preview.35 milestone Apr 4, 2024
@CalvinWilkinson CalvinWilkinson deleted the renovate/kinsondigital.carbonate-1.x branch April 5, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦dependency-update Dependency update with required code changes preview Done while in preview
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants