(Dev Dep Update): Bump prettier from 3.3.3 to 3.8.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(5 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps prettier from 3.3.3 to 3.8.0.
Release notes
Sourced from prettier's releases.
3.8.0
- Support Angular v21.1
🔗 Release note "Prettier 3.8: Support for Angular v21.1"
3.7.4
What's Changed
- Fix comment in union type gets duplicated by
@​fiskerin prettier/prettier#18393- Fix unstable comment print in union type by
@​fiskerin prettier/prettier#18395- Avoid quote around LWC interpolations by
@​kovsuin prettier/prettier#18383🔗 Changelog
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
3.6.2
What's Changed
- Add missing blank line around code block by
@​fiskerin prettier/prettier#17675🔗 Changelog
3.6.1
... (truncated)
Changelog
Sourced from prettier's changelog.
3.8.0
🔗 Release Notes
3.7.4
LWC: Avoid quote around interpolations (#18383 by
@​kovsu)<!-- Input --> <div foo={bar}> </div><!-- Prettier 3.7.3 (--embedded-language-formatting off) --> <div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) --> <div foo={bar}></div>
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) & </tr></table>
... (truncated)
Commits
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: | 12989364 |
| UUID: | 3819227996 |
| Node ID: | PR_kwDOKIb5q869ePZk |
| Host: | GitHub |
| Repository: | rapidstack/rapidstack |