create-node-lib 2.13.0 → 2.13.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,18 @@
|
|
|
1
|
+
## [2.13.2](https://github.com/lirantal/create-node-lib/compare/v2.13.1...v2.13.2) (2026-03-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Upgrade labeler action from v5 to v6 ([cc0276c](https://github.com/lirantal/create-node-lib/commit/cc0276cf627a1cd177ba82154565867df693c11d))
|
|
7
|
+
|
|
8
|
+
## [2.13.1](https://github.com/lirantal/create-node-lib/compare/v2.13.0...v2.13.1) (2026-03-26)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update devDependencies in package.json ([1f296d9](https://github.com/lirantal/create-node-lib/commit/1f296d9d0474e6f7898b8d51758abd9279ba2446))
|
|
14
|
+
* Add APM dependencies to gitignore ([ad7b3d9](https://github.com/lirantal/create-node-lib/commit/ad7b3d955820998ed095dd8478e9c024672ab8a9))
|
|
15
|
+
|
|
1
16
|
# [2.13.0](https://github.com/lirantal/create-node-lib/compare/v2.12.1...v2.13.0) (2026-03-25)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
package/template/gitignore
CHANGED
package/template/package.json
CHANGED
|
@@ -72,15 +72,15 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@changesets/changelog-github": "^0.5.0",
|
|
74
74
|
"@changesets/cli": "^2.27.7",
|
|
75
|
-
"@types/node": "^
|
|
76
|
-
"c8": "^
|
|
75
|
+
"@types/node": "^25.5.0",
|
|
76
|
+
"c8": "^11.0.0",
|
|
77
77
|
"eslint": "^9.6.0",
|
|
78
78
|
"eslint-plugin-security": "^3.0.1",
|
|
79
79
|
"husky": "^9.0.11",
|
|
80
80
|
"lint-staged": "^16.2.7",
|
|
81
|
-
"lockfile-lint": "^
|
|
82
|
-
"neostandard": "^0.
|
|
83
|
-
"tsdown": "^0.
|
|
81
|
+
"lockfile-lint": "^5.0.0",
|
|
82
|
+
"neostandard": "^0.13.0",
|
|
83
|
+
"tsdown": "^0.21.5",
|
|
84
84
|
"tsx": "^4.19.4",
|
|
85
85
|
"typescript": "^5.5.3",
|
|
86
86
|
"validate-conventional-commit": "^1.0.4"
|