@anolilab/multi-semantic-release 1.1.1 → 1.1.3
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 +20 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## @anolilab/multi-semantic-release [1.1.3](https://github.com/anolilab/semantic-release/compare/@anolilab/multi-semantic-release@1.1.2...@anolilab/multi-semantic-release@1.1.3) (2024-06-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 1.1.3
|
|
7
|
+
|
|
8
|
+
## @anolilab/multi-semantic-release [1.1.2](https://github.com/anolilab/semantic-release/compare/@anolilab/multi-semantic-release@1.1.1...@anolilab/multi-semantic-release@1.1.2) (2024-06-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **multi-semantic-release:** updated debug and execa dep ([2a9d35e](https://github.com/anolilab/semantic-release/commit/2a9d35eb49708fa7ab39856d5a6e0d2896b710c9))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 1.1.2
|
|
20
|
+
|
|
1
21
|
## @anolilab/multi-semantic-release [1.1.1](https://github.com/anolilab/semantic-release/compare/@anolilab/multi-semantic-release@1.1.0...@anolilab/multi-semantic-release@1.1.1) (2024-06-11)
|
|
2
22
|
|
|
3
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/multi-semantic-release",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "A multi semantic release tool for a monorepo.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@semrel-extra/topo": "^1.14.1",
|
|
35
35
|
"blork": "^9.3.0",
|
|
36
36
|
"cosmiconfig": "^9.0.0",
|
|
37
|
-
"debug": "^4.3.
|
|
37
|
+
"debug": "^4.3.5",
|
|
38
38
|
"detect-indent": "^7.0.1",
|
|
39
39
|
"detect-newline": "^4.0.1",
|
|
40
|
-
"execa": "^9.
|
|
40
|
+
"execa": "^9.2.0",
|
|
41
41
|
"git-log-parser": "^1.2.0",
|
|
42
42
|
"lodash-es": "^4.17.21",
|
|
43
43
|
"resolve-from": "^5.0.0",
|
|
@@ -49,35 +49,35 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@anolilab/eslint-config": "^15.0.3",
|
|
51
51
|
"@anolilab/prettier-config": "^5.0.14",
|
|
52
|
-
"@anolilab/semantic-release-pnpm": "1.1.
|
|
53
|
-
"@babel/core": "^7.24.
|
|
52
|
+
"@anolilab/semantic-release-pnpm": "1.1.3",
|
|
53
|
+
"@babel/core": "^7.24.7",
|
|
54
54
|
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
55
55
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
56
56
|
"@semantic-release/changelog": "^6.0.3",
|
|
57
|
-
"@semantic-release/commit-analyzer": "
|
|
57
|
+
"@semantic-release/commit-analyzer": "13.0.0",
|
|
58
58
|
"@semantic-release/exec": "^6.0.3",
|
|
59
59
|
"@semantic-release/git": "^10.0.1",
|
|
60
|
-
"@semantic-release/github": "^10.0.
|
|
61
|
-
"@semantic-release/release-notes-generator": "
|
|
60
|
+
"@semantic-release/github": "^10.0.6",
|
|
61
|
+
"@semantic-release/release-notes-generator": "14.0.0",
|
|
62
62
|
"@vitest/coverage-v8": "^1.6.0",
|
|
63
63
|
"@vitest/ui": "^1.6.0",
|
|
64
|
-
"conventional-changelog-conventionalcommits": "
|
|
64
|
+
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
65
65
|
"cross-env": "^7.0.3",
|
|
66
66
|
"eslint": "^8.57.0",
|
|
67
|
-
"eslint-plugin-deprecation": "^
|
|
67
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
68
68
|
"eslint-plugin-etc": "^2.0.3",
|
|
69
69
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
70
70
|
"eslint-plugin-mdx": "^3.1.5",
|
|
71
|
-
"eslint-plugin-n": "^17.
|
|
71
|
+
"eslint-plugin-n": "^17.8.1",
|
|
72
72
|
"eslint-plugin-vitest": "^0.4.1",
|
|
73
73
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
74
74
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
75
75
|
"file-url": "^4.0.0",
|
|
76
|
-
"prettier": "^3.2
|
|
76
|
+
"prettier": "^3.3.2",
|
|
77
77
|
"publint": "^0.2.8",
|
|
78
78
|
"rimraf": "^5.0.7",
|
|
79
|
-
"secretlint": "8.2.
|
|
80
|
-
"semantic-release": "^
|
|
79
|
+
"secretlint": "8.2.4",
|
|
80
|
+
"semantic-release": "^24.0.0",
|
|
81
81
|
"sort-package-json": "^2.10.0",
|
|
82
82
|
"tempy": "^3.1.0",
|
|
83
83
|
"typescript": "^5.4.5",
|