chore(deps): bump changesets/action from 1.6.0 to 1.7.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(3 months ago)
(3 months ago)
Bumps changesets/action from 1.6.0 to 1.7.0.
Release notes
Sourced from changesets/action's releases.
v1.7.0
Minor Changes
- #564
935fe87Thanks@Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicitGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}configuration.Patch Changes
#545
54220ddThanks@ryanbas21! - The.npmrcgeneration now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token whenNPM_TOKENis defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.#563
6af4a7eThanks@Andarist! - Don't error on already committed symlinks and executables that stay untouched
Changelog
Sourced from changesets/action's changelog.
@changesets/action1.7.0
Minor Changes
- #564
935fe87Thanks@Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicitGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}configuration.Patch Changes
#545
54220ddThanks@ryanbas21! - The.npmrcgeneration now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token whenNPM_TOKENis defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.#563
6af4a7eThanks@Andarist! - Don't error on already committed symlinks and executables that stay untouched1.6.0
Minor Changes
- #558
342005dThanks@harsha-venugopal-ledn! - Upgrade from Node.js 20 to Node.js 24 LTS1.5.3
Patch Changes
#477
9d933dcThanks@Andarist! - Updated@actions/*and@octokit/*dependencies.#479
cf373e4Thanks@Andarist! - Switched toesbuildfor bundling the dist file. This led to 45% file size reduction.#488
022692bThanks@s0! - Fix PRs sometimes not getting reopened withcommitMode: github-apiThere was a race-condition that means sometimes existing PRs would not be found, and new PRs would be opened. This has now been fixed by fetching existing PRs before making any changes.
#486
7ed1955Thanks@s0! - Fixed situations in whichcwdwas specified as a relative path and used with (default)commitMode: git-cli#461
e9c36b6Thanks@nayounsang! - Avoid hitting a deprecation warning when encountering errors from@octokit/request-error1.5.2
Patch Changes
#473
3c24abeThanks@s0! - Make git add work consistently with subdirectoriesEnsure that when running the action from a subdirectory of a repository, only the files from that directory are added, regardless of
commitMode.1.5.1
Patch Changes
... (truncated)
Commits
6a0a831v1.7.0a7c5002Version Packages (#565)935fe87Automatically use the GitHub-provided token to allow most users to avoid expl...6af4a7eDon't error on symlinks and executables when they don't have to be touched an...746b247Tweak logging related to NPM_TOKEN/OIDC auth (#566)54220ddConditionally appendNPM_TOKENto.npmrc(#545)- See full diff in compare view
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)
Package Dependencies
Technical Details
| ID: | 14102902 |
| UUID: | 3986232598 |
| Node ID: | PR_kwDORYGxJ87GEE38 |
| Host: | GitHub |
| Repository: | anna-nova98/TypeScript-react |