dibo icon indicating copy to clipboard operation
dibo copied to clipboard

fix(): update dependency parse-domain to v7 [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 -> 7.0.0 age adoption passing confidence

Release Notes

peerigon/parse-domain

v7.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • parseDomain won't .trim() the given input. The input is interpreted as it is. If you want to trim the input, you need to call .trim() before passing it to parseDomain. Auto-trimming the input changes the domain and might not be desired if any character (such as whitespace) is allowed (e.g. when using lax validation).

6.0.1 (2022-01-23)

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

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]