@halospv3/hce.shared-config 3.0.0-develop.22 → 3.0.0-develop.24
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
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [3.0.0-develop.24](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.23...v3.0.0-develop.24) (2025-10-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update semantic-release monorepo ([3c87c63](https://github.com/HaloSPV3/HCE.Shared/commit/3c87c638ed7784f41eb12f6dc3246675096e242e))
|
|
6
|
+
|
|
7
|
+
## [3.0.0-develop.23](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.22...v3.0.0-develop.23) (2025-10-06)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update commitlint monorepo to v20 ([247558f](https://github.com/HaloSPV3/HCE.Shared/commit/247558f50593020cee13dc75e06647f36204eacc))
|
|
12
|
+
|
|
1
13
|
## [3.0.0-develop.22](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.21...v3.0.0-develop.22) (2025-10-05)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
|
@@ -17,7 +17,7 @@ jobs:
|
|
|
17
17
|
- uses: actions/checkout@v5
|
|
18
18
|
with:
|
|
19
19
|
fetch-depth: 0
|
|
20
|
-
- uses: actions/setup-node@
|
|
20
|
+
- uses: actions/setup-node@v5
|
|
21
21
|
with:
|
|
22
22
|
cache: 'npm'
|
|
23
23
|
check-latest: true
|
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
- run: npm i -g npm@latest
|
|
26
26
|
- run: npm ci
|
|
27
27
|
|
|
28
|
-
- uses: actions/setup-dotnet@
|
|
28
|
+
- uses: actions/setup-dotnet@v5.0.0
|
|
29
29
|
with:
|
|
30
30
|
dotnet-version: '8.x'
|
|
31
31
|
|
|
@@ -31,8 +31,8 @@ jobs:
|
|
|
31
31
|
with:
|
|
32
32
|
fetch-depth: 0 # Required by GitVersion, Semantic Release
|
|
33
33
|
submodules: 'recursive' # submodule fetch depth unknown
|
|
34
|
-
- uses: actions/setup-dotnet@
|
|
35
|
-
- uses: actions/setup-node@
|
|
34
|
+
- uses: actions/setup-dotnet@v5
|
|
35
|
+
- uses: actions/setup-node@v5
|
|
36
36
|
- run: npm install -g npm@latest
|
|
37
37
|
- run: npm ci # Required by Semantic Release
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halospv3/hce.shared-config",
|
|
3
|
-
"version": "3.0.0-develop.
|
|
3
|
+
"version": "3.0.0-develop.24",
|
|
4
4
|
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"halo",
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
"watch": "packemon watch --loadConfigs"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@commitlint/cli": "^
|
|
63
|
-
"@commitlint/config-conventional": "^
|
|
62
|
+
"@commitlint/cli": "^20.0.0",
|
|
63
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
64
64
|
"@dotenvx/dotenvx": "^1.47.6",
|
|
65
65
|
"@eslint/js": "^9.31.0",
|
|
66
66
|
"@semantic-release/changelog": "^6.0.3",
|
|
67
67
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
68
68
|
"@semantic-release/exec": "^7.1.0",
|
|
69
69
|
"@semantic-release/git": "^10.0.1",
|
|
70
|
-
"@semantic-release/github": "^
|
|
71
|
-
"@semantic-release/npm": "^
|
|
70
|
+
"@semantic-release/github": "^12.0.0",
|
|
71
|
+
"@semantic-release/npm": "^13.0.0",
|
|
72
72
|
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
73
73
|
"@stylistic/eslint-plugin": "^5.1.0",
|
|
74
74
|
"@types/node": "~20.11.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"globals": "^16.3.0",
|
|
82
82
|
"husky": "^9.1.7",
|
|
83
83
|
"sanitize-filename": "^1.6.3",
|
|
84
|
-
"semantic-release": "^
|
|
84
|
+
"semantic-release": "^25.0.0",
|
|
85
85
|
"semantic-release-export-data": "^1.1.0",
|
|
86
86
|
"ts-essentials": "^10.1.1",
|
|
87
87
|
"typescript-eslint": "^8.37.0"
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@babel/cli": "^7.28.0",
|
|
92
92
|
"@babel/core": "^7.28.0",
|
|
93
93
|
"@babel/eslint-parser": "^7.28.0",
|
|
94
|
-
"@commitlint/types": "^
|
|
94
|
+
"@commitlint/types": "^20.0.0",
|
|
95
95
|
"@eslint/config-inspector": "^1.1.0",
|
|
96
96
|
"@eslint/markdown": "^7.0.0",
|
|
97
97
|
"@sebbo2002/semantic-release-jsr": "^3.0.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@types/tmp": "^0.2.6",
|
|
102
102
|
"conventional-changelog-preset-loader": "^5.0.0",
|
|
103
103
|
"eslint": "^9.31.0",
|
|
104
|
-
"eslint-plugin-jsdoc": "^
|
|
104
|
+
"eslint-plugin-jsdoc": "^61.0.0",
|
|
105
105
|
"eslint-plugin-unicorn": "^61.0.0",
|
|
106
106
|
"packemon": "^4.1.2",
|
|
107
107
|
"tmp": "^0.2.3",
|
|
@@ -138,5 +138,5 @@
|
|
|
138
138
|
"setupGitPluginSpec": "src/setupGitPluginSpec.ts"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
-
"packageManager": "pnpm@10.
|
|
141
|
+
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
|
142
142
|
}
|