Bump marked and jsdoc
Bumps marked to 4.1.1 and updates ancestor dependency jsdoc. These dependencies need to be updated together.
Updates marked from 0.7.0 to 4.1.1
Release notes
Sourced from marked's releases.
v4.1.1
4.1.1 (2022-10-01)
Bug Fixes
- remove smartLists from docs and code (#2596) (f6ba2e3), closes #2582 #2582 #2582 #2582 #2582 #2582 #2582
v4.1.0
4.1.0 (2022-08-30)
Features
v4.0.19
4.0.19 (2022-08-21)
Bug Fixes
v4.0.18
4.0.18 (2022-07-11)
Bug Fixes
v4.0.17
4.0.17 (2022-06-13)
Bug Fixes
v4.0.16
4.0.16 (2022-05-17)
Bug Fixes
v4.0.15
4.0.15 (2022-05-02)
... (truncated)
Commits
8075e15chore(release): 4.1.1 [skip ci]d7a7876🗜️ build [skip ci]f6ba2e3fix: remove smartLists from docs and code (#2596)e731507chore(deps-dev): Bump uglify-js from 3.17.0 to 3.17.2 (#2590)678cb20chore(deps-dev): Bump rollup from 2.79.0 to 2.79.1 (#2591)e246d0fchore(deps-dev): Bump eslint from 8.23.1 to 8.24.0 (#2592)ebcac5achore(deps-dev): Bump eslint-plugin-n from 15.2.5 to 15.3.0 (#2593)7c907cbdocs: add known extensions (#2588)ae3e71cchore(deps-dev): Bump@babel/corefrom 7.19.0 to 7.19.1 (#2586)5a3888dchore(deps-dev): Bump@babel/preset-envfrom 7.19.0 to 7.19.1 (#2587)- Additional commits viewable in compare view
Updates jsdoc from 3.6.3 to 3.6.11
Changelog
Sourced from jsdoc's changelog.
3.6.11 (July 2022)
Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later.
3.6.10 (January 2022)
Fixes an issue in JSDoc 3.6.9 that prevented JSDoc from being installed in some continuous integration (CI) environments.
3.6.9 (January 2022)
Fixes an issue in JSDoc 3.6.8 that prevented
npm install jsdocfrom working.3.6.8 (January 2022)
Updates dependencies.
3.6.7 (May 2021)
Updates dependencies.
3.6.6 (September 2020)
Fixes an issue that could cause members of an interface to be tracked incorrectly if the interface was both defined as an ES2015 class and assigned to a variable. For example:
/** @interface */ foo.Bar = class { constructor() { /** This member was missing from the generated docs. */ this.baz = null; } }3.6.5 (July 2020)
Prevents circular references in doclets when two function parameters use the same type expression, and the
--debugflag is present.3.6.4 (April 2020)
... (truncated)
Commits
dc48aa63.6.11cccfd3dchore(deps): resolve dependency vulnerabilityff5963afix(deps): rollback klaw to 3.x (#2002)2bf9f883.6.10ffa07daremovenpm preinstallscript (#1971)aab7b503.6.924c1354fix installation error when installing via npm (#1970)c5ea65a3.6.8a024054update dependenciese1f19193.6.7- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.