Skip to content

Bump the all group across 1 directory with 3 updates#3100

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-57e43c654e
Open

Bump the all group across 1 directory with 3 updates#3100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-57e43c654e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all group with 3 updates in the / directory: eslint-plugin-github, filesize and prettier.

Updates eslint-plugin-github from 6.0.0 to 6.1.0

Release notes

Sourced from eslint-plugin-github's releases.

v6.1.0

  • Expanded supported ESLint peer range Changed peerDependencies from ^8 || ^9 to ^8 || ^9 || ^10
  • Fixed flat recommended plugin wiring for compatibility Wrapped eslint-plugin-eslint-comments with @​eslint/compat

v6.1.0-alpha

  • Expanded supported ESLint peer range Changed peerDependencies from ^8 || ^9 to ^8 || ^9 || ^10
  • Fixed flat recommended plugin wiring for compatibility Wrapped eslint-plugin-eslint-comments with @​eslint/compat
Commits
  • 3611a16 Merge pull request #713 from github/alaingoga/eslint10-compact
  • fe11575 Support ESLint 10: widen peer range and fix eslint-comments in flat recommend...
  • 2dcfb60 Merge pull request #706 from github/dependabot/npm_and_yarn/all-dependencies-...
  • e0b18e1 docs: regenerate rule docs for eslint-doc-generator v3
  • 2e8b012 chore(deps): bump the all-dependencies group across 1 directory with 14 updates
  • 2ebd311 Merge pull request #710 from github/dependabot/npm_and_yarn/test-examples/fla...
  • b5ef200 Merge pull request #709 from github/dependabot/npm_and_yarn/js-yaml-4.2.0
  • 9a76848 Merge pull request #711 from github/dependabot/github_actions/actions/checkou...
  • c3a5853 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0
  • 098fa25 chore(deps-dev): bump js-yaml
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-github since your current version.


Updates filesize from 11.0.19 to 11.0.22

Changelog

Sourced from filesize's changelog.

11.0.22

11.0.21

9 July 2026

11.0.20

9 July 2026

Commits

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

Bumps the all group with 3 updates in the / directory: [eslint-plugin-github](https://github.com/github/eslint-plugin-github), [filesize](https://github.com/avoidwork/filesize.js) and [prettier](https://github.com/prettier/prettier).


Updates `eslint-plugin-github` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v6.0.0...v6.1.0)

Updates `filesize` from 11.0.19 to 11.0.22
- [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
- [Commits](avoidwork/filesize.js@11.0.19...11.0.22)

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-plugin-github
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: filesize
  dependency-version: 11.0.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from a team as code owners July 10, 2026 05:33
@dependabot dependabot Bot requested review from jonrohan and sam-smolenski July 10, 2026 05:33
@changeset-bot

changeset-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f1dff3c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants