-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 7cc61f3
authored
chore(deps): update js-devtools/npm-publish action to v4 (#922)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[JS-DevTools/npm-publish](https://redirect.github.com/JS-DevTools/npm-publish)
| action | major | `v3.1.1` -> `v4.0.0` |
---
### Release Notes
<details>
<summary>JS-DevTools/npm-publish (JS-DevTools/npm-publish)</summary>
###
[`v4.0.0`](https://redirect.github.com/JS-DevTools/npm-publish/releases/tag/v4.0.0)
[Compare
Source](https://redirect.github.com/JS-DevTools/npm-publish/compare/v3.1.1...v4.0.0)
The `v4` release updates the action runtime to Node 24, but there have
been no usage changes to the action.
[Immutable
releases](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases)
have been enabled for this repository. As a security practice, we
recommend pinning to an exact release:
```yaml
- uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}
```
##### ⚠ BREAKING CHANGES
- The action now runs on Node 24 with npm 11
- The library and CLI now require Node >= 20, Node 16 and 18 are no
longer supported
- The library is now ESM only
##### Features
- update action runtime to Node 24
([#​231](https://redirect.github.com/JS-DevTools/npm-publish/issues/231))
([0b36106](https://redirect.github.com/JS-DevTools/npm-publish/commit/0b36106dbd9cd4915500664889efae23fbef0792))
##### Bug Fixes
- **deps:** bump the production group across 1 directory with 5 updates
([#​238](https://redirect.github.com/JS-DevTools/npm-publish/issues/238))
([314ae61](https://redirect.github.com/JS-DevTools/npm-publish/commit/314ae618152af5664459e83148cbc2a6cccae17a))
- **deps:** update tar and semver dependencies
([#​194](https://redirect.github.com/JS-DevTools/npm-publish/issues/194))
([cd26c94](https://redirect.github.com/JS-DevTools/npm-publish/commit/cd26c94e5e1d0969f83432de537ea838d9c8ce4a))
- update dry-run and publish conflict logic for npm>=10
([#​232](https://redirect.github.com/JS-DevTools/npm-publish/issues/232))
([62716ea](https://redirect.github.com/JS-DevTools/npm-publish/commit/62716ea038d8ca7356d207d14f5bdebbc57602ac))
- **windows:** allow spawning `npm` cli on windows
([#​199](https://redirect.github.com/JS-DevTools/npm-publish/issues/199))
([f45e793](https://redirect.github.com/JS-DevTools/npm-publish/commit/f45e793c85d8f38bbd07848de2afe3b1c58ff985)),
closes
[#​198](https://redirect.github.com/JS-DevTools/npm-publish/issues/198)
##### Code Refactoring
- switch module format to ESM
([#​234](https://redirect.github.com/JS-DevTools/npm-publish/issues/234))
([e081941](https://redirect.github.com/JS-DevTools/npm-publish/commit/e081941d3305d566416be9c3e8f43fe643c10623))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ayushmanchhabra/vsx).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c420419 commit 7cc61f3Copy full SHA for 7cc61f3
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: .github/workflows/cd.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
|
0 commit comments