@halospv3/hce.shared-config 3.5.3-develop.1 → 3.5.3-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,10 @@
1
+ ## [3.5.3-develop.2](https://github.com/HaloSPV3/HCE.Shared/compare/v3.5.3-develop.1...v3.5.3-develop.2) (2026-06-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency @eslint/json to v2 ([6b6148a](https://github.com/HaloSPV3/HCE.Shared/commit/6b6148adf8163985a3244f4099feebc21e5418af))
6
+ * **deps:** update node.js to v24.18.0 ([bd9ea1f](https://github.com/HaloSPV3/HCE.Shared/commit/bd9ea1fd08e991be4eb0ce7381def6ea20965ad5))
7
+
1
8
  ## [3.5.3-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.5.2...v3.5.3-develop.1) (2026-05-11)
2
9
 
3
10
  ### Bug Fixes
@@ -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@v5.2.0
28
+ - uses: actions/setup-dotnet@v5.3.0
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": "3.5.3-develop.1",
3
+ "version": "3.5.3-develop.2",
4
4
  "description": "Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are also provided.",
5
5
  "keywords": [
6
6
  "semantic-release",
@@ -66,7 +66,7 @@
66
66
  "@commitlint/config-conventional": "^21.0.0",
67
67
  "@dotenvx/dotenvx": "^1.63.0",
68
68
  "@eslint/js": "^10.0.1",
69
- "@eslint/json": "^1.2.0",
69
+ "@eslint/json": "^2.0.0",
70
70
  "@semantic-release/changelog": "^6.0.3",
71
71
  "@semantic-release/commit-analyzer": "^13.0.1",
72
72
  "@semantic-release/exec": "^7.1.0",
@@ -75,7 +75,7 @@
75
75
  "@semantic-release/npm": "^13.1.5",
76
76
  "@semantic-release/release-notes-generator": "^14.1.0",
77
77
  "@stylistic/eslint-plugin": "^5.9.0",
78
- "@types/node": "~24.12.0",
78
+ "@types/node": "~24.13.0",
79
79
  "arktype": "^2.1.20",
80
80
  "chardet": "^2.1.0",
81
81
  "conventional-changelog-conventionalcommits": "^9.3.1",
@@ -110,16 +110,16 @@
110
110
  "@arethetypeswrong/core": "^0.18.2",
111
111
  "@bintoss/semantic-release-npm-multiple": "^3.17.1",
112
112
  "@commitlint/types": "^21.0.0",
113
- "@eslint/config-inspector": "^2.0.0",
113
+ "@eslint/config-inspector": "^3.0.0",
114
114
  "@eslint/markdown": "^8.0.1",
115
- "@sebbo2002/semantic-release-jsr": "^3.2.0",
115
+ "@sebbo2002/semantic-release-jsr": "^4.0.0",
116
116
  "@semantic-release/gitlab": "^13.3.2",
117
117
  "@types/debug": "^4.1.13",
118
118
  "@types/tmp": "^0.2.6",
119
119
  "conventional-changelog-preset-loader": "^5.0.0",
120
120
  "eslint": "^10.2.1",
121
- "eslint-plugin-jsdoc": "^62.9.0",
122
- "eslint-plugin-unicorn": "^64.0.0",
121
+ "eslint-plugin-jsdoc": "^63.0.0",
122
+ "eslint-plugin-unicorn": "^65.0.0",
123
123
  "pinst": "^3.0.0",
124
124
  "publint": "^0.3.18",
125
125
  "tmp": "^0.2.3",
@@ -186,5 +186,5 @@
186
186
  "./*": "./*"
187
187
  },
188
188
  "types": "./mjs/index.d.mts",
189
- "packageManager": "npm@11.13.0+sha512.7119a16a0843580d65160977520e3f5710c974f04afd4fad36d9eb97d917ba716a856c35c78c4be6dc64367eeaccfb957ef5ce997ca31e9330b2e936ba2b1b92"
189
+ "packageManager": "npm@11.17.0+sha512.3eeaf18997b11070d313849268b23766b9db0068997dec9471073170fe43fa17f2b4d0337bf0f52330ee2274e7f5754b21b01052742e48f5c9c74d8b1e32ef43"
190
190
  }