@anolilab/semantic-release-pnpm 1.1.11 → 1.1.12
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 +12 -0
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @anolilab/semantic-release-pnpm [1.1.12](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.11...@anolilab/semantic-release-pnpm@1.1.12) (2025-06-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* all packages now allow node 24, update all dependencies ([dfc2518](https://github.com/anolilab/semantic-release/commit/dfc2518344702271582f6d60c44778aefc66ce14))
|
|
6
|
+
* **deps:** update patch updates ([#154](https://github.com/anolilab/semantic-release/issues/154)) ([26462d4](https://github.com/anolilab/semantic-release/commit/26462d456c3e1d471c360e97c38b5f0668e984fe))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@anolilab/rc:** upgraded to 1.1.8
|
|
12
|
+
|
|
1
13
|
## @anolilab/semantic-release-pnpm [1.1.11](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.10...@anolilab/semantic-release-pnpm@1.1.11) (2025-05-07)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
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.12",
|
|
4
4
|
"description": "Semantic-release plugin to publish a npm package with pnpm.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -46,49 +46,49 @@
|
|
|
46
46
|
"CHANGELOG.md"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@anolilab/rc": "1.1.
|
|
49
|
+
"@anolilab/rc": "1.1.8",
|
|
50
50
|
"@semantic-release/error": "^4.0.0",
|
|
51
|
-
"@visulima/fs": "^3.1.
|
|
52
|
-
"@visulima/package": "^3.5.
|
|
53
|
-
"@visulima/path": "^1.
|
|
54
|
-
"execa": "^9.
|
|
51
|
+
"@visulima/fs": "^3.1.5",
|
|
52
|
+
"@visulima/package": "^3.5.8",
|
|
53
|
+
"@visulima/path": "^1.4.0",
|
|
54
|
+
"execa": "^9.6.0",
|
|
55
55
|
"ini": "^5.0.0",
|
|
56
56
|
"normalize-url": "^8.0.1",
|
|
57
57
|
"registry-auth-token": "^5.1.0",
|
|
58
|
-
"semver": "^7.7.
|
|
58
|
+
"semver": "^7.7.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@anolilab/eslint-config": "^15.0.3",
|
|
62
|
-
"@anolilab/prettier-config": "^
|
|
63
|
-
"@arethetypeswrong/cli": "^0.18.
|
|
64
|
-
"@babel/core": "^7.27.
|
|
62
|
+
"@anolilab/prettier-config": "^6.0.1",
|
|
63
|
+
"@arethetypeswrong/cli": "^0.18.1",
|
|
64
|
+
"@babel/core": "^7.27.4",
|
|
65
65
|
"@rushstack/eslint-plugin-security": "^0.10.0",
|
|
66
|
-
"@secretlint/secretlint-rule-preset-recommend": "^9.3.
|
|
66
|
+
"@secretlint/secretlint-rule-preset-recommend": "^9.3.4",
|
|
67
67
|
"@semantic-release/changelog": "^6.0.3",
|
|
68
68
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
69
|
-
"@semantic-release/exec": "^7.0
|
|
69
|
+
"@semantic-release/exec": "^7.1.0",
|
|
70
70
|
"@semantic-release/git": "^10.0.1",
|
|
71
|
-
"@semantic-release/github": "^11.0.
|
|
71
|
+
"@semantic-release/github": "^11.0.3",
|
|
72
72
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
73
|
-
"@types/dockerode": "^3.3.
|
|
73
|
+
"@types/dockerode": "^3.3.39",
|
|
74
74
|
"@types/ini": "^4.1.1",
|
|
75
|
-
"@types/node": "22.15.
|
|
75
|
+
"@types/node": "22.15.30",
|
|
76
76
|
"@types/semantic-release__error": "3.0.3",
|
|
77
77
|
"@types/semver": "7.7.0",
|
|
78
78
|
"@types/stream-buffers": "^3.0.7",
|
|
79
|
-
"@visulima/packem": "^1.19.
|
|
80
|
-
"@vitest/coverage-v8": "^3.
|
|
81
|
-
"@vitest/ui": "^3.
|
|
82
|
-
"conventional-changelog-conventionalcommits": "
|
|
79
|
+
"@visulima/packem": "^1.19.4",
|
|
80
|
+
"@vitest/coverage-v8": "^3.2.2",
|
|
81
|
+
"@vitest/ui": "^3.2.2",
|
|
82
|
+
"conventional-changelog-conventionalcommits": "9.0.0",
|
|
83
83
|
"cross-env": "^7.0.3",
|
|
84
84
|
"dockerode": "4.0.6",
|
|
85
|
-
"esbuild": "0.25.
|
|
85
|
+
"esbuild": "0.25.5",
|
|
86
86
|
"eslint": "^8.57.1",
|
|
87
87
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
88
88
|
"eslint-plugin-editorconfig": "^4.0.3",
|
|
89
89
|
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
|
|
90
|
-
"eslint-plugin-mdx": "^3.4.
|
|
91
|
-
"eslint-plugin-n": "^17.
|
|
90
|
+
"eslint-plugin-mdx": "^3.4.2",
|
|
91
|
+
"eslint-plugin-n": "^17.19.0",
|
|
92
92
|
"eslint-plugin-vitest": "^0.4.1",
|
|
93
93
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
94
94
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
@@ -97,16 +97,16 @@
|
|
|
97
97
|
"p-retry": "^6.2.1",
|
|
98
98
|
"prettier": "^3.5.3",
|
|
99
99
|
"rimraf": "^6.0.1",
|
|
100
|
-
"secretlint": "9.3.
|
|
101
|
-
"semantic-release": "^24.2.
|
|
102
|
-
"sort-package-json": "^3.2.
|
|
100
|
+
"secretlint": "9.3.4",
|
|
101
|
+
"semantic-release": "^24.2.5",
|
|
102
|
+
"sort-package-json": "^3.2.1",
|
|
103
103
|
"stream-buffers": "^3.0.3",
|
|
104
104
|
"tempy": "^3.1.0",
|
|
105
105
|
"typescript": "^5.8.3",
|
|
106
|
-
"vitest": "^3.
|
|
106
|
+
"vitest": "^3.2.2"
|
|
107
107
|
},
|
|
108
108
|
"engines": {
|
|
109
|
-
"node": ">=18
|
|
109
|
+
"node": ">=18.17 <=24.*"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": {
|
|
112
112
|
"access": "public",
|