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 card-validator to v10 #51

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
card-validator ^6.2.0 -> ^10.0.0 age adoption passing confidence

Release Notes

braintree/card-validator (card-validator)

v10.0.0

Compare Source

  • Update postal code validation to:
    • strip trailing and leading whitespace
    • verify postal code is at least 3 characters
    • confirm 1st three characters are alphanumeric
  • Update braces to 3.0.3

v9.1.0

Compare Source

  • Support skipping of luhn check digit validation in card number validator.

v9.0.0

Compare Source

  • BREAKING CHANGES
    • Update node to v18
      -DevDependency Updates:
    • Update prettier to v3
    • Update eslint-plugin-prettier to v5

v8.1.1

Compare Source

  • Fix issue where a potentially valid year would evaulate as invalid (#​93)

v8.1.0

Compare Source

  • Add cardholderName verification method

v8.0.0

Compare Source

Breaking Changes

  • Use export = instead of export default for main export (use "esModuleInterop": true flag in your tsconfig to maintain the default module behavior)

v7.1.0

Compare Source

  • The cardValidator object is now available as the default import when using es modules (thanks @​leomp12)

v7.0.1

Compare Source

  • Fixup export for credit-card-type for typescript projects (closes #​79)

v7.0.0

Compare Source

  • Add typescript types

Breaking Changes

  • Upgrade credit-card-type to v9.0.0
    • Drop support for card numbers instantiated with new String(number)

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 was generated by Mend Renovate. View the repository job log.

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