mozilla-rally / web-science

INACTIVE - WebScience is an open-source library for building browser-based research studies, including on Rally.
https://www.npmjs.com/package/@mozilla/web-science
Apache License 2.0
23 stars 6 forks source link

Bump tldts from 5.7.84 to 6.0.3 #361

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tldts from 5.7.84 to 6.0.3.

Release notes

Sourced from tldts's releases.

v6.0.3

:scroll: Update Public Suffix List

  • tldts-core, tldts-experimental, tldts-utils, tldts

:nut_and_bolt: Dependencies

Authors: 2

v6.0.2

:scroll: Update Public Suffix List

  • tldts-experimental, tldts

Authors: 1

v6.0.1

:bug: Bug Fix

  • tldts-experimental
    • Extended tests and fix in wildcard matching from tldts-experimental #1593 (@​remusao)

Authors: 1

v6.0.0

Release Notes

Be more lenient in accepting leading underscores and dots in hostnames (#1553)

Handling of leading dot(s) in input URIs and hostnames:

- expect(isValidHostname('.github.com')).to.equal(false);
+ expect(isValidHostname('.github.com')).to.equal(true);
  • expect(getDomain('.github.com')).to.equal(null); </tr></table>

... (truncated)

Changelog

Sourced from tldts's changelog.

v6.0.3 (Sat Apr 08 2023)

:scroll: Update Public Suffix List

  • tldts-core, tldts-experimental, tldts-utils, tldts

:nut_and_bolt: Dependencies

Authors: 2


v6.0.2 (Mon Apr 03 2023)

:scroll: Update Public Suffix List

  • tldts-experimental, tldts

Authors: 1


v6.0.1 (Sat Apr 01 2023)

:bug: Bug Fix

  • tldts-experimental
    • Extended tests and fix in wildcard matching from tldts-experimental #1593 (@​remusao)

Authors: 1


v6.0.0 (Sat Apr 01 2023)

... (truncated)

Commits
  • c270f8e Bump version to: v6.0.3 [skip ci]
  • df60c04 Update CHANGELOG.md [skip ci]
  • 4f2d021 Update upstream public suffix list (#1598)
  • 787d8b9 Bump @​typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 (#1597)
  • d54295d Bump @​rollup/plugin-typescript from 11.0.0 to 11.1.0 (#1600)
  • b1e4502 Bump @​rollup/plugin-node-resolve from 15.0.1 to 15.0.2 (#1599)
  • e69943c Bump @​typescript-eslint/parser from 5.57.0 to 5.57.1 (#1596)
  • 4d98e7e Bump auto from 10.43.0 to 10.44.0 (#1595)
  • 28efa2b Bump version to: v6.0.2 [skip ci]
  • 575be44 Update CHANGELOG.md [skip ci]
  • 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 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[bot] commented 1 year ago

Superseded by #367.