Skip to content

build(npm): use correct override for @simpl/brand#1467

Merged
timowolf merged 1 commit intomainfrom
build/release/use-correct-override-for-brand
Feb 6, 2026
Merged

build(npm): use correct override for @simpl/brand#1467
timowolf merged 1 commit intomainfrom
build/release/use-correct-override-for-brand

Conversation

@spike-rabbit
Copy link
Member

We previously just accepted a broad range,
which did not cover -rc.x release.
So npm failed when doing a release.
The new override is pointing the local package instead, which solves the problem.


We previously just accepted a broad range,
which did not cover `-rc.x` release.
So npm failed when doing a release.
The new override is pointing the local package instead,
which solves the problem.
@spike-rabbit spike-rabbit marked this pull request as ready for review February 6, 2026 09:59
@spike-rabbit spike-rabbit requested a review from a team as a code owner February 6, 2026 09:59
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the package.json to correctly override the @siemens/element-theme dependency for @simpl/brand. Changing the override from a version range (>1.0.0) to a local file path (file:projects/element-theme) is the correct approach in this monorepo context. It ensures that the local workspace package is used, which resolves the build failures with pre-release versions as described. The change is sound and I have no suggestions for improvement.

@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Code Coverage

@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Copy link
Member

@timowolf timowolf left a comment

Choose a reason for hiding this comment

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

LGTM

@timowolf timowolf merged commit 7873fbd into main Feb 6, 2026
11 checks passed
@timowolf timowolf deleted the build/release/use-correct-override-for-brand branch February 6, 2026 11:44
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.

2 participants