dibo
dibo copied to clipboard
fix(): update dependency parse-domain to v6 [renovate]
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| parse-domain | ^4.1.0 -> 6.0.1 |
Release Notes
peerigon/parse-domain
v6.0.1
Bug Fixes
- Wrong package exports 🤦♀️ (45c5e0c)
v6.0.0
- Migrate package to ECMAScript modules (42f54e8)
BREAKING CHANGES
- parse-domain will now be released as native ECMAScript module. There's no CommonJS build anymore. If you're still using CommonJS, you need to import it asynchronously using
await import("parse-domain"). If you're still using Node 12, you may need to update it to the latest 12.x version.
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.