Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Update linkify to v4.1.1 #10109

Closed
wants to merge 1 commit into from
Closed

Update linkify to v4.1.1 #10109

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
linkify-element (source) 4.0.0-beta.4 -> 4.1.1 age adoption passing confidence
linkify-react (source) 4.0.0-beta.4 -> 4.1.1 age adoption passing confidence
linkify-string (source) 4.0.0-beta.4 -> 4.1.1 age adoption passing confidence
linkifyjs (source) 4.0.0-beta.4 -> 4.1.1 age adoption passing confidence

Release Notes

Hypercontext/linkifyjs

v4.1.1

Compare Source

  • Slightly simpler TLDs encoding/parsing
  • Fix jsdoc in linkify-react
  • Improved parsing of URLs with symbols
  • Ensure function options get called with unformatted href

v4.1.0

Compare Source

  • Drop support for Safari 10
  • Reduce core bundle file size by ~30%
  • Restore support for email address with scheme local part
  • Allow hashtags with emojis

v4.0.2

Compare Source

  • Fix email address detection with domains containing numbers

v4.0.1

Compare Source

  • Restore nl2br option for linkify-html
  • Fixed duplicate key warning in linkify-react with multiple children

v4.0.0

Compare Source

BREAKING CHANGES
  • Removed deprecated linkifyjs/string, linkifyjs/html, linkifyjs/plugins/*
    packages. Use linkify-string, linkify-html and linkify-plugin-* instead.
  • Refactored scanner internals break custom link plugins created with Linkify v3
  • Links that begin with mailto: now have type url instead of email
  • Drop official IE 11 support
Added
  • linkify-plugin-ip plugin for detecting IPv4 and IPv6 addresses
  • linkify-plugin-keyword plugin for detecting arbitrary keywords
  • linkify.find() function accepts an options argument for output formatting
  • New render option to override link rendering
  • Second optionalSlashSlash argument for registerCustomProtocol to allow links that don't require // after scheme:
  • Link token methods toFormattedString(options), toFormattedHref(options) and toFormattedObject(options) that accept a linkify.Options object
  • More granular scanner tokens for improved plugin flexibility
  • linkify-react: New as property (alias for tagName)
Fixed
  • Improved link detection with mixed languages
  • Consistent option availability across interfaces (including truncate)
  • linkify-html: Improved HTML entity parsing

v4.0.0-beta.6

Compare Source

v4.0.0-beta.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.


This change is marked as an internal change (Task), so will not be included in the changelog.

@renovate renovate bot requested a review from a team as a code owner February 8, 2023 03:43
@renovate renovate bot requested a review from andybalaam February 8, 2023 03:43
@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Feb 8, 2023
@renovate renovate bot enabled auto-merge (squash) February 8, 2023 03:43
@renovate renovate bot force-pushed the renovate/linkify branch from a5dff66 to 838d45b Compare February 8, 2023 09:16
@renovate renovate bot force-pushed the renovate/linkify branch from 838d45b to 02896fb Compare February 8, 2023 13:37
@renovate renovate bot force-pushed the renovate/linkify branch from 02896fb to 25e1d60 Compare February 8, 2023 18:58
@renovate renovate bot changed the title Update linkify to v4.1.0 fix(deps): update linkify to v4.1.0 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/linkify branch from 25e1d60 to 0832cb0 Compare February 9, 2023 10:27
@renovate renovate bot force-pushed the renovate/linkify branch from 0832cb0 to f9ed987 Compare February 9, 2023 15:40
@renovate renovate bot force-pushed the renovate/linkify branch from f9ed987 to 966d511 Compare February 9, 2023 16:35
@renovate renovate bot force-pushed the renovate/linkify branch from 966d511 to ba30cc8 Compare February 9, 2023 16:50
@renovate renovate bot force-pushed the renovate/linkify branch from ba30cc8 to d7c60f2 Compare February 10, 2023 10:57
@renovate renovate bot force-pushed the renovate/linkify branch from d7c60f2 to dce1bb0 Compare February 10, 2023 14:17
@renovate renovate bot force-pushed the renovate/linkify branch from dce1bb0 to ae9f6c2 Compare February 10, 2023 17:43
@renovate renovate bot force-pushed the renovate/linkify branch from ae9f6c2 to c91af6b Compare February 11, 2023 02:20
@renovate renovate bot force-pushed the renovate/linkify branch from c91af6b to aa3814e Compare February 12, 2023 21:00
@renovate renovate bot force-pushed the renovate/linkify branch from be2203b to 7f007dd Compare April 5, 2023 03:40
@renovate renovate bot force-pushed the renovate/linkify branch from 7f007dd to 1ac9a4a Compare April 5, 2023 11:08
auto-merge was automatically disabled April 5, 2023 12:54

Merge queue setting changed

@renovate renovate bot force-pushed the renovate/linkify branch from 1ac9a4a to ca5a9a7 Compare April 5, 2023 14:25
@renovate renovate bot force-pushed the renovate/linkify branch from ca5a9a7 to 90bd1b3 Compare April 5, 2023 18:38
@renovate renovate bot force-pushed the renovate/linkify branch from 90bd1b3 to b7f9b8a Compare April 6, 2023 08:10
@renovate renovate bot force-pushed the renovate/linkify branch 2 times, most recently from 0cff4cc to 27cc700 Compare April 6, 2023 08:54
@renovate renovate bot force-pushed the renovate/linkify branch 2 times, most recently from 505f316 to 6fd2ae4 Compare April 6, 2023 09:49
@renovate renovate bot force-pushed the renovate/linkify branch from 6fd2ae4 to 27fc552 Compare April 6, 2023 10:15
@renovate renovate bot force-pushed the renovate/linkify branch from 27fc552 to 1e50a67 Compare April 6, 2023 10:51
@renovate renovate bot force-pushed the renovate/linkify branch 2 times, most recently from 13c3f30 to a1d89eb Compare April 6, 2023 11:14
@renovate
Copy link
Contributor Author

renovate bot commented Apr 6, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (4.1.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/linkify branch April 6, 2023 12:29
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 T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant