joaocarmo / react-smart-data-table

A smart data table component for React meant to be configuration free
https://joaocarmo.com/react-smart-data-table/
MIT License
88 stars 37 forks source link

Bump linkifyjs from 3.0.5 to 4.1.3 #96

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps linkifyjs from 3.0.5 to 4.1.3.

Release notes

Sourced from linkifyjs's releases.

v4.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/Hypercontext/linkifyjs/compare/v4.1.2...v4.1.3

v4.1.2

What's Changed

Full Changelog: https://github.com/Hypercontext/linkifyjs/compare/v4.1.1...v4.1.2

v4.1.1

What's Changed

New Contributors

Full 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

Full 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

... (truncated)

Changelog

Sourced from linkifyjs's changelog.

v4.1.3

  • Fix HTML entity & symbol double-encoding in linkify-html
  • Support for full-width brackets, full-width less-than/greater-than signs and corner bracket as delimiters

v4.1.2

  • Ensure linkify.find respects validate option

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. 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

... (truncated)

Commits


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 1 month ago

Looks like linkifyjs is up-to-date now, so this is no longer needed.