dargstack_rgen 0.6.49 → 0.6.52

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@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
15
+ uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
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.6.8
25
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.11.3
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.6.8
32
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.11.3
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.6.8
39
+ uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.11.3
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.6.8
10
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.11.3
11
11
  secrets:
12
12
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 17
1
+ 18
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [0.6.52](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.51...0.6.52) (2022-05-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([dd107ea](https://github.com/dargmuesli/dargstack_rgen/commit/dd107ea7b2ffe28654419fa81972f8167fd99a1e))
7
+
8
+ ## [0.6.51](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.50...0.6.51) (2022-04-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **release:** schedule release ([842521b](https://github.com/dargmuesli/dargstack_rgen/commit/842521b21e9736d834ca5d8251ebe46689057fd9))
14
+
15
+ ## [0.6.50](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.49...0.6.50) (2022-04-18)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **release:** schedule release ([ddc1938](https://github.com/dargmuesli/dargstack_rgen/commit/ddc1938890a0df1984839213cbe28a3f59af24ce))
21
+
1
22
  ## [0.6.49](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.48...0.6.49) (2022-04-06)
2
23
 
3
24
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:17.8.0-alpine@sha256:57106b8c14fdfc6d1ee2b27de320a4d17db55032c4e6e99ff1021d81ef01c328 AS development
1
+ FROM node:18.0.0-alpine@sha256:469ee26d9e00547ea91202a34ff2542f984c2c60a2edbb4007558ccb76b56df2 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.6.49",
4
- "scheduleVersion": "0.6.48",
3
+ "version": "0.6.52",
4
+ "scheduleVersion": "0.6.52",
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",
@@ -14,14 +14,14 @@
14
14
  "deepmerge": "4.2.2",
15
15
  "diff": "5.0.0",
16
16
  "json2md": "1.12.0",
17
- "yaml": "2.0.0",
18
- "yargs": "17.4.0"
17
+ "yaml": "2.0.1",
18
+ "yargs": "17.4.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/cli": "16.2.3",
22
- "@commitlint/config-conventional": "16.2.1",
23
- "eslint": "8.12.0",
24
- "eslint-config-standard": "16.0.3",
21
+ "@commitlint/cli": "16.2.4",
22
+ "@commitlint/config-conventional": "16.2.4",
23
+ "eslint": "8.14.0",
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.0.0",