code-tours-github
code-tours-github copied to clipboard
Bump showdown from 1.9.1 to 2.1.0
trafficstars
Bumps showdown from 1.9.1 to 2.1.0.
Release notes
Sourced from showdown's releases.
2.1.0
2.1.0 (2022-04-21)
BREAKING CHANGES
- the CLI no longer accepts "extra options". Instead you should pass the
-cflag. To update:before:
showdown makehtml -i foo.md -o bar.html --strikethrough --emojiafter:
showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji2.0.4 (2022-04-21)
2.0.4 (2022-04-21)
Bug Fixes
- cli: cli displays the correct version number (8b48882)
2.0.3 (2022-03-08)
Bug Fixes
2.0.0 (2022-02-15)
2.0.0 is mostly a maintenance release. There are only a few changes beyond 1.9.1 as noted below. The major driver of this update is to update the yargs dependency to a more recent version without security issues.
Breaking Changes
- Supported Node Versions were set to match the node release schedule which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
- The
yargsdependency was updated to^17.2.1to mitigate a security issue.- The Showdown license has been changed from BSD-3-Clause to MIT
Bug Fixes
Features
- Added
ellipsisoption to configure if the ellipsis unicode character is used or not. ( Thanks@VladimirV99)
... (truncated)
Changelog
Sourced from showdown's changelog.
2.1.0 (2022-04-21)
BREAKING CHANGES
- the CLI no longer accepts "extra options". Instead you should pass the
-cflag. To update:before:
showdown makehtml -i foo.md -o bar.html --strikethrough --emojiafter:
showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji2.0.4 (2022-04-21)
Bug Fixes
- cli: cli displays the correct version number (8b48882)
2.0.3 (2022-03-08)
Bug Fixes
2.0.2 (2022-03-03)
Bug Fixes
2.0.1 (2022-03-01)
... (truncated)
Commits
9958ba5build: release 2.1.02be8e2fbuild: release 2.0.4914129ftest(cli)!: Add test for multiple config options8b48882fix(cli): cli displays the corrent version numberd5c1b38update funding in package.json50a1d0brelease: v 2.0.3f8c4bd2fix(cli): fix cli to work with yargsb3dd26achore: release 2.0.23871765fix(cli): cli now works properly612dad0chore: build v 2.0.1- 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 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)