[Snyk] Upgrade linkifyjs from 2.1.9 to 3.0.5 #500
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade linkifyjs from 2.1.9 to 3.0.5.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: linkifyjs
-
3.0.5 - 2022-01-03
- Fix potential Cross-Site Scripting issue when using
-
3.0.4 - 2021-11-24
- Expose ES6 modules with
-
3.0.3 - 2021-10-14
- Add linkifyjs ES6 module build (#356 - thanks @ emersion)
-
3.0.2 - 2021-10-11
- Correctly detect hashtags with underscores
- Fix plugin import bug
- Fix
-
3.0.1 - 2021-09-16
- Fix React component type declarations
- Include LICENSE file in all published packages
-
3.0.0 - 2021-09-15
- React, jQuery and Element interfaces moved to dedicated packages at
- Remove default
- Remove default
- React component: Remove outer
- AMD module interface is no longer provided. Use an ESM bundler instead.
- Plugins imported after linkify is called on a string for the first time will not longer work. Import all plugins before calling a linkify core or interface function.
- Custom plugin API is not compatible with previous API in Linkify v2
- Dropped support for Internet Explorer versions 9 and 10. IE11 is still supported
- Dropped support for React versions <15
- Use dedicated packages
- Use dedicated plugin packages
- Full Internationalized Domain (IDN) and Emoji domain support 🇺🇳🌍
✈️ 🎉💃! Detect URLs, #hashtags and @ mentions in any language
- ~10x faster startup; ~4x faster combined startup + first run
- Custom protocols with
- Modernized codebase and build system
- Add new
- New and improved plugin API
- TypeScript definitions included in published packages
- Plugins no longer need to be called on linkify after import
// Before
-
3.0.0-beta.3 - 2021-03-11
-
3.0.0-beta.2 - 2021-03-11
-
3.0.0-beta.1 - 2021-03-08
-
2.1.9 - 2020-01-30
- Move optional dependencies to peerdependencies (#282)
- Fix
- Fix typo (#275)
from linkifyjs GitHub release noteslinkify-html"module"field inpackage.json(#363 - thanks @ palash2601)linkify-stringandlinkify-htmltype declarationsBREAKING CHANGES
linkify-react,linkify-jqueryandlinkify-elementrespectively:class="linkified"from all discovered links. Opt back in by setting theclassNameoption:target="_blank"attribute for discovered URLs. Opt back in by setting thetargetoption:<span>tag wrapper in favour of tag-lessReact.Fragmentfor React >=16. To opt back-in, settagName='span':Deprecations
linkify-stringandlinkify-htmlinstead oflinkifyjs/stringandlinkifyjs/html. The embedded packages will be removed in v4.0linkify-plugin-[PLUGIN]instead oflinkifyjs/plugin/[PLUGIN]. The embedded packages will be removed in v4.0All Changes
linkify.registerCustomProtocol('protocol')reloption at top level as an alternate way of including it inattributeslinkify.find()output includes start and end indexes for where in the string a link was foundimport * as linkify from 'linkifyjs'
import hashtag from 'linkifyjs/plugins/hashtag'
hashtag(linkify)
// After
import * as linkify from 'linkifyjs'
import 'linkifyjs/plugins/hashtag'
v3.0.0-beta.3
Fixes #293
WIP README and CHANGELOG
npm installdisplays vulnerabilities. (#265)Commit messages
Package name: linkifyjs
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs