semantic-release-plus / semantic-release

:package::rocket: Fully automated version management and package publishing
https://semantic-release-plus.gitbook.io
MIT License
48 stars 4 forks source link

fix(deps): update dependency marked to v1 #87

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
marked (source) dependencies major ^0.8.0 -> ^1.0.0

Release Notes

markedjs/marked ### [`v1.1.0`](https://togithub.com/markedjs/marked/releases/v1.1.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v1.0.0...v1.1.0) #### Features - Add `walkTokens` option [#​1664](https://togithub.com/markedjs/marked/issues/1664) #### Fixes - Fix `renderer.code` includes space at beginning of each line of code [#​1645](https://togithub.com/markedjs/marked/issues/1645) - Fix codespan newline [#​1652](https://togithub.com/markedjs/marked/issues/1652) - Fix comma after underscore emphasis [#​1660](https://togithub.com/markedjs/marked/issues/1660) - Fix loose task list with no tokens [#​1674](https://togithub.com/markedjs/marked/issues/1674) - Add `browser` field in `package.json` pointing to es5 output [#​1661](https://togithub.com/markedjs/marked/issues/1661) - Add newline to rendered code with language [#​1670](https://togithub.com/markedjs/marked/issues/1670) - Fix async highlighter walking all tokens [#​1664](https://togithub.com/markedjs/marked/issues/1664) #### Docs - Add `tokenizer` to option docs [#​1662](https://togithub.com/markedjs/marked/issues/1662) ### [`v1.0.0`](https://togithub.com/markedjs/marked/releases/v1.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v0.8.2...v1.0.0) #### Breaking changes - Add inline tokens to `marked.lexer` output [#​1627](https://togithub.com/markedjs/marked/issues/1627) - Treat escape token same way as plain text tokens [#​1642](https://togithub.com/markedjs/marked/issues/1642) - Add `Tokenizer` to allow extending token creation [#​1637](https://togithub.com/markedjs/marked/issues/1637) #### Features - Add `marked.use()` method to extend options [#​1646](https://togithub.com/markedjs/marked/issues/1646) #### Fixes - Fix intra-word emphasis can match the wrong asterisks [#​1636](https://togithub.com/markedjs/marked/issues/1636) - Fix italics modifier (`_`) breaks links containing underscores [#​1641](https://togithub.com/markedjs/marked/issues/1641) - Fix closing delimited \* incorrect for consecutive ocurrences [#​1644](https://togithub.com/markedjs/marked/issues/1644) #### Docs - Fix lexer data token in demo [#​1638](https://togithub.com/markedjs/marked/issues/1638) #### CI - Move to GitHub Actions [#​1635](https://togithub.com/markedjs/marked/issues/1635) - Update devDependencies [#​1648](https://togithub.com/markedjs/marked/issues/1648)

Renovate configuration

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

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

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

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



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

codecov[bot] commented 4 years ago

Codecov Report

Merging #87 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          836       836           
  Branches       218       218           
=========================================
  Hits           836       836           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0178f5e...31674ea. Read the comment docs.

JoA-MoS commented 4 years ago

:tada: This PR is included in version 18.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: