dargstack_rgen 0.9.17 → 0.9.18

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.
@@ -9,13 +9,13 @@ on:
9
9
  jobs:
10
10
  build:
11
11
  name: Build
12
- uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.43.3
12
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.43.5
13
13
  permissions:
14
14
  packages: write
15
15
  release-semantic:
16
16
  needs: build
17
17
  name: Release (semantic)
18
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.43.3
18
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.43.5
19
19
  permissions:
20
20
  contents: write
21
21
  secrets:
@@ -8,7 +8,7 @@ on:
8
8
  jobs:
9
9
  release-schedule:
10
10
  name: 'Release: Scheduled'
11
- uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.43.3
11
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.43.5
12
12
  secrets:
13
13
  PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
14
14
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.9.18](https://github.com/dargstack/dargstack_rgen/compare/0.9.17...0.9.18) (2023-10-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * schedule release ([30e67f7](https://github.com/dargstack/dargstack_rgen/commit/30e67f7b7e17f6adc098ec9fe6bbf5a760e88bad))
7
+
1
8
  ## [0.9.17](https://github.com/dargstack/dargstack_rgen/compare/0.9.16...0.9.17) (2023-10-03)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dargstack_rgen",
3
- "version": "0.9.17",
3
+ "version": "0.9.18",
4
4
  "description": "Generates a DargStack stack project readme.",
5
5
  "main": "src/generator.cjs",
6
6
  "repository": "https://github.com/dargstack/dargstack_rgen.git",
@@ -13,7 +13,7 @@
13
13
  "engines": {
14
14
  "node": "20"
15
15
  },
16
- "packageManager": "pnpm@8.8.0",
16
+ "packageManager": "pnpm@8.9.2",
17
17
  "scripts": {
18
18
  "lint": "eslint --ext .js,.cjs .",
19
19
  "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
@@ -23,16 +23,16 @@
23
23
  "deepmerge": "4.3.1",
24
24
  "diff": "5.1.0",
25
25
  "json2md": "2.0.0",
26
- "yaml": "2.3.2",
26
+ "yaml": "2.3.3",
27
27
  "yargs": "17.7.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@commitlint/cli": "17.7.2",
31
- "@commitlint/config-conventional": "17.7.0",
32
- "eslint": "8.50.0",
30
+ "@commitlint/cli": "17.8.0",
31
+ "@commitlint/config-conventional": "17.8.0",
32
+ "eslint": "8.51.0",
33
33
  "eslint-config-prettier": "9.0.0",
34
34
  "eslint-plugin-node": "11.1.0",
35
- "eslint-plugin-prettier": "5.0.0",
35
+ "eslint-plugin-prettier": "5.0.1",
36
36
  "husky": "8.0.3",
37
37
  "prettier": "3.0.3"
38
38
  }