Skip to content

chore(deps): update all non-major dependencies (v3) #4391

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

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide ^1.2.51 -> ^1.2.52 age adoption passing confidence
@iconify-json/simple-icons ^1.2.39 -> ^1.2.40 age adoption passing confidence
@unhead/vue (source) ^2.0.10 -> ^2.0.11 age adoption passing confidence
better-sqlite3 ^12.0.0 -> ^12.1.1 age adoption passing confidence
nuxt-og-image (source) ^5.1.7 -> ^5.1.8 age adoption passing confidence
pnpm (source) 10.12.2 -> 10.12.3 age adoption passing confidence
prettier (source) ^3.6.0 -> ^3.6.1 age adoption passing confidence
wrangler (source) ^4.20.5 -> ^4.21.2 age adoption passing confidence

Release Notes

unjs/unhead (@​unhead/vue)

v2.0.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)

v12.1.1

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.1.0...v12.1.1

v12.1.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.0.0...v12.1.0

nuxt-modules/og-image (nuxt-og-image)

v5.1.8

Compare Source

pnpm/pnpm (pnpm)

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.
prettier/prettier (prettier)

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

cloudflare/workers-sdk (wrangler)

v4.21.2

Compare Source

Patch Changes

v4.21.1

Compare Source

Patch Changes

v4.21.0

Compare Source

Minor Changes
Patch Changes
  • #​9695 0e64c35 Thanks @​emily-shen! - Move hotkey registration later in dev start up

    This should have no functional change, but allows us to conditionally render hotkeys based on config.

  • #​9098 ef20754 Thanks @​jseba! - Migrate Workers Containers commands to Containers API Endpoints

    The Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
    with a reduced scoping and new token.

  • #​9712 2a4c467 Thanks @​emily-shen! - Make wrangler container commands print open-beta status


Configuration

📅 Schedule: Branch creation - "on Monday" (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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

nuxthub-admin bot commented Jun 23, 2025

✅ Deployed ui3

Deployed ui3 0be20f4 to preview

🔗 renovate-v3-all-minor-patch.ui-6q2.pages.dev
📌 2a302a7e.ui-6q2.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

Copy link

pkg-pr-new bot commented Jun 23, 2025

npm i https://pkg.pr.new/@nuxt/ui@4391

commit: 0be20f4

@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 673eef7 to cf99143 Compare June 24, 2025 04:43
@renovate renovate bot changed the title chore(deps): update devdependency wrangler to ^4.21.0 (v3) chore(deps): update all non-major dependencies (v3) Jun 24, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from cf99143 to 1a7e1f0 Compare June 24, 2025 10:13
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 1a7e1f0 to b4753e6 Compare June 24, 2025 14:45
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from b4753e6 to 7f52132 Compare June 24, 2025 17:07
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 7f52132 to 351167a Compare June 25, 2025 00:39
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 351167a to 9905ccd Compare June 25, 2025 09:19
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 9905ccd to deefb84 Compare June 25, 2025 14:46
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from deefb84 to d903511 Compare June 25, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 #1289
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants