dargstack_rgen 0.9.87 → 0.9.88

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
+ ## [0.9.88](https://github.com/dargstack/dargstack_rgen/compare/0.9.87...0.9.88) (2026-03-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * schedule release ([8012cc9](https://github.com/dargstack/dargstack_rgen/commit/8012cc951422153a412a45110120f3314111f699))
7
+
1
8
  ## [0.9.87](https://github.com/dargstack/dargstack_rgen/compare/0.9.86...0.9.87) (2026-03-17)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:24.14.0-alpine AS base-image
1
+ FROM node:24.14.1-alpine AS base-image
2
2
 
3
3
  ENV CI=true
4
4
 
package/package.json CHANGED
@@ -5,25 +5,25 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "deepmerge": "4.3.1",
8
- "diff": "8.0.3",
8
+ "diff": "8.0.4",
9
9
  "json2md": "2.0.3",
10
- "yaml": "2.8.2",
10
+ "yaml": "2.8.3",
11
11
  "yargs": "18.0.0"
12
12
  },
13
13
  "description": "Generates a DargStack stack project readme.",
14
14
  "devDependencies": {
15
- "@commitlint/cli": "20.4.4",
16
- "@commitlint/config-conventional": "20.4.4",
15
+ "@commitlint/cli": "20.5.0",
16
+ "@commitlint/config-conventional": "20.5.0",
17
17
  "@eslint/js": "10.0.1",
18
18
  "@types/json2md": "1.5.4",
19
19
  "@types/yargs": "17.0.35",
20
- "eslint": "10.0.3",
20
+ "eslint": "10.1.0",
21
21
  "eslint-config-prettier": "10.1.8",
22
22
  "eslint-plugin-prettier": "5.5.5",
23
23
  "globals": "17.4.0",
24
24
  "husky": "9.1.7",
25
25
  "prettier": "3.8.1",
26
- "typescript-eslint": "8.57.0"
26
+ "typescript-eslint": "8.57.2"
27
27
  },
28
28
  "engines": {
29
29
  "node": "24"
@@ -31,7 +31,7 @@
31
31
  "license": "GPL-3.0-only",
32
32
  "main": "src/generator.js",
33
33
  "name": "dargstack_rgen",
34
- "packageManager": "pnpm@10.32.1",
34
+ "packageManager": "pnpm@10.33.0",
35
35
  "repository": "https://github.com/dargstack/dargstack_rgen.git",
36
36
  "scripts": {
37
37
  "lint": "eslint --cache",
@@ -39,5 +39,5 @@
39
39
  "test": "node src/generator.js -p test/example_stack -v"
40
40
  },
41
41
  "type": "module",
42
- "version": "0.9.87"
42
+ "version": "0.9.88"
43
43
  }