Fix/security updates vue3 support #15
Open
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.
Security fixes and Vue 3 support
Summary
This PR addresses critical security vulnerabilities and adds Vue 3 support while maintaining backward compatibility with Vue 2.7+. All dependencies have been modernized and the package is now properly bundled for use in any environment.
Security Fixes
linkifyjs
from 2.1.3 to 4.1.3 (addresses multiple security vulnerabilities)linkify-html
to 4.3.2 (separate package in v4.x)New Features
Updated Dependencies
Production
linkifyjs
: 2.1.3 → 4.3.2linkify-html
: 4.3.2 (new, required by linkifyjs v4.x)Development (all updated to latest stable versions)
Code Changes
bind
/update
for Vue 2,mounted
/updated
for Vue 3)Build System
Documentation
Testing
Breaking Changes
Version History
Note
This fork is published on npm as
vue-linkify-vue3
to avoid conflicts and is actively maintained at https://www.npmjs.com/package/vue-linkify-vue3Users can install and use it immediately: