@halospv3/hce.shared-config 3.0.0-develop.22 → 3.0.0-develop.23
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,9 @@
|
|
|
1
|
+
## [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)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update commitlint monorepo to v20 ([247558f](https://github.com/HaloSPV3/HCE.Shared/commit/247558f50593020cee13dc75e06647f36204eacc))
|
|
6
|
+
|
|
1
7
|
## [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
8
|
|
|
3
9
|
### Bug Fixes
|
|
@@ -31,7 +31,7 @@ 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@
|
|
34
|
+
- uses: actions/setup-dotnet@v5
|
|
35
35
|
- uses: actions/setup-node@v4
|
|
36
36
|
- run: npm install -g npm@latest
|
|
37
37
|
- run: npm ci # Required by Semantic Release
|
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.23",
|
|
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,8 +59,8 @@
|
|
|
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",
|
|
@@ -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": "^60.0.0",
|
|
105
105
|
"eslint-plugin-unicorn": "^61.0.0",
|
|
106
106
|
"packemon": "^4.1.2",
|
|
107
107
|
"tmp": "^0.2.3",
|