dargstack_rgen 0.9.84 → 0.9.85
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 +4 -4
- package/.github/workflows/release-schedule.yml +1 -1
- package/CHANGELOG.md +7 -0
- package/Dockerfile +1 -1
- package/package.json +6 -6
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@f680e78d609905fc52fe9a981b4538da19d9dac4 # 4.3.1
|
|
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@f680e78d609905fc52fe9a981b4538da19d9dac4 # 4.3.1
|
|
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@f680e78d609905fc52fe9a981b4538da19d9dac4 # 4.3.1
|
|
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@f680e78d609905fc52fe9a981b4538da19d9dac4 # 4.3.1
|
|
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@f680e78d609905fc52fe9a981b4538da19d9dac4 # 4.3.1
|
|
12
12
|
permissions:
|
|
13
13
|
contents: read
|
|
14
14
|
secrets:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.9.85](https://github.com/dargstack/dargstack_rgen/compare/0.9.84...0.9.85) (2026-02-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* schedule release ([29d2068](https://github.com/dargstack/dargstack_rgen/commit/29d20687e31e40dfad651ed8874a4aaaae1abda4))
|
|
7
|
+
|
|
1
8
|
## [0.9.84](https://github.com/dargstack/dargstack_rgen/compare/0.9.83...0.9.84) (2026-02-10)
|
|
2
9
|
|
|
3
10
|
|
package/Dockerfile
CHANGED
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.4.
|
|
16
|
-
"@commitlint/config-conventional": "20.4.
|
|
15
|
+
"@commitlint/cli": "20.4.2",
|
|
16
|
+
"@commitlint/config-conventional": "20.4.2",
|
|
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.
|
|
20
|
+
"eslint": "10.0.1",
|
|
21
21
|
"eslint-config-prettier": "10.1.8",
|
|
22
22
|
"eslint-plugin-prettier": "5.5.5",
|
|
23
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.56.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.
|
|
34
|
+
"packageManager": "pnpm@10.30.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.
|
|
42
|
+
"version": "0.9.85"
|
|
43
43
|
}
|