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 http-cache-semantics and parse-domain #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Removes http-cache-semantics. It's no longer used after updating ancestor dependency parse-domain. These dependencies need to be updated together.

Removes http-cache-semantics

Updates parse-domain from 2.3.4 to 7.0.1

Release notes

Sourced from parse-domain's releases.

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)

v6.0.0

6.0.0 (2022-01-23)

  • 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

5.0.0 (2022-01-23)

Bug Fixes

  • Type errors with is-ip module (8ea728c)

... (truncated)

Changelog

Sourced from parse-domain's changelog.

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)

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.

5.0.0 (2022-01-23)

Bug Fixes

  • Type errors with is-ip module (8ea728c)

Features

... (truncated)

Commits
  • 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
  • 4ea86a1 fix: Remove auto-trimming of input
  • a5fa416 Update README
  • 2f80049 chore(release): 6.0.1 [skip ci]
  • 45c5e0c fix: Wrong package exports 🤦‍♀️
  • 7aec7f2 chore(release): 6.0.0 [skip ci]
  • 42f54e8 Migrate package to ECMAScript modules
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by peeri, a new releaser for parse-domain since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [http-cache-semantics](https://github.com/kornelski/http-cache-semantics). It's no longer used after updating ancestor dependency [parse-domain](https://github.com/peerigon/parse-domain). These dependencies need to be updated together.


Removes `http-cache-semantics`

Updates `parse-domain` from 2.3.4 to 7.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@v2.3.4...v7.0.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
- dependency-name: parse-domain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 30, 2023
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.

None yet

0 participants