Skip to content

patch: bump node-html-markdown from 1.3.0 to 2.0.0#35

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-html-markdown-2.0.0
Open

patch: bump node-html-markdown from 1.3.0 to 2.0.0#35
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-html-markdown-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Copy link
Copy Markdown

Bumps node-html-markdown from 1.3.0 to 2.0.0.

Release notes

Sourced from node-html-markdown's releases.

v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Explicitly deny special handling for elements that should not be inside codeblocks

  • Explicitly deny special handling for elements that should not be inside codeblocks (80fd704)

Fixes

  • correct nested list indentation to 2 spaces (fixes #57) (9358ccc)
  • eliminate circular dependency between config and utilities (fixes #74) (3934406)
  • fixed table parsing issue (closes #38, closes #47) (5ac217a)
  • handle mixed-case HTML tags correctly (fixes #63) (9016420)
  • Ignore options overwritten if block element. (fixes #49) (bdc0d09)
  • preserve whitespace and newlines in code blocks (fixes #52, #24) (372be6d)
  • preserve whitespace before inline formatting elements (fixes #61, fixes #34) (ba035e6)
  • Prevent backslash escaping in tables within list items (fixes #60) (f15e482)
  • remove perf functions from browser builds (fixes #58) (d1552fd)
  • trim trailing whitespace while preserving two-space line breaks (c0062b8)
Changelog

Sourced from node-html-markdown's changelog.

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Explicitly deny special handling for elements that should not be inside codeblocks

  • Explicitly deny special handling for elements that should not be inside codeblocks (80fd704)

Fixes

  • correct nested list indentation to 2 spaces (fixes #57) (9358ccc)
  • eliminate circular dependency between config and utilities (fixes #74) (3934406)
  • fixed table parsing issue (closes #38, closes #47) (5ac217a)
  • handle mixed-case HTML tags correctly (fixes #63) (9016420)
  • Ignore options overwritten if block element. (fixes #49) (bdc0d09)
  • preserve whitespace and newlines in code blocks (fixes #52, #24) (372be6d)
  • preserve whitespace before inline formatting elements (fixes #61, fixes #34) (ba035e6)
  • Prevent backslash escaping in tables within list items (fixes #60) (f15e482)
  • remove perf functions from browser builds (fixes #58) (d1552fd)
  • trim trailing whitespace while preserving two-space line breaks (c0062b8)
Commits
  • e31e9b1 chore(release): 2.0.0
  • 5c6d2c6 build: Updated lockfile
  • f15e482 fix: Prevent backslash escaping in tables within list items (fixes #60)
  • bdc0d09 fix: Ignore options overwritten if block element. (fixes #49)
  • 86f4ac1 build(npm): Updated package.json to require Node >=20
  • 28e9358 test: Updated tests for all current changes
  • 80fd704 refactor!: Explicitly deny special handling for elements that should not be i...
  • c0062b8 fix: trim trailing whitespace while preserving two-space line breaks
  • 372be6d fix: preserve whitespace and newlines in code blocks (fixes #52, #24)
  • 9358ccc fix: correct nested list indentation to 2 spaces (fixes #57)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
Bumps [node-html-markdown](https://github.com/crosstype/node-html-markdown) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/crosstype/node-html-markdown/releases)
- [Changelog](https://github.com/crosstype/node-html-markdown/blob/master/CHANGELOG.md)
- [Commits](crosstype/node-html-markdown@v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: node-html-markdown
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/node-html-markdown-2.0.0 branch from 4c221b2 to 9ef1e8f Compare December 19, 2025 10:06
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.

0 participants