dargstack_rgen 0.7.5 → 0.7.8

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.
@@ -22,20 +22,20 @@ jobs:
22
22
  docker:
23
23
  needs: test
24
24
  name: Docker
25
- uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.16.18
25
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.17.5
26
26
  secrets:
27
27
  DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
28
28
  DOCKER_HUB_USER_NAME: ${{ secrets.DOCKER_HUB_USER_NAME }}
29
29
  release-semantic:
30
30
  needs: docker
31
31
  name: Semantic Release
32
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.16.18
32
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.17.5
33
33
  secrets:
34
34
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
35
35
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
36
  release-assets:
37
37
  needs: release-semantic
38
38
  name: Release Assets
39
- uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.16.18
39
+ uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.17.5
40
40
  with:
41
41
  TARGET: development
@@ -7,6 +7,6 @@ on:
7
7
  jobs:
8
8
  release-schedule:
9
9
  name: 'Release: Scheduled'
10
- uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.16.18
10
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.17.5
11
11
  secrets:
12
12
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [0.7.8](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.7...0.7.8) (2022-08-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([b723391](https://github.com/dargmuesli/dargstack_rgen/commit/b7233919140bcbea0e60a6ead89a20f3b70b9977))
7
+
8
+ ## [0.7.7](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.6...0.7.7) (2022-08-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **release:** schedule release ([eff9401](https://github.com/dargmuesli/dargstack_rgen/commit/eff94013ba7e65fc31dbbad91b7379b6bbbaf34c))
14
+
15
+ ## [0.7.6](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.5...0.7.6) (2022-08-01)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **release:** schedule release ([eba11f1](https://github.com/dargmuesli/dargstack_rgen/commit/eba11f14301e42ca492c7f25ca25f09409abf987))
21
+
1
22
  ## [0.7.5](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.4...0.7.5) (2022-07-18)
2
23
 
3
24
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18.6.0-alpine@sha256:cd8f5b451e927f3c5c92016cfaf9d6805999faeded64486d8f76c9d4ef6f1b5c AS development
1
+ FROM node:18.8.0-alpine@sha256:d5d7d8e860cb38063ac0735753bed467d1360ece5ccb7c99747726bb9399ccfa AS development
2
2
 
3
3
  ENV HUSKY=0
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dargstack_rgen",
3
- "version": "0.7.5",
4
- "scheduleVersion": "0.7.5",
3
+ "version": "0.7.8",
4
+ "scheduleVersion": "0.7.8",
5
5
  "description": "Generates a DargStack stack project readme.",
6
6
  "main": "src/generator.js",
7
7
  "repository": "https://github.com/dargmuesli/dargstack_rgen.git",
@@ -18,13 +18,13 @@
18
18
  "yargs": "17.5.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/cli": "17.0.3",
22
- "@commitlint/config-conventional": "17.0.3",
23
- "eslint": "8.20.0",
21
+ "@commitlint/cli": "17.1.1",
22
+ "@commitlint/config-conventional": "17.1.0",
23
+ "eslint": "8.23.0",
24
24
  "eslint-config-standard": "17.0.0",
25
25
  "eslint-plugin-import": "2.26.0",
26
26
  "eslint-plugin-node": "11.1.0",
27
- "eslint-plugin-promise": "6.0.0",
27
+ "eslint-plugin-promise": "6.0.1",
28
28
  "eslint-plugin-standard": "4.1.0",
29
29
  "husky": "8.0.1",
30
30
  "shx": "0.3.4"