dargstack_rgen 0.7.9 → 0.7.11

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.
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - name: Git checkout
15
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16
16
  - name: Install
17
17
  run: |
18
18
  yarn install --frozen-lockfile
@@ -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.7
25
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.17.12
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.7
32
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.17.12
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.7
39
+ uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.17.12
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.7
10
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.17.12
11
11
  secrets:
12
12
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.7.11](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.10...0.7.11) (2022-10-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([9494480](https://github.com/dargmuesli/dargstack_rgen/commit/9494480f6a7b13d4497682e4616f8bbe06434643))
7
+
8
+ ## [0.7.10](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.9...0.7.10) (2022-09-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **release:** schedule release ([485ecd3](https://github.com/dargmuesli/dargstack_rgen/commit/485ecd3ed8f43f9e300c1cdb9d506f1e5d06aba7))
14
+
1
15
  ## [0.7.9](https://github.com/dargmuesli/dargstack_rgen/compare/0.7.8...0.7.9) (2022-09-12)
2
16
 
3
17
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18.9.0-alpine@sha256:9d18714188f962781e7e7e131d4dfdcc8f11d7724b67ace46eb6ef3e311a6d85 AS development
1
+ FROM node:18.10.0-alpine@sha256:f829c27f4f7059609e650023586726a126db25aded0c401e836cb81ab63475ff 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.9",
4
- "scheduleVersion": "0.7.9",
3
+ "version": "0.7.11",
4
+ "scheduleVersion": "0.7.11",
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",
@@ -13,14 +13,14 @@
13
13
  "dependencies": {
14
14
  "deepmerge": "4.2.2",
15
15
  "diff": "5.1.0",
16
- "json2md": "1.13.0",
17
- "yaml": "2.1.1",
18
- "yargs": "17.5.1"
16
+ "json2md": "2.0.0",
17
+ "yaml": "2.1.3",
18
+ "yargs": "17.6.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@commitlint/cli": "17.1.2",
22
22
  "@commitlint/config-conventional": "17.1.0",
23
- "eslint": "8.23.0",
23
+ "eslint": "8.25.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",