ant-design-vue
ant-design-vue copied to clipboard
chore(deps): update dependency marked to v0.8.2
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| marked (source) | 0.3.18 -> 0.8.2 |
Release Notes
markedjs/marked (marked)
v0.8.2: 0.8.2
Fixes
Docs
- Update comment about GitHub breaks #β1620
v0.8.1: 0.8.1
Fixes
- Fix
marked --help#β1588 - Fix GFM Example 116 code fences #β1600
- Send inline html to renderer #β1602 (fixes #β1601)
- Improve docs example for invoking highlight.js #β1603
- Fix block-level elements breaking tables #β1598 (fixes #β1467)
- break nptables on block-level structures #β1617
v0.8.0: 0.8.0
Breaking changes
- Remove substitutions #β1532
- Separate source into modules #β1563 #β1572 #β1573 #β1575 #β1576 #β1581
Fixes
- Fix relative urls in
baseUrloption #β1526 - Loose task list #β1535
- Fix image parentheses #β1557
- remove module field & update devDependencies #β1581
Docs
- Update examples with es6+ #β1521
- Fix link to USING_PRO.md page #β1552
- Fix typo in USING_ADVANCED.md #β1558
- Node worker threads are stable #β1555
Dev Dependencies
v0.7.0: 0.7.0
Security
- Sanitize
paragraphandtexttokens #β1504 - Fix ReDOS for links with backticks (issue #β1493) #β1515
Breaking Changes
- Deprecate
sanitizeandsanitizeroptions #β1504 - Move
fencesto CommonMark #β1511 - Move
tablesto GFM #β1511 - Remove
tablesoption #β1511 - Single backtick in link text needs to be escaped #β1515
Fixes
Tests
- Run tests with correct options #β1511
v0.6.3: 0.6.3
Fixes
- Fix nested blockquotes #β1464
- Fix
<em>issue with mixed content #β1451 - revert #β1464 #β1497
- Fix
breaks: true#β1507
Docs
- add docs for workers #β1432
- Add security policy #β1492
- Update supported spec versions #β1491
- Update test folder descriptions #β1506
DevOps
- Use latest commit for demo master #β1457
- Update tests to commonmark 0.29 #β1465
- Update tests to GFM 0.29 #β1470
- Fix commonmark spec 57 and 40 (headings) #β1475
v0.6.2: 0.6.2
Security
Fixes
Enhancements
CLI
- Update man page to include
--testand fix argv parameters #β1442 - Add a
--versionflag to print marked version #β1448
Testing
v0.6.1: 0.6.1
Fixes
- Fix parenthesis url redos #β1414
Docs
- Update demo site to use a worker #β1418
- Update devDependencies to last stable #β1409
- Update documentation about extending Renderer #β1417
- Remove
--saveoption as it isn't required anymore #β1422 - Add snyk badge #β1420
v0.6.0: 0.6.0
Breaking Changes
- Drop support for Node v0.10 and old browsers such as Internet Explorer
- You should not have any problems if using Node 4+ or a modern browser
- Add parameter
sluggertoRenderer.prototype.headingmethod #β1401- You should not have any problems if you do not override this method
New Features
- Add new export
marked.Slugger#β1401
Fixes
- Fix emphasis followed by a punctuation #β1383
- Fix bold around autolink email address #β1385
- Make autolinks case insensitive #β1384
- Make code fences compliant with Commonmark spec #β1387
- Make blockquote paragraph continuation compliant with Commonmark spec #β1394
- Make ordered list marker length compliant with Commonmark spec #β1391
- Make empty list items compliant with Commonmark spec #β1395
- Make tag escaping compliant with Commonmark spec #β1397
- Make strong/bold compliant with Commonmark spec #β1400
- Fix handling of adjacent lists #β684
- Add better error handling when token type cannot be found #β1005
- Fix duplicate heading id and non-latin characters #β1401
CLI
Docs
- Fix
breaksoption description #β1381 - Update docs to include "Since" version #β1382
- Add defibrillator badge for @βmccraveiro #β1392
Tests
- Remove old test covered by gfm/cm #β1389
v0.5.2: 0.5.2
Bug Fixes
- Fix emphasis closing by single _ (part of left-flanking run) #β1351
- Make URL handling consistent between links and images #β1359
Other
- Add missing semicolons, add lint rule #β1340
- Make Steven (@βstyfle) a npm publisher #β1346
- Fix typo in docs: responsibility #β1364
- Add the ability to specify options on the demo page as JSON #β1357
- Show red border when JSON options are invalid #β1360
- Move license file back to root dir #β1356
- Fix builds: remove node v0.10 from travis matrix #β1366
- This does not a break compatibility in this release but it will a future release
- Add
fileskey to package.json to prevent publishing unused files #β1367
v0.5.1: 0.5.1
Security
- Fix inline code regex and prevent REDOS #β1337
- Use
@markedjs/html-differto prevent REDOS #β1331
Bug Fixes
- Fix typographic substitution in (pre|code|kbd|script) blocks when smartypants=true #β1335
- Fix auto-linking email address #β1338
Other
- Refactor the
escape()function to improve performance 10-20% #β975 - Update copyright in source code #β1326
- Update benchmark tests #β1019
- Add dependency badges to readme #β1333
v0.5.0: 0.5.0
Security
- Use rtrim, not unsafe /X+$/ #β1260
Breaking Changes
- Fix GFM empty table cells #β1262
- Fix GFM extended auto-linking requiring multiple backpedals #β1293
- Fix GFM strikethrough compatibility #β1258
- Fix issues link references and prototypes #β1299
- Fix hard line break when backslash at EOL #β1303
- Fix hyperlinks with parenthesis #β1305
- Fix loose lists #β1304
- Fix strong and em #β1315
Docs
- Fix typo in USING_ADVANCED.md #β1276
- Add pictures to AUTHORS.md #β1272
- Change badge to latest version of marked #β1300
- Change badges from shields.io to badgen.net #β1317
- Use iframe to sandbox generated html #β1295
- Add additional links into readme #β1310
- Add missing parameters for renderer methods #β1311
- Add undocumented option descriptions #β1312
- Add navigation sidebar to the docs #β1316
CI
- Change travis clone depth to 3 #β1270
v0.4.0
Security Fixes
New Features
- Add option to disable heading ids (#β1190)
- Add support for GFM Task Lists to comply with the GFM spec (#β1250)
Breaking Changes
- Fix escaping pipes in tables (#β1239)
- Fix html output for tables to match GFM spec (#β1245)
- Fix many bugs to reach parity with CommonMark spec (#β1135)
- Fix new Renderer() so it uses default options (#β1203)
- Fix text and paragraph return types (#β1248) (#β1249)
- Fix
<em>less than 3 chars (#β1181) - Fix
<pre>code blocks so there is no more trailing\n(#β1266) - Fix default langPrefix to follow CommonMark standard
language-(#β1265)
CLI Changes
Other changes
- Lint all the things (#β1185)
- Improved testing and DevOps (#β1160, #β1210, #β1220, #β1228, #β1219, #β1256)
- Update documentation and demos (#β1196, #β1197, #β1204, #β1207, #β1221, #β1233, #β1217, #β1240, #β1244, #β1253)
v0.3.19: 0.3.18 minified required new release
0.3.18 did not have changes to min.
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box
This PR has been generated by Mend Renovate. View repository job log here.