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

chore(deps): update all non-major dependencies #2376

Merged
merged 4 commits into from Jan 3, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2019

This PR contains the following updates:

Package Type Update Change References
marked devDependencies minor ^0.5.2 -> ^0.6.0 homepage, source
nuxt-edge devDependencies patch ^2.4.0-25770819.0e9eca2f -> ^2.4.0-25771685.d4554085 source

Release Notes

markedjs/marked

v0.6.0

Compare Source

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

Docs

Tests

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

Renovate 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 if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@codecov
Copy link

codecov bot commented Jan 1, 2019

Codecov Report

Merging #2376 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #2376   +/-   ##
=======================================
  Coverage   67.52%   67.52%           
=======================================
  Files         167      167           
  Lines        3221     3221           
  Branches      894      894           
=======================================
  Hits         2175     2175           
  Misses        767      767           
  Partials      279      279

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 06cfb47...3829cc3. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 146ce0d to 82bad76 Compare January 1, 2019 00:53
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25771685.d4554085 chore(deps): update all non-major dependencies Jan 1, 2019
@tmorehouse
Copy link
Member

Appears to be issues with the changes to Duplicate ID handling in the markdown loader. markedjs/marked#1401 (comment)

@renovate
Copy link
Contributor Author

renovate bot commented Jan 1, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@tmorehouse
Copy link
Member

Conflict between markdown-loader using v0.5.x of marked, which conflicts with custom renderer from v0.6.0

@tmorehouse
Copy link
Member

Fixed with custom implementation or markdown loader

@tmorehouse tmorehouse merged commit 21c017a into dev Jan 3, 2019
@tmorehouse tmorehouse deleted the renovate/all-minor-patch branch January 3, 2019 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants