Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Bump http-cache-semantics and parse-domain #473

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 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.


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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/http-cache-semantics-and-parse-domain--removed branch 4 times, most recently from 979271b to 59259ec Compare August 24, 2023 23:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/http-cache-semantics-and-parse-domain--removed branch 3 times, most recently from 72bae03 to 240d355 Compare September 3, 2023 23:24
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/http-cache-semantics-and-parse-domain--removed branch from 240d355 to f7b81e2 Compare September 3, 2023 23:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants