@anolilab/semantic-release-pnpm 1.1.8 → 1.1.9
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 +6 -0
- package/dist/index.mjs +8 -8
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## @anolilab/semantic-release-pnpm [1.1.9](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.8...@anolilab/semantic-release-pnpm@1.1.9) (2025-01-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **semantic-release-pnpm:** updated dev dependencies and @visulima/package to v3.4.5 ([967a0b4](https://github.com/anolilab/semantic-release/commit/967a0b4cd1f362bc60a4d8f301ca13f915b945ef))
|
|
6
|
+
|
|
1
7
|
## @anolilab/semantic-release-pnpm [1.1.8](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.7...@anolilab/semantic-release-pnpm@1.1.8) (2025-01-16)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/dist/index.mjs
CHANGED
|
@@ -240,7 +240,7 @@ const dependencies = {
|
|
|
240
240
|
"@anolilab/rc": "1.1.5",
|
|
241
241
|
"@semantic-release/error": "^4.0.0",
|
|
242
242
|
"@visulima/fs": "^2.3.7",
|
|
243
|
-
"@visulima/package": "^3.4.
|
|
243
|
+
"@visulima/package": "^3.4.5",
|
|
244
244
|
"@visulima/path": "^1.3.3",
|
|
245
245
|
execa: "^9.5.2",
|
|
246
246
|
ini: "^5.0.0",
|
|
@@ -263,16 +263,16 @@ const devDependencies = {
|
|
|
263
263
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
264
264
|
"@types/dockerode": "^3.3.34",
|
|
265
265
|
"@types/ini": "^4.1.1",
|
|
266
|
-
"@types/node": "18.19.
|
|
266
|
+
"@types/node": "18.19.71",
|
|
267
267
|
"@types/semantic-release__error": "3.0.3",
|
|
268
268
|
"@types/semver": "7.5.8",
|
|
269
269
|
"@types/stream-buffers": "^3.0.7",
|
|
270
|
-
"@visulima/packem": "^1.
|
|
271
|
-
"@vitest/coverage-v8": "^
|
|
272
|
-
"@vitest/ui": "^
|
|
270
|
+
"@visulima/packem": "^1.17.0",
|
|
271
|
+
"@vitest/coverage-v8": "^3.0.2",
|
|
272
|
+
"@vitest/ui": "^3.0.2",
|
|
273
273
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
274
274
|
"cross-env": "^7.0.3",
|
|
275
|
-
dockerode: "4.0.
|
|
275
|
+
dockerode: "4.0.4",
|
|
276
276
|
esbuild: "0.24.2",
|
|
277
277
|
eslint: "^8.57.1",
|
|
278
278
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
@@ -290,11 +290,11 @@ const devDependencies = {
|
|
|
290
290
|
rimraf: "^6.0.1",
|
|
291
291
|
secretlint: "9.0.0",
|
|
292
292
|
"semantic-release": "^24.2.1",
|
|
293
|
-
"sort-package-json": "^2.
|
|
293
|
+
"sort-package-json": "^2.14.0",
|
|
294
294
|
"stream-buffers": "^3.0.3",
|
|
295
295
|
tempy: "^3.1.0",
|
|
296
296
|
typescript: "^5.7.3",
|
|
297
|
-
vitest: "^
|
|
297
|
+
vitest: "^3.0.2"
|
|
298
298
|
};
|
|
299
299
|
const engines = {
|
|
300
300
|
node: ">=18.* <=23.*"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-pnpm",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Semantic-release plugin to publish a npm package with pnpm.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@anolilab/rc": "1.1.5",
|
|
50
50
|
"@semantic-release/error": "^4.0.0",
|
|
51
51
|
"@visulima/fs": "^2.3.7",
|
|
52
|
-
"@visulima/package": "^3.4.
|
|
52
|
+
"@visulima/package": "^3.4.5",
|
|
53
53
|
"@visulima/path": "^1.3.3",
|
|
54
54
|
"execa": "^9.5.2",
|
|
55
55
|
"ini": "^5.0.0",
|
|
@@ -72,16 +72,16 @@
|
|
|
72
72
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
73
73
|
"@types/dockerode": "^3.3.34",
|
|
74
74
|
"@types/ini": "^4.1.1",
|
|
75
|
-
"@types/node": "18.19.
|
|
75
|
+
"@types/node": "18.19.71",
|
|
76
76
|
"@types/semantic-release__error": "3.0.3",
|
|
77
77
|
"@types/semver": "7.5.8",
|
|
78
78
|
"@types/stream-buffers": "^3.0.7",
|
|
79
|
-
"@visulima/packem": "^1.
|
|
80
|
-
"@vitest/coverage-v8": "^
|
|
81
|
-
"@vitest/ui": "^
|
|
79
|
+
"@visulima/packem": "^1.17.0",
|
|
80
|
+
"@vitest/coverage-v8": "^3.0.2",
|
|
81
|
+
"@vitest/ui": "^3.0.2",
|
|
82
82
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
83
83
|
"cross-env": "^7.0.3",
|
|
84
|
-
"dockerode": "4.0.
|
|
84
|
+
"dockerode": "4.0.4",
|
|
85
85
|
"esbuild": "0.24.2",
|
|
86
86
|
"eslint": "^8.57.1",
|
|
87
87
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
@@ -99,11 +99,11 @@
|
|
|
99
99
|
"rimraf": "^6.0.1",
|
|
100
100
|
"secretlint": "9.0.0",
|
|
101
101
|
"semantic-release": "^24.2.1",
|
|
102
|
-
"sort-package-json": "^2.
|
|
102
|
+
"sort-package-json": "^2.14.0",
|
|
103
103
|
"stream-buffers": "^3.0.3",
|
|
104
104
|
"tempy": "^3.1.0",
|
|
105
105
|
"typescript": "^5.7.3",
|
|
106
|
-
"vitest": "^
|
|
106
|
+
"vitest": "^3.0.2"
|
|
107
107
|
},
|
|
108
108
|
"engines": {
|
|
109
109
|
"node": ">=18.* <=23.*"
|