Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps @eslint/markdown from 6.5.0 to 6.6.0.

Release notes

Sourced from @​eslint/markdown's releases.

v6.6.0

6.6.0 (2025-06-20)

Features

  • add checkSiblingsOnly option to no-duplicate-headings rule (#393) (2512729)
  • add JSON frontmatter support (#411) (8b77e69)
  • add no-bare-urls rule (#418) (5149927)
  • add no-missing-link-fragments rule (#380) (70e7dac)
  • add no-reversed-media-syntax rule (#398) (ae547ab)
  • update no-multiple-h1 rule to recognize JSON frontmatter (#413) (33dda18)

Bug Fixes

  • ensure ATX headings follow spec for space after hash characters (#421) (bab9670)
Changelog

Sourced from @​eslint/markdown's changelog.

6.6.0 (2025-06-20)

Features

  • add checkSiblingsOnly option to no-duplicate-headings rule (#393) (2512729)
  • add JSON frontmatter support (#411) (8b77e69)
  • add no-bare-urls rule (#418) (5149927)
  • add no-missing-link-fragments rule (#380) (70e7dac)
  • add no-reversed-media-syntax rule (#398) (ae547ab)
  • update no-multiple-h1 rule to recognize JSON frontmatter (#413) (33dda18)

Bug Fixes

  • ensure ATX headings follow spec for space after hash characters (#421) (bab9670)
Commits
  • 187804b chore: release 6.6.0 🚀 (#410)
  • ae547ab feat: add no-reversed-media-syntax rule (#398)
  • 5149927 feat: add no-bare-urls rule (#418)
  • 2435390 chore: fix wrong @fileoverview description (#428)
  • f7fb0cf refactor: add default options for fenced-code-language and no-html (#427)
  • 0add950 chore: replace npm-prepare script with npm workspace feature (#417)
  • 8c24fad chore: update lint-staged to run git add README.md when rules change (#426)
  • 33dda18 feat: update no-multiple-h1 rule to recognize JSON frontmatter (#413)
  • bab9670 fix: ensure ATX headings follow spec for space after hash characters (#421)
  • fdf559e test: add test for findOffsets() util (#420)
  • 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 will merge this PR once CI passes on it, as requested by @NSeydoux.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 23, 2025 04:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 23, 2025
@dependabot dependabot bot temporarily deployed to ESS PodSpaces June 23, 2025 04:37 Inactive
@dependabot dependabot bot temporarily deployed to ESS Release-2-3 June 23, 2025 04:37 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint/markdown-6.6.0 branch from 6bf729c to 52a411a Compare June 25, 2025 13:42
@dependabot dependabot bot temporarily deployed to ESS Release-2-3 June 25, 2025 13:42 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces June 25, 2025 13:42 Inactive
Copy link
Contributor

@NSeydoux NSeydoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint/markdown-6.6.0 branch from 52a411a to 61137dc Compare June 25, 2025 13:46
@dependabot dependabot bot temporarily deployed to ESS PodSpaces June 25, 2025 13:46 Inactive
@dependabot dependabot bot temporarily deployed to ESS Release-2-3 June 25, 2025 13:46 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint/markdown-6.6.0 branch from 61137dc to 5fc93d3 Compare June 25, 2025 13:51
@dependabot dependabot bot temporarily deployed to ESS PodSpaces June 25, 2025 13:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS Release-2-3 June 25, 2025 13:51 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint/markdown-6.6.0 branch from 5fc93d3 to 07321f2 Compare June 25, 2025 13:55
@dependabot dependabot bot temporarily deployed to ESS Release-2-3 June 25, 2025 13:55 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces June 25, 2025 13:55 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint/markdown-6.6.0 branch from 07321f2 to a92bb8c Compare June 25, 2025 13:59
@dependabot dependabot bot temporarily deployed to ESS Release-2-3 June 25, 2025 13:59 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces June 25, 2025 13:59 Inactive
Bumps [@eslint/markdown](https://github.com/eslint/markdown) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/eslint/markdown/releases)
- [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/markdown@v6.5.0...v6.6.0)

---
updated-dependencies:
- dependency-name: "@eslint/markdown"
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint/markdown-6.6.0 branch from a92bb8c to 0af2920 Compare June 25, 2025 14:03
@dependabot dependabot bot temporarily deployed to ESS Release-2-3 June 25, 2025 14:04 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces June 25, 2025 14:04 Inactive
@dependabot dependabot bot merged commit a0b52f4 into main Jun 25, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint/markdown-6.6.0 branch June 25, 2025 14: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.

2 participants