Skip to content

Commit ecc51a0

Browse files
authored
chore(deps): bump (#1186)
## 🧰 Changes Before: ``` Package Current Wanted Latest Location Depended by @oclif/core 4.2.6 4.2.8 4.2.8 node_modules/@oclif/core rdme @oclif/plugin-autocomplete 3.2.20 3.2.24 3.2.24 node_modules/@oclif/plugin-autocomplete rdme @oclif/plugin-help 6.2.24 6.2.26 6.2.26 node_modules/@oclif/plugin-help rdme @oclif/plugin-not-found 3.2.40 3.2.44 3.2.44 node_modules/@oclif/plugin-not-found rdme @oclif/plugin-warn-if-update-available 3.1.32 3.1.35 3.1.35 node_modules/@oclif/plugin-warn-if-update-available rdme @oclif/test 4.1.9 4.1.11 4.1.11 node_modules/@oclif/test rdme @readme/better-ajv-errors 2.1.2 2.3.2 2.3.2 node_modules/@readme/better-ajv-errors rdme @readme/eslint-config 14.3.0 14.4.2 14.4.2 node_modules/@readme/eslint-config rdme @vitest/coverage-v8 3.0.5 3.0.7 3.0.7 node_modules/@vitest/coverage-v8 rdme @vitest/expect 3.0.5 3.0.7 3.0.7 node_modules/@vitest/expect rdme eslint 8.57.1 8.57.1 9.21.0 node_modules/eslint rdme knip 5.43.6 5.45.0 5.45.0 node_modules/knip rdme nock 14.0.0 14.0.1 14.0.1 node_modules/nock rdme oclif 4.17.25 4.17.34 4.17.34 node_modules/oclif rdme prettier 3.4.2 3.5.3 3.5.3 node_modules/prettier rdme rollup 4.34.1 4.34.9 4.34.9 node_modules/rollup rdme rollup-plugin-esbuild 6.2.0 6.2.1 6.2.1 node_modules/rollup-plugin-esbuild rdme tsx 4.19.2 4.19.3 4.19.3 node_modules/tsx rdme type-fest 4.33.0 4.36.0 4.36.0 node_modules/type-fest rdme typescript 5.7.3 5.8.2 5.8.2 node_modules/typescript rdme undici 5.28.5 5.28.5 7.4.0 node_modules/undici rdme vitest 3.0.5 3.0.7 3.0.7 node_modules/vitest rdme ``` After: ``` Package Current Wanted Latest Location Depended by eslint 8.57.1 8.57.1 9.21.0 node_modules/eslint rdme undici 5.28.5 5.28.5 7.4.0 node_modules/undici rdme ```
1 parent 2f74c9e commit ecc51a0

File tree

4 files changed

+934
-2061
lines changed

4 files changed

+934
-2061
lines changed

__tests__/commands/openapi/__snapshots__/validate.test.ts.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ REQUIRED must have required property 'url'
156156
7 | },
157157
8 | "servers": [
158158
> 9 | {
159-
| ^ ☹️ url is missing here!
159+
| ^ url is missing here!
160160
10 | "urll": "http://petstore.swagger.io/v2"
161161
11 | }
162162
12 | ],
@@ -166,7 +166,7 @@ ADDITIONAL PROPERTY must NOT have additional properties
166166
24 | "/pet/findByStatus": {
167167
25 | "get": {
168168
> 26 | "tagss": [
169-
| ^^^^^^^ 😲 tagss is not expected to be here!
169+
| ^^^^^^^ tagss is not expected to be here!
170170
27 | "pet"
171171
28 | ],
172172
29 | "summary": "Finds Pets by status",]
@@ -182,7 +182,7 @@ REQUIRED must have required property 'name'
182182
24 | "components": {
183183
25 | "securitySchemes": {
184184
> 26 | "tlsAuth": {
185-
| ^ ☹️ name is missing here!
185+
| ^ name is missing here!
186186
27 | "type": "mutualTLS"
187187
28 | }
188188
29 | }]
@@ -196,7 +196,7 @@ ADDITIONAL PROPERTY must NOT have additional properties
196196
23 | "description": "Find out more",
197197
24 | "url": "http://swagger.io",
198198
> 25 | "this-shouldnt-be-here": true
199-
| ^^^^^^^^^^^^^^^^^^^^^^^ 😲 this-shouldnt-be-here is not expected to be here!
199+
| ^^^^^^^^^^^^^^^^^^^^^^^ this-shouldnt-be-here is not expected to be here!
200200
26 | }
201201
27 | }
202202
28 | ],]

0 commit comments

Comments
 (0)