CoreMedia Content Cloud v13 Upgrade Guide / Version 2512.0
Table Of Contents
The Frontend Workspace now employs the usage of the PNPM catalog protocol for all dependencies in package.json
of all packages. Using the catalog protocol makes it much easier and less error prone to maintain only one version
per dependency in a workspace. For details refer to the original documentation at https://pnpm.io/catalogs.
Changes
pnpm-workspace.yamlhas been adjusted to manage the catalog via the corresponding entrycatalogModeis set to prefer (see: https://pnpm.io/catalogs#catalogmode )All
package.jsonfiles have been adjusted so external (non-workspace) dependencies are using the catalog protocol. This applies to:dependencies
devDependencies
peerDependencies
This means that dependencies inside all
package.jsonfiles will either have “workspace:*” or “catalog:” as version.
Upgrade Notes
If you have added new external dependencies to packages we highly suggest to add them to the catalog as well
Adjust added dependencies to existing
package.jsonfiles accordinglyAdjust added dependencies to existing
package.jsonfiles accordingly


