dargstack_rgen 0.9.35 → 0.9.37

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.1.0
28
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.0
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.1.0
39
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.2.0
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.1.0
46
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.0
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.1.0
11
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.2.0
12
12
  secrets:
13
13
  PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
14
14
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.9.37](https://github.com/dargstack/dargstack_rgen/compare/0.9.36...0.9.37) (2024-06-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * schedule release ([13c545d](https://github.com/dargstack/dargstack_rgen/commit/13c545d8e95c269b0ac922280d52b53a2e6a4812))
7
+
8
+ ## [0.9.36](https://github.com/dargstack/dargstack_rgen/compare/0.9.35...0.9.36) (2024-06-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * schedule release ([29620b4](https://github.com/dargstack/dargstack_rgen/commit/29620b44ea8a8feb830bfdcd261b017f0432b2f5))
14
+
1
15
  ## [0.9.35](https://github.com/dargstack/dargstack_rgen/compare/0.9.34...0.9.35) (2024-05-28)
2
16
 
3
17
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:20.13.1-alpine@sha256:a7b980c958bfe4d84ee9263badd95a40c8bb50ad5afdb87902c187fefaef0e24 AS development
1
+ FROM node:20.14.0-alpine@sha256:804aa6a6476a7e2a5df8db28804aa6c1c97904eefb01deed5d6af24bb51d0c81 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:20.13.1-alpine@sha256:a7b980c958bfe4d84ee9263badd95a40c8bb50ad5afdb87902c187fefaef0e24 AS prepare
10
+ FROM node:20.14.0-alpine@sha256:804aa6a6476a7e2a5df8db28804aa6c1c97904eefb01deed5d6af24bb51d0c81 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:20.13.1-alpine@sha256:a7b980c958bfe4d84ee9263badd95a40c8bb50ad5afdb87902c187fefaef0e24 AS production
44
+ FROM node:20.14.0-alpine@sha256:804aa6a6476a7e2a5df8db28804aa6c1c97904eefb01deed5d6af24bb51d0c81 AS production
45
45
 
46
46
  WORKDIR /srv/app/
47
47
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "deepmerge": "4.3.1",
8
8
  "diff": "5.2.0",
9
9
  "json2md": "2.0.1",
10
- "yaml": "2.4.2",
10
+ "yaml": "2.4.5",
11
11
  "yargs": "17.7.2"
12
12
  },
13
13
  "description": "Generates a DargStack stack project readme.",
@@ -17,13 +17,13 @@
17
17
  "@types/diff": "5.2.1",
18
18
  "@types/json2md": "1.5.4",
19
19
  "@types/yargs": "17.0.32",
20
- "eslint": "9.3.0",
20
+ "eslint": "9.5.0",
21
21
  "eslint-config-prettier": "9.1.0",
22
22
  "eslint-plugin-prettier": "5.1.3",
23
- "globals": "15.3.0",
23
+ "globals": "15.6.0",
24
24
  "husky": "9.0.11",
25
- "prettier": "3.2.5",
26
- "typescript-eslint": "7.10.0"
25
+ "prettier": "3.3.2",
26
+ "typescript-eslint": "7.13.1"
27
27
  },
28
28
  "engines": {
29
29
  "node": "20"
@@ -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@9.1.3",
34
+ "packageManager": "pnpm@9.4.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.35"
42
+ "version": "0.9.37"
43
43
  }
@@ -31,7 +31,7 @@ services:
31
31
  # | Database | [postgres_db] |
32
32
  #
33
33
  # Values in square brackets are [Docker secrets](https://docs.docker.com/engine/swarm/secrets/).
34
- image: adminer:4.8.1-standalone@sha256:cbbcc8caedf029309ac7df722a470785e99a0942e29b3efc9367ee1640e1b330
34
+ image: adminer:4.8.1-standalone@sha256:ee90fd19757e0f89bb991f63bf04fd0530a0f98f408605d2b88f812fc0c3ec7b
35
35
  volumes:
36
36
  - ../production/configurations/adminer/adminer.css:/var/www/html/adminer.css:ro
37
37
  postgres:
@@ -39,7 +39,7 @@ services:
39
39
  environment:
40
40
  POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
41
41
  POSTGRES_USER_FILE: /run/secrets/postgres_user
42
- image: postgres:16.3-alpine@sha256:e89da2c083a5405943408b6807cd1fd25dc9010c1294e30611b841778bedc653
42
+ image: postgres:16.3-alpine@sha256:de3d7b6e4b5b3fe899e997579d6dfe95a99539d154abe03f0b6839133ed05065
43
43
  secrets:
44
44
  - postgres_password
45
45
  - postgres_user
@@ -12,7 +12,7 @@ services:
12
12
  POSTGRES_HOST: postgres
13
13
  POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
14
14
  POSTGRES_USER_FILE: /run/secrets/postgres_user
15
- image: prodrigestivill/postgres-backup-local:16-alpine@sha256:bc280135b83b0d133ab575307304763333a4c32c01150422004751b4c68f93da
15
+ image: prodrigestivill/postgres-backup-local:16-alpine@sha256:29318f48f3a16844671d27c331c5b35d1e8e25c37bfe3929d8c22bc7ea585b33
16
16
  secrets:
17
17
  - postgres_password
18
18
  - postgres_user