dargstack_rgen 0.9.82 → 0.9.83
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/.github/workflows/ci.yml
CHANGED
|
@@ -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@
|
|
18
|
+
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@3b92c03668733baf4e5bd956234845848314ad92 # 4.0.5
|
|
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@
|
|
25
|
+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@3b92c03668733baf4e5bd956234845848314ad92 # 4.0.5
|
|
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@
|
|
36
|
+
uses: dargmuesli/github-actions/.github/workflows/docker.yml@3b92c03668733baf4e5bd956234845848314ad92 # 4.0.5
|
|
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@
|
|
45
|
+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@3b92c03668733baf4e5bd956234845848314ad92 # 4.0.5
|
|
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@
|
|
11
|
+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@3b92c03668733baf4e5bd956234845848314ad92 # 4.0.5
|
|
12
12
|
permissions:
|
|
13
13
|
contents: read
|
|
14
14
|
secrets:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.9.83](https://github.com/dargstack/dargstack_rgen/compare/0.9.82...0.9.83) (2026-02-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* schedule release ([b58fbd6](https://github.com/dargstack/dargstack_rgen/commit/b58fbd6403d6b67378a9dc30b8acde5aae8460dd))
|
|
7
|
+
|
|
1
8
|
## [0.9.82](https://github.com/dargstack/dargstack_rgen/compare/0.9.81...0.9.82) (2026-01-27)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
},
|
|
13
13
|
"description": "Generates a DargStack stack project readme.",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@commitlint/cli": "20.
|
|
16
|
-
"@commitlint/config-conventional": "20.
|
|
15
|
+
"@commitlint/cli": "20.4.1",
|
|
16
|
+
"@commitlint/config-conventional": "20.4.1",
|
|
17
17
|
"@eslint/js": "9.39.2",
|
|
18
18
|
"@types/json2md": "1.5.4",
|
|
19
19
|
"@types/yargs": "17.0.35",
|
|
20
20
|
"eslint": "9.39.2",
|
|
21
21
|
"eslint-config-prettier": "10.1.8",
|
|
22
22
|
"eslint-plugin-prettier": "5.5.5",
|
|
23
|
-
"globals": "17.
|
|
23
|
+
"globals": "17.3.0",
|
|
24
24
|
"husky": "9.1.7",
|
|
25
25
|
"prettier": "3.8.1",
|
|
26
|
-
"typescript-eslint": "8.
|
|
26
|
+
"typescript-eslint": "8.54.0"
|
|
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.
|
|
34
|
+
"packageManager": "pnpm@10.28.2",
|
|
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.
|
|
42
|
+
"version": "0.9.83"
|
|
43
43
|
}
|