dargstack_rgen 0.7.13 → 0.7.15

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.19.4
25
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.19.10
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.19.4
32
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.19.10
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.19.4
39
+ uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.19.10
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.19.4
10
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.19.10
11
11
  secrets:
12
12
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.7.15](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.14...0.7.15) (2022-11-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([2b39ca4](https://github.com/dargmuesli/dargstack_rgen/commit/2b39ca4e8ef1f704f0982e85fe75206a055a0638))
7
+
8
+ ## [0.7.14](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.13...0.7.14) (2022-11-14)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **release:** schedule release ([75c149e](https://github.com/dargmuesli/dargstack_rgen/commit/75c149e8e1a730e537a1ff522309005d57590f44))
14
+
1
15
  ## [0.7.13](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.12...0.7.13) (2022-10-31)
2
16
 
3
17
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:19.0.0-alpine@sha256:1a04e2ec39cc0c3a9657c1d6f8291ea2f5ccadf6ef4521dec946e522833e87ea AS development
1
+ FROM node:19.1.0-alpine@sha256:c59fb39150e4a7ae14dfd42d3f9874398c7941784b73049c2d274115f00d36c8 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.13",
4
- "scheduleVersion": "0.7.13",
3
+ "version": "0.7.15",
4
+ "scheduleVersion": "0.7.15",
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",
@@ -15,18 +15,18 @@
15
15
  "diff": "5.1.0",
16
16
  "json2md": "2.0.0",
17
17
  "yaml": "2.1.3",
18
- "yargs": "17.6.0"
18
+ "yargs": "17.6.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/cli": "17.1.2",
22
- "@commitlint/config-conventional": "17.1.0",
23
- "eslint": "8.26.0",
21
+ "@commitlint/cli": "17.3.0",
22
+ "@commitlint/config-conventional": "17.3.0",
23
+ "eslint": "8.28.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
27
  "eslint-plugin-promise": "6.1.1",
28
28
  "eslint-plugin-standard": "4.1.0",
29
- "husky": "8.0.1",
29
+ "husky": "8.0.2",
30
30
  "shx": "0.3.4"
31
31
  },
32
32
  "scripts": {