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
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(25 days ago)
(25 days ago)
dependencies npm
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
- Markdown: Fix unexpected removal of characters in liquid syntax (prettier/prettier#19489 by
@seiyab)- TypeScript: Allow decorators to be used with declare on class fields (prettier/prettier#19492 by
@evoactivity)
Changelog
Sourced from prettier's changelog.
3.9.3
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
declareon 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 |@servicedeclare server: ServerService;
// | ^
// 3 | }// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
@servicedeclare server: ServerService;
}
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
prettier
npm
3.9.1 → 3.9.3
Patch
/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 |