dibo
dibo copied to clipboard
fix(): update dependency parse-domain to v5 [renovate]
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| parse-domain | ^4.1.0 -> 5.0.0 |
Release Notes
peerigon/parse-domain
v5.0.0
Bug Fixes
- Type errors with is-ip module (8ea728c)
Features
- Improve validation (171a8c8)
BREAKING CHANGES
- Introduces a dependency on the global
TextEncoderconstructor which should be available in all modern engines (see https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder). The strict validation mode (which is the default) will also be a little bit more strict since it will now also check for hyphens at the beginning or end of a domain label. It also requires top-level domain names not to be all-numeric.
Configuration
📅 Schedule: 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.