Skip to content

Bump prettier from 3.8.4 to 3.9.6 in the minor-and-patch group across 1 directory - #21

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f8ec6eb6c9
Open

Bump prettier from 3.8.4 to 3.9.6 in the minor-and-patch group across 1 directory#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f8ec6eb6c9

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the minor-and-patch group with 1 update in the / directory: prettier.

Updates prettier from 3.8.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2026
@firetiger-agent

Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Monitor pull requests that change code or configuration that runs in a deployed environment: backend services, workers, ingestion/search pipelines, infrastructure (Kubernetes, Terraform, autoscaling, networking), database migrations, or dependency upgrades that ship with the services. Bot-authored PRs that change service or infrastructure code should be monitored like any other. Skip PRs that only touch documentation, READMEs, runbooks, or docs-site content; dashboards, alert thresholds, SLO tuning, or on-call/escalation settings; CI pipelines, tests, linting, or formatting; and repository housekeeping. If in doubt because the PR mixes both, monitor it.

Reason: Prettier is a code formatter/linting tool that only affects CI pipelines and local development, not deployed services or infrastructure.

To monitor this PR anyway, reply with @firetiger monitor this.

@entelligence-ai-pr-reviews

entelligence-ai-pr-reviews Bot commented Jul 29, 2026

Copy link
Copy Markdown

EntelligenceAI PR Summary

Updates the development dependency prettier from 3.8.4 to 3.9.6 in package.json, incorporating the latest formatting fixes and improvements. No application code or runtime behavior is changed.


Review Scorecard

Dimension Rating Basis
Code Quality ●●●●● 5/5 — Excellent no critical/significant findings — rated Excellent
Blast Radius Low changed symbols are referenced only within their own file(s); no high-impact surface touched, 2 file(s) / ~10 line(s) changed (size only — not a blast signal)
Merge Confidence ●●●●● 5/5 — Safe to Merge code quality 5/5 × Low blast radius

Safe to merge — clean, low-blast-radius dependency maintenance change. The update in package.json only bumps the development dependency prettier from 3.8.4 to 3.9.6, with no application logic, runtime behavior, security, or robustness concerns introduced.

Key Findings:

  • The prettier version change is appropriately scoped to development tooling and does not alter production code paths.
  • No correctness, validation, error-handling, concurrency, or access-control issues are present in the changed code.
Evaluated against
  • 1/1 changed files reviewed
  • criteria: correctness, security & access control, robustness & error handling, concurrency & data integrity, repo conventions / steering docs
  • steering docs: none found in repo
Files requiring special attention
  • package.json

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-f8ec6eb6c9 branch from 2a29fd5 to e90fcde Compare August 5, 2026 14:54
Bumps the minor-and-patch group with 1 update in the / directory: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.8.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-f8ec6eb6c9 branch from e90fcde to 671d8f2 Compare August 19, 2026 14:54
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.

0 participants