chore: use pnpm catalog and update dependencies#1878
Merged
pedrolamas merged 1 commit intoJun 13, 2026
Merged
Conversation
Replace the deprecated "$" version reference syntax in overrides with the "catalog:" protocol for vue, dompurify, vite and echarts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s pnpm configuration to use the newer pnpm catalog mechanism for centrally-managed versions, replacing the deprecated $<name> override references while keeping dependency versions aligned across the workspace.
Changes:
- Add a pnpm workspace
catalogwith shared versions forvue,dompurify,vite, andecharts, and switch overrides to use thecatalog:protocol. - Update lockfile to reflect catalog usage and bump a few dependencies (e.g.,
dompurify,esbuild,semver,typescript-eslint). - Bump the pinned pnpm version in
packageManagertopnpm@11.6.0.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Introduces the shared catalog and migrates overrides to catalog:. |
| pnpm-lock.yaml | Captures the new catalog metadata and resolved version bumps. |
| package.json | Switches selected deps to catalog: and bumps a few dev/runtime versions plus pnpm pin. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the deprecated "$" version reference syntax in overrides with the "catalog:" protocol for vue, dompurify, vite and echarts.
Also updates a few dependencies.