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

fix(deps): update all #1223

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

fix(deps): update all #1223

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adyen/api-library 22.0.0 -> 22.1.0 age adoption passing confidence
chai-as-promised 8.0.0 -> 8.0.1 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence

Release Notes

Adyen/adyen-node-api-library (@​adyen/api-library)

v22.1.0: Adyen Node API Library v22.1.0

Compare Source

What's Changed

New Features 💎
  • BalancePlatform
    • In accountHoldersApi, balanceAccountsApi and platformApi using TransactionRulesResponse added getAllTransactionRulesForAccountHolder
    • Added AmountNonZeroDecimalsRequirement class
    • In CreateSweepConfigurationV2, SweepConfigurationV2 and UpdateSweepConfigurationV2 added reasonDetail, a human readable reason for disabling the sweep.
    • Added IbanAccountIdentificationRequirement class
    • In models added AmountNonZeroDecimalsRequirement, IbanAccountIdentificationRequirement and USInternationalAchAddressRequirement
    • In transferRoute added AmountNonZeroDecimalsRequirement, IbanAccountIdentificationRequirement and USInternationalAchAddressRequirement
    • Added USInternationalAchAddressRequirement class
  • Checkout
    • Added CheckoutBankAccount
    • In models and paymentRequest added CheckoutBankAccount and RivertyDetails
    • In paymentMethodsRequest added shopperConversionId
    • Added RivertyDetails class
  • ConfigurationWebhooks
    • In SweepConfigurationV2 added reasonDetail and refusedByCustomer
  • TransferWebhooks
    • In transferData and transferEvent added refusedByCustomer
  • Transfers
    • In transfer and transferData added refusedByCustomer
  • Update all services by @​AdyenAutomationBot in https://github.com/Adyen/adyen-node-api-library/pull/1428
Other Changes 🖇️

New Contributors

Full Changelog: Adyen/adyen-node-api-library@v22.0.0...v22.1.0

chaijs/chai-as-promised (chai-as-promised)

v8.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai-as-promised@v8.0.0...v8.0.1

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency chai-as-promised to v8.0.1 fix(deps): update all Nov 25, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c50e760 to 4a05c3b Compare November 26, 2024 08:47
Copy link

sonarcloud bot commented Nov 26, 2024

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.

0 participants