Skip to content

chore(deps): extract the package versions into the pnpm catalogs#33521

Merged
dmirgaev merged 1 commit into
DevExpress:26_1from
dmirgaev:26_1__demos_build_configs
May 7, 2026
Merged

chore(deps): extract the package versions into the pnpm catalogs#33521
dmirgaev merged 1 commit into
DevExpress:26_1from
dmirgaev:26_1__demos_build_configs

Conversation

@dmirgaev
Copy link
Copy Markdown
Contributor

@dmirgaev dmirgaev commented May 7, 2026

No description provided.

@dmirgaev dmirgaev requested a review from alexslavr May 7, 2026 14:09
@dmirgaev dmirgaev self-assigned this May 7, 2026
Copilot AI review requested due to automatic review settings May 7, 2026 14:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR centralizes the zod and zod-to-json-schema versions into the workspace-level pnpm catalog, so individual packages can reference them via catalog: for consistent versioning across the monorepo.

Changes:

  • Added zod and zod-to-json-schema entries to the root catalog in pnpm-workspace.yaml.
  • Updated package manifests to use catalog: specifiers instead of hardcoded versions.
  • Refreshed pnpm-lock.yaml to reflect catalog-based specifiers and catalog entries.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pnpm-workspace.yaml Adds zod and zod-to-json-schema to the default pnpm catalog.
pnpm-lock.yaml Records the new catalog entries and switches importer specifiers to catalog:.
packages/devextreme/package.json Uses catalog: for zod and zod-to-json-schema instead of pinned versions.
e2e/wrappers/package.json Uses catalog: for zod and zod-to-json-schema to align with workspace cataloging.
apps/demos/package.json Uses catalog: for zod and zod-to-json-schema to centralize versions.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@dmirgaev dmirgaev merged commit 0049a0d into DevExpress:26_1 May 7, 2026
145 of 146 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants