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

build(deps): bump autolinker from 3.15.0 to 4.0.0 #1095

Merged
merged 2 commits into from
Jun 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps autolinker from 3.15.0 to 4.0.0.

Release notes

Sourced from autolinker's releases.

v4.0.0

  • URL parser rewritten from using regular expressions to be a finite state machine. Greatly improves performance by guaranteeing linear time parsing and fixes long parse times in Safari in particular (which seems to have a slow regex backtracking implementation).
  • IP addresses are now linked without a scheme like 'http://' prefixed to it. urls.ipV4Matches option controls this behavior.

Breaking Changes:

See https://github.com/gregjacobs/Autolinker.js#upgrading-from-v3x---v4x-breaking-changes

v3.16.2

v3.16.1

Do not use this version

  • Attempted fix for RTLO characters breaking links into two (gregjacobs/Autolinker.js#377). However, this strips all RTLO characters from the input string which makes it impossible to use RTLO characters at all with Autolinker. Reverted in 3.16.2. Do not use this version.

v3.16.0

  • Add support for underscores in domain labels (thanks @​icehaunter!)
Commits
  • 48c523e Build v4.0
  • a2aeeb2 Add tests for domain labels with dashes
  • 1ceee77 Rewrite URL parser to run in linear time
  • df2941b Build 3.16.2
  • 2e1f211 Revert "Merge pull request #386 from ziflow/master"
  • e518a70 Fix for RTL chars breaking links in two
  • 8119d5c Merge pull request #386 from ziflow/master
  • b0c15d6 Merge pull request #384 from notnavindu/notnavindu-patch-1
  • b341126 fix: strip direction override characters
  • a53f80c docs: fix broken live examples link
  • 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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2023

The following labels could not be found: npm.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 5, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/autolinker-4.0.0 branch 3 times, most recently from aa437d3 to 6a8a2b3 Compare June 6, 2023 12:51
Bumps [autolinker](https://github.com/gregjacobs/Autolinker.js) from 3.15.0 to 4.0.0.
- [Release notes](https://github.com/gregjacobs/Autolinker.js/releases)
- [Commits](gregjacobs/Autolinker.js@3.15.0...v4.0.0)

---
updated-dependencies:
- dependency-name: autolinker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/autolinker-4.0.0 branch from 6a8a2b3 to 5a1467b Compare June 6, 2023 13:03
@nitrosx nitrosx merged commit 72b4639 into master Jun 6, 2023
@nitrosx nitrosx deleted the dependabot/npm_and_yarn/autolinker-4.0.0 branch June 6, 2023 13:36
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.

1 participant