@anolilab/semantic-release-pnpm 1.1.9 → 1.1.10
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 +11 -0
- package/dist/index.mjs +15 -15
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @anolilab/semantic-release-pnpm [1.1.10](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.9...@anolilab/semantic-release-pnpm@1.1.10) (2025-02-10)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **semantic-release-pnpm:** updated @visulima/*, registry-auth-token to v 5.1.0, semver to v7.7.1 and all all dev deps ([f1bf9d0](https://github.com/anolilab/semantic-release/commit/f1bf9d076c69a859a892819f62af94bca300457e))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@anolilab/rc:** upgraded to 1.1.6
|
|
11
|
+
|
|
1
12
|
## @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
13
|
|
|
3
14
|
### Bug Fixes
|
package/dist/index.mjs
CHANGED
|
@@ -239,25 +239,25 @@ const scripts = {
|
|
|
239
239
|
const dependencies = {
|
|
240
240
|
"@anolilab/rc": "1.1.5",
|
|
241
241
|
"@semantic-release/error": "^4.0.0",
|
|
242
|
-
"@visulima/fs": "^
|
|
243
|
-
"@visulima/package": "^3.
|
|
244
|
-
"@visulima/path": "^1.3.
|
|
242
|
+
"@visulima/fs": "^3.1.0",
|
|
243
|
+
"@visulima/package": "^3.5.1",
|
|
244
|
+
"@visulima/path": "^1.3.4",
|
|
245
245
|
execa: "^9.5.2",
|
|
246
246
|
ini: "^5.0.0",
|
|
247
247
|
"normalize-url": "^8.0.1",
|
|
248
|
-
"registry-auth-token": "^5.0
|
|
249
|
-
semver: "^7.
|
|
248
|
+
"registry-auth-token": "^5.1.0",
|
|
249
|
+
semver: "^7.7.1"
|
|
250
250
|
};
|
|
251
251
|
const devDependencies = {
|
|
252
252
|
"@anolilab/eslint-config": "^15.0.3",
|
|
253
253
|
"@anolilab/prettier-config": "^5.0.14",
|
|
254
254
|
"@arethetypeswrong/cli": "^0.17.3",
|
|
255
|
-
"@babel/core": "^7.26.
|
|
255
|
+
"@babel/core": "^7.26.8",
|
|
256
256
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
257
257
|
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
258
258
|
"@semantic-release/changelog": "^6.0.3",
|
|
259
259
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
260
|
-
"@semantic-release/exec": "^
|
|
260
|
+
"@semantic-release/exec": "^7.0.3",
|
|
261
261
|
"@semantic-release/git": "^10.0.1",
|
|
262
262
|
"@semantic-release/github": "^11.0.1",
|
|
263
263
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
@@ -267,13 +267,13 @@ const devDependencies = {
|
|
|
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": "^3.0.
|
|
272
|
-
"@vitest/ui": "^3.0.
|
|
270
|
+
"@visulima/packem": "^1.18.5",
|
|
271
|
+
"@vitest/coverage-v8": "^3.0.5",
|
|
272
|
+
"@vitest/ui": "^3.0.5",
|
|
273
273
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
274
274
|
"cross-env": "^7.0.3",
|
|
275
275
|
dockerode: "4.0.4",
|
|
276
|
-
esbuild: "0.
|
|
276
|
+
esbuild: "0.25.0",
|
|
277
277
|
eslint: "^8.57.1",
|
|
278
278
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
279
279
|
"eslint-plugin-editorconfig": "^4.0.3",
|
|
@@ -284,17 +284,17 @@ const devDependencies = {
|
|
|
284
284
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
285
285
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
286
286
|
"get-stream": "9.0.1",
|
|
287
|
-
got: "^14.4.
|
|
287
|
+
got: "^14.4.6",
|
|
288
288
|
"p-retry": "^6.2.1",
|
|
289
|
-
prettier: "^3.
|
|
289
|
+
prettier: "^3.5.0",
|
|
290
290
|
rimraf: "^6.0.1",
|
|
291
291
|
secretlint: "9.0.0",
|
|
292
|
-
"semantic-release": "^24.2.
|
|
292
|
+
"semantic-release": "^24.2.2",
|
|
293
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: "^3.0.
|
|
297
|
+
vitest: "^3.0.5"
|
|
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.10",
|
|
4
4
|
"description": "Semantic-release plugin to publish a npm package with pnpm.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -46,27 +46,27 @@
|
|
|
46
46
|
"CHANGELOG.md"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@anolilab/rc": "1.1.
|
|
49
|
+
"@anolilab/rc": "1.1.6",
|
|
50
50
|
"@semantic-release/error": "^4.0.0",
|
|
51
|
-
"@visulima/fs": "^
|
|
52
|
-
"@visulima/package": "^3.
|
|
53
|
-
"@visulima/path": "^1.3.
|
|
51
|
+
"@visulima/fs": "^3.1.0",
|
|
52
|
+
"@visulima/package": "^3.5.1",
|
|
53
|
+
"@visulima/path": "^1.3.4",
|
|
54
54
|
"execa": "^9.5.2",
|
|
55
55
|
"ini": "^5.0.0",
|
|
56
56
|
"normalize-url": "^8.0.1",
|
|
57
|
-
"registry-auth-token": "^5.0
|
|
58
|
-
"semver": "^7.
|
|
57
|
+
"registry-auth-token": "^5.1.0",
|
|
58
|
+
"semver": "^7.7.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@anolilab/eslint-config": "^15.0.3",
|
|
62
62
|
"@anolilab/prettier-config": "^5.0.14",
|
|
63
63
|
"@arethetypeswrong/cli": "^0.17.3",
|
|
64
|
-
"@babel/core": "^7.26.
|
|
64
|
+
"@babel/core": "^7.26.8",
|
|
65
65
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
66
66
|
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
67
67
|
"@semantic-release/changelog": "^6.0.3",
|
|
68
68
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
69
|
-
"@semantic-release/exec": "^
|
|
69
|
+
"@semantic-release/exec": "^7.0.3",
|
|
70
70
|
"@semantic-release/git": "^10.0.1",
|
|
71
71
|
"@semantic-release/github": "^11.0.1",
|
|
72
72
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
@@ -76,13 +76,13 @@
|
|
|
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": "^3.0.
|
|
81
|
-
"@vitest/ui": "^3.0.
|
|
79
|
+
"@visulima/packem": "^1.18.5",
|
|
80
|
+
"@vitest/coverage-v8": "^3.0.5",
|
|
81
|
+
"@vitest/ui": "^3.0.5",
|
|
82
82
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
83
83
|
"cross-env": "^7.0.3",
|
|
84
84
|
"dockerode": "4.0.4",
|
|
85
|
-
"esbuild": "0.
|
|
85
|
+
"esbuild": "0.25.0",
|
|
86
86
|
"eslint": "^8.57.1",
|
|
87
87
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
88
88
|
"eslint-plugin-editorconfig": "^4.0.3",
|
|
@@ -93,17 +93,17 @@
|
|
|
93
93
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
94
94
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
95
95
|
"get-stream": "9.0.1",
|
|
96
|
-
"got": "^14.4.
|
|
96
|
+
"got": "^14.4.6",
|
|
97
97
|
"p-retry": "^6.2.1",
|
|
98
|
-
"prettier": "^3.
|
|
98
|
+
"prettier": "^3.5.0",
|
|
99
99
|
"rimraf": "^6.0.1",
|
|
100
100
|
"secretlint": "9.0.0",
|
|
101
|
-
"semantic-release": "^24.2.
|
|
101
|
+
"semantic-release": "^24.2.2",
|
|
102
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": "^3.0.
|
|
106
|
+
"vitest": "^3.0.5"
|
|
107
107
|
},
|
|
108
108
|
"engines": {
|
|
109
109
|
"node": ">=18.* <=23.*"
|