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 module flamingo.me/flamingo-commerce/v3 to v3.9.0 #17

Merged
merged 5 commits into from
Feb 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flamingo.me/flamingo-commerce/v3 v3.7.0 -> v3.9.0 age adoption passing confidence

Release Notes

i-love-flamingo/flamingo-commerce (flamingo.me/flamingo-commerce/v3)

v3.9.0

Compare Source

search

  • Introduce an Action to search result to advise the frontend to perform an action for that search different from displaying the result page.
    The action model is completely open to anything, but the most common use case is to redirect certain searches directly to product detail pages or special brand landing pages.

cart

  • Fix: Cart merge of bundle products was broken, bundle configuration is now correctly added to the new customer cart
  • Fix: Add to cart of bundle products now only fails for missing required bundle choices. As prior passing all choices with qty of zero have been required. Now optional choices with qty of zero can be omitted.
  • Fix: Correctly evaluate min / max quantities of bundle choices. Previously it was possible to add bundle choices with qty 0 even if min qty was 1.
  • Breaking(In case you have implemented a custom cart service): Extend the cart service interface with UpdateItemBundleConfig to allow updating bundles that have already been placed inside the cart.
  • GraphQL:
    • Add new mutation Commerce_Cart_UpdateItemBundleConfig to update bundle configs for existing cart items
    • Breaking Make the qty in the Commerce_Cart_ChoiceConfigurationInput type mandatory, previously 1 was taken as a default

checkout

  • initialize place order metrics with 0 on application start to follow prometheus best practices

product

  • GraphQL:
    • Expose Active Option (product+qty) for bundle products
    • Breaking Make the qty in the Commerce_Product_ChoiceConfigurationInput type mandatory, previously it was 0 which lead to taking the minimum required qty of that choice

v3.8.0

Compare Source

sourcing

  • Introduce constant MaxSourceQty to indicate unlimited stock.

cart

  • DefaultBehavior: consider discounts when updating cart item row prices
  • Make the cart merge strategy configurable, this strategy handles how a guest cart is transformed into a customer cart.
    The following strategies can be set via the config commerce.cart.mergeStrategy:
    • merge (default): Merge the content of the guest and customer cart
    • replace: Replace the customer cart with the guest cart content
    • none: Don't do anything, guest cart is lost during customer sign-in.
  • Telephone in Address is now deprecated. To distinguish phone number parts new fields were introduced: TelephoneCountryCode,
    TelephoneAreaCode, TelephoneNumber. Changes are expected to be non-breaking.

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.

@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-commerce-v3-3.x branch from 97a2203 to 9a9a495 Compare August 24, 2023 13:16
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo-commerce/v3 to v3.8.0 chore(deps): update module flamingo.me/flamingo-commerce/v3 to v3.8.0 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/flamingo.me-flamingo-commerce-v3-3.x branch October 23, 2023 11:34
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo-commerce/v3 to v3.8.0 - autoclosed chore(deps): update module flamingo.me/flamingo-commerce/v3 to v3.8.0 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/flamingo.me-flamingo-commerce-v3-3.x branch October 23, 2023 14:16
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-commerce-v3-3.x branch from 9a9a495 to 41cbbdb Compare October 23, 2023 14:17
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-commerce-v3-3.x branch 10 times, most recently from 3dc4267 to 4ec38ed Compare February 9, 2024 15:38
@renovate renovate bot changed the title chore(deps): update module flamingo.me/flamingo-commerce/v3 to v3.8.0 chore(deps): update module flamingo.me/flamingo-commerce/v3 to v3.9.0 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/flamingo.me-flamingo-commerce-v3-3.x branch from 4ec38ed to 5abc32a Compare February 12, 2024 09:27
Copy link
Contributor Author

renovate bot commented Feb 12, 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.

@rst7123 rst7123 merged commit e903564 into main Feb 13, 2024
5 checks passed
@rst7123 rst7123 deleted the renovate/flamingo.me-flamingo-commerce-v3-3.x branch February 13, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant