Bump marked and marked-man
Bumps marked to 4.2.12 and updates ancestor dependency marked-man. These dependencies need to be updated together.
Updates marked from 0.7.0 to 4.2.12
Release notes
Sourced from marked's releases.
v4.2.12
4.2.12 (2023-01-14)
Sorry for all of the quick releases. We were testing out different ways to build the files for releases. v4.2.5 - v4.2.12 have no changes to how marked works. The only addition is the version number in the comment in the build files.
Bug Fixes
- revert to build script in ci (d2ab474)
v4.2.11
4.2.11 (2023-01-14)
Bug Fixes
- just build in version (22ac2cf)
v4.2.10
4.2.10 (2023-01-14)
Bug Fixes
- use version (fd759b3)
v4.2.9
4.2.9 (2023-01-14)
Bug Fixes
- fix version (96380c3)
v4.2.7
4.2.7 (2023-01-14)
Bug Fixes
- fix build file version (94fa76f)
v4.2.6
4.2.6 (2023-01-14)
Bug Fixes
... (truncated)
Commits
137d3b4chore(release): 4.2.12 [skip ci]0f0de55🗜️ build v4.2.12 [skip ci]4704e19chore: add build version to build commitd2ab474fix: readd build script in ci3c140c6chore(release): 4.2.11 [skip ci]22ac2cffix: just build in versionfd759b3fix: use version5367a77chore(release): 4.2.9 [skip ci]96380c3fix: fix version5ca781echore(release): 4.2.8 [skip ci]- Additional commits viewable in compare view
Updates marked-man from 0.7.0 to 1.3.3
Changelog
Sourced from marked-man's changelog.
CHANGES
0.1.4
- depends on marked 0.3.2
- use .nf/.fi instead of .EX/.EE to format blockquotes
0.1.6
- ensure tests pass
0.2.0
- add support for gfm table
0.2.1
- remove useless test files from npm package
0.3.0
- accept a timestamp in milliseconds as --date argument
1.0.0
- node >= 12
- --format option is dropped, use directly marked for html output
- other options should work the same
- mostly rewritten
- depends marked >= 4.2
- more groff macros are implemented
1.1.0
- --breaks is now the default
1.2.0
- the level-2 NAME section is not generated if it already exists
- --section, if missing from ronn header, is set to 1 by default
- --manual, if missing, is now omitted to let man display a default value
- --description can set the description if not set from ronn header format
- --version, if missing, is read from package.json of target file module, or omitted.
1.3.0
- fix crash when md has only one token
- better support for stdin, e.g.
cat file.md | marked-man | man /dev/stdin- fix blockquote, use a table
Commits
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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.