bitbar / finka-js

Finka.js - Handy tool in nowadays JavaScript jungle
MIT License
2 stars 7 forks source link

Update jsdoc 4.0.2 → 4.0.3 (patch) #355

Closed depfu[bot] closed 1 month ago

depfu[bot] commented 4 months ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ jsdoc (4.0.2 → 4.0.3) · Repo · Changelog

↗️ @​babel/parser (indirect, 7.21.2 → 7.24.5) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​jsdoc/salty (indirect, 0.2.3 → 0.2.8) · Repo · Changelog

↗️ @​types/linkify-it (indirect, 3.0.2 → 5.0.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ @​types/markdown-it (indirect, 12.2.3 → 14.1.1) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ graceful-fs (indirect, 4.2.10 → 4.2.11) · Repo

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ linkify-it (indirect, 3.0.3 → 5.0.0) · Repo · Changelog

Release Notes

5.0.0 (from changelog)

  • Rewrite to ESM.

4.0.1 (from changelog)

  • Fix http:// incorrectly returned as a link by matchStart.

4.0.0 (from changelog)

  • Add matchAtStart method to match full URLs at the start of the string.
  • Fixed paired symbols ((), {}, "", etc.) after punctuation.
  • --- option now affects parsing of emails (e.g. user@example.com---)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 30 commits:

↗️ markdown-it (indirect, 12.3.2 → 14.1.0) · Repo · Changelog

Release Notes

14.0.0 (from changelog)

Changed

  • Drop ancient browsers support (use .fromCodePoint and other features).
  • Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except markdown-it-emoji plugin.
  • Dropped dist/ folder from repo, build on package publish.
  • Set punicode.js as external dependency.

Fixed

  • Html tokens inside img alt are now rendered as their original text, #896.
  • Hardbreaks inside img alt are now rendered as newlines.

13.0.2 (from changelog)

Security

  • Fixed crash/infinite loop caused by linkify inline rule, #957.

Fixed

  • Throw an error if 3rd party plugin doesn't increment line or pos counters (previously, markdown-it would likely go into infinite loop instead), #847.

13.0.1 (from changelog)

Fixed

  • Bumped linkify-it to 4.0.1. That should fix some hangs, caused by wrong
    data, returned from linkify-it.

13.0.0 (from changelog)

Added

  • Added a new token type text_special to store escaped characters, same as text but unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).
  • Added a new rule text_join in core ruler. Text replacement plugins may choose to insert themselves before it.

Changed

  • (p) is no longer replaced with § by typographer (conflicts with ℗), #763.
  • text_collapse rule is renamed to fragments_join.

Fixed

  • Smartquotes, typographic replacements and plain text links can now be escaped with backslash (e.g. \(c) or google\.com are no longer replaced).
  • Fixed collision of emphasis and linkifier (so http://example.org/foo._bar_-_baz is now a single link, not emphasized). Emails and fuzzy links are not affected by this.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ marked (indirect, 4.2.12 → 4.3.0) · Repo · Changelog

Release Notes

4.3.0

4.3.0 (2023-03-22)

Bug Fixes

Features

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 33 commits:

↗️ mdurl (indirect, 1.0.1 → 2.0.0) · Repo · Changelog

Release Notes

2.0.0 (from changelog)

  • Rewrite to ESM.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ uc.micro (indirect, 1.0.6 → 2.1.0) · Repo · Changelog

Release Notes

2.0.0 (from changelog)

  • Rewrite to ESM.
  • Unicode update to 15.1.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

🆕 punycode.js (added, 2.3.1)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 1 month ago

Closing because this update has already been applied