dargstack_rgen 0.9.62 → 0.9.63

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.
@@ -25,7 +25,7 @@ jobs:
25
25
  release_semantic_dry:
26
26
  needs: prepare_jobs
27
27
  name: Release (semantic, dry)
28
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.9
28
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.10
29
29
  if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
30
30
  permissions:
31
31
  contents: write
@@ -36,14 +36,14 @@ jobs:
36
36
  DRY_RUN: true
37
37
  build:
38
38
  name: Build
39
- uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.5.9
39
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.5.10
40
40
  needs: release_semantic_dry
41
41
  permissions:
42
42
  packages: write
43
43
  release-semantic:
44
44
  needs: build
45
45
  name: Release (semantic)
46
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.9
46
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.10
47
47
  permissions:
48
48
  contents: write
49
49
  secrets:
@@ -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@2.5.9
11
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.10
12
12
  secrets:
13
13
  PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
14
14
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.9.63](https://github.com/dargstack/dargstack_rgen/compare/0.9.62...0.9.63) (2025-05-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * schedule release ([9f3e71f](https://github.com/dargstack/dargstack_rgen/commit/9f3e71f5bea676b5f051b4ca8027374cd3b4592d))
7
+
1
8
  ## [0.9.62](https://github.com/dargstack/dargstack_rgen/compare/0.9.61...0.9.62) (2025-05-13)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:22.15.0-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd AS development
1
+ FROM node:22.16.0-alpine@sha256:9f3ae04faa4d2188825803bf890792f33cc39033c9241fc6bb201149470436ca AS development
2
2
 
3
3
  WORKDIR /srv/app/
4
4
 
@@ -7,7 +7,7 @@ VOLUME /srv/app
7
7
  ENTRYPOINT ["node", "./src/generator.js"]
8
8
 
9
9
 
10
- FROM node:22.15.0-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd AS prepare
10
+ FROM node:22.16.0-alpine@sha256:9f3ae04faa4d2188825803bf890792f33cc39033c9241fc6bb201149470436ca AS prepare
11
11
 
12
12
  WORKDIR /srv/app/
13
13
 
@@ -41,7 +41,7 @@ COPY --from=build /srv/app/ /srv/app/
41
41
  COPY --from=test /srv/app/package.json /tmp/package.json
42
42
 
43
43
 
44
- FROM node:22.15.0-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd AS production
44
+ FROM node:22.16.0-alpine@sha256:9f3ae04faa4d2188825803bf890792f33cc39033c9241fc6bb201149470436ca AS production
45
45
 
46
46
  WORKDIR /srv/app/
47
47
 
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "deepmerge": "4.3.1",
8
- "diff": "8.0.0",
8
+ "diff": "8.0.2",
9
9
  "json2md": "2.0.3",
10
- "yaml": "2.7.1",
10
+ "yaml": "2.8.0",
11
11
  "yargs": "17.7.2"
12
12
  },
13
13
  "description": "Generates a DargStack stack project readme.",
@@ -16,10 +16,10 @@
16
16
  "@commitlint/config-conventional": "19.8.1",
17
17
  "@types/json2md": "1.5.4",
18
18
  "@types/yargs": "17.0.33",
19
- "eslint": "9.26.0",
19
+ "eslint": "9.27.0",
20
20
  "eslint-config-prettier": "10.1.5",
21
21
  "eslint-plugin-prettier": "5.4.0",
22
- "globals": "16.1.0",
22
+ "globals": "16.2.0",
23
23
  "husky": "9.1.7",
24
24
  "prettier": "3.5.3",
25
25
  "typescript-eslint": "8.32.1"
@@ -30,7 +30,7 @@
30
30
  "license": "GPL-3.0-only",
31
31
  "main": "src/generator.js",
32
32
  "name": "dargstack_rgen",
33
- "packageManager": "pnpm@10.10.0",
33
+ "packageManager": "pnpm@10.11.0",
34
34
  "repository": "https://github.com/dargstack/dargstack_rgen.git",
35
35
  "scripts": {
36
36
  "lint": "eslint --cache",
@@ -38,5 +38,5 @@
38
38
  "test": "node src/generator.js -p test/example_stack -v"
39
39
  },
40
40
  "type": "module",
41
- "version": "0.9.62"
41
+ "version": "0.9.63"
42
42
  }