dargstack_rgen 0.9.80 → 0.9.82

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.
@@ -15,14 +15,14 @@ on:
15
15
  jobs:
16
16
  ci-optimization:
17
17
  name: CI optimization
18
- uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@4edca4cbe17aeb585b8fcc0a6bf4e9ed914c6fed # 4.0.3
18
+ uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@d706bfb7bffcbeb7a3828298f5b0d0a0c2da5185 # 4.0.4
19
19
  permissions:
20
20
  pull-requests: read
21
21
  release_semantic_dry:
22
22
  needs: ci-optimization
23
23
  if: needs.ci-optimization.outputs.continue == 'true'
24
24
  name: Release (semantic, dry)
25
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@4edca4cbe17aeb585b8fcc0a6bf4e9ed914c6fed # 4.0.3
25
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@d706bfb7bffcbeb7a3828298f5b0d0a0c2da5185 # 4.0.4
26
26
  permissions:
27
27
  contents: write
28
28
  id-token: write
@@ -33,7 +33,7 @@ jobs:
33
33
  INSTALL_NODE_DEPENDENCIES: true
34
34
  build:
35
35
  name: Build
36
- uses: dargmuesli/github-actions/.github/workflows/docker.yml@4edca4cbe17aeb585b8fcc0a6bf4e9ed914c6fed # 4.0.3
36
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@d706bfb7bffcbeb7a3828298f5b0d0a0c2da5185 # 4.0.4
37
37
  needs: release_semantic_dry
38
38
  permissions:
39
39
  packages: write
@@ -42,7 +42,7 @@ jobs:
42
42
  release_semantic:
43
43
  needs: build
44
44
  name: Release (semantic)
45
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@4edca4cbe17aeb585b8fcc0a6bf4e9ed914c6fed # 4.0.3
45
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@d706bfb7bffcbeb7a3828298f5b0d0a0c2da5185 # 4.0.4
46
46
  permissions:
47
47
  contents: write
48
48
  id-token: write
@@ -8,7 +8,7 @@ on:
8
8
  jobs:
9
9
  release-schedule:
10
10
  name: 'Release: Scheduled'
11
- uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@4edca4cbe17aeb585b8fcc0a6bf4e9ed914c6fed # 4.0.3
11
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@d706bfb7bffcbeb7a3828298f5b0d0a0c2da5185 # 4.0.4
12
12
  permissions:
13
13
  contents: read
14
14
  secrets:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.9.82](https://github.com/dargstack/dargstack_rgen/compare/0.9.81...0.9.82) (2026-01-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * schedule release ([a94b117](https://github.com/dargstack/dargstack_rgen/commit/a94b117e757db8f5578a4a97c1699069c6a7fc4a))
7
+
8
+ ## [0.9.81](https://github.com/dargstack/dargstack_rgen/compare/0.9.80...0.9.81) (2026-01-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * schedule release ([46c3742](https://github.com/dargstack/dargstack_rgen/commit/46c37425f458d67bfcf70a5a9430316dd19692a9))
14
+
1
15
  ## [0.9.80](https://github.com/dargstack/dargstack_rgen/compare/0.9.79...0.9.80) (2026-01-13)
2
16
 
3
17
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:24.12.0-alpine AS base-image
1
+ FROM node:24.13.0-alpine AS base-image
2
2
 
3
3
  ENV CI=true
4
4
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "deepmerge": "4.3.1",
8
- "diff": "8.0.2",
8
+ "diff": "8.0.3",
9
9
  "json2md": "2.0.3",
10
10
  "yaml": "2.8.2",
11
11
  "yargs": "18.0.0"
@@ -19,11 +19,11 @@
19
19
  "@types/yargs": "17.0.35",
20
20
  "eslint": "9.39.2",
21
21
  "eslint-config-prettier": "10.1.8",
22
- "eslint-plugin-prettier": "5.5.4",
23
- "globals": "17.0.0",
22
+ "eslint-plugin-prettier": "5.5.5",
23
+ "globals": "17.1.0",
24
24
  "husky": "9.1.7",
25
- "prettier": "3.7.4",
26
- "typescript-eslint": "8.52.0"
25
+ "prettier": "3.8.1",
26
+ "typescript-eslint": "8.53.1"
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.28.0",
34
+ "packageManager": "pnpm@10.28.1",
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.80"
42
+ "version": "0.9.82"
43
43
  }