Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Fix yarn workspace photos add foo #1645

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Fix yarn workspace photos add foo #1645

merged 2 commits into from
Feb 21, 2024

Conversation

mnvr
Copy link
Member

@mnvr mnvr commented Feb 21, 2024

This was likely happening because the package versions in the top level package.json and the eslint-config package.json were different. I've synced them for now.

On a longer time frame, the idea is not have such conflicting cases, and remove mostly all the top level package.json dependencies and for the rest rely on them solely being in the top level package.json and not duplicated in two places.

Since the eslint plugin version was updated, there were some new warnings that I had to temporarily suppress.

Tested by

Before this change, the following (arbitrary package) install was failing

yarn workspace photos add -D @emotion/babel-plugin

It works afterwords.

This was likely happening because the package versions in the top level
package.json and the eslint-config package.json were different. I've synced them
for now.

> On a longer time frame, the idea is not have such conflicting cases, and
remove mostly all the top level package.json dependencies and for the rest rely
on them solely being in the top level package.json and not duplicated in two
places.
These were introduced since we updated the eslint-package version.
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: dd6d599
Status: ✅  Deploy successful!
Preview URL: https://23d263c5.bada-frame.pages.dev
Branch Preview URL: https://fix-yarn-add.bada-frame.pages.dev

View logs

@mnvr mnvr merged commit 6dd6af3 into main Feb 21, 2024
5 checks passed
@mnvr mnvr deleted the fix-yarn-add branch February 21, 2024 15:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant