Skip to content

Commit 36a535b

Browse files
chore(deps): bump linkifyjs from 4.1.1 to 4.3.2 in /snuba/admin (#7316)
Bumps [linkifyjs](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.1.1 to 4.3.2. <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.3.2</h2> <h2>What's Changed</h2> <ul> <li>Use Object.assign instead of custom assign function by <a href="https://github.com/nfrasser"><code>@​nfrasser</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/518">nfrasser/linkifyjs#518</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.3.1...v4.3.2">https://github.com/nfrasser/linkifyjs/compare/v4.3.1...v4.3.2</a></p> <h2>v4.3.1</h2> <h2>What's Changed</h2> <ul> <li>Use correct simple-html-tokenizer version for linkify-html</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.3.0...v4.3.1">https://github.com/nfrasser/linkifyjs/compare/v4.3.0...v4.3.1</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>Fix: allow apostrophe in URL by <a href="https://github.com/patrickReiis"><code>@​patrickReiis</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/504">nfrasser/linkifyjs#504</a></li> <li>Fix tokenizing of comments starting or ending with more than two -- by <a href="https://github.com/hrb-hub"><code>@​hrb-hub</code></a> in <a href="https://redirect.github.com/nfrasser/simple-html-tokenizer/pull/1">nfrasser/simple-html-tokenizer#1</a></li> <li>Update dependencies by <a href="https://github.com/nfrasser"><code>@​nfrasser</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/513">nfrasser/linkifyjs#513</a></li> <li>Rename dist file <code>.cjs.js</code> and <code>.es.js</code> extensions to <code>.cjs</code> and <code>.mjs</code>, respectively</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.2.0...v4.3.0">https://github.com/nfrasser/linkifyjs/compare/v4.2.0...v4.3.0</a></p> <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> <h2>v4.1.4</h2> <h2>What's Changed</h2> <ul> <li>Fix hashtag plugin: add support for full width middle dot <code>・</code> by <a href="https://github.com/yuiseki"><code>@​yuiseki</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/492">nfrasser/linkifyjs#492</a></li> <li>Update CI matrices and other chores by <a href="https://github.com/nfrasser"><code>@​nfrasser</code></a> in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/494">nfrasser/linkifyjs#494</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuiseki"><code>@​yuiseki</code></a> made their first contribution in <a href="https://redirect.github.com/nfrasser/linkifyjs/pull/492">nfrasser/linkifyjs#492</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nfrasser/linkifyjs/compare/v4.1.3...v4.1.4">https://github.com/nfrasser/linkifyjs/compare/v4.1.3...v4.1.4</a></p> <h2>v4.1.3</h2> <h2>What's Changed</h2> <ul> <li>Add support for fullwidth parentheses by <a href="https://github.com/weii41392"><code>@​weii41392</code></a> in <a href="https://redirect.github.com/Hypercontext/linkifyjs/pull/461">Hypercontext/linkifyjs#461</a></li> <li>linkify-html: don't convert &amp; -&gt; &amp; by <a href="https://github.com/nfrasser"><code>@​nfrasser</code></a> in <a href="https://redirect.github.com/Hypercontext/linkifyjs/pull/462">Hypercontext/linkifyjs#462</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.3.2</h2> <ul> <li>Replace assign helper with Object.assign to avoid prototype pollution</li> </ul> <h2>v4.3.1</h2> <ul> <li>Use correct simple-html-tokenizer version for linkify-html</li> </ul> <h2>v4.3.0</h2> <ul> <li>HTML comments opened or closed with 3 dashes tokenized correctly</li> <li>Restore support for delimiter apostrophes in URLs</li> <li>Rename dist file <code>.cjs.js</code> and <code>.es.js</code> extensions to <code>.cjs</code> and <code>.mjs</code>, respectively</li> </ul> <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> <h2>v4.1.4</h2> <ul> <li>Add support for full width middle dot <code>・</code> in hashtag plugin</li> <li>Development updates for newest Node.js versions</li> </ul> <h2>v4.1.3</h2> <ul> <li>Fix HTML entity <code>&amp;</code> symbol double-encoding in linkify-html</li> <li>Support for full-width brackets, full-width less-than/greater-than signs and corner bracket as delimiters</li> </ul> <h2>v4.1.2</h2> <ul> <li>Ensure linkify.find respects validate option</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nfrasser/linkifyjs/commit/3abe9abbcb4e069aeadde2f42de7dfcc2371c0f0"><code>3abe9ab</code></a> v4.3.2</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/931d3e28b68951b8f898ea4d6504696346b485b0"><code>931d3e2</code></a> Use Object.assign instead of custom assign function (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/518">#518</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/45bc27e8e9552587a18ff17d3adef79df78bc858"><code>45bc27e</code></a> v4.3.1</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/251a5c6620fb9e16249f3ecc54e5aac432129deb"><code>251a5c6</code></a> v4.3.0</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/359ed4e0023fa81189a83af0dc68f814e5a58eaa"><code>359ed4e</code></a> Update dependencies (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/513">#513</a>)</li> <li><a href="https://github.com/nfrasser/linkifyjs/commit/c4bdf8574a44d05f396a9cfbe4d8eda7951fd4f9"><code>c4bdf85</code></a> Revert &quot;Don't allow apostrophe in URLs (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/499">#499</a>)&quot; (<a href="https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs/issues/504">#504</a>)</li> <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>Additional commits viewable in <a href="https://github.com/nfrasser/linkifyjs/commits/v4.3.2/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.1&new-version=4.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/getsentry/snuba/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Massat <[email protected]>
1 parent 11620ce commit 36a535b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snuba/admin/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,9 +4014,9 @@ linkify-it@^4.0.1:
40144014
uc.micro "^1.0.1"
40154015

40164016
linkifyjs@^4.1.0:
4017-
version "4.1.1"
4018-
resolved "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.1.tgz"
4019-
integrity sha512-zFN/CTVmbcVef+WaDXT63dNzzkfRBKT1j464NJQkV7iSgJU0sLBus9W0HBwnXK13/hf168pbrx/V/bjEHOXNHA==
4017+
version "4.3.2"
4018+
resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.3.2.tgz#d97eb45419aabf97ceb4b05a7adeb7b8c8ade2b1"
4019+
integrity sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==
40204020

40214021
locate-path@^5.0.0:
40224022
version "5.0.0"

0 commit comments

Comments
 (0)