Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.79 -> ^1.2.81 age confidence
@iconify-json/simple-icons ^1.2.62 -> ^1.2.63 age confidence
@nuxt/eslint-config (source) ^1.11.0 -> ^1.12.1 age confidence
@nuxthub/core (source) ^0.9.1 -> ^0.10.1 age confidence
@release-it/conventional-changelog ^10.0.2 -> ^10.0.3 age confidence
eslint (source) ^9.39.1 -> ^9.39.2 age confidence
nuxt-og-image (source) ^5.1.12 -> ^5.1.13 age confidence
pnpm (source) 10.24.0 -> 10.25.0 age confidence
release-it ^19.0.6 -> ^19.1.0 age confidence
wrangler (source) ^4.53.0 -> ^4.54.0 age confidence
zod (source) ^4.1.13 -> ^4.2.0 age confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.12.1

Compare Source

No significant changes

    View changes on GitHub
nuxt-hub/core (@​nuxthub/core)

v0.10.1

Compare Source

compare changes

🩹 Fixes
  • db: Lazy D1/Hyperdrive binding access (#​694)
  • db: Setup config relative path on windows (#​702)
  • Support d1 local migrations (fa0b2b7)
  • Add no_bundle mode (b2cb2fc)
📖 Documentation
🏡 Chore
  • Update css (d60fa8f)
  • Disable cloudflare-module locally (c6e3459)
  • Simplify cache driver for cloudflare (5a13325)
  • Revert compat date (38d7ed8)
  • Try using nitro default with latest compat date (4ae483a)
  • Try to set compat flag manually (b00d094)
  • Try bundling again (96517c5)
❤️ Contributors

v0.10.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Make nuxthub multi-vendor (#​693)
📖 Documentation
  • Update changelog date to today (31ced48)
⚠️ Breaking Changes
  • ⚠️ Make nuxthub multi-vendor (#​693)
❤️ Contributors
release-it/conventional-changelog (@​release-it/conventional-changelog)

v10.0.3

Compare Source

eslint/eslint (eslint)

v9.39.2

Compare Source

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

v5.1.13

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.25.0

Compare Source

release-it/release-it (release-it)

v19.1.0

Compare Source

  • Ignore .npmrc (8ccd060)
  • Update lockfile (c4cd2ba)
  • Support interactive shell in non-CI mode for 2FA flow (resolve #​1263) (a10b20d)
  • Add --workspaces=false to get rid of the null/matches error (14a4907)
  • Remove npm config env var warnings (b8c1247)
  • doc(readme): add release-it-beautiful-changelog plugin to list of plugins (#​1261) (1b68c21)
  • Add 403 to consider resource alive (7969849)
cloudflare/workers-sdk (wrangler)

v4.54.0

Compare Source

Minor Changes
  • #​11512 c15e99e Thanks @​emily-shen! - Enable using ctx.exports with containers

    You can now use containers with Durable Objects that are accessed via ctx.exports.

    Now your config file can look something like this:

    {
    	"name": "container-app",
    	"main": "src/index.ts",
    	"compatibility_date": "2025-12-01",
    	"compatibility_flags": ["enable_ctx_exports"], // compat flag needed for now.
    	"containers": [
    		{
    			"image": "./Dockerfile",
    			"class_name": "MyDOClassname",
    			"name": "my-container"
    		},
    	],
    	"migrations": [
    		{
    			"tag": "v1",
    			"new_sqlite_classes": ["MyDOClassname"],
    		},
    	],
    	// no need to declare your durable object binding here
    }
    

    Note that when using ctx.exports, where you previously accessed a Durable Object via something like env.DO, you should now access with ctx.exports.MyDOClassname.

    Refer to the docs for more information on using ctx.exports.

  • #​11508 b17797c Thanks @​dario-piotrowicz! - Wrangler will no longer try to add additional configuration to projects using @cloudflare/vite-plugin when deploying or running wrangler setup

  • #​11508 b17797c Thanks @​dario-piotrowicz! - When a Vite project is detected, install @cloudflare/vite-plugin

  • #​11576 bb47e20 Thanks @​dario-piotrowicz! - Support Analog projects in autoconfig

  • #​10582 991760d Thanks @​flakey5! - Add containers ssh command

Patch Changes
colinhacks/zod (zod)

v4.2.0

Compare Source

Features

Implement Standard JSON Schema

standard-schema/standard-schema#134

Implement z.fromJSONSchema()
const jsonSchema = {
  type: "object",
  properties: {
    name: { type: "string" },
    age: { type: "number" }
  },
  required: ["name"]
};

const schema = z.fromJSONSchema(jsonSchema);
Implement z.xor()
const schema = z.xor(
  z.object({ type: "user", name: z.string() }),
  z.object({ type: "admin", role: z.string() })
);
// Exactly one of the schemas must match
Implement z.looseRecord()
const schema = z.looseRecord(z.string(), z.number());
// Allows additional properties beyond those defined

Commits:


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.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 15, 2025

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

commit: a9fc648

@benjamincanac benjamincanac merged commit 450cb96 into v3 Dec 15, 2025
9 checks passed
@benjamincanac benjamincanac deleted the renovate/v3-all-minor-patch branch December 15, 2025 09:56
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.

2 participants