github-action-readme-generator 1.8.8 → 1.8.10

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.8.10](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.9...v1.8.10) (2026-01-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update github action versions ([#456](https://github.com/bitflight-devops/github-action-readme-generator/issues/456)) ([f6430a7](https://github.com/bitflight-devops/github-action-readme-generator/commit/f6430a7f79b7dbc5af2fe8ea7cf0311300847215))
7
+
8
+ ## [1.8.9](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.8...v1.8.9) (2026-01-18)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update github action versions ([#448](https://github.com/bitflight-devops/github-action-readme-generator/issues/448)) ([4ac9c1b](https://github.com/bitflight-devops/github-action-readme-generator/commit/4ac9c1b4dd530b697c2c7a2e583c28038aa16338))
14
+
1
15
  ## [1.8.8](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.7...v1.8.8) (2026-01-11)
2
16
 
3
17
 
package/README.md CHANGED
@@ -127,7 +127,7 @@ This configuration will automatically regenerate your README whenever `action.ym
127
127
  <!-- start usage -->
128
128
 
129
129
  ```yaml
130
- - uses: bitflight-devops/github-action-readme-generator@v1.8.7
130
+ - uses: bitflight-devops/github-action-readme-generator@v1.8.9
131
131
  with:
132
132
  # Description: The absolute or relative path to the `action.yml` file to read in
133
133
  # from.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "github-action-readme-generator",
3
3
  "displayName": "bitflight-devops/github-action-readme-generator",
4
- "version": "1.8.8",
4
+ "version": "1.8.10",
5
5
  "description": "This is a CLI tool and GitHub Action that reads in the details from a \nGitHub Action's `action.yml` file and updates the `README.md` file\nwith the `name`, `description`, `usage`, `inputs`, `outputs`, and\nexamples of the action.\nConfiguration can be provided via a `.ghadocs.json` file stored in the\nroot directory of the Action's repository, via the command line when\nusing the cli, or via the `with:` section of this Action.\n\n\nThis tool uses markdown comments as delimiting tokens within the `README.md`\nfile to determine where to place the generated content.\n\n[`README.example.md`](README.example.md) example with all fields filled in, and no other free-form content.",
6
6
  "keywords": [
7
7
  "actions",
@@ -157,9 +157,9 @@
157
157
  "@babel/eslint-parser": "^7.28.5",
158
158
  "@babel/plugin-proposal-decorators": "^7.28.0",
159
159
  "@babel/preset-env": "^7.26.0",
160
- "@commitlint/cli": "^20.1.0",
160
+ "@commitlint/cli": "^20.3.1",
161
161
  "@commitlint/config-conventional": "^20.0.0",
162
- "@commitlint/prompt": "^20.1.0",
162
+ "@commitlint/prompt": "^20.3.1",
163
163
  "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
164
164
  "@semantic-release/changelog": "^6.0.3",
165
165
  "@semantic-release/exec": "^6.0.3",
@@ -168,10 +168,10 @@
168
168
  "@types/babel__preset-env": "^7",
169
169
  "@types/esm": "^3",
170
170
  "@types/nconf": "^0.10.5",
171
- "@types/node": "^20.17.10",
171
+ "@types/node": "^25.0.9",
172
172
  "@types/node-emoji": "^2.1.0",
173
- "@typescript-eslint/eslint-plugin": "^8.51.0",
174
- "@typescript-eslint/parser": "^8.51.0",
173
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
174
+ "@typescript-eslint/parser": "^8.53.0",
175
175
  "@vitest/coverage-v8": "^4.0.6",
176
176
  "commitizen": "^4.3.1",
177
177
  "conventional-commits": "^1.6.0",
@@ -181,11 +181,11 @@
181
181
  "esbuild-node-externals": "^1.20.1",
182
182
  "eslint": "^9.39.2",
183
183
  "eslint-config-prettier": "^10.1.8",
184
- "eslint-import-resolver-typescript": "^3.7.0",
184
+ "eslint-import-resolver-typescript": "^4.4.4",
185
185
  "eslint-plugin-import": "^2.31.0",
186
- "eslint-plugin-n": "^17.18.0",
186
+ "eslint-plugin-n": "^17.23.2",
187
187
  "eslint-plugin-optimize-regex": "^1.2.1",
188
- "eslint-plugin-prettier": "^5.2.2",
188
+ "eslint-plugin-prettier": "^5.5.5",
189
189
  "eslint-plugin-promise": "^7.2.1",
190
190
  "eslint-plugin-simple-import-sort": "^12.1.1",
191
191
  "eslint-plugin-sonarjs": "^3.0.5",
@@ -196,7 +196,7 @@
196
196
  "is-ci": "^3.0.1",
197
197
  "lint-staged": "^16.2.7",
198
198
  "markdownlint-cli": "^0.47.0",
199
- "rimraf": "^5.0.5",
199
+ "rimraf": "^6.1.2",
200
200
  "run-script-os": "^1.1.6",
201
201
  "semantic-release": "^25.0.2",
202
202
  "ts-node": "^10.9.1",