Skip to content

Chore(deps): Bump linkifyjs from 4.0.1 to 4.3.2#3119

Merged
dependabot[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/linkifyjs-4.3.2
Sep 5, 2025
Merged

Chore(deps): Bump linkifyjs from 4.0.1 to 4.3.2#3119
dependabot[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/linkifyjs-4.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 29, 2025

Bumps linkifyjs from 4.0.1 to 4.3.2.

Release notes

Sourced from linkifyjs's releases.

v4.3.2

What's Changed

Full Changelog: nfrasser/linkifyjs@v4.3.1...v4.3.2

v4.3.1

What's Changed

  • Use correct simple-html-tokenizer version for linkify-html

Full Changelog: nfrasser/linkifyjs@v4.3.0...v4.3.1

v4.3.0

What's Changed

Full Changelog: nfrasser/linkifyjs@v4.2.0...v4.3.0

v4.2.0

What's Changed

Full Changelog: nfrasser/linkifyjs@v4.1.4...v4.2.0

v4.1.4

What's Changed

New Contributors

Full Changelog: nfrasser/linkifyjs@v4.1.3...v4.1.4

v4.1.3

What's Changed

... (truncated)

Changelog

Sourced from linkifyjs's changelog.

v4.3.2

  • Replace assign helper with Object.assign to avoid prototype pollution

v4.3.1

  • Use correct simple-html-tokenizer version for linkify-html

v4.3.0

  • HTML comments opened or closed with 3 dashes tokenized correctly
  • Restore support for delimiter apostrophes in URLs
  • Rename dist file .cjs.js and .es.js extensions to .cjs and .mjs, respectively

v4.2.0

  • Correctly sanitize object replacement character by treating as whitespace
  • Avoid detecting invalid URLs with numbers around boundaries
  • Prevent delimiter apostrophes from being included in URLs
  • Correctly interpret \r\n as newline character
  • Correctly interpret emoji followed by # sign
  • Fix support for domain names with multiple hyphens
  • Fix parsing for magnet links

v4.1.4

  • Add support for full width middle dot in hashtag plugin
  • Development updates for newest Node.js versions

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Jul 29, 2025
Copy link
Copy Markdown
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 2.24%. Comparing base (ef1fe81) to head (7313631).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #3119   +/-   ##
======================================
  Coverage    2.24%   2.24%           
======================================
  Files         107     107           
  Lines        6509    6509           
  Branches      121     121           
======================================
  Hits          146     146           
  Misses       6358    6358           
  Partials        5       5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 29, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@susnux susnux force-pushed the dependabot/npm_and_yarn/linkifyjs-4.3.2 branch from d24b587 to 3a26c7d Compare August 22, 2025 13:12
@susnux
Copy link
Copy Markdown
Contributor

susnux commented Aug 22, 2025

/compile

@artonge
Copy link
Copy Markdown
Collaborator

artonge commented Sep 5, 2025

/compile rebase

@artonge
Copy link
Copy Markdown
Collaborator

artonge commented Sep 5, 2025

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/linkifyjs-4.3.2 branch from ad0a52e to 1d1e581 Compare September 5, 2025 12:38
Copy link
Copy Markdown
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@artonge
Copy link
Copy Markdown
Collaborator

artonge commented Sep 5, 2025

/compile amend

Dependabot couldn't find the original pull request head commit, d24b587.

Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/linkifyjs-4.3.2 branch from 1d1e581 to 7313631 Compare September 5, 2025 12:45
@dependabot dependabot Bot merged commit 3d739a2 into master Sep 5, 2025
54 of 60 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/linkifyjs-4.3.2 branch September 5, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants