@halospv3/hce.shared-config 2.6.3 → 2.6.4-develop.2

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,11 @@
1
+ ## [2.6.4-develop.2](https://github.com/halospv3/hce.shared/compare/v2.6.4-develop.1...v2.6.4-develop.2) (2025-07-03)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency globals to v16 ([#431](https://github.com/halospv3/hce.shared/issues/431)) ([d7a440c](https://github.com/halospv3/hce.shared/commit/d7a440c19c1e28ec2678198df3ad60bcaae2ca90))
6
+
7
+ ## [2.6.4-develop.1](https://github.com/halospv3/hce.shared/compare/v2.6.3...v2.6.4-develop.1) (2025-07-03)
8
+
1
9
  ## [2.6.3](https://github.com/halospv3/hce.shared/compare/v2.6.2...v2.6.3) (2025-07-02)
2
10
 
3
11
  ### Bug Fixes
@@ -21,10 +29,16 @@
21
29
  * **dotnet.helpers, dotnet.GHPR:** remove `async` modifiers and `Promise` return types from all functions affecting `semanticReleaseConfigDotnet` ([659836c](https://github.com/halospv3/hce.shared/commit/659836ca7424b434791d50585f4eafebcd78e446)), closes [#407](https://github.com/halospv3/hce.shared/issues/407)
22
30
  * **dotnet.helpers:** add missing `return` ([5998d54](https://github.com/halospv3/hce.shared/commit/5998d54438e67849b9d305ff7c15b47ff4721456))
23
31
 
32
+ ## [2.6.1-develop.3](https://github.com/halospv3/hce.shared/compare/v2.6.1-develop.2...v2.6.1-develop.3) (2025-03-19)
33
+
24
34
  ## [2.6.2](https://github.com/halospv3/hce.shared/compare/v2.6.1...v2.6.2) (2024-09-28)
25
35
 
36
+ ## [2.6.1-develop.2](https://github.com/halospv3/hce.shared/compare/v2.6.1-develop.1...v2.6.1-develop.2) (2024-09-20)
37
+
26
38
  ## [2.6.1](https://github.com/halospv3/hce.shared/compare/v2.6.0...v2.6.1) (2024-07-23)
27
39
 
40
+ ## [2.6.1-develop.1](https://github.com/halospv3/hce.shared/compare/v2.6.0...v2.6.1-develop.1) (2024-07-23)
41
+
28
42
  ### Bug Fixes
29
43
 
30
44
  * **deps:** :ambulance: bump ws to 8.18.0 (>=8.17.1) ([d0dcf52](https://github.com/halospv3/hce.shared/commit/d0dcf527ad2b98f550840c9375c92c2d15ae1d57))
@@ -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@v4.0.0
28
+ - uses: actions/setup-dotnet@v4.3.1
29
29
  with:
30
30
  dotnet-version: "8.x"
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halospv3/hce.shared-config",
3
- "version": "2.6.3",
3
+ "version": "2.6.4-develop.2",
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",
@@ -68,7 +68,7 @@
68
68
  "conventional-changelog-conventionalcommits": "^8.0.0",
69
69
  "debug": "^4.3.4",
70
70
  "eslint-plugin-jsonc": "^2.15.1",
71
- "globals": "^15.3.0",
71
+ "globals": "^16.0.0",
72
72
  "husky": "^9.0.11",
73
73
  "js-yaml": "^4.1.0",
74
74
  "node-fetch": "^3.3.2",
@@ -87,7 +87,7 @@
87
87
  "@types/tmp": "^0.2.6",
88
88
  "ajv": "^8.13.0",
89
89
  "ajv-draft-04": "^1.0.0",
90
- "dotenv": "^16.4.5",
90
+ "dotenv": "^17.0.0",
91
91
  "eslint": "^9.0.0",
92
92
  "node-fetch": "^3.3.2",
93
93
  "packemon": "^4.0.1",