dargstack_rgen 0.6.33 → 0.6.37

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.
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
13
  - name: Git checkout
14
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
14
+ uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
15
15
 
16
16
  - name: Docker Buildx setup
17
17
  id: buildx
@@ -71,11 +71,11 @@ jobs:
71
71
  runs-on: ubuntu-latest
72
72
  needs: docker
73
73
  steps:
74
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
74
+ - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
75
75
  with:
76
76
  token: ${{ secrets.GH_TOKEN }}
77
77
  - name: Semantic Release
78
- uses: cycjimmy/semantic-release-action@116647291d9b7bef1f5a4315deedd3f46ed4218b # renovate: tag=v2.5.4
78
+ uses: cycjimmy/semantic-release-action@767cc0b0cd610ffb1ffee1b36a9b39120adc5f80 # renovate: tag=v2.6.0
79
79
  with:
80
80
  extra_plugins: |
81
81
  @semantic-release/changelog
@@ -91,7 +91,7 @@ jobs:
91
91
  needs: semantic-release
92
92
  steps:
93
93
  - name: Git checkout
94
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
94
+ uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
95
95
 
96
96
  - name: Docker Buildx setup
97
97
  id: buildx
@@ -115,7 +115,7 @@ jobs:
115
115
  args: zip -qq -r ./dargstack_rgen.zip ./src/
116
116
 
117
117
  - name: GitHub Release Asset
118
- uses: softprops/action-gh-release@6034af24fba4e5a8e975aaa6056554efe4c794d0 # renovate: tag=v1
118
+ uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # renovate: tag=v1
119
119
  with:
120
120
  files: dargstack_rgen.zip
121
121
  env:
@@ -11,7 +11,7 @@ jobs:
11
11
  previous-tag: ${{ steps.previoustag.outputs.tag }}
12
12
  timestamp-diff: ${{ steps.diff.outputs.timestamp-diff }}
13
13
  steps:
14
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
14
+ - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
15
15
  with:
16
16
  fetch-depth: 0
17
17
  - name: Get previous tag
@@ -30,7 +30,7 @@ jobs:
30
30
  needs: analyze-tags
31
31
  if: needs.analyze-tags.outputs.timestamp-diff > 604800 # 604800 equal one week.
32
32
  steps:
33
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
33
+ - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
34
34
  with:
35
35
  token: ${{ secrets.GH_TOKEN }}
36
36
  - name: Get next minor version
package/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ 17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [0.6.37](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.36...0.6.37) (2021-11-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([b21c96e](https://github.com/dargmuesli/dargstack_rgen/commit/b21c96ef255302c2a10e706feddb54196a7ce4e3))
7
+
8
+ ## [0.6.36](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.35...0.6.36) (2021-11-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **release:** schedule release ([35dbd5e](https://github.com/dargmuesli/dargstack_rgen/commit/35dbd5e7a83f1380abf091e5c3b3ef6bbca09fb9))
14
+
15
+ ## [0.6.35](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.34...0.6.35) (2021-11-01)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **release:** schedule release ([a2d6828](https://github.com/dargmuesli/dargstack_rgen/commit/a2d68282180f1e78b09a4ed0437ba88b9160b465))
21
+
22
+ ## [0.6.34](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.33...0.6.34) (2021-10-18)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **release:** schedule release ([45a24ea](https://github.com/dargmuesli/dargstack_rgen/commit/45a24eaac56bc1e30244c475988b20eaace9021c))
28
+
1
29
  ## [0.6.33](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.32...0.6.33) (2021-10-04)
2
30
 
3
31
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:16.10.0-alpine@sha256:3da1c08529fef7007d57d2133a0feb0fa8c60fdd4ad6691978f9dfcb0365b430 AS development
1
+ FROM node:17.1.0-alpine@sha256:993bdfb0da7ae8fa4dad7282f797e3e26e88f810d410e0b0409d132d1fb17af3 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.33",
4
- "scheduleVersion": "0.6.33",
3
+ "version": "0.6.37",
4
+ "scheduleVersion": "0.6.37",
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,15 +18,15 @@
18
18
  "yargs": "17.2.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/cli": "13.2.0",
22
- "@commitlint/config-conventional": "13.2.0",
23
- "eslint": "7.32.0",
21
+ "@commitlint/cli": "15.0.0",
22
+ "@commitlint/config-conventional": "15.0.0",
23
+ "eslint": "8.3.0",
24
24
  "eslint-config-standard": "16.0.3",
25
- "eslint-plugin-import": "2.24.2",
25
+ "eslint-plugin-import": "2.25.3",
26
26
  "eslint-plugin-node": "11.1.0",
27
- "eslint-plugin-promise": "5.1.0",
27
+ "eslint-plugin-promise": "5.1.1",
28
28
  "eslint-plugin-standard": "4.1.0",
29
- "husky": "7.0.2",
29
+ "husky": "7.0.4",
30
30
  "shx": "0.3.3"
31
31
  },
32
32
  "scripts": {