dargstack_rgen 0.6.38 → 0.6.39

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.6.39](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.38...0.6.39) (2021-12-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([64b5bc3](https://github.com/dargmuesli/dargstack_rgen/commit/64b5bc32d35f1f45b2e177c33a5c1b2ba646369b))
7
+
1
8
  ## [0.6.38](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.37...0.6.38) (2021-12-13)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:17.2.0-alpine@sha256:e64dc950217610c86f29aef803b123e1b6a4a372d6fa4bcf71f9ddcbd39eba5c AS development
1
+ FROM node:17.3.0-alpine@sha256:4522cc108ad7c055b71f545596bfc07632d9f9a41125ea12eabe8f04114807f3 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.38",
4
- "scheduleVersion": "0.6.38",
3
+ "version": "0.6.39",
4
+ "scheduleVersion": "0.6.39",
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.3.0"
18
+ "yargs": "17.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/cli": "15.0.0",
22
- "@commitlint/config-conventional": "15.0.0",
23
- "eslint": "8.4.1",
21
+ "@commitlint/cli": "16.0.0",
22
+ "@commitlint/config-conventional": "16.0.0",
23
+ "eslint": "8.5.0",
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.2.0",
27
+ "eslint-plugin-promise": "6.0.0",
28
28
  "eslint-plugin-standard": "4.1.0",
29
29
  "husky": "7.0.4",
30
30
  "shx": "0.3.3"