Fix changesets by fixing invalid override. - #6455
Conversation
|
| "js-yaml@<3.14.2": ">=3.14.2" | ||
| "preact@>=10.28.0 <10.28.2": ">=10.28.2" | ||
| "read-yaml-file@<2.0.0": ">=2.1.0" | ||
| "read-yaml-file@<2.0.0": "2.1.0" |
There was a problem hiding this comment.
actual fix, newer version broke cjs
Differences Found✅ No packages or licenses were added. SummaryExpand
|
There was a problem hiding this comment.
Pull request overview
This PR fixes a problematic pnpm override related to read-yaml-file (to keep Changesets working reliably) and updates the Changesets toolchain used for release preparation.
Changes:
- Pin the
read-yaml-file@<2.0.0pnpm override to2.1.0(instead of a permissive range). - Upgrade Changesets tooling (
@changesets/cli,@changesets/changelog-github) and refresh the lockfile accordingly. - Update the release-prep GitHub workflow to use a newer
changesets/actionrevision, and align two changeset entries topatch.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Pins the read-yaml-file override to a specific compatible version. |
| pnpm-lock.yaml | Reflects the override/tooling changes with updated dependency resolutions and snapshots. |
| package.json | Updates Changesets devDependency versions to newer releases. |
| .github/workflows/deploy-staging-and-prepare-release.yaml | Bumps changesets/action to a newer pinned commit (v1.7.0). |
| .changeset/warm-ducks-lead.md | Changes bump type from minor to patch. |
| .changeset/tangy-friends-follow.md | Changes bump type from minor to patch. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6455 +/- ##
=======================================
Coverage 43.58% 43.58%
=======================================
Files 2585 2585
Lines 44985 44985
Branches 10541 10541
=======================================
Hits 19607 19607
Misses 25338 25338
Partials 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Additionally updated changesets packages