Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prettier to v3.0.2 #66

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.0.1 -> 3.0.2 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.0.2

Compare Source

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)
// Input
declare namespace abc1.def {}
export namespace abc2.def {}

// Prettier 3.0.1
namespace abc1.def {}
namespace abc2.def {}

// Prettier 3.0.2
declare namespace abc1.def {}
export namespace abc2.def {}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Jul 6, 2023

Deploy Preview for tanamoe ready!

Name Link
🔨 Latest commit 87dfc57
🔍 Latest deploy log https://app.netlify.com/sites/tanamoe/deploys/64cb60714923da0008363103
😎 Deploy Preview https://deploy-preview-66--tanamoe.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@catouberos
Copy link
Collaborator

on hold, since prettier is not yet supported by prettier-plugin-tailwind, ref: tailwindlabs/prettier-plugin-tailwindcss#176

@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 3cab664 to 702f4be Compare July 14, 2023 09:30
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 702f4be to 87dfc57 Compare August 3, 2023 08:08
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3 chore(deps): update dependency prettier to v3 - autoclosed Aug 11, 2023
@renovate renovate bot closed this Aug 11, 2023
@renovate renovate bot deleted the renovate/prettier-3.x branch August 11, 2023 02:13
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3 - autoclosed chore(deps): update dependency prettier to v3 Aug 15, 2023
@renovate renovate bot reopened this Aug 15, 2023
@renovate renovate bot restored the renovate/prettier-3.x branch August 15, 2023 15:49
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 15, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d2096c3
Status: ✅  Deploy successful!
Preview URL: https://5de4afd2.kikuri.pages.dev
Branch Preview URL: https://renovate-prettier-3-x.kikuri.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency prettier to v3 chore(deps): update dependency prettier to v3.0.2 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 87dfc57 to d2096c3 Compare August 15, 2023 15:49
@catouberos catouberos merged commit c6475b1 into main Aug 15, 2023
@catouberos catouberos deleted the renovate/prettier-3.x branch August 15, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant