Bump prettier from 2.8.0 to 2.8.1
Bumps prettier from 2.8.0 to 2.8.1.
Changelog
Sourced from prettier's changelog.
2.8.1
#9184 by
Fix SCSS map in arguments (@agamkrbit
)// Input $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints ); // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints );
#13919 by
Support auto accessors syntax (@sosukesuzuki
)Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with
babel-ts
parser)class Foo { accessor foo: number = 3; </tr></table>
... (truncated)
Commits
-
cd1df1a
Release 2.8.1 -
5541a63
Remove version validation -
1cf760a
Support decorator auto accessors syntax (#13919) -
aa34209
test: format instantiation expr in logical expr (#13897) -
957b4f2
Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 in /website (#13933) -
e4240ae
Add tests for keyword class property (#13927) -
655a161
Add tests for multiple comments (#13890) -
4a1e32a
Fixed scss function arguments on different lines in maps #9128 (#9184) -
38806fe
Migrate from probot/no-response to lee-dohm/no-response (#13891) -
a60bee2
Add '--single-attribute-per-line' option to Playground (#13587) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts