Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump marked from 0.5.2 to 0.6.0 #861

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 7, 2019

Bumps marked from 0.5.2 to 0.6.0.

Release notes

Sourced from marked's releases.

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 slugger to Renderer.prototype.heading method #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

  • Pretty print ENOENT errors on cli #1396
  • Update repo url in man #1403

Docs

  • Fix breaks option description #1381
  • Update docs to include "Since" version #1382
  • Add defibrillator badge for mccraveiro #1392

Tests

  • Remove old test covered by gfm/cm #1389
Commits

Dependabot compatibility score

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 will not automatically merge this PR because this dependency is pre-1.0.0.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Issue related to dependencies label Jan 7, 2019
@codecov
Copy link

codecov bot commented Jan 7, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #861   +/-   ##
======================================
  Coverage    4.32%   4.32%           
======================================
  Files         117     117           
  Lines        1550    1550           
======================================
  Hits           67      67           
  Misses       1483    1483

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 fd7c6ab...702100d. Read the comment docs.

@buildsize
Copy link

buildsize bot commented Jan 7, 2019

File name Previous Size New Size Change
page-_error.js.gz 186 bytes 186 bytes 0 bytes (0%)
page-catalog.js.gz 57.15 KB 57.15 KB 0 bytes (0%)
page-catalogs.js.gz 3.55 KB 3.55 KB 0 bytes (0%)
page-dataset.js.gz 19.31 KB 19.31 KB 0 bytes (0%)
page-doc-publish-your-data.js.gz 3.7 KB 3.7 KB 0 bytes (0%)
page-doc.js.gz 1.91 KB 1.91 KB 0 bytes (0%)
page-events.js.gz 2.31 KB 2.31 KB 0 bytes (0%)
page-harvest.js.gz 3.05 KB 3.05 KB 0 bytes (0%)
page-index.js.gz 5.78 KB 5.78 KB 0 bytes (0%)
page-legal.js.gz 806 bytes 806 bytes 0 bytes (0%)
page-publication-datasets.js.gz 6.01 KB 6.01 KB 0 bytes (0%)
page-publication-organization.js.gz 9.17 KB 9.17 KB 0 bytes (0%)
page-publication-producers.js.gz 5.4 KB 5.4 KB 0 bytes (0%)
page-publication.js.gz 3.76 KB 3.76 KB 0 bytes (0%)
page-search.js.gz 7.69 KB 7.69 KB 0 bytes (0%)
page-doc-link-proxy.js.gz 1.44 KB 1.44 KB 0 bytes (0%)
page-embed-preview.js.gz 4.57 KB 4.57 KB 0 bytes (0%)
page-_app.js.gz 2.8 KB 2.8 KB 0 bytes (0%)
chunk-centered-map.[hash].js.gz 175.45 KB 175.45 KB 0 bytes (0%)
chunk-commons.[hash].js.gz 129.28 KB 129.53 KB 255 bytes (0%)
chunk-preview-table.[hash].js.gz 12.6 KB 12.6 KB 0 bytes (0%)
runtime-main-[hash].js.gz 395 bytes 395 bytes 0 bytes (0%)
runtime-webpack-[hash].js.gz 1.22 KB 1.22 KB 0 bytes (0%)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/marked-0.6.0 branch from 9bd6922 to 79f20a0 Compare January 7, 2019 04:52
Bumps [marked](https://github.com/markedjs/marked) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v0.5.2...v0.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/marked-0.6.0 branch from 79f20a0 to 702100d Compare January 7, 2019 09:10
@tusbar tusbar merged commit 6d533e7 into master Jan 7, 2019
@tusbar tusbar added this to the 3.9.0 milestone Jan 7, 2019
@tusbar tusbar deleted the dependabot/npm_and_yarn/marked-0.6.0 branch January 7, 2019 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants