chore(deps-dev): bump prettier from 3.6.2 to 3.7.4 by dependabot[bot] · Pull Request #555 · anchore/scan-action (original) (raw)
Bumps prettier from 3.6.2 to 3.7.4.
Release notes
Sourced from prettier's releases.
3.7.4
What's Changed
- Fix comment in union type gets duplicated by @fisker in prettier/prettier#18393
- Fix unstable comment print in union type by @fisker in prettier/prettier#18395
- Avoid quote around LWC interpolations by @kovsu in prettier/prettier#18383
3.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by @fisker in prettier/prettier#183753.7.2
What's Changed
- Fix string print when switching quotes by @fisker in prettier/prettier#18351
- Preserve quote for embedded HTML attribute values by @kovsu in prettier/prettier#18352
- Fix comment in empty type literal by @fisker in prettier/prettier#18364
3.7.1
3.7.0
Changelog
Sourced from prettier's changelog.
3.7.4
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
// Input type Foo = (/** comment / a | b) | c; // Prettier 3.7.3 type Foo = /* comment / (/* comment / a | b) | c; // Prettier 3.7.4 type Foo = /* comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
// Input type X = (A | B) & ( // comment A | B ); // Prettier 3.7.3 (first format) type X = (A | B) & (// comment A | B); // Prettier 3.7.3 (second format) type X = ( | A
... (truncated)
Commits
- 7848357 Release 3.7.4
- 7686c59 Release
@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.3 - fe49434 Remove dead code checking union/intersection types length (#18396)
- ca02b37 Fix unstable comment print (#18395)
- 7efb988 Fix comment in union type get duplicated (#18393)
- cfa92c1 Update dependency
@angular/compilerto v21.0.2 (#18392) - 1de2737 Update dependency yaml to v2.8.2 (#18391)
- 706aa4e Switch js parse postprocess to
onEnter(#18382) - d3eb2b2 Reuse arrays in visitor keys (#18386)
- c45fef1 Fix LWC attribute with
--embedded-language-formatting off(#18383) - 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)