Skip to content

chore(deps)(deps-dev): Bump prettier from 3.9.4 to 3.9.6 - #503

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.9.6
Closed

chore(deps)(deps-dev): Bump prettier from 3.9.4 to 3.9.6#503
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-3.9.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps prettier from 3.9.4 to 3.9.6.

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

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

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch 2 times, most recently from 66b14c6 to a8e2878 Compare August 24, 2026 05:18
@Data-Wise
Data-Wise changed the base branch from main to dev September 5, 2026 01:49
@Data-Wise

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot changed the base branch from dev to main September 5, 2026 01:50
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from a8e2878 to e39f0c1 Compare September 5, 2026 01:50
@Data-Wise
Data-Wise changed the base branch from main to dev September 5, 2026 04:28
@Data-Wise

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [prettier](https://github.com/prettier/prettier) from 3.9.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.9.4...3.9.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot changed the base branch from dev to main September 5, 2026 04:29
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-3.9.6 branch from e39f0c1 to 69d3a9e Compare September 5, 2026 04:29
@Data-Wise

Copy link
Copy Markdown
Owner

Superseded by #515 — same prettier 3.9.6 bump landed by hand alongside a fix for the dependabot base-reset issue that made this PR unmergeable against dev. The npm dependabot ecosystem is also being retired there (see #515 for why).

@Data-Wise Data-Wise closed this Sep 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/prettier-3.9.6 branch September 5, 2026 04:35
Data-Wise added a commit that referenced this pull request Sep 5, 2026
- Add target-branch: dev to github-actions block. Without it, dependabot
  derives the base from the repo default (main) and resets it on every
  rebase, so a manual PR retarget can never stick (observed on #503, #512).
- Drop the npm package-ecosystem block entirely. package.json has no
  runtime dependencies -- only 3 devDependencies (husky, lint-staged,
  prettier) that never reach a user, since flow-cli ships as zsh through
  Homebrew. Of the last 16 npm dependabot PRs, 9 were closed unmerged and
  only 6 merged, each costing a full CI run (ZSH Plugin Tests ~7min).
  github-actions updates merged 3/3 and cover real security surface (e.g.
  #444 bumped actions/create-github-app-token, later hardened by #514).
- Bump prettier 3.9.4 -> 3.9.6 by hand (same version #503 proposed),
  superseding #503 -- closed as no longer needed.

Verified: prettier --check against this branch and against origin/dev
produce identical pre-existing warnings/errors (archive docs, test
fixtures) -- nothing newly introduced by this change.
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