vercel / edge-runtime

Developing, testing, and defining the runtime Web APIs for Edge infrastructure.
https://edge-runtime.vercel.app
MIT License
830 stars 79 forks source link

Release new versions of packages bundling `@edge-runtime/format` #1029

Closed eps1lon closed 3 weeks ago

eps1lon commented 3 weeks ago

Packages bundling @edge-runtime/format need to be explicitly listed in the changesets since in those packages /format is only a dev dependency.

edge-runtime lists /format as a direct dependency so Changesets automatically bumps it.

See https://github.com/changesets/changesets/issues/944

changeset-bot[bot] commented 3 weeks ago

🦋 Changeset detected

Latest commit: 7822ce90ed2bbd4b142f5d370c34c44c5e57d9ea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages | Name | Type | | ------------------------------ | ----- | | @edge-runtime/cookies | Patch | | @edge-runtime/primitives | Patch | | @edge-runtime/types | Patch | | @edge-runtime/vm | Patch | | @edge-runtime/jest-environment | Patch | | edge-runtime | Patch |

Not sure what this means? Click here to learn what changesets are.

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

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
edge-runtime ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 0:40am
Schniz commented 3 weeks ago

superseded by #1027