Skip to content

Update dependency prettier to v3.6.2#12

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-dev-dependencies
Open

Update dependency prettier to v3.6.2#12
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-dev-dependencies

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.5.3 -> 3.6.2 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


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Oct 28, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Post-upgrade command 'npm audit fix --package-lock-only' has not been added to the allowed list in allowedCommands
File name: package.json
Post-upgrade command 'npm run lint:fix || true' has not been added to the allowed list in allowedCommands
File name: out/package/package.json
Post-upgrade command 'npm audit fix --package-lock-only' has not been added to the allowed list in allowedCommands
File name: out/package/package.json
Post-upgrade command 'npm run lint:fix || true' has not been added to the allowed list in allowedCommands
File name: out/package.json
Post-upgrade command 'npm audit fix --package-lock-only' has not been added to the allowed list in allowedCommands
File name: out/package.json
Post-upgrade command 'npm run lint:fix || true' has not been added to the allowed list in allowedCommands
File name: gurdip-portfolio-2.1.14.61555/package/package.json
Post-upgrade command 'npm audit fix --package-lock-only' has not been added to the allowed list in allowedCommands
File name: gurdip-portfolio-2.1.14.61555/package/package.json
Post-upgrade command 'npm run lint:fix || true' has not been added to the allowed list in allowedCommands
File name: gurdip-portfolio-2.1.14.61555/package/dist/package.json
Post-upgrade command 'npm audit fix --package-lock-only' has not been added to the allowed list in allowedCommands
File name: gurdip-portfolio-2.1.14.61555/package/dist/package.json
Post-upgrade command 'npm run lint:fix || true' has not been added to the allowed list in allowedCommands

@safedep
Copy link
Copy Markdown

safedep Bot commented Oct 28, 2025

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

Package Details
Package Malware Vulnerability Risky License Report
icon prettier @ 3.6.2
package-lock.json
ok icon
ok icon
ok icon
🔗

This report is generated by SafeDep Github App

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Oct 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/js-dev-dependencies

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/js-dev-dependencies branch 5 times, most recently from 277be1e to ed4b245 Compare October 31, 2025 17:31
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.6.2 Update dependency prettier to v3.6.2 Oct 31, 2025
@renovate renovate Bot force-pushed the renovate/js-dev-dependencies branch from ed4b245 to 3a17703 Compare November 2, 2025 11:50
@safedep
Copy link
Copy Markdown

safedep Bot commented Nov 2, 2025

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

Package Details
Package Malware Vulnerability Risky License Report
icon prettier @ 3.6.2
package-lock.json
ok icon
ok icon
ok icon
🔗

This report is generated by SafeDep Github App

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