build(deps): bump prettier from 3.7.1 to 3.7.3
Bumps prettier from 3.7.1 to 3.7.3.
Release notes
Sourced from prettier's releases.
3.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by@fiskerin prettier/prettier#183753.7.2
What's Changed
- Fix string print when switching quotes by
@fiskerin prettier/prettier#18351- Preserve quote for embedded HTML attribute values by
@kovsuin prettier/prettier#18352- Fix comment in empty type literal by
@fiskerin prettier/prettier#18364
Changelog
Sourced from prettier's changelog.
3.7.3
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by@fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
3.7.2
JavaScript: Fix string print when switching quotes (#18351 by
@fisker)// Input console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")// Prettier 3.7.1
console.log('A descriptor\'s .kind must be "method" or "field".');// Prettier 3.7.2
console.log('A descriptor\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by
@kovsu)// Input const html = /* HTML */ ` <div class="${styles.banner}"></div> `;// Prettier 3.7.1
const html = /* HTML */<div class=${styles.banner}></div>;// Prettier 3.7.2
const html = /* HTML */<div class="${styles.banner}"></div>;
TypeScript: Fix comment in empty type literal (#18364 by
@fisker)// Input export type XXX = { // tbd };// Prettier 3.7.1
</tr></table>
... (truncated)
Commits
fdfa670Release 3.7.32dce3ecFix typo27d6c64Revert previous change togetFileInfo(#18375)f4a7afaAdd types for config related functions (#18376)9266e3eAdd resolved test cases (#18358)3bfc014Bump Prettier dependency to 3.7.2081b846Clean changelog_unreleased03384c9Release 3.7.2514e51aRelease@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.229a11aeFix comment in empty type literal (#18364)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ No Changeset found
Latest commit: 932bc612ebd2ad356c6c4675bc94b9a17c4e72d8
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR