Skip to content

Commit bedc20d

Browse files
renovate[bot]travi
andauthored
chore(deps): update dependency publint to v0.3.10 (#755)
* chore(deps): update dependency publint to v0.3.10 * docs(lint): fixed formatting issue * ci(audit-signatures): install the latest corepack so the latest npm signing key is available * ci(audit-signatures): limit to the dev version of node since updating corepack has windows problems --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Travi <[email protected]>
1 parent b291e9e commit bedc20d

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
node-version: "${{ matrix.node-version }}"
3838
cache: npm
3939
- run: npm clean-install
40-
- run: corepack npm audit signatures
4140
- run: npm test
4241

4342
test_dev:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
## Install
1414

1515
> [!TIP]
16-
You do not need to directly depend on this package if you are using `semantic-release`.
17-
`semantic-release` already depends on this package, and defining your own direct dependency can result in conflicts when you update `semantic-release`.
16+
> You do not need to directly depend on this package if you are using `semantic-release`.
17+
> `semantic-release` already depends on this package, and defining your own direct dependency can result in conflicts when you update `semantic-release`.
1818
1919
```bash
2020
$ npm install @semantic-release/commit-analyzer -D

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ls-engines": "0.9.3",
4242
"npm-run-all2": "7.0.2",
4343
"prettier": "3.4.2",
44-
"publint": "0.3.2",
44+
"publint": "0.3.10",
4545
"semantic-release": "24.2.1",
4646
"sinon": "19.0.2"
4747
},

0 commit comments

Comments
 (0)