github-action-readme-generator 1.8.6 → 1.8.7

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.7](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.6...v1.8.7) (2026-01-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * upgrade @typescript-eslint/eslint-plugin to 8.51.0 and remove deprecated rule ([e3034a1](https://github.com/bitflight-devops/github-action-readme-generator/commit/e3034a125beb529b3749f6318232caa007649d73))
7
+
1
8
  ## [1.8.6](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.5...v1.8.6) (2026-01-05)
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.5
130
+ - uses: bitflight-devops/github-action-readme-generator@v1.8.6
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.6",
4
+ "version": "1.8.7",
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",
@@ -153,8 +153,8 @@
153
153
  "yaml": "^2.8.1"
154
154
  },
155
155
  "devDependencies": {
156
- "@babel/core": "^7.23.2",
157
- "@babel/eslint-parser": "^7.22.15",
156
+ "@babel/core": "^7.28.5",
157
+ "@babel/eslint-parser": "^7.28.5",
158
158
  "@babel/plugin-proposal-decorators": "^7.23.2",
159
159
  "@babel/preset-env": "^7.23.2",
160
160
  "@commitlint/cli": "^20.1.0",
@@ -170,8 +170,8 @@
170
170
  "@types/nconf": "^0.10.5",
171
171
  "@types/node": "^25.0.3",
172
172
  "@types/node-emoji": "^2.1.0",
173
- "@typescript-eslint/eslint-plugin": "^6.9.1",
174
- "@typescript-eslint/parser": "^6.9.1",
173
+ "@typescript-eslint/eslint-plugin": "^8.51.0",
174
+ "@typescript-eslint/parser": "^8.51.0",
175
175
  "@vitest/coverage-v8": "^4.0.6",
176
176
  "commitizen": "^4.3.1",
177
177
  "conventional-commits": "^1.6.0",
@@ -197,9 +197,9 @@
197
197
  "eslint-plugin-sort-class-members": "^1.19.0",
198
198
  "eslint-plugin-unicorn": "^49.0.0",
199
199
  "eslint-plugin-vitest": "^0.3.8",
200
- "husky": "^8.0.3",
200
+ "husky": "^9.1.7",
201
201
  "is-ci": "^3.0.1",
202
- "lint-staged": "^15.0.2",
202
+ "lint-staged": "^16.2.7",
203
203
  "markdownlint-cli": "^0.37.0",
204
204
  "rimraf": "^5.0.5",
205
205
  "run-script-os": "^1.1.6",