Skip to content

chore(deps): update prettier packages #194

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 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
prettier-plugin-packagejson 2.5.10 -> 2.5.19 age confidence

Release Notes

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.19

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.11 (d8dd21a)

v2.5.18

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.4.0 (eef209d)

v2.5.17

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.3.1 (1435bf2)

v2.5.16

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.2 (8baedc1)

v2.5.15

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.8 (2e50ac7)

v2.5.14

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.6 (7d8e522)

v2.5.13

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.5 (c4a55e1)

v2.5.12

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.1 (f6214be)

v2.5.11

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3 (7403f86)
  • deps: update dependency synckit to v0.11.4 (8ae1382)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) May 8, 2025 13:15
@renovate renovate bot force-pushed the renovate/prettier-packages branch 17 times, most recently from 8021072 to 1dd841a Compare May 12, 2025 20:16
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-packagejson to v2.5.11 chore(deps): update dependency prettier-plugin-packagejson to v2.5.12 May 12, 2025
@renovate renovate bot force-pushed the renovate/prettier-packages branch 7 times, most recently from 5c49213 to 4dccd37 Compare May 18, 2025 11:15
@renovate renovate bot changed the title chore(deps): update dependency prettier-plugin-packagejson to v2.5.12 chore(deps): update dependency prettier-plugin-packagejson to v2.5.13 May 18, 2025
@renovate renovate bot force-pushed the renovate/prettier-packages branch 2 times, most recently from f699b6c to 45b2359 Compare May 19, 2025 02:16
@renovate renovate bot force-pushed the renovate/prettier-packages branch 9 times, most recently from b6489ef to 29c0efc Compare July 7, 2025 02:15
@renovate renovate bot force-pushed the renovate/prettier-packages branch 13 times, most recently from 3415af6 to cb66dd5 Compare July 18, 2025 08:25
@renovate renovate bot force-pushed the renovate/prettier-packages branch 6 times, most recently from 5ad0357 to ac507b6 Compare July 22, 2025 22:23
@renovate renovate bot force-pushed the renovate/prettier-packages branch from ac507b6 to 4e6d4f0 Compare July 23, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant