@halospv3/hce.shared-config 3.5.1 → 3.5.2-develop.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +12 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [3.5.2-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.5.1...v3.5.2-develop.1) (2026-04-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** bump the npm-dependencies group across 1 directory with 5 updates ([#674](https://github.com/HaloSPV3/HCE.Shared/issues/674)) ([fa05274](https://github.com/HaloSPV3/HCE.Shared/commit/fa052741a2d36e090a75d399726e8eafe6bde979))
6
+
1
7
  ## [3.5.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.5.0...v3.5.1) (2026-04-03)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halospv3/hce.shared-config",
3
- "version": "3.5.1",
3
+ "version": "3.5.2-develop.1",
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",
@@ -47,8 +47,10 @@
47
47
  "lint": "eslint --cache --fix .",
48
48
  "lint:check": "eslint --cache .",
49
49
  "eslint-inspector": "eslint --inspect-config",
50
- "prepack": "npm run clean && npm run build",
51
- "postinstall": "([ -e .git/ ] && patch-package && husky) || exit 0",
50
+ "//prepack": "Include this if publishing to npmjs.com",
51
+ "prepack": "pinst --disable && npm run clean && npm run build",
52
+ "postpack": "pinst --enable",
53
+ "_postinstall": "patch-package && husky",
52
54
  "presemantic-release": "npm pack",
53
55
  "semantic-release": "semantic-release",
54
56
  "pretest": "npm run build && npm run test:cacheSampleProjects",
@@ -62,7 +64,7 @@
62
64
  "dependencies": {
63
65
  "@commitlint/cli": "^20.5.0",
64
66
  "@commitlint/config-conventional": "^20.5.0",
65
- "@dotenvx/dotenvx": "^1.59.1",
67
+ "@dotenvx/dotenvx": "^1.61.0",
66
68
  "@eslint/js": "^10.0.1",
67
69
  "@eslint/json": "^1.2.0",
68
70
  "@semantic-release/changelog": "^6.0.3",
@@ -80,14 +82,14 @@
80
82
  "debug": "^4.4.1",
81
83
  "error.iserror": "^1.0.2",
82
84
  "es-main": "^1.3.0",
83
- "globals": "^17.4.0",
85
+ "globals": "^17.5.0",
84
86
  "husky": "^9.1.7",
85
87
  "patch-package": "^8.0.1",
86
88
  "sanitize-filename": "^1.6.4",
87
89
  "semantic-release": "^25.0.0",
88
90
  "semantic-release-export-data": "^1.1.0",
89
91
  "ts-essentials": "^10.1.1",
90
- "typescript-eslint": "^8.58.0"
92
+ "typescript-eslint": "^8.58.2"
91
93
  },
92
94
  "peerDependencies": {
93
95
  "@bintoss/semantic-release-npm-multiple": "^3.0.0 || >= 3.0.0",
@@ -108,7 +110,7 @@
108
110
  "@arethetypeswrong/core": "^0.18.2",
109
111
  "@bintoss/semantic-release-npm-multiple": "^3.17.1",
110
112
  "@commitlint/types": "^20.5.0",
111
- "@eslint/config-inspector": "^1.4.2",
113
+ "@eslint/config-inspector": "^2.0.0",
112
114
  "@eslint/markdown": "^8.0.1",
113
115
  "@sebbo2002/semantic-release-jsr": "^3.2.0",
114
116
  "@semantic-release/gitlab": "^13.3.2",
@@ -118,12 +120,13 @@
118
120
  "eslint": "^10.1.0",
119
121
  "eslint-plugin-jsdoc": "^62.9.0",
120
122
  "eslint-plugin-unicorn": "^64.0.0",
123
+ "pinst": "^3.0.0",
121
124
  "publint": "^0.3.18",
122
125
  "tmp": "^0.2.3",
123
- "tsdown": "^0.21.7",
126
+ "tsdown": "^0.21.9",
124
127
  "tslib": "^2.8.1",
125
128
  "tsx": "^4.20.3",
126
- "typescript": "^6.0.0",
129
+ "typescript": "^6.0.3",
127
130
  "unplugin-unused": "^0.5.7"
128
131
  },
129
132
  "//engines.node": "See file://./.nvmrc, https://github.com/nvm-sh/nvm#nvmrc. Supporting the lowest version possible is a PITA. Just support LTS. ",