Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 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
@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
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
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)
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 renovate bot requested a review from benjamincanac as a code owner December 8, 2025 09:38
@github-actions github-actions bot added the v2 label Dec 8, 2025
@renovate renovate bot changed the title chore(deps): update devdependency vue-tsc to ^3.1.7 (v2) chore(deps): update devdependency vue-tsc to ^3.1.7 (v2) - autoclosed Dec 8, 2025
@renovate renovate bot deleted the renovate/v2-all-minor-patch branch December 8, 2025 09:44
@renovate renovate bot changed the title chore(deps): update devdependency vue-tsc to ^3.1.7 (v2) - autoclosed chore(deps): update all non-major dependencies (v2) Dec 15, 2025
@renovate renovate bot reopened this Dec 15, 2025
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch 2 times, most recently from 854c65c to e971fc0 Compare December 15, 2025 03:41
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 15, 2025

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

commit: 64741f7

@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from be4c233 to 64741f7 Compare December 15, 2025 09:22
@benjamincanac benjamincanac merged commit 5f63b20 into v2 Dec 15, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants