workflow_ocr
workflow_ocr copied to clipboard
Build(deps): Bump linkifyjs from 4.1.4 to 4.3.2
Bumps linkifyjs from 4.1.4 to 4.3.2.
Release notes
Sourced from linkifyjs's releases.
v4.3.2
What's Changed
- Use Object.assign instead of custom assign function by
@nfrasserin nfrasser/linkifyjs#518Full Changelog: https://github.com/nfrasser/linkifyjs/compare/v4.3.1...v4.3.2
v4.3.1
What's Changed
- Use correct simple-html-tokenizer version for linkify-html
Full Changelog: https://github.com/nfrasser/linkifyjs/compare/v4.3.0...v4.3.1
v4.3.0
What's Changed
- Fix: allow apostrophe in URL by
@patrickReiisin nfrasser/linkifyjs#504- Fix tokenizing of comments starting or ending with more than two -- by
@hrb-hubin nfrasser/simple-html-tokenizer#1- Update dependencies by
@nfrasserin nfrasser/linkifyjs#513- Rename dist file
.cjs.jsand.es.jsextensions to.cjsand.mjs, respectivelyFull Changelog: https://github.com/nfrasser/linkifyjs/compare/v4.2.0...v4.3.0
v4.2.0
What's Changed
- Correctly sanitize object replacement character by treating as whitespace in nfrasser/linkifyjs#497
- Avoid detecting invalid URLs with numbers around boundaries in nfrasser/linkifyjs#498
- Prevent delimiter apostrophes from being included in URLs in nfrasser/linkifyjs#499
- Correctly interpret \r\n as newline character in nfrasser/linkifyjs#500
- Correctly interpret emoji followed by # sign in nfrasser/linkifyjs#501
- Fix support for domain names with multiple hyphens in nfrasser/linkifyjs#502
- Fix parsing for magnet links in nfrasser/linkifyjs#503
Full Changelog: https://github.com/nfrasser/linkifyjs/compare/v4.1.4...v4.2.0
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.jsand.es.jsextensions to.cjsand.mjs, respectivelyv4.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
Commits
3abe9abv4.3.2931d3e2Use Object.assign instead of custom assign function (#518)45bc27ev4.3.1251a5c6v4.3.0359ed4eUpdate dependencies (#513)c4bdf85Revert "Don't allow apostrophe in URLs (#499)" (#504)86e977cv4.2.0606fecaAllow parsing magnet links (#503)9183db6Support for domain names with two hyphens (#502)09ec1d8Correctly interpret emoji followed by pound (#501)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.