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

Bump marked and remark-typedoc-symbol-links in /docs-v3 #2834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2022

Bumps marked and remark-typedoc-symbol-links. These dependencies needed to be updated together.
Updates marked from 1.0.0 to 4.0.18

Release notes

Sourced from marked's releases.

v4.0.18

4.0.18 (2022-07-11)

Bug Fixes

v4.0.17

4.0.17 (2022-06-13)

Bug Fixes

  • Code and heading after list without blank line (#2483) (15f3f15)

v4.0.16

4.0.16 (2022-05-17)

Bug Fixes

v4.0.15

4.0.15 (2022-05-02)

Bug Fixes

v4.0.14

4.0.14 (2022-04-11)

Bug Fixes

v4.0.13

4.0.13 (2022-04-08)

Bug Fixes

  • allow emStrong regex to consume more characters at once (#2433) (35583c3)

v4.0.12

4.0.12 (2022-01-27)

... (truncated)

Commits
  • 459085b chore(release): 4.0.18 [skip ci]
  • 9fb5721 🗜️ build [skip ci]
  • 01c98d1 fix: fix heading in list item (#2520)
  • c906a1f chore(deps): Bump moment from 2.29.3 to 2.29.4 (#2530)
  • 7b39f94 chore(deps-dev): Bump rollup from 2.75.7 to 2.76.0 (#2528)
  • 9633c19 chore(deps-dev): Bump @​semantic-release/github from 8.0.4 to 8.0.5 (#2529)
  • 2e7c61d chore(deps-dev): Bump eslint from 8.18.0 to 8.19.0 (#2522)
  • 3302455 chore(deps-dev): Bump @​babel/core from 7.18.5 to 7.18.6 (#2523)
  • e5b9e1d chore(deps-dev): Bump eslint-plugin-n from 15.2.3 to 15.2.4 (#2524)
  • 32fa61a chore(deps-dev): Bump @​babel/preset-env from 7.18.2 to 7.18.6 (#2525)
  • Additional commits viewable in compare view

Updates remark-typedoc-symbol-links from 1.0.1 to 1.2.2

Release notes

Sourced from remark-typedoc-symbol-links's releases.

v1.2.2

1.2.2 (2021-10-04)

Bug Fixes

  • remark 13+ and duplicated text nodes (#31) (11e1534)

v1.2.1

1.2.1 (2021-10-04)

Bug Fixes

v1.2.0

1.2.0 (2021-04-23)

Features

v1.1.0

1.1.0 (2020-05-29)

Features

  • export options in types module (ffcd8c6)
Commits
  • 11e1534 fix: remark 13+ and duplicated text nodes (#31)
  • c7102dc fix: add remark 13 support (#29)
  • a13f670 feat: work with remark@13 (#14)
  • 6079e62 chore: Add tests for typedoc@0.20.x (#12)
  • 48b205f chore(deps): bump ini from 1.3.5 to 1.3.8 (#9)
  • bb1d187 chore(deps): bump highlight.js from 10.0.3 to 10.4.1 (#8)
  • 8271000 chore(deps-dev): bump semantic-release from 17.0.8 to 17.2.3 (#6)
  • a4c6c19 chore(deps): bump npm-user-validate from 1.0.0 to 1.0.1 (#5)
  • 01afe83 chore(deps): bump node-fetch from 2.6.0 to 2.6.1 (#3)
  • 6bd3a1e chore(deps): bump npm from 6.14.0 to 6.14.6 (#2)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2022
Bumps [marked](https://github.com/markedjs/marked) and [remark-typedoc-symbol-links](https://github.com/kamranayub/remark-typedoc-symbol-links). These dependencies needed to be updated together.

Updates `marked` from 1.0.0 to 4.0.18
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v1.0.0...v4.0.18)

Updates `remark-typedoc-symbol-links` from 1.0.1 to 1.2.2
- [Release notes](https://github.com/kamranayub/remark-typedoc-symbol-links/releases)
- [Commits](kamranayub/remark-typedoc-symbol-links@v1.0.1...v1.2.2)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: indirect
- dependency-name: remark-typedoc-symbol-links
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs-v3/marked-and-remark-typedoc-symbol-links-4.0.18 branch from 5e5c5f4 to 452d66c Compare August 16, 2022 18:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants