Skip to content

⬆️ npm(deps-dev): Bump the npm-dev group across 1 directory with 2 updates#165

Merged
stoe merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dev-6a6663fe42
Jul 10, 2026
Merged

⬆️ npm(deps-dev): Bump the npm-dev group across 1 directory with 2 updates#165
stoe merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dev-6a6663fe42

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-dev group with 2 updates in the / directory: @eslint/markdown and prettier.

Updates @eslint/markdown from 8.0.2 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)
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)
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

Updates prettier from 3.9.4 to 3.9.5

Release notes

Sourced from prettier's releases.

3.9.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.5

diff

Markdown: Cap ordered list mark at 999,999,999 (#19351 by @​tats-u)

CommonMark parsers only support ordered list item numbers up to 999,999,999.

With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:

<!-- Input -->
999999998. text
999999998. text
999999998. text
999999998. text
1234567890123456789012) text
<!-- Prettier 3.9.4 -->
999999998. text
999999999. text
1000000000. text
1000000001. text
1234567890123456789012) text
<!-- Prettier 3.9.5 -->
999999998. text
999999999. text
999999999. text
999999999. text
1234567890123456789012) text

Markdown: Avoid corrupting empty link with title (#19487 by @​andersk)

Do not remove <> from an inline link or image with an empty URL and a title, as this removal would change its interpretation.

<!-- Input -->
[link](https://github.com/prettier/prettier/blob/main/<> "title")
<!-- Prettier 3.9.4 -->
[link](https://github.com/prettier/prettier/blob/main/ "title")
<!-- Prettier 3.9.5 -->
</tr></table>

... (truncated)

Commits

@dependabot dependabot Bot added dependency 🤖 Dependency update (dependabot) javascript Pull requests that updates JavaScript code or dependencies labels Jul 10, 2026
@dependabot dependabot Bot requested a review from stoe as a code owner July 10, 2026 08:01
@dependabot dependabot Bot added dependency 🤖 Dependency update (dependabot) javascript Pull requests that updates JavaScript code or dependencies labels Jul 10, 2026
…dates

Bumps the npm-dev group with 2 updates in the / directory: [@eslint/markdown](https://github.com/eslint/markdown) and [prettier](https://github.com/prettier/prettier).


Updates `@eslint/markdown` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/eslint/markdown/releases)
- [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/markdown@v8.0.2...v8.0.3)

Updates `prettier` from 3.9.4 to 3.9.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.9.4...3.9.5)

---
updated-dependencies:
- dependency-name: "@eslint/markdown"
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title ⬆️ npm(deps-dev): Bump the npm-dev group with 2 updates ⬆️ npm(deps-dev): Bump the npm-dev group across 1 directory with 2 updates Jul 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-dev-6a6663fe42 branch from b10751d to e0ad3d8 Compare July 10, 2026 08:09
@stoe stoe merged commit 9b2719c into main Jul 10, 2026
5 of 6 checks passed
@stoe stoe deleted the dependabot/npm_and_yarn/npm-dev-6a6663fe42 branch July 10, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency 🤖 Dependency update (dependabot) javascript Pull requests that updates JavaScript code or dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant