chore(deps): bump changesets/action from 1.9.0 to 2.1.0 - #449
chore(deps): bump changesets/action from 1.9.0 to 2.1.0#449dependabot[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>
|
There was a problem hiding this comment.
🔴 Changesets action left without an auth token
Since v2.0.0 changesets/action no longer accepts the token via the GITHUB_TOKEN environment variable and requires the github-token input instead. The step only sets the env var and passes no github-token, leaving the action without a usable token.
(Refers to this code)
Was this helpful? React with 👍 or 👎 to provide feedback.
| version: yarn ci:version | ||
| publish: yarn ci:publish |
There was a problem hiding this comment.
🔴 Release workflow no longer versions or publishes
Since v2.0.0 changesets/action renamed its version and publish inputs to version-script and publish-script, but the step still passes version: and publish:. Under the pinned v2.1.0 these names are ignored, so no version bump or npm publish runs.
| version: yarn ci:version | |
| publish: yarn ci:publish | |
| version-script: yarn ci:version | |
| publish-script: yarn ci:publish |
Was this helpful? React with 👍 or 👎 to provide feedback.
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)