@halospv3/hce.shared-config 3.3.0-develop.1 → 3.3.0
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,20 @@
|
|
|
1
|
+
## [3.3.0](https://github.com/HaloSPV3/HCE.Shared/compare/v3.2.1...v3.3.0) (2026-01-21)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **dotnet:** add BuildEachRID.targets to HCE.Shared.targets ([9fa91b8](https://github.com/HaloSPV3/HCE.Shared/commit/9fa91b8d8f15a0f0fa9ed3704dbc61eb80a7d40a))
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **dotnet.BuildEachRID:** enable parallel builds ([5411509](https://github.com/HaloSPV3/HCE.Shared/commit/541150941c01ce2f0f9a138e28b15accac1922c0)), closes [/github.com/dotnet/sdk/issues/9795#issuecomment-3617533141](https://github.com/HaloSPV3//github.com/dotnet/sdk/issues/9795/issues/issuecomment-3617533141)
|
|
10
|
+
* **dotnet.BuildEachRID:** spread `_ProjectsToBuild` with `@` ([0ebcea1](https://github.com/HaloSPV3/HCE.Shared/commit/0ebcea1596a7d31eec2ca5bb3c4e9243ed80050f))
|
|
11
|
+
* **dotnet.SemanticRelease:** fix execOptions config ([5ec2829](https://github.com/HaloSPV3/HCE.Shared/commit/5ec2829d68f4a8cda8c0b0fc234b46472f57259e))
|
|
12
|
+
* **dotnet.ZPD:** disallow placeholder values in CI ([168fa96](https://github.com/HaloSPV3/HCE.Shared/commit/168fa967c3f8b0a27e5a4472b4c96adcdcad766b)), closes [#535](https://github.com/HaloSPV3/HCE.Shared/issues/535)
|
|
13
|
+
|
|
14
|
+
### Performance Improvements
|
|
15
|
+
|
|
16
|
+
* **dotnet.PublishAll:** attempt tp parallelize PublishAll.targets ([76202f2](https://github.com/HaloSPV3/HCE.Shared/commit/76202f2968cbe1922f77f1b8a31dd72bf145d134))
|
|
17
|
+
|
|
1
18
|
## [3.3.0-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.2.1...v3.3.0-develop.1) (2026-01-21)
|
|
2
19
|
|
|
3
20
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halospv3/hce.shared-config",
|
|
3
|
-
"version": "3.3.0
|
|
3
|
+
"version": "3.3.0",
|
|
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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"debug": "^4.4.1",
|
|
80
80
|
"error.iserror": "^1.0.2",
|
|
81
81
|
"es-main": "^1.3.0",
|
|
82
|
-
"globals": "^
|
|
82
|
+
"globals": "^17.0.0",
|
|
83
83
|
"husky": "^9.1.7",
|
|
84
84
|
"sanitize-filename": "^1.6.3",
|
|
85
85
|
"semantic-release": "^25.0.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@types/tmp": "^0.2.6",
|
|
103
103
|
"conventional-changelog-preset-loader": "^5.0.0",
|
|
104
104
|
"eslint": "^9.31.0",
|
|
105
|
-
"eslint-plugin-jsdoc": "^
|
|
105
|
+
"eslint-plugin-jsdoc": "^62.3.0",
|
|
106
106
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
107
107
|
"packemon": "^4.1.2",
|
|
108
108
|
"tmp": "^0.2.3",
|