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 non-major #42

Merged
merged 1 commit into from
Aug 17, 2023
Merged

chore(deps): update non-major #42

merged 1 commit into from
Aug 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-sanity 5.3.0 -> 5.4.1 age adoption passing confidence
postcss (source) 8.4.27 -> 8.4.28 age adoption passing confidence
prettier (source) 3.0.1 -> 3.0.2 age adoption passing confidence
prettier-plugin-tailwindcss 0.5.2 -> 0.5.3 age adoption passing confidence
sanity-plugin-iframe-pane 2.5.4 -> 2.5.5 age adoption passing confidence

Release Notes

sanity-io/next-sanity (next-sanity)

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Features
  • add experimental LiveQuery component (0eb5c9b)
Bug Fixes
  • studio: add use client to next-sanity/studio/loading (1a9e002)
postcss/postcss (postcss)

v8.4.28

Compare Source

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.
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 {}
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.5.3

Compare Source

Fixed
  • Fix CJS __dirname interop on Windows (#​204)
sanity-io/sanity-plugin-iframe-pane (sanity-plugin-iframe-pane)

v2.5.5

Compare Source

Bug Fixes
  • app-router: skip cache when validating the secret (8af7a95)

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner August 17, 2023 22:59
@vercel
Copy link

vercel bot commented Aug 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
template-nextjs-clean ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 17, 2023 11:00pm

@socket-security
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: [email protected]

@stipsan stipsan merged commit 87b326c into main Aug 17, 2023
2 of 3 checks passed
@stipsan stipsan deleted the renovate/non-major branch August 17, 2023 23:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant