dargstack_rgen 0.7.7 → 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.17.3
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.17.3
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.17.3
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.17.3
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,10 @@
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
+
1
8
  ## [0.7.7](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.6...0.7.7) (2022-08-15)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18.7.0-alpine@sha256:39eee9aa771257847d3d8bcb7f775439d0267197060053761b54021bcae6338e 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.7",
4
- "scheduleVersion": "0.7.7",
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.22.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"