@visulima/api-platform 2.0.17 → 2.0.18

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 (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE.md +1 -1
  3. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @visulima/api-platform [2.0.18](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.17...@visulima/api-platform@2.0.18) (2024-02-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update yaml to 2.4.0 ([42961b9](https://github.com/visulima/visulima/commit/42961b98dd7e8c177525c9c92d27ce59301957d2))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/connect:** upgraded to 2.1.14
13
+ * **@visulima/jsdoc-open-api:** upgraded to 2.0.13
14
+
1
15
  ## @visulima/api-platform [2.0.17](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.16...@visulima/api-platform@2.0.17) (2024-01-31)
2
16
 
3
17
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 visulima
3
+ Copyright (c) 2024 visulima
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -142,8 +142,8 @@
142
142
  "test:watch": "vitest"
143
143
  },
144
144
  "dependencies": {
145
- "@visulima/connect": "2.1.13",
146
- "@visulima/jsdoc-open-api": "2.0.12",
145
+ "@visulima/connect": "2.1.14",
146
+ "@visulima/jsdoc-open-api": "2.0.13",
147
147
  "accepts": "^1.3.8",
148
148
  "debug": "^4.3.4",
149
149
  "http-errors": "^2.0.0",
@@ -152,47 +152,47 @@
152
152
  "lodash.merge": "^4.6.2",
153
153
  "schema-dts": "^1.1.2",
154
154
  "ts-japi": "^1.9.1",
155
- "yaml": "^2.3.4",
155
+ "yaml": "^2.4.0",
156
156
  "zod-to-ts": "^1.2.0"
157
157
  },
158
158
  "devDependencies": {
159
159
  "@anolilab/eslint-config": "^15.0.3",
160
160
  "@anolilab/prettier-config": "^5.0.14",
161
161
  "@anolilab/semantic-release-preset": "^8.0.3",
162
- "@arthurgeron/eslint-plugin-react-usememo": "^2.3.0",
162
+ "@arthurgeron/eslint-plugin-react-usememo": "^2.3.1",
163
163
  "@babel/core": "^7.23.9",
164
164
  "@hapi/hapi": "^21.3.3",
165
165
  "@koa/router": "^12.0.1",
166
- "@secretlint/secretlint-rule-preset-recommend": "^8.1.1",
167
- "@testing-library/react": "^14.2.0",
166
+ "@secretlint/secretlint-rule-preset-recommend": "^8.1.2",
167
+ "@testing-library/react": "^14.2.1",
168
168
  "@total-typescript/ts-reset": "^0.5.1",
169
169
  "@types/accepts": "^1.3.7",
170
170
  "@types/cors": "^2.8.17",
171
171
  "@types/debug": "^4.1.12",
172
172
  "@types/express": "^4.17.21",
173
- "@types/express-serve-static-core": "^4.17.42",
173
+ "@types/express-serve-static-core": "^4.17.43",
174
174
  "@types/http-errors": "^2.0.4",
175
175
  "@types/jstoxml": "^2.0.4",
176
- "@types/koa": "^2.14.0",
176
+ "@types/koa": "^2.15.0",
177
177
  "@types/koa__router": "^12.0.4",
178
178
  "@types/lodash.merge": "^4.6.9",
179
179
  "@types/lodash.set": "^4.3.9",
180
- "@types/node": "18.18.8",
180
+ "@types/node": "18.18.14",
181
181
  "@types/qs": "^6.9.11",
182
- "@types/react": "^18.2.48",
183
- "@types/react-dom": "^18.2.18",
184
- "@types/swagger-ui-react": "^4.18.2",
182
+ "@types/react": "^18.2.58",
183
+ "@types/react-dom": "^18.2.19",
184
+ "@types/swagger-ui-react": "^4.18.3",
185
185
  "@types/webpack": "^5.28.5",
186
186
  "@visulima/crud": "2.0.13",
187
187
  "@visulima/readdir": "2.0.11",
188
- "@vitest/coverage-v8": "^1.2.2",
189
- "@vitest/ui": "^1.2.2",
188
+ "@vitest/coverage-v8": "^1.3.1",
189
+ "@vitest/ui": "^1.3.1",
190
190
  "chalk": "5.3.0",
191
- "commander": "^11.1.0",
192
- "core-js": "^3.35.1",
191
+ "commander": "^12.0.0",
192
+ "core-js": "^3.36.0",
193
193
  "cors": "^2.8.5",
194
194
  "cross-env": "^7.0.3",
195
- "eslint": "^8.56.0",
195
+ "eslint": "^8.57.0",
196
196
  "eslint-plugin-deprecation": "^2.0.0",
197
197
  "eslint-plugin-etc": "^2.0.3",
198
198
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
@@ -203,34 +203,34 @@
203
203
  "eslint-plugin-ssr-friendly": "^1.3.0",
204
204
  "eslint-plugin-testing-library": "^6.2.0",
205
205
  "eslint-plugin-validate-jsx-nesting": "^0.1.1",
206
- "eslint-plugin-vitest": "^0.3.21",
206
+ "eslint-plugin-vitest": "^0.3.22",
207
207
  "eslint-plugin-vitest-globals": "^1.4.0",
208
208
  "eslint-plugin-zod": "^1.4.0",
209
209
  "express": "^4.18.2",
210
- "fastify": "^4.26.0",
210
+ "fastify": "^4.26.1",
211
211
  "koa": "^2.15.0",
212
212
  "mobx": "^6.12.0",
213
213
  "next": "^13.5.6",
214
214
  "next-test-api-route-handler": "^4.0.3",
215
215
  "node-mocks-http": "^1.14.1",
216
216
  "openapi-types": "^12.1.3",
217
- "prettier": "^3.2.4",
218
- "rate-limiter-flexible": "^4.0.1",
217
+ "prettier": "^3.2.5",
218
+ "rate-limiter-flexible": "^5.0.0",
219
219
  "react": "^18.2.0",
220
220
  "react-dom": "^18.2.0",
221
221
  "redoc": "^2.1.3",
222
222
  "rimraf": "^5.0.5",
223
- "secretlint": "8.1.1",
224
- "semantic-release": "^23.0.0",
225
- "sort-package-json": "^2.7.0",
223
+ "secretlint": "8.1.2",
224
+ "semantic-release": "^23.0.2",
225
+ "sort-package-json": "^2.8.0",
226
226
  "styled-components": "^6.1.8",
227
227
  "swagger-ui-dist": "^4.19.1",
228
228
  "swagger-ui-react": "^4.19.1",
229
- "tsup": "^8.0.1",
230
- "type-fest": "^4.10.2",
229
+ "tsup": "^8.0.2",
230
+ "type-fest": "^4.10.3",
231
231
  "typescript": "^5.3.3",
232
- "vitest": "^1.2.2",
233
- "webpack": "^5.90.0",
232
+ "vitest": "^1.3.1",
233
+ "webpack": "^5.90.3",
234
234
  "zod": "^3.22.4"
235
235
  },
236
236
  "peerDependencies": {
@@ -244,17 +244,17 @@
244
244
  "@visulima/crud": "2.0.13",
245
245
  "@visulima/readdir": "2.0.11",
246
246
  "chalk": "5.3.0",
247
- "commander": "^11.1.0",
247
+ "commander": "^12.0.0",
248
248
  "cors": "^2.8.5",
249
249
  "express": "^4.18.2",
250
- "fastify": "^4.26.0",
250
+ "fastify": "^4.26.1",
251
251
  "koa": "^2.15.0",
252
252
  "next": "^13.5.6",
253
- "rate-limiter-flexible": "^4.0.1",
253
+ "rate-limiter-flexible": "^5.0.0",
254
254
  "redoc": "^2.1.3",
255
255
  "swagger-ui-dist": "^4.19.1",
256
256
  "swagger-ui-react": "^4.19.1",
257
- "webpack": "^5.90.0"
257
+ "webpack": "^5.90.3"
258
258
  },
259
259
  "engines": {
260
260
  "node": ">=18.* <=21.*"