@aneuhold/core-ts-lib 2.3.7 → 2.3.8

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 +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 🔖 [2.3.8] (2025-11-08)
9
+
10
+ ### 🏗️ Changed
11
+
12
+ - Updated dependencies for compatibility and security improvements
13
+
8
14
  ## 🔖 [2.3.7] (2025-11-07)
9
15
 
10
16
  ### 🏗️ Changed
@@ -106,6 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
106
112
 
107
113
  <!-- Link References -->
108
114
 
115
+ [2.3.8]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.7...core-ts-lib-v2.3.8
109
116
  [2.3.7]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.6...core-ts-lib-v2.3.7
110
117
  [2.3.6]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.5...core-ts-lib-v2.3.6
111
118
  [2.3.5]: https://github.com/aneuhold/ts-libs/compare/core-ts-lib-v2.3.4...core-ts-lib-v2.3.5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aneuhold/core-ts-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "2.3.7",
5
+ "version": "2.3.8",
6
6
  "description": "A core library for all of my TypeScript projects",
7
7
  "packageManager": "pnpm@10.12.1",
8
8
  "type": "module",
@@ -64,14 +64,14 @@
64
64
  "Node.js"
65
65
  ],
66
66
  "devDependencies": {
67
- "@types/node": "^24.9.1",
68
- "eslint": "^9.38.0",
67
+ "@types/node": "^24.10.0",
68
+ "eslint": "^9.39.1",
69
69
  "jsr": "^0.13.5",
70
70
  "nodemon": "^3.1.10",
71
71
  "prettier": "^3.6.2",
72
- "rimraf": "^6.0.1",
72
+ "rimraf": "^6.1.0",
73
73
  "tsx": "^4.20.6",
74
74
  "typescript": "~5.9.3",
75
- "vitest": "^4.0.3"
75
+ "vitest": "^4.0.8"
76
76
  }
77
77
  }