github-action-readme-generator 1.9.1 → 1.9.2

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,11 @@
1
+ ## [1.9.2](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.9.1...v1.9.2) (2026-02-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * synchronize package.json with package-lock.json for vitest dependencies ([edee36d](https://github.com/bitflight-devops/github-action-readme-generator/commit/edee36d525b509753eff775e4b3f1176ee4600d7))
7
+ * update vitest to 4.0.18 to match package-lock.json ([41657b5](https://github.com/bitflight-devops/github-action-readme-generator/commit/41657b5db31979479d2df1c599a885ed7708dbb5))
8
+
1
9
  ## [1.9.1](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.9.0...v1.9.1) (2026-01-28)
2
10
 
3
11
 
package/README.md CHANGED
@@ -177,7 +177,7 @@ This configuration will automatically regenerate your README whenever `action.ym
177
177
  <!-- start usage -->
178
178
 
179
179
  ```yaml
180
- - uses: bitflight-devops/github-action-readme-generator@v1.9.0
180
+ - uses: bitflight-devops/github-action-readme-generator@v1.9.1
181
181
  with:
182
182
  # Description: The absolute or relative path to the `action.yml` file to read in
183
183
  # 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.9.1",
4
+ "version": "1.9.2",
5
5
  "description": "The docs generator for GitHub Actions. Auto-syncs action.yml to README.md with 8 sections: inputs, outputs, usage, badges, branding & more. Works as CLI or GitHub Action.",
6
6
  "keywords": [
7
7
  "github-actions",
@@ -175,7 +175,7 @@
175
175
  "@types/node-emoji": "^2.1.0",
176
176
  "@typescript-eslint/eslint-plugin": "^8.53.1",
177
177
  "@typescript-eslint/parser": "^8.53.0",
178
- "@vitest/coverage-v8": "^4.0.6",
178
+ "@vitest/coverage-v8": "^4.0.18",
179
179
  "commitizen": "^4.3.1",
180
180
  "conventional-commits": "^1.6.0",
181
181
  "cz-conventional-changelog": "^3.3.0",
@@ -205,7 +205,7 @@
205
205
  "ts-node": "^10.9.1",
206
206
  "types-package-json": "^2.0.39",
207
207
  "typescript": "^5.7.3",
208
- "vitest": "^4.0.6"
208
+ "vitest": "^4.0.18"
209
209
  },
210
210
  "engines": {
211
211
  "node": ">=20.0.0 <26.0.0",