Commit d69a364
authored
chore: bump deps, tsconfig updates, openapi updates (#1323)
## 🧰 Changes
- bumps openapi file
- updates `tsconfig.json` as a result of typescript 5.9 updates
- various lint fixes
- bumps deps (see below for before/after)
**before**
```
Package Current Wanted Latest Location Depended by
@biomejs/biome 2.1.2 2.1.3 2.1.3 node_modules/@biomejs/biome rdme
@oclif/core 4.5.1 4.5.2 4.5.2 node_modules/@oclif/core rdme
@oclif/plugin-autocomplete 3.2.33 3.2.34 3.2.34 node_modules/@oclif/plugin-autocomplete rdme
@oclif/plugin-help 6.2.31 6.2.32 6.2.32 node_modules/@oclif/plugin-help rdme
@oclif/plugin-plugins 5.4.44 5.4.46 5.4.46 node_modules/@oclif/plugin-plugins rdme
@oclif/plugin-warn-if-update-available 3.1.44 3.1.46 3.1.46 node_modules/@oclif/plugin-warn-if-update-available rdme
@readme/oas-examples 6.1.2 6.1.4 6.1.4 node_modules/@readme/oas-examples rdme
@readme/standards 1.0.0 1.2.0 1.2.0 node_modules/@readme/standards rdme
knip 5.61.3 5.62.0 5.62.0 node_modules/knip rdme
nock 14.0.5 14.0.8 14.0.8 node_modules/nock rdme
oas 27.2.1 27.2.1 28.0.0 node_modules/oas rdme
oas-normalize 14.1.2 14.1.2 15.0.0 node_modules/oas-normalize rdme
oclif 4.20.6 4.22.5 4.22.5 node_modules/oclif rdme
rollup 4.45.0 4.46.2 4.46.2 node_modules/rollup rdme
typescript 5.8.3 5.9.2 5.9.2 node_modules/typescript rdme
undici 5.29.0 5.29.0 7.13.0 node_modules/undici rdme
```
**after**
```
Package Current Wanted Latest Location Depended by
undici 5.29.0 5.29.0 7.13.0 node_modules/undici rdme
```
## 🧬 QA & Testing
Provide as much information as you can on how to test what you've done.1 parent ca85230 commit d69a364
File tree
10 files changed
+1149
-849
lines changed- src
- commands/openapi
- lib
- createGHA
- types
10 files changed
+1149
-849
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| 328 | + | |
327 | 329 | | |
328 | 330 | | |
329 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments