Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use workspace protocol for internal dep to fix broken release step #229

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

askoufis
Copy link
Contributor

@askoufis askoufis commented Mar 12, 2025

We should be using workspace versions for every crackle dep. There was one that was using an explicit version, which caused PNPM to try and fetch the new, not-yet-published version after running changeset version, resulting in this error in the most recent master build.

@askoufis askoufis requested a review from a team as a code owner March 12, 2025 23:38
Copy link

changeset-bot bot commented Mar 12, 2025

⚠️ No Changeset found

Latest commit: 17f7848

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -1 +0,0 @@
prefer-workspace-packages=true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This setting isn't doing anything since we use workspace deps for everything.

@askoufis askoufis merged commit 5b6ea02 into master Mar 12, 2025
10 of 11 checks passed
@askoufis askoufis deleted the fix-broken-release branch March 12, 2025 23:42
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.

1 participant