@anolilab/semantic-release-pnpm 8.1.22 → 8.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/index.d.ts +0 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @anolilab/semantic-release-pnpm [8.1.24](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@8.1.23...@anolilab/semantic-release-pnpm@8.1.24) (2026-09-13)
|
|
2
|
+
|
|
3
|
+
## @anolilab/semantic-release-pnpm [8.1.23](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@8.1.22...@anolilab/semantic-release-pnpm@8.1.23) (2026-09-08)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **lint:** revert eslint-config to v28 and relax unsafe-type rules ([#435](https://github.com/anolilab/semantic-release/issues/435)) ([33999ea](https://github.com/anolilab/semantic-release/commit/33999ea2786e544f0eca6fd751db12473719576f))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@anolilab/rc:** upgraded to 4.0.9
|
|
13
|
+
|
|
1
14
|
## @anolilab/semantic-release-pnpm [8.1.22](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@8.1.21...@anolilab/semantic-release-pnpm@8.1.22) (2026-09-08)
|
|
2
15
|
|
|
3
16
|
### Miscellaneous Chores
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-pnpm",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.24",
|
|
4
4
|
"description": "Semantic-release plugin to publish a npm package with pnpm.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@actions/core": "3.0.1",
|
|
64
|
-
"@anolilab/rc": "4.0.
|
|
64
|
+
"@anolilab/rc": "4.0.9",
|
|
65
65
|
"@semantic-release/error": "^4.0.0",
|
|
66
66
|
"@visulima/fs": "^5.1.0",
|
|
67
|
-
"@visulima/package": "5.0.
|
|
68
|
-
"@visulima/path": "^3.
|
|
67
|
+
"@visulima/package": "5.0.21",
|
|
68
|
+
"@visulima/path": "^3.1.0",
|
|
69
69
|
"debug": "^4.4.3",
|
|
70
70
|
"detect-indent": "^7.0.2",
|
|
71
71
|
"env-ci": "^11.2.0",
|