Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump linkifyjs from 4.1.4 to 4.2.0 (#1069)
Bumps [linkifyjs](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.1.4 to 4.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nfrasser/linkifyjs/releases">linkifyjs's releases</a>.</em></p> <blockquote> <h2>v4.2.0</h2> <h2>What's Changed</h2> <ul> <li>Correctly sanitize object replacement character by treating as whitespace in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/497">nfrasser/linkifyjs#497</a></li> <li>Avoid detecting invalid URLs with numbers around boundaries in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/498">nfrasser/linkifyjs#498</a></li> <li>Prevent delimiter apostrophes from being included in URLs in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/499">nfrasser/linkifyjs#499</a></li> <li>Correctly interpret \r\n as newline character in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/500">nfrasser/linkifyjs#500</a></li> <li>Correctly interpret emoji followed by # sign in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/501">nfrasser/linkifyjs#501</a></li> <li>Fix support for domain names with multiple hyphens in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/502">nfrasser/linkifyjs#502</a></li> <li>Fix parsing for magnet links in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/503">nfrasser/linkifyjs#503</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.1.4...v4.2.0">https://github.com/nfrasser/linkifyjs/compare/v4.1.4...v4.2.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nfrasser/linkifyjs/blob/main/CHANGELOG.md">linkifyjs's changelog</a>.</em></p> <blockquote> <h2>v4.2.0</h2> <ul> <li>Correctly sanitize object replacement character by treating as whitespace</li> <li>Avoid detecting invalid URLs with numbers around boundaries</li> <li>Prevent delimiter apostrophes from being included in URLs</li> <li>Correctly interpret \r\n as newline character</li> <li>Correctly interpret emoji followed by # sign</li> <li>Fix support for domain names with multiple hyphens</li> <li>Fix parsing for magnet links</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nfrasser/linkifyjs/commit/86e977c45f7cde76808fc6882a6c14db1bc9df1c"><code>86e977c</code></a> v4.2.0</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/606fecaf90a20ea62044ef0369eb45a301c32cc4"><code>606feca</code></a> Allow parsing magnet links (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/503">#503</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/9183db6e5dc657474dd69c2b64b28b46a8e0755f"><code>9183db6</code></a> Support for domain names with two hyphens (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/502">#502</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/09ec1d862a79fbabfe2b1ca8f046180a13907a21"><code>09ec1d8</code></a> Correctly interpret emoji followed by pound (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/501">#501</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/da2da410d527916db63df965d2f1e07626ce0233"><code>da2da41</code></a> Interpret \r\n as newline character (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/500">#500</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/a7629c2c1717e666eff654022a196b52d03ccb67"><code>a7629c2</code></a> Don't allow apostrophe in URLs (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/499">#499</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/b72c682796c8c730f24e4d0eef876f4719c0ca50"><code>b72c682</code></a> Combine mixed word/number tokens (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/498">#498</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/22e58d15c4ebcc34d22d0a53b131fd63ff481920"><code>22e58d1</code></a> Treat object replacement character as whitespace (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/497">#497</a>)</li> <li>See full diff in <a href="https://github.com/nfrasser/linkifyjs/commits/v4.2.0/packages/linkifyjs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=linkifyjs&package-manager=npm_and_yarn&previous-version=4.1.4&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information