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 tldts-experimental from 5.3.1 to 5.6.1 #17

Merged
merged 1 commit into from
Oct 15, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps tldts-experimental from 5.3.1 to 5.6.1.

Release notes

Sourced from tldts-experimental's releases.

v5.6.0

  • New optimizations #255

    • re-use a unique result object for all methods but parse(...)
    • remove memory allocation + callback in packed hash
    • remove unnecessary calls to indexOf and lastIndexOf in packed hash

    These optimizations result in up to 20% faster invocations of parse(...)
    and 40% faster invocations of getPublicSuffix(...)when using
    tldts-experimental. This should also reduce memory pressure in cases where
    specific methods are used (i.e.: all but parse(...)) since no intermediary
    result object needs to be allocated.

v5.5.0

  • Add minified esm bundle (alongside umd)
  • Update public suffix ruleset

v5.4.0

  • Update public suffix ruleset #231
  • Add new getDomainWithoutSuffix(...) method #231

v5.3.2

  • update public suffix ruleset #207
  • fix source maps #207
  • make sure tslib does not appear in build artifacts #207

Thanks to @​osdiab for catching and reporting the issue with tslib.

Changelog

Sourced from tldts-experimental's changelog.

5.6.1

2019-10-14

  • Fix detection of IPv6 when extractHostname is false #256
    • Allow IPv6 to be specified with or without brackets
    • Make sure detection is case-insensitive

5.6.0

2019-10-12

  • New optimizations #255

    • re-use a unique result object for all methods but parse(...)
    • remove memory allocation + callback in packed hash
    • remove unnecessary calls to indexOf and lastIndexOf in packed hash

    These optimizations result in up to 20% faster invocations of parse(...)
    and 40% faster invocations of getPublicSuffix(...)when using
    tldts-experimental. This should also reduce memory pressure in cases where
    specific methods are used (i.e.: all but parse(...)) since no intermediary
    result object needs to be allocated.

5.5.0

2019-09-24

  • Add minified esm bundle (alongside umd)
  • Update public suffix ruleset

5.4.1

2019-09-16

  • Update public suffix ruleset

5.4.0

2019-08-29

  • Update public suffix ruleset #231
  • Add new getDomainWithoutSuffix(...) method #231

5.3.2

2019-07-26

  • update public suffix ruleset #207
  • fix source maps #207
... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@sammacbeth sammacbeth merged commit 1b81ac2 into master Oct 15, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/tldts-experimental-5.6.1 branch October 15, 2019 09:48
@remusao remusao added the PR: Dependencies 🔩 Changes only update dependencies label Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Dependencies 🔩 Changes only update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants