github-action-readme-generator 1.8.8 → 1.8.9

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
+ ## [1.8.9](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.8...v1.8.9) (2026-01-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **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))
7
+
1
8
  ## [1.8.8](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.7...v1.8.8) (2026-01-11)
2
9
 
3
10
 
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.8
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.9",
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",
@@ -159,7 +159,7 @@
159
159
  "@babel/preset-env": "^7.26.0",
160
160
  "@commitlint/cli": "^20.1.0",
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.6",
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",
@@ -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",