rthaut / deviantART-Filter

A browser extension that allows you to filter DeviantArt by user, keyword, and/or category.
https://rthaut.github.io/deviantART-Filter/
GNU General Public License v3.0
30 stars 1 forks source link

Update dependency marked to v1 #125

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) devDependencies major ^0.6.2 -> ^1.0.0

Release Notes

markedjs/marked ### [`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) ### [`v0.8.2`](https://togithub.com/markedjs/marked/releases/v0.8.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v0.8.1...v0.8.2) #### Fixes - Add html to TextRenderer for html in headings [#​1622](https://togithub.com/markedjs/marked/issues/1622) - Remove html tags in heading ids [#​1622](https://togithub.com/markedjs/marked/issues/1622) #### Docs - Update comment about GitHub breaks [#​1620](https://togithub.com/markedjs/marked/issues/1620) ### [`v0.8.1`](https://togithub.com/markedjs/marked/releases/v0.8.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v0.8.0...v0.8.1) #### Fixes - Fix `marked --help` [#​1588](https://togithub.com/markedjs/marked/issues/1588) - Fix GFM Example 116 code fences [#​1600](https://togithub.com/markedjs/marked/issues/1600) - Send inline html to renderer [#​1602](https://togithub.com/markedjs/marked/issues/1602) (fixes [#​1601](https://togithub.com/markedjs/marked/issues/1601)) - Improve docs example for invoking highlight.js [#​1603](https://togithub.com/markedjs/marked/issues/1603) - Fix block-level elements breaking tables [#​1598](https://togithub.com/markedjs/marked/issues/1598) (fixes [#​1467](https://togithub.com/markedjs/marked/issues/1467)) - break nptables on block-level structures [#​1617](https://togithub.com/markedjs/marked/issues/1617) ### [`v0.8.0`](https://togithub.com/markedjs/marked/releases/v0.8.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v0.7.0...v0.8.0) #### Breaking changes - Remove substitutions [#​1532](https://togithub.com/markedjs/marked/issues/1532) - Separate source into modules [#​1563](https://togithub.com/markedjs/marked/issues/1563) [#​1572](https://togithub.com/markedjs/marked/issues/1572) [#​1573](https://togithub.com/markedjs/marked/issues/1573) [#​1575](https://togithub.com/markedjs/marked/issues/1575) [#​1576](https://togithub.com/markedjs/marked/issues/1576) [#​1581](https://togithub.com/markedjs/marked/issues/1581) #### Fixes - Fix relative urls in `baseUrl` option [#​1526](https://togithub.com/markedjs/marked/issues/1526) - Loose task list [#​1535](https://togithub.com/markedjs/marked/issues/1535) - Fix image parentheses [#​1557](https://togithub.com/markedjs/marked/issues/1557) - remove module field & update devDependencies [#​1581](https://togithub.com/markedjs/marked/issues/1581) #### Docs - Update examples with es6+ [#​1521](https://togithub.com/markedjs/marked/issues/1521) - Fix link to USING_PRO.md page [#​1552](https://togithub.com/markedjs/marked/issues/1552) - Fix typo in USING_ADVANCED.md [#​1558](https://togithub.com/markedjs/marked/issues/1558) - Node worker threads are stable [#​1555](https://togithub.com/markedjs/marked/issues/1555) #### Dev Dependencies - Update deps [#​1516](https://togithub.com/markedjs/marked/issues/1516) - Update eslint [#​1542](https://togithub.com/markedjs/marked/issues/1542) - Update htmldiffer async matcher [#​1543](https://togithub.com/markedjs/marked/issues/1543) ### [`v0.7.0`](https://togithub.com/markedjs/marked/releases/v0.7.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v0.6.3...v0.7.0) #### Security - Sanitize `paragraph` and `text` tokens [#​1504](https://togithub.com/markedjs/marked/issues/1504) - Fix ReDOS for links with backticks (issue [#​1493](https://togithub.com/markedjs/marked/issues/1493)) [#​1515](https://togithub.com/markedjs/marked/issues/1515) #### Breaking Changes - Deprecate `sanitize` and `sanitizer` options [#​1504](https://togithub.com/markedjs/marked/issues/1504) - Move `fences` to CommonMark [#​1511](https://togithub.com/markedjs/marked/issues/1511) - Move `tables` to GFM [#​1511](https://togithub.com/markedjs/marked/issues/1511) - Remove `tables` option [#​1511](https://togithub.com/markedjs/marked/issues/1511) - Single backtick in link text needs to be escaped [#​1515](https://togithub.com/markedjs/marked/issues/1515) #### Fixes - Fix parentheses around a link [#​1509](https://togithub.com/markedjs/marked/issues/1509) - Fix headings (issue [#​1510](https://togithub.com/markedjs/marked/issues/1510)) [#​1511](https://togithub.com/markedjs/marked/issues/1511) #### Tests - Run tests with correct options [#​1511](https://togithub.com/markedjs/marked/issues/1511)

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.

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 1.x releases. However, if you upgrade to 1.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.