@visulima/jsdoc-open-api 2.0.46 → 2.0.47
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 +15 -0
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.47](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.46...@visulima/jsdoc-open-api@2.0.47) (2024-06-11)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated yaml to v2.4.5 ([2bfb655](https://github.com/visulima/visulima/commit/2bfb65550446c15b38d9530eb4c353f43f5a895c))
|
|
6
|
+
|
|
7
|
+
### Build System
|
|
8
|
+
|
|
9
|
+
* fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@visulima/fs:** upgraded to 2.1.5
|
|
15
|
+
|
|
1
16
|
## @visulima/jsdoc-open-api [2.0.46](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.45...@visulima/jsdoc-open-api@2.0.46) (2024-06-06)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/jsdoc-open-api",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.47",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -88,28 +88,29 @@
|
|
|
88
88
|
],
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
91
|
-
"@visulima/fs": "2.1.
|
|
91
|
+
"@visulima/fs": "2.1.5",
|
|
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.4.
|
|
95
|
+
"yaml": "^2.4.5"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@anolilab/eslint-config": "^15.0.3",
|
|
99
99
|
"@anolilab/prettier-config": "^5.0.14",
|
|
100
|
-
"@anolilab/semantic-release-pnpm": "^1.1.
|
|
101
|
-
"@anolilab/semantic-release-preset": "^
|
|
102
|
-
"@babel/core": "^7.24.
|
|
100
|
+
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
101
|
+
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
102
|
+
"@babel/core": "^7.24.7",
|
|
103
103
|
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
104
104
|
"@types/cli-progress": "^3.11.5",
|
|
105
105
|
"@types/http-errors": "^2.0.4",
|
|
106
106
|
"@types/lodash.mergewith": "^4.6.9",
|
|
107
|
-
"@types/node": "18.
|
|
107
|
+
"@types/node": "18.19.15",
|
|
108
108
|
"@types/webpack": "^5.28.5",
|
|
109
109
|
"@vitest/coverage-v8": "^1.6.0",
|
|
110
110
|
"@vitest/ui": "^1.6.0",
|
|
111
111
|
"cli-progress": "^3.12.0",
|
|
112
112
|
"commander": "^12.1.0",
|
|
113
|
+
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
113
114
|
"cross-env": "^7.0.3",
|
|
114
115
|
"eslint": "^8.57.0",
|
|
115
116
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
@@ -119,18 +120,18 @@
|
|
|
119
120
|
"eslint-plugin-vitest": "^0.4.1",
|
|
120
121
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
121
122
|
"openapi-types": "^12.1.3",
|
|
122
|
-
"prettier": "^3.3.
|
|
123
|
+
"prettier": "^3.3.2",
|
|
123
124
|
"rimraf": "^5.0.7",
|
|
124
|
-
"semantic-release": "
|
|
125
|
+
"semantic-release": "24.0.0",
|
|
125
126
|
"tsup": "^8.1.0",
|
|
126
127
|
"typescript": "^5.4.5",
|
|
127
128
|
"vitest": "^1.6.0",
|
|
128
|
-
"webpack": "^5.
|
|
129
|
+
"webpack": "^5.92.0"
|
|
129
130
|
},
|
|
130
131
|
"optionalDependencies": {
|
|
131
132
|
"cli-progress": "^3.12.0",
|
|
132
133
|
"commander": "^12.1.0",
|
|
133
|
-
"webpack": "^5.
|
|
134
|
+
"webpack": "^5.92.0"
|
|
134
135
|
},
|
|
135
136
|
"engines": {
|
|
136
137
|
"node": ">=18.* <=22.*"
|