Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Update dependency showdown to v2 #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 26, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
showdown (source) ^1.9.1 -> ^2.0.0 age adoption passing confidence

Release Notes

showdownjs/showdown

v2.1.0

Compare Source

  • refactor(cli)!: Remove support for "extra options" and add -c flag, closes #​916
Bug Fixes
  • cli: cli displays the correct version number (8b48882)
BREAKING CHANGES
  • the CLI no longer accepts "extra options". Instead you should pass the -c flag. To update:

before:

showdown makehtml -i foo.md -o bar.html --strikethrough --emoji

after:

showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji

v2.0.4

Compare Source

  • test(cli): Add test for multiple config options (914129f), closes #​916
Bug Fixes
  • cli: cli displays the correct version number (8b48882)

v2.0.3

Compare Source

Bug Fixes

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

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 yargs dependecy was updated to ^17.2.1 to mitigate a security issue.
  • The Showdown Licesnse has been changed from BSD-3-Clause to MIT
Bug Fixes
Features
  • Added ellipsis option to configure if the ellipsis unicode character is used or not. ( Thanks @​VladimirV99 )
  • Added a default security policy. Please report security issues to the issues tab on GitHub.

1.9.1 (2019-11-02)

Bug Fixes
  • openLinksInNewWindow: add rel="noopener noreferrer" to links (1cd281f), closes #​670

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant