mainmatter / playbook

A book describing the patterns and practices that Mainmatter uses to build lasting products, systematically.
https://simplabs.com/playbook/
13 stars 1 forks source link

Bump marked from 2.1.3 to 3.0.1 #168

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps marked from 2.1.3 to 3.0.1.

Release notes

Sourced from marked's releases.

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.

  • nptable tokenizer is removed and merged with table tokenizer.
  • table tokens header property changed to contain an array of objects for each header cell with text and tokens properties.
  • table tokens cells property changed to rows and is an array of rows where each row contains an array of objects for each cell with text and tokens properties.

v2 table token:

{
  "type": "table",
  "align": [null, null],
  "raw": "| a | b |\n|---|---|\n| 1 | 2 |\n",
  "header": ["a", "b"],
  "cells": [["1", "2"]],
  "tokens": {
    "header": [
</tr></table> 

... (truncated)

Commits
  • ce30ed4 chore(release): 3.0.1 [skip ci]
  • ddef60f 🗜️ build [skip ci]
  • e03b5c1 fix: fix gfm urls after link (#2186)
  • 73c39ca chore(deps-dev): Bump eslint-plugin-import from 2.24.0 to 2.24.1 (#2185)
  • 42e82a9 chore(deps-dev): Bump jasmine from 3.8.0 to 3.9.0 (#2184)
  • a9076f8 chore(deps-dev): Bump rollup from 2.56.2 to 2.56.3 (#2183)
  • 9c312b2 chore(docs): fix extension docs indentation (#2178)
  • e2ee4ea chore(deps-dev): Bump semantic-release from 17.4.4 to 17.4.5 (#2175)
  • 6fa4842 chore(docs): Add note about supported versions (#1938)
  • e781b18 chore(release): 3.0.0 [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)
dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.