Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.39.1 -> 9.39.2 age adoption passing confidence
autoprefixer 10.4.22 -> 10.4.23 age adoption passing confidence
eslint (source) 9.39.1 -> 9.39.2 age adoption passing confidence
less (source) 4.4.2 -> 4.5.1 age adoption passing confidence
rollup (source) 4.53.3 -> 4.53.4 age adoption passing confidence
vite (source) 7.2.7 -> 7.3.0 age adoption passing confidence
zod (source) 4.1.13 -> 4.2.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

Bug Fixes
  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)
Build Related
Chores
postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

less/less.js (less)

v4.5.1

Compare Source

rollup/rollup (rollup)

v4.53.4

Compare Source

2025-12-15

Bug Fixes
  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#​6209)
Pull Requests
vitejs/vite (vite)

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

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 - "after 6am and before 10am on Monday, Wednesday, Friday" in timezone Europe/Rome, 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 Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Dec 15, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from eb811e8 to bf60989 Compare December 15, 2025 17:41
@angular-robot angular-robot changed the title build: update all non-major dependencies to v9.39.2 (main) build: update all non-major dependencies (main) Dec 15, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 3 times, most recently from 5ad31c9 to 5ee7db4 Compare December 16, 2025 09:08
alan-agius4 added a commit to alan-agius4/angular-cli that referenced this pull request Dec 16, 2025
See associated pull request for more information.

Closes angular#32123 as a pr takeover
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from 5ee7db4 to ce73de1 Compare December 16, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant