Skip to content

chore(deps): bump psl from 1.9.0 to 1.14.0#109

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/psl-1.14.0
Closed

chore(deps): bump psl from 1.9.0 to 1.14.0#109
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/psl-1.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

Bumps psl from 1.9.0 to 1.14.0.

Release notes

Sourced from psl's releases.

v1.14.0

✨ Highlights

⚡ Over 100x performance improvement

This release finally includes performance improvements originally proposed by @​gugu in #301 and #302, which were finally added in #334 in collaboration with @​lupomontero and @​mfdebian.

The change basically switches from an Array to a Map to store the rules (the parsed public suffic list) indexed by punySuffix so we no longer need to iterate over thousands of items to find a match every time.

🔧 Allow underscores in domain fragments

Underscores (_), aka low dashes, are now allowed in domain names. This had been raised a few times in issues like #26 and #185 and fixes had been proposed by @​taoyuan in #46 (the one that got merged) and @​tasinet in #286.

🆙 Updates public suffix list

Updates rules to up to publicsuffix/list#03c6a36 (28 Nov 2024).

New Contributors

Changelog

  • 06d9f02 chore(dist): Updates dist files
  • publicsuffix/list#03
  • 57214ec chore(deps): Updates depencies
  • 18a6d33 doc(readme): Updates install info and tested Node.js versions
  • 1fd3665 chore(dist): Updates dist files
  • a096d29 chore(index): Removes unused functions internals.reverse and internals.endsWith
  • 3ddd8e2 refactor(index): Parses rules directly into map
  • 3365092 feat(scripts): Adds benchmark npm-script
  • 9be29c2 feat(benchmark): Adds comparison to 1.13.0 to see difference in perf
  • 23265fd use maps for rule search, add benchmark
  • 554617c chore(dist): Updates dist files
  • a52c3c8 test(data): Adds test cases for subdomains with underscores
  • 1dce5f2 Allow domain name including low dash

Full Changelog: lupomontero/psl@v1.13.0...v1.14.0

v1.13.0

✨ Highlights

This release re-introduces the changes added in v1.11.0 that had to be rolled back in v1.12.0, which was a quick fix in panic mode as problems were being reported in older Node.js versions using legacy or obsolete packages.

What's Changed

New Contributors

... (truncated)

Commits
  • 168a5a1 chore(release): Bump to 1.14.0
  • e2f426c chore(pkg): Adds benchmark dir to npmignore
  • 06d9f02 chore(dist): Updates dist files
  • 77b6efdpublicsuffix/list#03
  • 57214ec chore(deps): Updates depencies
  • 18a6d33 doc(readme): Updates install info and tested Node.js versions
  • 1fd3665 chore(dist): Updates dist files
  • a096d29 chore(index): Removes unused functions internals.reverse and internals.endsWith
  • 3ddd8e2 refactor(index): Parses rules directly into map
  • 3365092 feat(scripts): Adds benchmark npm-script
  • 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)

Bumps [psl](https://github.com/lupomontero/psl) from 1.9.0 to 1.14.0.
- [Release notes](https://github.com/lupomontero/psl/releases)
- [Commits](lupomontero/psl@v1.9.0...v1.14.0)

---
updated-dependencies:
- dependency-name: psl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

Superseded by #111.

@dependabot dependabot bot closed this Dec 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/psl-1.14.0 branch December 3, 2024 02:38
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.

0 participants