@visulima/jsdoc-open-api 2.0.68 → 2.0.70

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 (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @visulima/jsdoc-open-api [2.0.70](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.69...@visulima/jsdoc-open-api@2.0.70) (2025-01-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **jsdoc-open-api:** updated yaml to 2.7.0, @apidevtools/swagger-parser to 10.1.1 and all dev deps ([ad4327c](https://github.com/visulima/visulima/commit/ad4327c3b8251c09312f3d0a2243d133242f0d59))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/fs:** upgraded to 2.3.6
11
+
12
+ ## @visulima/jsdoc-open-api [2.0.69](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.68...@visulima/jsdoc-open-api@2.0.69) (2025-01-08)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/fs:** upgraded to 2.3.5
18
+
1
19
  ## @visulima/jsdoc-open-api [2.0.68](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.67...@visulima/jsdoc-open-api@2.0.68) (2025-01-08)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/jsdoc-open-api",
3
- "version": "2.0.68",
3
+ "version": "2.0.70",
4
4
  "description": "Generates swagger doc based on JSDoc.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -87,12 +87,12 @@
87
87
  "LICENSE.md"
88
88
  ],
89
89
  "dependencies": {
90
- "@apidevtools/swagger-parser": "^10.1.0",
91
- "@visulima/fs": "2.3.4",
90
+ "@apidevtools/swagger-parser": "^10.1.1",
91
+ "@visulima/fs": "2.3.6",
92
92
  "comment-parser": "^1.4.1",
93
93
  "lodash.mergewith": "^4.6.2",
94
94
  "read-pkg-up": "^7.0.1",
95
- "yaml": "^2.6.1"
95
+ "yaml": "^2.7.0"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@anolilab/eslint-config": "^15.0.3",
@@ -109,7 +109,7 @@
109
109
  "@vitest/coverage-v8": "^2.1.8",
110
110
  "@vitest/ui": "^2.1.8",
111
111
  "cli-progress": "^3.12.0",
112
- "commander": "^12.1.0",
112
+ "commander": "^13.0.0",
113
113
  "conventional-changelog-conventionalcommits": "8.0.0",
114
114
  "cross-env": "^7.0.3",
115
115
  "eslint": "8.57.0",
@@ -121,16 +121,16 @@
121
121
  "eslint-plugin-vitest-globals": "^1.5.0",
122
122
  "openapi-types": "^12.1.3",
123
123
  "prettier": "^3.4.2",
124
- "rimraf": "5.0.9",
125
- "semantic-release": "24.0.0",
124
+ "rimraf": "6.0.1",
125
+ "semantic-release": "24.2.1",
126
126
  "tsup": "^8.3.5",
127
- "typescript": "5.4.5",
127
+ "typescript": "5.7.3",
128
128
  "vitest": "^2.1.8",
129
129
  "webpack": "^5.97.1"
130
130
  },
131
131
  "optionalDependencies": {
132
132
  "cli-progress": "^3.12.0",
133
- "commander": "^12.1.0",
133
+ "commander": "^13.0.0",
134
134
  "webpack": "^5.97.1"
135
135
  },
136
136
  "engines": {