dargstack_rgen 0.6.50 → 0.6.53

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@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1
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.7.0
25
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.11.4
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.7.0
32
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.11.4
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.7.0
39
+ uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.11.4
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.7.0
10
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.11.4
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.53](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.52...0.6.53) (2022-05-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([a5430ea](https://github.com/dargmuesli/dargstack_rgen/commit/a5430ea4f0748789793109454d68ee4c984b35ac))
7
+
8
+ ## [0.6.52](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.51...0.6.52) (2022-05-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **release:** schedule release ([dd107ea](https://github.com/dargmuesli/dargstack_rgen/commit/dd107ea7b2ffe28654419fa81972f8167fd99a1e))
14
+
15
+ ## [0.6.51](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.50...0.6.51) (2022-04-25)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **release:** schedule release ([842521b](https://github.com/dargmuesli/dargstack_rgen/commit/842521b21e9736d834ca5d8251ebe46689057fd9))
21
+
1
22
  ## [0.6.50](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.49...0.6.50) (2022-04-18)
2
23
 
3
24
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:17.9.0-alpine@sha256:f61706c2cb120c06cf4fdcf60a2822a804b0bd90b6b2209be1ee00db1d33130c AS development
1
+ FROM node:18.1.0-alpine@sha256:f4d6916c5625853e81994b5cb53ad3eb27e5fec9451c579d298fee0c508fe621 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.50",
4
- "scheduleVersion": "0.6.50",
3
+ "version": "0.6.53",
4
+ "scheduleVersion": "0.6.53",
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,10 +18,10 @@
18
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.13.0",
24
- "eslint-config-standard": "16.0.3",
21
+ "@commitlint/cli": "16.2.4",
22
+ "@commitlint/config-conventional": "16.2.4",
23
+ "eslint": "8.15.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",