Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump parse-domain from 4.1.0 to 8.0.1 in /plugins/sources #4654

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps parse-domain from 4.1.0 to 8.0.1.

Release notes

Sourced from parse-domain's releases.

v8.0.1

8.0.1 (2023-10-27)

Bug Fixes

v8.0.0

8.0.0 (2023-10-27)

chore

BREAKING CHANGES

  • Dropped official support for Node 12, 14 and 16. There wasn't any actual breaking change we know of but use at your own risk :)

v7.0.1

7.0.1 (2022-06-30)

Bug Fixes

  • Parse error with : when using fromUrl() (09071e6), closes #140

v7.0.0

7.0.0 (2022-01-23)

Bug Fixes

  • Add support for invalid ipv6 URLs (b32d16c), closes #114
  • Remove auto-trimming of input (4ea86a1)

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).

v6.0.1

6.0.1 (2022-01-23)

Bug Fixes

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

... (truncated)

Changelog

Sourced from parse-domain's changelog.

8.0.1 (2023-10-27)

Bug Fixes

8.0.0 (2023-10-27)

chore

BREAKING CHANGES

  • Dropped official support for Node 12, 14 and 16. There wasn't any actual breaking change we know of but use at your own risk :)

7.0.1 (2022-06-30)

Bug Fixes

  • Parse error with : when using fromUrl() (09071e6), closes #140

7.0.0 (2022-01-23)

Bug Fixes

  • Add support for invalid ipv6 URLs (b32d16c), closes #114
  • Remove auto-trimming of input (4ea86a1)

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)

6.0.0 (2022-01-23)

  • Migrate package to ECMAScript modules (42f54e8)

... (truncated)

Commits
  • 414721e chore(release): 8.0.1 [skip ci]
  • 2f5a249 fix: Inline sourceContents in source maps (#156)
  • 6e332a7 chore: Update dependencies (#155)
  • 9fd4032 chore(release): 8.0.0 [skip ci]
  • 3a8b92b chore: Update node version (#154)
  • b01598d chore: Update dependencies
  • 71d48bd chore(release): 7.0.1 [skip ci]
  • 09071e6 fix: Parse error with : when using fromUrl()
  • f226197 chore(release): 7.0.0 [skip ci]
  • b32d16c fix: Add support for invalid ipv6 URLs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2023
Bumps [parse-domain](https://github.com/peerigon/parse-domain) from 4.1.0 to 8.0.1.
- [Release notes](https://github.com/peerigon/parse-domain/releases)
- [Changelog](https://github.com/peerigon/parse-domain/blob/main/CHANGELOG.md)
- [Commits](peerigon/parse-domain@v4.1.0...v8.0.1)

---
updated-dependencies:
- dependency-name: parse-domain
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/plugins/sources/parse-domain-8.0.1 branch from fade6a0 to 8314f33 Compare November 8, 2023 18:05
@ar2rsawseen
Copy link
Member

@dependabot ignore this dependency

@dependabot dependabot bot closed this Dec 21, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2023

OK, I won't notify you about parse-domain again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/plugins/sources/parse-domain-8.0.1 branch December 21, 2023 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant