inngest / inngest-js

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
https://www.inngest.com/
GNU General Public License v3.0
414 stars 41 forks source link

Fix peer deps force bumping during releases #422

Closed jpwilliams closed 9 months ago

jpwilliams commented 9 months ago

Summary

We use non-local peer dependencies due to a restriction with the build process of inngest.

This contributes to changesets bumping peer dependencies for packages that want to reference inngest from their wide constraint (e.g. ^3.0.0) to a narrower one (e.g. ^3.7.1).

I believe we can avoid this using an experimental flag added in changesets/changesets#383.

Checklist

Related

changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: f720a3e2af4f197968ab8d0a27e974be6d4cf840

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