Bump linkifyjs from 2.1.8 to 4.0.1 in /backend
Created by: dependabot[bot]
Bumps linkifyjs from 2.1.8 to 4.0.1.
Release notes
Sourced from linkifyjs's releases.
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 parsingv4.0.0-beta.1
Breaking Changes
- Removed deprecated
linkifyjs/string
,linkifyjs/html
,linkifyjs/plugins/*
packages- Refactored scanner internals break plugins created with Linkify v3
- Links that begin with
mailto:
now have typeurl
instead ofAdded
linkify.find()
function accepts a thirdoptions
argument for output formatting- Link token methods
toFormattedString(options)
,toFormattedHref(options)
andtoFormattedObject(options)
that accept alinkify.Options
object- New
render
option to override link rendering- More granular scanner tokens for improved plugin flexibility
- Second
optionalSlashSlash
argument forregisterCustomProtocol
to allow links that don't require//
afterscheme:
Fixed
- Improved HTML entity parsing with
linkify-html
- Improved link detection with mixed languages
- Consistent option availability across interfaces (including
truncate
)v3.0.5
- Fix potential Cross-Site Scripting issue when using
linkify-html
v3.0.4
- Expose ES6 modules with
"module"
field inpackage.json
(#363 - thanks@palash2601
)
... (truncated)
Changelog
Sourced from linkifyjs's changelog.
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 parsingv3.0.5
- Fix potential Cross-Site Scripting issue when using
linkify-html
v3.0.4
- Expose ES6 modules with
"module"
field inpackage.json
v3.0.3
- Add linkifyjs ES6 module build
v3.0.2
- Correctly detect hashtags with underscores
- Fix plugin import bug
- Fix
linkify-string
andlinkify-html
type declarationsv3.0.1
- Fix React component type declarations
... (truncated)
Commits
-
b9a71dd
v4.0.1 -
baa029b
v4.0.0 -
fe3d6ac
Smarter find type/opts specification -
9430ace
v4.0.0-beta.6 -
b1d4caa
IP address plugin (#399) -
ad118a0
Simplify transition interface to make groups arg optional -
a85f786
v4.0.0-beta.5 -
e3765ec
Update build output config -
185b411
Keyword plugin (#388) -
757bfd9
v4.0.0-beta.4 - Additional commits viewable in compare view
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)