Bump markdown-it-deflist from 3.0.1 to 4.0.0 - #281
Conversation
Bumps [markdown-it-deflist](https://github.com/markdown-it/markdown-it-deflist) from 3.0.1 to 4.0.0. - [Changelog](https://github.com/markdown-it/markdown-it-deflist/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it-deflist@3.0.1...4.0.0) --- updated-dependencies: - dependency-name: markdown-it-deflist dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
@copilot please get this update passing in the tests |
…ility
The @types/markdown-it package exposes separate ESM and CJS type definitions.
Plugins like @types/markdown-it-footnote and markdown-it-attrs use
require('markdown-it') resolving to CJS types, while the project's ESM
imports get different ESM types. This causes incompatible .use() call types.
Add // @ts-ignore comments before the affected .use() calls, consistent
with the existing pattern used for other plugins in the file.
Fixed in commit |
|
@copilot please use expect-error and never ignore. |
Done in commit |
Coverage Report for CI Build 30596468740Coverage decreased (-0.5%) to 91.448%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Bumps markdown-it-deflist from 3.0.1 to 4.0.0.
Changelog
Sourced from markdown-it-deflist's changelog.
Commits
1d342ee4.0.0 released6707cdcAdd funding infoa3a4501Store definition nesting depth inenv1a45a68Coverage improvedacd02adoc: Enchance description of known differences1349caaApply definition list compactness per termd4c086aAllow definition markers without inline content9dc9a89Limit definition marker indentation to 3 spaces544bfcbFix loose definition lists after terms1f72ceflint => neostandardDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)