dependabot-npm_and_yarn-prettier-3.0.2
main
Bumps prettier from 3.0.1 to 3.0.2.
Sourced from prettier's releases.
3.0.2 🔗 Changelog
🔗 Changelog
Sourced from prettier's changelog.
3.0.2 diff 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 ); Print declare and export keywords for nested namespace (#15249 by @sosukesuzuki)
diff
=
@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);
// 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.1 const { section, rubric, authors, tags } = await utils.upsertCommonData( mainData, );
// Prettier 3.0.2 const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);
@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 );
/* Input */ $foo: ( 'property': (), // comment 1 // comment 2 ) /* Prettier 3.0.1 */ $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
export
@sosukesuzuki
... (truncated)
157e42a
1b0c756
b4082cb
91e850b
f24132e
e22a551
@babel/parser
fbe46aa
@angular/compiler
7ecdbf7
fb55780
fde937d
$dependabot recreate
No dependencies set.
The note is not visible to the blocked user.
Bumps prettier from 3.0.1 to 3.0.2.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
157e42aRelease 3.0.21b0c756Printdeclareandexportkeywords for nested namespace (#15249)b4082cbchore(deps): update babel to v7.22.10 (#15236)91e850bchore(deps): update dependency camelcase to v8 (#15245)f24132eMake chalk/assert shim a Proxy (#15234)e22a551chore(deps): update dependency@babel/parserto v7.22.10 (#15237)fbe46aachore(deps): update dependency@angular/compilerto v16.2.0 (#15240)7ecdbf7chore(deps): update typescript-eslint to v6.3.0 (#15244)fb55780chore(deps): update dependency eslint to v8.47.0 (#15242)fde937dchore(deps): update dependency hermes-parser to v0.15.1 (#15239)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts