-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
refactor(locale): remove discontinued credit card issuer "maestro" #2803
refactor(locale): remove discontinued credit card issuer "maestro" #2803
Conversation
✅ Deploy Preview for fakerjs canceled.
|
Please tell me if this is considered breaking. Afterwards I can set the correct labels/title/milestone (and add a migration snippet). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2803 +/- ##
=======================================
Coverage 99.95% 99.96%
=======================================
Files 2966 2969 +3
Lines 212579 212530 -49
Branches 948 949 +1
=======================================
- Hits 212490 212445 -45
+ Misses 89 85 -4
|
I would consider it breaking because a "well known value" will stop working even if the type does not cover it. See also #2720 |
Are the other credit card issuers valid? |
This is not supposed to be a fix for #2350, as removing a discontinued issue is different from fixing invalid patterns, based on an issue, IMO. What I want to say is: I did not check the other pattern as I would do so in a different PR (which is not breaking as it is a fix) |
I think it's worth a quick mention in the migration guide to note that;
|
And any other method that would have an option removed/renamed would work as well. Just for clarification: I dont require a migration guide, if #2720 is merged after this before any release. |
for reference we didn't consider #2344 breaking |
Description
Removes the discontinued credit card issue "maestro" as described in #2350 (comment).