Skip to content

npm: bump @eslint/markdown from 7.5.1 to 8.0.3#11

Open
dependabot[bot] wants to merge 44 commits into
masterfrom
dependabot/npm_and_yarn/eslint/markdown-8.0.3
Open

npm: bump @eslint/markdown from 7.5.1 to 8.0.3#11
dependabot[bot] wants to merge 44 commits into
masterfrom
dependabot/npm_and_yarn/eslint/markdown-8.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown

Bumps @eslint/markdown from 7.5.1 to 8.0.3.

Release notes

Sourced from @​eslint/markdown's releases.

v8.0.3

8.0.3 (2026-07-01)

Bug Fixes

  • type compatibility issue between Markdown v8 and ESLint v9.39.x (#648) (3986839)
  • update dependency @​eslint/plugin-kit to ^0.7.2 (#665) (645b0c3)

v8.0.2

8.0.2 (2026-05-19)

Bug Fixes

v8.0.1

8.0.1 (2026-03-30)

Bug Fixes

  • align no-reversed-media-syntax masking with UTF-16 offsets (#640) (7111e25)

v8.0.0

8.0.0 (2026-03-24)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561)
  • remove /types export (#564)

Features

  • add fenced-code-meta rule (#512) (f30e1c9)
  • add option to no-duplicate/unused-definitions rules (#616) (d189c5e)
  • fix incorrect regex pattern in no-multiple-h1 (#624) (e57e398)
  • fix incorrect regex pattern in require-alt-text and no-html (#604) (cd264d0)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561) (f6d2a22)
  • support Math (#617) (cc03b5f)

Bug Fixes

  • false positive triggered by comments in no-html (a2ccff8)

... (truncated)

Changelog

Sourced from @​eslint/markdown's changelog.

8.0.3 (2026-07-01)

Bug Fixes

  • type compatibility issue between Markdown v8 and ESLint v9.39.x (#648) (3986839)
  • update dependency @​eslint/plugin-kit to ^0.7.2 (#665) (645b0c3)

8.0.2 (2026-05-19)

Bug Fixes

8.0.1 (2026-03-30)

Bug Fixes

  • align no-reversed-media-syntax masking with UTF-16 offsets (#640) (7111e25)

8.0.0 (2026-03-24)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561)
  • remove /types export (#564)

Features

  • add fenced-code-meta rule (#512) (f30e1c9)
  • add option to no-duplicate/unused-definitions rules (#616) (d189c5e)
  • fix incorrect regex pattern in no-multiple-h1 (#624) (e57e398)
  • fix incorrect regex pattern in require-alt-text and no-html (#604) (cd264d0)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561) (f6d2a22)
  • support Math (#617) (cc03b5f)

Bug Fixes

  • false positive triggered by comments in no-html (a2ccff8)
  • false positive triggered by HTML inside comments in no-html (#592) (a2ccff8)
  • false positives for inline elements in no-reversed-media-syntax (#597) (8538c10)
  • recognize Definition node in no-missing-link-fragments (#603) (9b58e36)
  • recognize HTML heading in no-missing-link-fragments (#583) (bd9dfa3)

... (truncated)

Commits
  • e93e014 chore: release 8.0.3 🚀 (#666)
  • 5c16c41 docs: Update README sponsors
  • f5b6548 docs: Update README sponsors
  • c627dca docs: Update README sponsors
  • 54d3323 chore: update non-major dev-dependencies to v3.8.4 (#670)
  • d006b8a docs: Update README sponsors
  • 3986839 fix: type compatibility issue between Markdown v8 and ESLint v9.39.x (#648)
  • 133ddaa docs: Update README sponsors
  • c154e51 docs: Update README sponsors
  • 15e6148 chore: update dependency @​eslint/json to v2 (#668)
  • Additional commits viewable in compare view

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 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)

ptpt52 and others added 30 commits July 3, 2026 00:32
This limit the password characters to A-Z, a-z, 0-9, and 33 special
characters

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
fixes issue #4370

Signed-off-by: Dirk Brenken <dev@brenken.org>
Also fix issue of options being overwritten:
switch0.js switch1.js use the same option name, and one would
overwrite the other

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
looks like mode option is conflict with somewhat..

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@ptpt52 ptpt52 force-pushed the master branch 6 times, most recently from 4d5986a to fd51d20 Compare July 9, 2026 23:44
@ptpt52 ptpt52 force-pushed the master branch 3 times, most recently from 72d6e1e to 0540f33 Compare July 15, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants