Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 22, 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
@testing-library/react 16.3.0 -> 16.3.1 age adoption passing confidence
@types/node (source) 20.19.26 -> 20.19.27 age adoption passing confidence
@vitest/eslint-plugin 1.5.2 -> 1.5.4 age adoption passing confidence
eslint (source) 9.39.1 -> 9.39.2 age adoption passing confidence
pnpm (source) 10.25.0 -> 10.26.1 age adoption passing confidence
ts-proto 2.8.3 -> 2.10.0 age adoption passing confidence
typescript-eslint (source) 8.49.0 -> 8.50.0 age adoption passing confidence
vitest (source) 4.0.15 -> 4.0.16 age adoption passing confidence
zod (source) 4.1.13 -> 4.2.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v16.3.1

Compare Source

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.5.4

Compare Source

No significant changes

    View changes on GitHub
eslint/eslint (eslint)

v9.39.2

Compare Source

pnpm/pnpm (pnpm)

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

stephenh/ts-proto (ts-proto)

v2.10.0

Compare Source

Features

v2.9.0

Compare Source

Features

2.8.3 (2025-10-29)

Bug Fixes

2.8.2 (2025-10-29)

Bug Fixes

2.8.1 (2025-10-22)

Bug Fixes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.50.0

Compare Source

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

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

vitest-dev/vitest (vitest)

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
colinhacks/zod (zod)

v4.2.1

Compare Source

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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 haines December 22, 2025 00:43
@renovate renovate bot force-pushed the renovate/development-dependencies branch 6 times, most recently from b51c7f9 to 4126d6b Compare December 25, 2025 21:54
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 4126d6b to c2339a9 Compare December 26, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants