Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 13, 2021

Bumps marked from 2.0.3 to 3.0.3.

Release notes

Sourced from marked's releases.

v3.0.3

3.0.3 (2021-09-08)

Bug Fixes

v3.0.2

3.0.2 (2021-08-25)

Bug Fixes

  • stop table at lines with only whitespace (#2188) (21268ab)

v3.0.1

3.0.1 (2021-08-23)

Bug Fixes

v3.0.0

3.0.0 (2021-08-16)

Bug Fixes

BREAKING CHANGES

  • Drop support for node 10.
  • Add module field to package.json

  • Tokenizers will create their own tokens with this.lexer.inline(text, tokens). The inline function will queue the token creation until after all block tokens are created.
  • Extensions tokenizer this object will include the lexer as a property. this.inlineTokens becomes this.lexer.inline.
  • Extensions renderer this object will include the parser as a property. this.parseInline becomes this.parser.parseInline.
  • tag and inlineText tokenizer function signatures have changed.

... (truncated)

Commits
  • 784ba5f chore(release): 3.0.3 [skip ci]
  • 3b7bd95 🗜️ build [skip ci]
  • 910f0f0 fix: fix space at end of table line (#2201)
  • b445b64 chore(deps-dev): Bump @​babel/preset-env from 7.15.0 to 7.15.4 (#2199)
  • 03d2d22 chore(deps-dev): Bump @​semantic-release/git from 9.0.0 to 9.0.1 (#2200)
  • 12da1ca chore(deps-dev): Bump node-fetch from 2.6.1 to 3.0.0 (#2198)
  • d95ad78 chore(deps-dev): Bump @​babel/core from 7.15.0 to 7.15.5 (#2197)
  • 951e0ca chore(deps-dev): Bump semantic-release from 17.4.5 to 17.4.7 (#2195)
  • 8c4cd62 chore(deps-dev): Bump eslint-plugin-import from 2.24.1 to 2.24.2 (#2194)
  • d1b7d52 chore(release): 3.0.2 [skip ci]
  • Additional commits viewable in compare view

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 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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 to 3.0.3.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](markedjs/marked@v2.0.3...v3.0.3)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 13, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 20, 2021

Superseded by #50.

@dependabot dependabot bot closed this Sep 20, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/marked-3.0.3 branch September 20, 2021 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants