dargstack_rgen 0.6.37 → 0.6.38

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.
@@ -75,7 +75,7 @@ jobs:
75
75
  with:
76
76
  token: ${{ secrets.GH_TOKEN }}
77
77
  - name: Semantic Release
78
- uses: cycjimmy/semantic-release-action@767cc0b0cd610ffb1ffee1b36a9b39120adc5f80 # renovate: tag=v2.6.0
78
+ uses: cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166 # renovate: tag=v2.7.0
79
79
  with:
80
80
  extra_plugins: |
81
81
  @semantic-release/changelog
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.6.38](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.37...0.6.38) (2021-12-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([e57ba42](https://github.com/dargmuesli/dargstack_rgen/commit/e57ba421374088c720dc912adb38e3f552c77afa))
7
+
1
8
  ## [0.6.37](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.36...0.6.37) (2021-11-29)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:17.1.0-alpine@sha256:993bdfb0da7ae8fa4dad7282f797e3e26e88f810d410e0b0409d132d1fb17af3 AS development
1
+ FROM node:17.2.0-alpine@sha256:e64dc950217610c86f29aef803b123e1b6a4a372d6fa4bcf71f9ddcbd39eba5c 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.37",
4
- "scheduleVersion": "0.6.37",
3
+ "version": "0.6.38",
4
+ "scheduleVersion": "0.6.38",
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,16 +15,16 @@
15
15
  "diff": "5.0.0",
16
16
  "json2md": "1.12.0",
17
17
  "yaml": "1.10.2",
18
- "yargs": "17.2.1"
18
+ "yargs": "17.3.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@commitlint/cli": "15.0.0",
22
22
  "@commitlint/config-conventional": "15.0.0",
23
- "eslint": "8.3.0",
23
+ "eslint": "8.4.1",
24
24
  "eslint-config-standard": "16.0.3",
25
25
  "eslint-plugin-import": "2.25.3",
26
26
  "eslint-plugin-node": "11.1.0",
27
- "eslint-plugin-promise": "5.1.1",
27
+ "eslint-plugin-promise": "5.2.0",
28
28
  "eslint-plugin-standard": "4.1.0",
29
29
  "husky": "7.0.4",
30
30
  "shx": "0.3.3"