dibo icon indicating copy to clipboard operation
dibo copied to clipboard

fix(): update dependency parse-domain to v6 [renovate]

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
parse-domain ^4.1.0 -> 6.0.1 age adoption passing confidence

Release Notes

peerigon/parse-domain

v6.0.1

Compare Source

Bug Fixes
  • Wrong package exports 🤦‍♀️ (45c5e0c)

v6.0.0

Compare Source

  • 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

Compare Source

Bug Fixes
  • Type errors with is-ip module (8ea728c)
Features
BREAKING CHANGES
  • Introduces a dependency on the global TextEncoder constructor 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.

renovate[bot] avatar May 17 '22 21:05 renovate[bot]