Skip to content

Conversation

@mcmire
Copy link
Contributor

@mcmire mcmire commented Jan 8, 2026

Explanation

Preview builds are represented as prereleases, which means that care must be taken to accurately simulate what the dependency tree of a project will look like when a new production version is released. Unfortunately, the existing instructions for using preview builds do not achieve this. This problem has always existed but was exacerbated by the recent shift from peer dependencies to dependencies.

This commit updates the instructions to fix these issues. There are now separate instructions for testing breaking changes vs. non-breaking changes. An addendum for working with patches, which was missing before, is also now included. Finally, instructions for using local builds has been split off from the preview builds instructions for ease of readability.

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Preview builds are represented as prereleases, which means that care
must be taken to accurately simulate what the dependency tree of a
project will look like when a new production version is released.
Unfortunately, the existing instructions for using preview builds do not
achieve this. This problem has always existed but was exacerbated by the
recent shift from peer dependencies to dependencies.

This commit updates the instructions to fix these issues. There are now
separate instructions for testing breaking changes vs. non-breaking
changes. An addendum for working with patches, which was missing before,
is also now included. Finally, instructions for using local builds has
been split off from the preview builds instructions for ease of
readability.
@mcmire mcmire force-pushed the update-preview-builds-instructions branch from 97c9bbf to a04b461 Compare January 9, 2026 20:24
@mcmire mcmire changed the title WIP - Update preview builds docs Update preview build instructions Jan 9, 2026
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