Skip to content

Bump the formatting group with 2 updates#135

Merged
komed3 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/formatting-6b62157560
Jul 12, 2026
Merged

Bump the formatting group with 2 updates#135
komed3 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/formatting-6b62157560

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the formatting group with 2 updates: prettier and rollup-plugin-prettier.

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

Updates rollup-plugin-prettier from 4.1.2 to 4.2.0

Changelog

Sourced from rollup-plugin-prettier's changelog.

3.1.0 (2023-09-02)

  • release: prepare next release (a0b4e25)
  • release: release version (d0e74cb)
  • docs: update README (292fc60)
  • chore: update changelog (8471c0d)
  • chore: Update copyright header (ba8f0d4)
  • chore: update node version in nvmrc file (c3a5060)
  • chore: upgrade rimraf to version 4.4.0 (df377d4)
  • chore(ci): add node 19 (f8b7d4d)
  • chore(ci): add node 20 (7063210)
  • chore(ci): remove useless dependabot auto-merge job (f4eb211)
  • chore(ci): upgrade actions/checkout to version 3.1.0 (ff2ec53)
  • chore(ci): upgrade actions/checkout to version 3.5.3 (db0525c)
  • chore(ci): upgrade actions/checkout to version 3.6.0 (ab4b178)
  • chore(ci): upgrade actions/setup-node to version 3.7.0 (39a628b)
  • chore(ci): upgrade actions/setup-node to version 3.8.1 (ecb0bd3)
  • chore(deps-dev): bump @​babel/core from 7.19.6 to 7.20.2 (7593cbe)
  • chore(deps-dev): bump @​babel/core from 7.20.12 to 7.21.0 (189bdf8)
  • chore(deps-dev): bump @​babel/core from 7.20.2 to 7.20.5 (68d7a64)
  • chore(deps-dev): bump @​babel/core from 7.20.5 to 7.20.7 (29e29a7)
  • chore(deps-dev): bump @​babel/core from 7.20.7 to 7.20.12 (b5be561)
  • chore(deps-dev): bump @​babel/core from 7.21.0 to 7.21.3 (0821e0b)
  • chore(deps-dev): bump @​babel/core from 7.21.3 to 7.21.4 (d962ec0)
  • chore(deps-dev): bump @​babel/core from 7.21.4 to 7.21.8 (6c3aa93)
  • chore(deps-dev): bump @​babel/core from 7.21.8 to 7.22.1 (c786360)
  • chore(deps-dev): bump @​babel/core from 7.22.1 to 7.22.5 (6bf5173)
  • chore(deps-dev): bump @​babel/core from 7.22.10 to 7.22.11 (34f2911)
  • chore(deps-dev): bump @​babel/core from 7.22.5 to 7.22.6 (0886cf3)
  • chore(deps-dev): bump @​babel/core from 7.22.6 to 7.22.8 (afd92cd)
  • chore(deps-dev): bump @​babel/core from 7.22.8 to 7.22.9 (1a5465d)
  • chore(deps-dev): bump @​babel/core from 7.22.9 to 7.22.10 (68e9ebc)
  • chore(deps-dev): bump @​babel/parser from 7.19.6 to 7.20.0 (0495f33)
  • chore(deps-dev): bump @​babel/parser from 7.20.0 to 7.20.1 (641625e)
  • chore(deps-dev): bump @​babel/parser from 7.20.1 to 7.20.3 (bd490cf)
  • chore(deps-dev): bump @​babel/parser from 7.20.15 to 7.21.1 (05e354c)
  • chore(deps-dev): bump @​babel/parser from 7.20.3 to 7.20.5 (f5b3052)
  • chore(deps-dev): bump @​babel/parser from 7.20.5 to 7.20.7 (4db596b)
  • chore(deps-dev): bump @​babel/parser from 7.20.7 to 7.20.15 (d075b66)
  • chore(deps-dev): bump @​babel/parser from 7.21.1 to 7.21.2 (26e292d)
  • chore(deps-dev): bump @​babel/parser from 7.21.2 to 7.21.3 (cffecd6)
  • chore(deps-dev): bump @​babel/parser from 7.21.3 to 7.21.4 (32bfc66)
  • chore(deps-dev): bump @​babel/parser from 7.21.4 to 7.21.8 (2fd3920)
  • chore(deps-dev): bump @​babel/parser from 7.21.8 to 7.21.9 (a128835)
  • chore(deps-dev): bump @​babel/parser from 7.21.9 to 7.22.0 (749f77b)
  • chore(deps-dev): bump @​babel/parser from 7.22.0 to 7.22.4 (fc8e6d8)
  • chore(deps-dev): bump @​babel/parser from 7.22.10 to 7.22.14 (90ec8ea)
  • chore(deps-dev): bump @​babel/parser from 7.22.4 to 7.22.5 (1b2a4b1)
  • chore(deps-dev): bump @​babel/parser from 7.22.5 to 7.22.6 (8860c37)
  • chore(deps-dev): bump @​babel/parser from 7.22.6 to 7.22.7 (973ec17)

... (truncated)

Commits
  • eb62701 release: release version
  • 4c28562 chore: update README
  • a15a776 chore: remove lodash.omitBy dependency
  • 4cc88bd chore: remove lodash.isEmpty dependency
  • 29243ac chore: remove lodash.hasIn dependency
  • e3c276b chore: remove lodash.isNil dependency
  • f09d6b7 chore: update README
  • 702d916 chore: add public package support metadata (#1914)
  • be4fcee chore(deps-dev): bump prettier from 3.9.3 to 3.9.4 (#1921)
  • 09ed0f7 chore(deps-dev): bump the typescript-eslint group with 2 updates (#1919)
  • Additional commits viewable in compare view
Maintainer changes

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


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 formatting group with 2 updates: [prettier](https://github.com/prettier/prettier) and [rollup-plugin-prettier](https://github.com/mjeanroy/rollup-plugin-prettier).


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)

Updates `rollup-plugin-prettier` from 4.1.2 to 4.2.0
- [Changelog](https://github.com/mjeanroy/rollup-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](mjeanroy/rollup-plugin-prettier@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: formatting
- dependency-name: rollup-plugin-prettier
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: formatting
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 12, 2026
@komed3
komed3 merged commit 95882e2 into master Jul 12, 2026
4 checks passed
@komed3
komed3 deleted the dependabot/npm_and_yarn/formatting-6b62157560 branch July 12, 2026 07:05
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