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

An in-range update of marked is breaking the build 🚨 #11

Open
greenkeeper bot opened this issue Dec 12, 2019 · 5 comments
Open

An in-range update of marked is breaking the build 🚨 #11

greenkeeper bot opened this issue Dec 12, 2019 · 5 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 12, 2019

The dependency marked was updated from 0.7.0 to 0.8.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

marked is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for 0.8.0

Breaking changes

Fixes

  • Fix relative urls in baseUrl option #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

  • Update deps #1516
  • Update eslint #1542
  • Update htmldiffer async matcher #1543
Commits

The new version differs by 101 commits.

  • 416003b 0.8.0 (#1571)
  • 6612ed1 0.8.0
  • bef6137 🗜️ build [skip ci]
  • c3ac5e1 Merge pull request #1581 from UziTech/module-field
  • 45a9c4a Merge pull request #1577 from UziTech/build-user
  • 316a6d7 remove module field and update deps
  • 6a9c4c3 fix build user
  • ed18cd5 🗜️ build [skip ci]
  • edf87e3 Remove static properties from helpers (#1575)
  • 81d3018 Remove incorrectly used browser field (#1573)
  • 2df8c4a Use Babel's loose mode for shorted & more performant code (#1572)
  • ef7fa93 fix changing global defaults (#1576)
  • 630aaa6 add test
  • d55fc10 fix changing global defaults
  • 34df290 Remove static properties from helpers

There are 101 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 12, 2019

After pinning to 0.7.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 18, 2020

  • The dependency marked was updated from 0.8.0 to 0.8.1.

Your tests are still failing with this version. Compare changes

Release Notes for 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
Commits

The new version differs by 33 commits.

  • b8c5541 Merge pull request #1616 from UziTech/release-0.8.1
  • 20d85bd 0.8.1
  • b0928cb build [skip ci]
  • 8d51037 Merge pull request #1617 from UziTech/following-nptable
  • c71ac10 Merge pull request #1619 from markedjs/dependabot/npm_and_yarn/acorn-7.1.1
  • 65febe4 Bump acorn from 7.1.0 to 7.1.1
  • 2d8045f test 3 spaces before table rows
  • 431f523 remove unneeded code
  • d8c09c1 add tests
  • cbcda26 copy table rules to nptables
  • 11a035e build [skip ci]
  • 8f1917e Merge pull request #1598 from calculuschild/table-block-breaks
  • 6ae3651 Merge pull request #1603 from octogonz/octogonz/fix-highlight.js
  • 6472717 Improve example for invoking highlight.js
  • 3ab4bf5 🗜️ build [skip ci]

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2020

  • The dependency marked was updated from 0.8.1 to 0.8.2.

Your tests are still failing with this version. Compare changes

Release Notes for 0.8.2

Fixes

  • Add html to TextRenderer for html in headings #1622
  • Remove html tags in heading ids #1622

Docs

  • Update comment about GitHub breaks #1620
Commits

The new version differs by 13 commits.

  • 4af69d3 Merge pull request #1624 from UziTech/release-0.8.2
  • 19f0d4f 0.8.2
  • 38403c0 build
  • d7b05cb update devdeps
  • 17ee15f build [skip ci]
  • 58e9fed Merge pull request #1622 from UziTech/render-html
  • 193a41e simplify tag regex
  • 7330a9c add html test to heading ids
  • f01ba94 add html to TextRenderer
  • cf3d0a0 Merge pull request #1620 from julien-c/patch-1
  • 9f2c0d1 Update docs/USING_ADVANCED.md
  • 885d728 Update docs/USING_ADVANCED.md
  • 4e3d20d Remove inaccurate proposition on GitHub

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2020

  • The dependency marked was updated from 0.8.2 to 1.0.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.0.0

Breaking changes

  • Add inline tokens to marked.lexer output #1627
  • Treat escape token same way as plain text tokens #1642
  • Add Tokenizer to allow extending token creation #1637

Features

  • Add marked.use() method to extend options #1646

Fixes

  • Fix intra-word emphasis can match the wrong asterisks #1636
  • Fix italics modifier (_) breaks links containing underscores #1641
  • Fix closing delimited * incorrect for consecutive ocurrences #1644

Docs

  • Fix lexer data token in demo #1638

CI

  • Move to GitHub Actions #1635
  • Update devDependencies #1648
Commits

The new version differs by 73 commits.

There are 73 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020

  • The dependency marked was updated from 1.0.0 to 1.1.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.1.0

Features

  • Add walkTokens option #1664

Fixes

  • Fix renderer.code includes space at beginning of each line of code #1645
  • Fix codespan newline #1652
  • Fix comma after underscore emphasis #1660
  • Fix loose task list with no tokens #1674
  • Add browser field in package.json pointing to es5 output #1661
  • Add newline to rendered code with language #1670
  • Fix async highlighter walking all tokens #1664

Docs

  • Add tokenizer to option docs #1662
Commits

The new version differs by 55 commits.

  • 8cfa29c Merge pull request #1677 from UziTech/release-1.1.0
  • cc8561a 1.1.0
  • 085b385 update devdeps
  • 05f2fd6 🗜️ build [skip ci]
  • 5ef872b Merge pull request #1664 from UziTech/fix-highlight-async
  • 12d8a6e remove return false to stop iteration
  • acc84eb add walkTokens to docs
  • 267a176 add use walkTokens tests
  • a337c76 add walkTokens option
  • db3b61b add tests
  • cb42b90 add list_item type to list item token
  • 52b91dc iterate over all tokens
  • a1d224d 🗜️ build [skip ci]
  • cec5f5e Merge pull request #1674 from UziTech/task-no-tokens
  • 369bf41 fix loose task list with no tokens

There are 55 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants