chore(deps): bump changesets/action from 1.9.0 to 2.1.0 - #2681
chore(deps): bump changesets/action from 1.9.0 to 2.1.0#2681dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [changesets/action](https://github.com/changesets/action) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](changesets/action@a45c4d5...198f833) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
@modelcontextprotocol/client
@modelcontextprotocol/codemod
@modelcontextprotocol/core
@modelcontextprotocol/server
@modelcontextprotocol/server-legacy
@modelcontextprotocol/express
@modelcontextprotocol/fastify
@modelcontextprotocol/hono
@modelcontextprotocol/node
commit: |
@modelcontextprotocol/client
@modelcontextprotocol/codemod
@modelcontextprotocol/core
@modelcontextprotocol/server
@modelcontextprotocol/server-legacy
@modelcontextprotocol/express
@modelcontextprotocol/fastify
@modelcontextprotocol/hono
@modelcontextprotocol/node
commit: |
| run: npm install -g npm@11.5.1 | ||
|
|
||
| - name: Publish to npm | ||
| uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1 | ||
| uses: changesets/action@198f833dd7d863100ea6e28967bc9a9fdefadb0a # v1 |
There was a problem hiding this comment.
🔴 changesets/action bumped from v1 to v2 SHA without migrating the v2-renamed inputs/outputs: the publish input (line 79) is now publish-script, and the hasChangesets output consumed at lines 18/46 is now has-changesets, so the workflow still uses [additional confirmed claim at this location: [quality] nit: stale version comment — both bumped uses: lines keep # v1 while the new SHA targets changesets/action v2.1.0 sweep:changesets/action@ 198f833dd7d863100ea6e28967bc9a9fdefadb0a # v1]
Extended reasoning...
After merge, on the next push to main the version job's steps.changesets.outputs.hasChangesets is empty (v2 only emits kebab-case has-changesets), so the publish job's condition needs.version.outputs.hasChangesets == 'false' never evaluates true and the Publish job is permanently skipped; even when it would run, v2 ignores the unknown publish input (renamed to publish-script), so pnpm run ci:publish is never executed. Net effect: npm releases silently stop shipping. Fix in one sweep by updating the workflow to the v2 names (per the changesets/action v2.0.0 changelog quoted in the PR: publish -> publish-script, outputs kebab-cased).
Verification: normal — the diff bumps changesets/action to the v2.1.0 SHA (uses: changesets/action@ 198f833dd7d863100ea6e28967bc9a9fdefadb0a at .github/workflows/release.yml:39 and :77) while the workflow keeps every v1-era name that v2.0.0 renamed or removed: line 79 still passes publish: pnpm run ci:publish (v2 renamed this input to publish-script; unknown inputs are silently ignored by the Actions runn
Bumps changesets/action from 1.9.0 to 2.1.0.
Release notes
Sourced from changesets/action's releases.
... (truncated)
Changelog
Sourced from changesets/action's changelog.
... (truncated)
Commits
198f833v2.1.07545547Version Packages (#719)3043070Prevent test warning annotations (#720)3b7c71cAdd back cwd input (#718)6f58ba3Update pr-status message links to new faq (#716)e52ce9eVersion Packages (#715)78fdc6bExit pre mode (#714)187a104Update deps for stable (#709)d11394aVersion Packages (next) (#712)5fa6767Fix support for prerelease exits using the new.changeset/prelayout (#711)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)