Bump linkifyjs from 2.1.8 to 4.1.1 in /backend
Created by: dependabot[bot]
Bumps linkifyjs from 2.1.8 to 4.1.1.
Release notes
Sourced from linkifyjs's releases.
v4.1.1
What's Changed
- FIx jsdoc in linkify-react by
@akiomik
in Hypercontext/linkifyjs#431- Improved parsing of URLs with symbols by
@nfrasser
in Hypercontext/linkifyjs#432- Ensure function options get called with unformatted href by
@nfrasser
in Hypercontext/linkifyjs#435- Upgrade dependencies by
@nfrasser
in Hypercontext/linkifyjs#436New Contributors
@akiomik
made their first contribution in Hypercontext/linkifyjs#431Full Changelog: https://github.com/Hypercontext/linkifyjs/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- Drop support for Safari 10 (#425)
- Reduce core bundle file size by ~30% (#426)
- Restore support for email address with scheme local part (#417)
- Allow hashtags with emojis
New Contributors
@hanazuki
made their first contribution in Hypercontext/linkifyjs#417Full Changelog: https://github.com/Hypercontext/linkifyjs/compare/v4.0.2...v4.1.0
v4.0.2
- Fix email address detection with domains containing numbers
v4.0.1
- Restore nl2br option for linkify-html
- Fixed duplicate key warning in linkify-react with multiple children
v4.0.0
Breaking Changes
- Removed deprecated
linkifyjs/string
,linkifyjs/html
,linkifyjs/plugins/*
packages. Uselinkify-string
,linkify-html
andlinkify-plugin-*
instead.- Refactored scanner internals break custom link plugins created with Linkify v3
- Links that begin with
mailto:
now have typeurl
instead of- Drop official IE 11 support
Added
linkify-plugin-ip
plugin for detecting IPv4 and IPv6 addresseslinkify-plugin-keyword
plugin for detecting arbitrary keywordslinkify.find()
function accepts anoptions
argument for output formatting- New
render
option to override link rendering- Second
optionalSlashSlash
argument forregisterCustomProtocol
to allow links that don't require//
afterscheme:
- Link token methods
toFormattedString(options)
,toFormattedHref(options)
andtoFormattedObject(options)
that accept alinkify.Options
object- More granular scanner tokens for improved plugin flexibility
linkify-react
: Newas
property (alias fortagName
)Fixed
... (truncated)
Changelog
Sourced from linkifyjs's changelog.
v4.1.1
- 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
- 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
- Fix email address detection with domains containing numbers
v4.0.1
- Restore nl2br option for linkify-html
- Fixed duplicate key warning in linkify-react with multiple children
v4.0.0
BREAKING CHANGES
- Removed deprecated
linkifyjs/string
,linkifyjs/html
,linkifyjs/plugins/*
packages. Uselinkify-string
,linkify-html
andlinkify-plugin-*
instead.- Refactored scanner internals break custom link plugins created with Linkify v3
- Links that begin with
mailto:
now have typeurl
instead of- Drop official IE 11 support
Added
linkify-plugin-ip
plugin for detecting IPv4 and IPv6 addresseslinkify-plugin-keyword
plugin for detecting arbitrary keywordslinkify.find()
function accepts anoptions
argument for output formatting- New
render
option to override link rendering- Second
optionalSlashSlash
argument forregisterCustomProtocol
to allow links that don't require//
afterscheme:
- Link token methods
toFormattedString(options)
,toFormattedHref(options)
andtoFormattedObject(options)
that accept alinkify.Options
object- More granular scanner tokens for improved plugin flexibility
linkify-react
: Newas
property (alias fortagName
)Fixed
- Improved link detection with mixed languages
- Consistent option availability across interfaces (including
truncate
)linkify-html
: Improved HTML entity parsing
... (truncated)
Commits
-
ab67c1b
v4.1.1 -
1703b18
Ensure function options get called with unformatted href (#435) -
afc51f1
Improved parsing of URLs with symbols (#432) -
e34f675
Slightly simpler TLDs encoding/parsing -
9adf0d5
v4.1.0 -
ca6a88c
Smaller TLDs footprint (#426) -
ba048e0
Capture email address with its local part being scheme string (#417) -
0365599
Bump package.json to v4.0.2 -
bfacfeb
v4.0.2 -
4d98670
Fix missing email address domain transition in parser - Additional commits viewable in compare view
You can trigger a rebase of this PR 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)