Bump prettier from 3.0.1 to 3.0.2
Bumps prettier from 3.0.1 to 3.0.2.
Changelog
Sourced from prettier's changelog.
3.0.2
Break after
=
of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by@seiyab
)// Input const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData); // Prettier 3.0.1 const { section, rubric, authors, tags } = await utils.upsertCommonData( mainData, ); // Prettier 3.0.2 const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);
Do not add trailing comma for grouped scss comments (#15217 by
@auvred
)/* Input */ $foo: ( 'property': (), // comment 1 // comment 2 ) /* Prettier 3.0.1 */ $foo: ( "property": (), // comment 1 // comment 2, ); /* Prettier 3.0.2 */ $foo: ( "property": (), // comment 1 // comment 2 );
declare
andexport
keywords for nested namespace (#15249 by@sosukesuzuki
)
... (truncated)
Commits
-
157e42a
Release 3.0.2 -
1b0c756
Printdeclare
andexport
keywords for nested namespace (#15249) -
b4082cb
chore(deps): update babel to v7.22.10 (#15236) -
91e850b
chore(deps): update dependency camelcase to v8 (#15245) -
f24132e
Make chalk/assert shim a Proxy (#15234) -
e22a551
chore(deps): update dependency@babel/parser
to v7.22.10 (#15237) -
fbe46aa
chore(deps): update dependency@angular/compiler
to v16.2.0 (#15240) -
7ecdbf7
chore(deps): update typescript-eslint to v6.3.0 (#15244) -
fb55780
chore(deps): update dependency eslint to v8.47.0 (#15242) -
fde937d
chore(deps): update dependency hermes-parser to v0.15.1 (#15239) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts