Bump prettier from 3.6.2 to 3.7.3
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(7 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
Bumps prettier from 3.6.2 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#18375🔗 Changelog
3.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
3.7.1
- Fix performance regression in doc printer (#18342 by
@​fisker)🔗 Changelog
3.7.0
🔗 Release note
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
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.
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)
Package Dependencies
Technical Details
| ID: | 11733521 |
| UUID: | 3679003121 |
| Node ID: | PR_kwDOO_NACc62PXZ8 |
| Host: | GitHub |
| Repository: | rammfall-code/template-simple-fastify-node |