Skip to content

fix(changesets): migration v2 -> v3 - #6859

Open
philibea wants to merge 1 commit into
mainfrom
changeset-v3
Open

fix(changesets): migration v2 -> v3#6859
philibea wants to merge 1 commit into
mainfrom
changeset-v3

Conversation

@philibea

@philibea philibea commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

Upgrades the repository from Changesets v2 to v3 following the official migration guide.

Changes

  • package.json: bumped @changesets/cli 2.31.13.0.1 and @changesets/changelog-github 0.7.01.0.0
  • .changeset/config.json: updated $schema to @changesets/config@4.0.0. The rest of the config was already v3-compatible (access: "public", baseBranch: "main", privatePackages object form, no prettier option to migrate)
  • .github/workflows/release.yml: bumped changesets/action v1.9.0v2.1.1 and renamed inputs:
    • commitcommit-message
    • titlepr-title
    • publishpublish-script
  • pnpm-lock.yaml: regenerated

@philibea
philibea requested review from a team, jsulpis and lisalupi as code owners September 1, 2026 14:01
@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6c7069b

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

cache: 'pnpm'
- run: pnpm install --frozen-lockfile && pnpm build && pnpm install --frozen-lockfile
- name: Run changesets-renovate
run: pnpm dlx @scaleway/changesets-renovate

@philibea philibea Sep 1, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

install the right version as the latest should not work with changeset v2.

NB: The latest version use changeset cli v3.

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.97%. Comparing base (865d5b4) to head (6c7069b).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #6859   +/-   ##
=======================================
  Coverage   90.97%   90.97%           
=======================================
  Files         571      571           
  Lines       10515    10515           
  Branches     3787     3787           
=======================================
  Hits         9566     9566           
  Misses        949      949           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f37c14...6c7069b. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>
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