typescript-library-starter
typescript-library-starter copied to clipboard
chore(package): update @microsoft/api-extractor to version 7.43.4
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @microsoft/api-extractor (7.43.1 → 7.43.4) · Repo
Sorry, we couldn't find anything useful about this release.
↗️ validator (indirect, 13.11.0 → 13.12.0) · Repo · Changelog
Release Notes
13.12.0
What's Changed
New Features / Validators
Fixes, New Locales and Enhancements
- #2207
isLicensePlateadd Pakistanien-PKlocale @anasshakil- #2208
isPortfix invalid leading zeros @anasshakil- #2224
isTaxIDadded Argentinaes-ARlocale @estefrare- #2257
isDatetimezone offset fix @tomaspanek- #2265
isPassportNumberaddedZAlocale @GMorris-professionalisMobilePhone:
- #2267 added
en-MWlocale @SimranSiddiqui- #2140 fix
am-AMlocale @AlexKrupko- #2271
isPostalAddressfixNLlocale @RobinvanderVliet- #2273
isISO4217addSLEcurrency @urg- #2278
isStrongPasswordfix symbolRegex to include\@nandavikas- #2279
isVATfixedKZlocale @MatthieuLemoine- #2285
isAlpha,isAlphanumericaddedeolocale @RobinvanderVliet- #2320
isIBANadd AlgeriaDZlocale @thibault-lr- #2343
isVATimproveAUlocale @matthewberryman- #2345
isUUIDadd support for v7 @ruscon- #2358
isTaxIDadd Ukraineuk-UAlocale @arttiger- #2381
isDatedisallow hiphen before year @Sumit-tech-joshi- Doc fixes and others:
New Contributors
- @tomaspanek made their first contribution in #2257
- @estefrare made their first contribution in #2224
- @GMorris-professional made their first contribution in #2265
- @SimranSiddiqui made their first contribution in #2267
- @ZhulinskiiDanil made their first contribution in #2368
- @devmanbud made their first contribution in #2371
- @ruscon made their first contribution in #2345
- @amaliacatalina made their first contribution in #2284
- @RobinvanderVliet made their first contribution in #2285
- @anasshakil made their first contribution in #2211
- @AlexKrupko made their first contribution in #2140
- @urg made their first contribution in #2273
- @meyfa made their first contribution in #2276
- @nandavikas made their first contribution in #2278
- @MatthieuLemoine made their first contribution in #2279
- @thibault-lr made their first contribution in #2320
- @alinaghale88 made their first contribution in #2386
- @Sumit-tech-joshi made their first contribution in #2381
- @arttiger made their first contribution in #2358
- @matthewberryman made their first contribution in #2343
Full Changelog: 13.11.0...13.12.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
13.12.0fix(isVAT): improved ABN (AU VAT) validation (#2343)feat(isTaxID): added TaxID for Ukraine uk-UA (#2358)fix(isDate): hyphen before year is not allowed (#2381)docs: move contributing guidelines to CONTRIBUTING.md (#2386)feat(isIBAN): add Algeria locale (#2320)fix(isVAT): fixed KZ VAT number length check (#2279)fix: symbolRegex in isStrongPassword to include '\' (#2278)chore: Publish to NPM with provenance (#2276)fix: add SLE to the isISO4217 validator (#2273)fix(isPassport): added tests for ZA Passport Number (#2270)ci: add latest node versions (#2364)fix(isMobilePhone): fixed validation for am-AM (#2140)feat: added isAbaRouting validator (#2143)feat(isLicensePlate): Support for Pakistani vehicles (#2207)fix(isPort): Invalid leading zeros (#2208)fix(isPostalCode): improve Dutch postal code regex (#2271)feat(isAlpha, isAlphanumeric): add Esperanto (eo) locale (#2285)fix(isPassportNumber): fix regex Azerbaijan (#2284)feat(isUUID): support uuid v7 (#2345)fix(docs): fixed typo in README.md (#2371)chore(isMailtoURI): remove unnecessary default to (#2341)fix(docs): misspelling of Mailto (#2368)feat(isMobilePhone): Added the regex for Malawi en-MW (#2267)feat(isPassportNumber): added South African, ZA validator (#2265)feat(isTaxId): add tax id for Argentina, es-AR (#2224)fix(isDate): Timezone Offset Fix (#2257)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)