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-dev): Bump commonmark from 0.29.3 to 0.30.0 #2114

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Bumps commonmark from 0.29.3 to 0.30.0.

Release notes

Sourced from commonmark's releases.

commonmark.js 0.30.0

  • Update tests to 0.30 spec.txt.
  • Fix commonmark/cmark#383. Our optimization for emphasis parsing was flawed, leading to some corner cases where nested emphasis was parsed incorrectly.
  • Allow user to specify a function to escape the output (#217, newfivefour).
  • Simplify reThematicBreak.
  • Fix documentation for node.listType (TheWastl). The parser produces lowercase strings, but the README said the strings are capitalized.
  • Fix handling of type 7 HTML blocks (#213). They can't interrupt paragraphs (even with laziness).
  • Fix link label normalization with backslash before newline (#211).
  • Only match punctuation at the beginning of the string (Vladimir Pouzanov). This makes the punctuation use match reUnicodeWhitespaceChar usage in scanDelims. It's effectively a no-op, as char_after is expected to only contain a single character anyways.
  • Recognize '01' as start number 1 (#207).
  • Use rollup --banner to include license info.
  • Remove dist files from the repository. Instead we now generate them with pretest and prepublish scripts.
  • Simplify dingus Makefile.
  • Fix an iframe loading timing issue in the dingus (icyrockcom). Closes commonmark/commonmark-spec-web#15.
Changelog

Sourced from commonmark's changelog.

[0.30.0]

  • Update tests to 0.30 spec.txt.
  • Fix commonmark/cmark#383. Our optimization for emphasis parsing was flawed, leading to some corner cases where nested emphasis was parsed incorrectly.
  • Allow user to specify a function to escape the output (#217, newfivefour).
  • Simplify reThematicBreak.
  • Fix documentation for node.listType (TheWastl). The parser produces lowercase strings, but the README said the strings are capitalized.
  • Fix handling of type 7 HTML blocks (#213). They can't interrupt paragraphs (even with laziness).
  • Fix link label normalization with backslash before newline (#211).
  • Only match punctuation at the beginning of the string (Vladimir Pouzanov). This makes the punctuation use match reUnicodeWhitespaceChar usage in scanDelims. It's effectively a no-op, as char_after is expected to only contain a single character anyways.
  • Recognize '01' as start number 1 (#207).
  • Use rollup --banner to include license info.
  • Remove dist files from the repository. Instead we now generate them with pretest and prepublish scripts.
  • Simplify dingus Makefile.
  • Fix an iframe loading timing issue in the dingus (icyrockcom). Closes commonmark/commonmark-spec-web#15.

[0.29.3]

  • Fix some rough edges around ES modules (Kyle E. Mitchell) (#195, #201, #203):
    • Set module types via package.json files in subdirectories. A number of JavaScript files were rewritten as ES Modules, but their extensions remained .js. That extension is ambiguous to newer version of the Node.js runtime, which can load both CommonJS modules and ES Modules. To fix this, we add package.json files with type properties to the various subdirectories. Setting type to "module" tells Node.js to interpret .js files in that directory and below as ES Modules. Otherwise, Node.js falls back on the package.json at root, which currently sets type to "commonjs".
    • Make benchmark and test use commonjs again.
    • bin: remove use of ESM and use require('../'). Node.js version 14, which supports ES Modules without any flag or the esm package, is currently in long-term support. But a great many folks still run older version of Node.js that either don't support ES Modules at all or hide that support behind a feature flag.
    • Import specific functions from entities package.
    • Update "Basic Usage" comment in lib/index.js.
  • Remove package-lock.json (Kyle E. Mitchell).
  • Fix 'make test' target so that dist is built.

... (truncated)

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 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 [commonmark](https://github.com/commonmark/commonmark.js) from 0.29.3 to 0.30.0.
- [Release notes](https://github.com/commonmark/commonmark.js/releases)
- [Changelog](https://github.com/commonmark/commonmark.js/blob/master/changelog.txt)
- [Commits](commonmark/commonmark.js@0.29.3...0.30.0)

---
updated-dependencies:
- dependency-name: commonmark
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jun 21, 2021
@vercel
Copy link

vercel bot commented Jun 21, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/markedjs/markedjs/4AbMvNAR79Ckb9V4MVziZQsne4wS
✅ Preview: https://markedjs-git-dependabot-npmandyarncommonmark-0300-markedjs.vercel.app

@UziTech
Copy link
Member

UziTech commented Jun 21, 2021

This update is taken care of by #2113

@UziTech UziTech closed this Jun 21, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2021

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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/commonmark-0.30.0 branch June 21, 2021 16:13
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.

None yet

1 participant