Skip to content

chore(deps): bump the dependencies group with 3 updates #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps the dependencies group with 3 updates: @github/markdownlint-github, markdownlint and all-contributors-cli.

Updates @github/markdownlint-github from 0.6.2 to 0.8.0

Release notes

Sourced from @​github/markdownlint-github's releases.

v0.8.0

Returns support for browser environments by removing the dependency on Node's fs tooling. Also makes the init method synchronous.

What's Changed

Other changes

Full Changelog: github/markdownlint-github@v0.7.0...v0.8.0

v0.7.0

What's Changed

Breaking: to support future versions of markdownlint, this version moves the library from CommonJS to ESM

... (truncated)

Commits
  • c5d7531 Update config files to use plain JS instead of JSON (#149)
  • 6a47732 chore: Bump eslint from 9.24.0 to 9.25.0 in the all-dependencies group (#148)
  • af0814e chore: Bump eslint from 9.23.0 to 9.24.0 in the all-dependencies group (#147)
  • de4f8c7 Bump eslint-plugin-github from 5.1.8 to 6.0.0 (#146)
  • 14d7d0c chore: group dependabot (#145)
  • aa45b18 Bump eslint-plugin-github from 5.1.7 to 5.1.8 (#144)
  • 141772d Bump eslint-plugin-github from 5.1.5 to 5.1.7 (#142)
  • 6ea710c Bump github/accessibility-alt-text-bot from 1.6.0 to 1.7.1 (#143)
  • eff2496 Bump eslint-plugin-github from 5.1.4 to 5.1.5 (#140)
  • a503dbb Bump markdownlint from 0.37.3 to 0.37.4 (#141)
  • Additional commits viewable in compare view

Updates markdownlint from 0.33.0 to 0.38.0

Changelog

Sourced from markdownlint's changelog.

0.38.0

  • Add MD059/descriptive-link-text
  • Improve MD025/MD027/MD036/MD038/MD041/MD043/MD045/MD051/MD052
  • markdown-it parser no longer a production dependency (breaking change)
    • Add markdownItFactory option, remove markdownItPlugins option
  • Remove support for end-of-life Node version 18
  • Improve performance
  • Update dependencies

0.37.4

  • Stop using module.createRequire, export resolveModule

0.37.3

  • Tweak package.json dependencies to work with pnpm

0.37.2

  • Add subpath imports for overriding default bundler behavior
  • Improve MD032

0.37.1

  • Add support for "browser" condition (as used by webpack)

0.37.0

0.36.1

  • Fix behavior of MD054

0.36.0

  • Improve MD051
  • Move applyFix and applyFixes from helpers to core
  • Make micromark parser available to custom rules
  • Introduce ./micromark helpers exports
  • Update custom/rule documentation
  • Improve performance
  • Update dependencies

0.35.0

... (truncated)

Commits
  • 224987d Update to version 0.38.0.
  • 8cb8f6c Bump @​eslint/js from 9.25.1 to 9.26.0
  • a1506e7 Bump eslint from 9.25.1 to 9.26.0
  • b393508 Bump ava from 6.2.0 to 6.3.0
  • 738f4aa Update test repo snapshots.
  • 979419c Remove support for end-of-life Node 18 (continued).
  • 4d8e79d Remove support for end-of-life Node 18 (continued).
  • 6adfaf6 Update MD025/single-title and MD051/link-fragments to ignore headings that ex...
  • a4b7ffa Remove support for end-of-life Node 18.
  • f34f4dd Update Checkers workflow to ignore all github.com links because they return H...
  • Additional commits viewable in compare view

Updates all-contributors-cli from 6.25.1 to 6.26.1

Release notes

Sourced from all-contributors-cli's releases.

v6.26.1

6.26.1 (2023-07-07)

Bug Fixes

  • add correct arguments to the formatConfig() call (#360) (cfb1d9c)

v6.26.0

6.26.0 (2023-05-28)

Features

  • use Prettier to write config file, if possible (#356) (e0a5312)
Commits
  • cfb1d9c fix: add correct arguments to the formatConfig() call (#360)
  • e0a5312 feat: use Prettier to write config file, if possible (#356)
  • 45787a7 docs: add dwmkerr as a contributor for bug, test, and code (#353)
  • See full diff in compare view

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 7, 2025 21:13
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2025
@dependabot dependabot bot requested a review from accessibility-bot August 7, 2025 21:13
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Aug 7, 2025
@JoyceZhu
Copy link
Contributor

JoyceZhu commented Aug 7, 2025

@dependabot rebase

Bumps the dependencies group with 3 updates: [@github/markdownlint-github](https://github.com/github/markdownlint-github), [markdownlint](https://github.com/DavidAnson/markdownlint) and [all-contributors-cli](https://github.com/all-contributors/all-contributors-cli).


Updates `@github/markdownlint-github` from 0.6.2 to 0.8.0
- [Release notes](https://github.com/github/markdownlint-github/releases)
- [Changelog](https://github.com/github/markdownlint-github/blob/main/CHANGELOG.md)
- [Commits](github/markdownlint-github@v0.6.2...v0.8.0)

Updates `markdownlint` from 0.33.0 to 0.38.0
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint@v0.33.0...v0.38.0)

Updates `all-contributors-cli` from 6.25.1 to 6.26.1
- [Release notes](https://github.com/all-contributors/all-contributors-cli/releases)
- [Commits](all-contributors/cli@v6.25.1...v6.26.1)

---
updated-dependencies:
- dependency-name: "@github/markdownlint-github"
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdownlint
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: all-contributors-cli
  dependency-version: 6.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the 8333dependabot/npm_and_yarn/dependencies-3127bc2c86 branch from 082b6ee to ae614e7 Compare August 7, 2025 22:43
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.

1 participant