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
@modelcontextprotocol/sdk (source) 1.24.3 -> 1.25.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.49.0 -> 8.50.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.49.0 -> 8.50.0 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
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
modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.24.3...1.25.0

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.50.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

postcss/autoprefixer (autoprefixer)

v10.4.23

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
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 2 times, most recently from ce73de1 to d98e973 Compare December 16, 2025 14:43
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch 2 times, most recently from 2e503bf to 4af7930 Compare December 16, 2025 18:07
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from 4af7930 to a36ce72 Compare December 16, 2025 18:46
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.

2 participants