An open index of dependabot pull requests across open source projects.

chore(deps-dev): bump prettier from 3.9.1 to 3.9.3 in /examples/forge-sql-orm-example-ai/static/forge-orm-example in the all-deps-ai-static group

Open
Number: #2573
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: June 29, 2026 at 03:35 PM UTC
(25 days ago)
Updated: June 29, 2026 at 03:36 PM UTC
(25 days ago)
Labels:
dependencies npm
Description:

Bumps the all-deps-ai-static group in /examples/forge-sql-orm-example-ai/static/forge-orm-example with 1 update: prettier.

Updates prettier from 3.9.1 to 3.9.3

Release notes

Sourced from prettier's releases.

3.9.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.3

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by @​seiyab)

// Input
<!-- Input -->
{{ page.title
}} text

<!-- Prettier 3.9.1 -->
{{ page.title
text

<!-- Prettier 3.9.3 -->
{{ page.title
}} text

TypeScript: Allow decorators to be used with declare on class fields (#19492 by @​evoactivity)

Extensively used within the Ember ecosystem, decorators with declare on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.

// Input
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @service declare server: ServerService;
}

// Prettier 3.9.1
// SyntaxError: Decorators can't be used with a declare field. (2:3)
// 1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
//> 2 | @​service declare server: ServerService;
// | ^
// 3 | }

// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
@​service declare server: ServerService;
}

Commits

Dependabot compatibility score

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
Package Dependencies
Package:
prettier
Ecosystem:
npm
Version Change:
3.9.1 → 3.9.3
Update Type:
Patch
Path:
/examples/forge-sql-orm-example-ai/static/forge-orm-example in the all-deps-ai-static group
Technical Details
ID: 16099768
UUID: 4769496572
Node ID: PR_kwDOOA9enM7r2U9G
Host: GitHub
Repository: forge-sql-orm/forge-sql-orm