chore(deps): bump prettier from 3.7.3 to 3.8.3
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(24 days ago)
(23 days ago)
(23 days ago)
dependencies javascript
Bumps prettier from 3.7.3 to 3.8.3.
Release notes
Sourced from prettier's releases.
3.8.3
- SCSS: Prevent trailing comma in
if()function (prettier/prettier#18471 by@​kovsu)🔗 Changelog
3.8.2
- Support Angular v21.2
🔗 Changelog
3.8.1
- Include available
printersin plugin type declarations (#18706 by@​porada)🔗 Changelog
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
Changelog
Sourced from prettier's changelog.
3.8.3
SCSS: Prevent trailing comma in
if()function (#18471 by@​kovsu)// Input $value: if(sass(false): 1; else: -1);// Prettier 3.8.2 $value: if( sass(false): 1; else: -1, );
// Prettier 3.8.3 $value: if(sass(false): 1; else: -1);
3.8.2
Angular: Support Angular v21.2 (#18722, #19034 by
@​fisker)Exhaustive typechecking with
@default never;<!-- Input --> @switch (foo) { @case (1) {} @default never; }<!-- Prettier 3.8.1 --> SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "@" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch(foo) {@​case(1) {}@​defaultnever; }
arrow functionandinstanceofexpressions.</tr></table>
... (truncated)
Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@​prettier/plugin-oxc@​0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests053fd41Bump Prettier dependency to 3.8.2904c636Clean changelog_unreleaseddc1f7fcUpdate dependents countb31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)- 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 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: | 15609928 |
| UUID: | 4367599472 |
| Node ID: | PR_kwDOAUW8Es7XlAVB |
| Host: | GitHub |
| Repository: | NativeScript/nativescript-cli |