dependabot-npm_and_yarn-prettier-2.8.1
master
Bumps prettier from 2.8.0 to 2.8.1.
Sourced from prettier's releases.
2.8.1 🔗 Changelog
🔗 Changelog
Sourced from prettier's changelog.
2.8.1 diff Fix SCSS map in arguments (#9184 by @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 ); Support auto accessors syntax (#13919 by @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>
diff
@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 );
// 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.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 );
@sosukesuzuki
Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with babel-ts parser)
babel-ts
class Foo { accessor foo: number = 3; </tr></table>
... (truncated)
cd1df1a
5541a63
1cf760a
aa34209
957b4f2
e4240ae
655a161
4a1e32a
38806fe
a60bee2
$dependabot rebase
$dependabot recreate
added 2 commits
f1682e6d
Compare with previous version
dac991e4
3dad762a
6dd39cc0
No dependencies set.
The note is not visible to the blocked user.
Bumps prettier from 2.8.0 to 2.8.1.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
cd1df1aRelease 2.8.15541a63Remove version validation1cf760aSupport decorator auto accessors syntax (#13919)aa34209test: format instantiation expr in logical expr (#13897)957b4f2Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 in /website (#13933)e4240aeAdd tests for keyword class property (#13927)655a161Add tests for multiple comments (#13890)4a1e32aFixed scss function arguments on different lines in maps #9128 (#9184)38806feMigrate from probot/no-response to lee-dohm/no-response (#13891)a60bee2Add '--single-attribute-per-line' option to Playground (#13587)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
f1682e6d- 1 commit from branchmasterCompare with previous version
added 2 commits
dac991e4- 1 commit from branchmasterCompare with previous version
added 2 commits
3dad762a- 1 commit from branchmaster6dd39cc0- Build(deps-dev): bump prettier from 2.8.0 to 2.8.1Compare with previous version