@anolilab/semantic-release-preset 8.1.2 → 9.0.1
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 +28 -0
- package/package.json +20 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## @anolilab/semantic-release-preset [9.0.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@9.0.0...@anolilab/semantic-release-preset@9.0.1) (2024-10-26)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated dependencies ([aa33659](https://github.com/anolilab/semantic-release/commit/aa3365986ef9a42a80b62ed7d5e6b864f6838211))
|
|
6
|
+
* upgraded @semantic-release/github to 11.0.0 from 10.0.6 and @semantic-release/release-notes-generator to 14.0.1 ([9799669](https://github.com/anolilab/semantic-release/commit/97996698b8b9acb8ba562cecd9b148f292363a5e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 1.1.4
|
|
12
|
+
|
|
13
|
+
## @anolilab/semantic-release-preset [9.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@8.1.2...@anolilab/semantic-release-preset@9.0.0) (2024-06-11)
|
|
14
|
+
|
|
15
|
+
### ⚠ BREAKING CHANGES
|
|
16
|
+
|
|
17
|
+
* **semantic-release-preset:** Upgraded conventional-changelog-conventionalcommits v8, this can be only use with semantic-version 24
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **semantic-release-preset:** update peer dep of @semantic-release/npm ([477839f](https://github.com/anolilab/semantic-release/commit/477839fbb5a1bbaddd344c15d540e0579f06db04))
|
|
22
|
+
* **semantic-release-preset:** updated @semantic-release/commit-analyzer v13, @semantic-release/release-notes-generator v14 and conventional-changelog-conventionalcommits v8 ([f0514bd](https://github.com/anolilab/semantic-release/commit/f0514bd27a0ddcc5a965717e2982282d2f50128c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* **@anolilab/semantic-release-pnpm:** upgraded to 1.1.3
|
|
28
|
+
|
|
1
29
|
## @anolilab/semantic-release-preset [8.1.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@8.1.1...@anolilab/semantic-release-preset@8.1.2) (2024-06-11)
|
|
2
30
|
|
|
3
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-preset",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Semantic-release predefined presets.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
"./package.json": "./package.json"
|
|
64
64
|
},
|
|
65
65
|
"main": "config/without-npm.json",
|
|
66
|
-
"source": "src/postinstall.ts",
|
|
67
66
|
"files": [
|
|
68
67
|
"README.md",
|
|
69
68
|
"CHANGELOG.md",
|
|
@@ -72,37 +71,37 @@
|
|
|
72
71
|
],
|
|
73
72
|
"dependencies": {
|
|
74
73
|
"@semantic-release/changelog": "^6.0.3",
|
|
75
|
-
"@semantic-release/commit-analyzer": "
|
|
74
|
+
"@semantic-release/commit-analyzer": "13.0.0",
|
|
76
75
|
"@semantic-release/exec": "^6.0.3",
|
|
77
76
|
"@semantic-release/git": "^10.0.1",
|
|
78
|
-
"@semantic-release/github": "^
|
|
79
|
-
"@semantic-release/release-notes-generator": "
|
|
80
|
-
"conventional-changelog-conventionalcommits": "
|
|
77
|
+
"@semantic-release/github": "^11.0.0",
|
|
78
|
+
"@semantic-release/release-notes-generator": "14.0.1",
|
|
79
|
+
"conventional-changelog-conventionalcommits": "8.0.0"
|
|
81
80
|
},
|
|
82
81
|
"devDependencies": {
|
|
83
82
|
"@anolilab/eslint-config": "^15.0.3",
|
|
84
83
|
"@anolilab/prettier-config": "^5.0.14",
|
|
85
|
-
"@anolilab/semantic-release-pnpm": "1.1.
|
|
86
|
-
"@babel/core": "^7.
|
|
87
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
88
|
-
"@secretlint/secretlint-rule-preset-recommend": "^
|
|
89
|
-
"conventional-changelog-conventionalcommits": "
|
|
84
|
+
"@anolilab/semantic-release-pnpm": "1.1.4",
|
|
85
|
+
"@babel/core": "^7.26.0",
|
|
86
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
87
|
+
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
88
|
+
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
90
89
|
"cross-env": "^7.0.3",
|
|
91
|
-
"eslint": "^8.57.
|
|
90
|
+
"eslint": "^8.57.1",
|
|
92
91
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
93
92
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
94
93
|
"eslint-plugin-mdx": "^3.1.5",
|
|
95
|
-
"prettier": "^3.3.
|
|
96
|
-
"rimraf": "^
|
|
97
|
-
"secretlint": "
|
|
98
|
-
"semantic-release": "^
|
|
99
|
-
"sort-package-json": "^2.10.
|
|
100
|
-
"typescript": "^5.
|
|
94
|
+
"prettier": "^3.3.3",
|
|
95
|
+
"rimraf": "^6.0.1",
|
|
96
|
+
"secretlint": "9.0.0",
|
|
97
|
+
"semantic-release": "^24.2.0",
|
|
98
|
+
"sort-package-json": "^2.10.1",
|
|
99
|
+
"typescript": "^5.6.3"
|
|
101
100
|
},
|
|
102
101
|
"peerDependencies": {
|
|
103
|
-
"@anolilab/semantic-release-pnpm": "1.1.
|
|
104
|
-
"@semantic-release/npm": "^
|
|
105
|
-
"semantic-release": "^
|
|
102
|
+
"@anolilab/semantic-release-pnpm": "1.1.4",
|
|
103
|
+
"@semantic-release/npm": "^12.0.1",
|
|
104
|
+
"semantic-release": "^24.0.0",
|
|
106
105
|
"semantic-release-yarn": "^3.0.2"
|
|
107
106
|
},
|
|
108
107
|
"peerDependenciesMeta": {
|