Commit e89b916
authored
chore(deps): bump (#1304)
## 🧰 Changes
- [x] the bump of `@oclif/core` messed with some of the bespoke logic in
our `prerun` hook. i was initially looking into it with the intent of
filing a bug in that repo, but i'm pretty sure what we were doing there
was going against the grain of how oclif works, so i ended up
refactoring it, which ended up cleaning up the logic and tests a bunch
in the process? you can see that work in
109b6c9
- [x] removes `@readme/eslint-config` once and for all (and
copies/inlines our prettier config)
- [x] small refactor to better pass around the `this` context so we can
reduce our reliance on our bespoke debugger
- [x] bumps dependencies, see below:
before:
```
Package Current Wanted Latest Location Depended by
@oclif/core 4.4.0 4.5.1 4.5.1 node_modules/@oclif/core rdme
@oclif/plugin-autocomplete 3.2.31 3.2.33 3.2.33 node_modules/@oclif/plugin-autocomplete rdme
@oclif/plugin-help 6.2.29 6.2.31 6.2.31 node_modules/@oclif/plugin-help rdme
@oclif/plugin-plugins 5.4.43 5.4.44 5.4.44 node_modules/@oclif/plugin-plugins rdme
@oclif/plugin-warn-if-update-available 3.1.42 3.1.44 3.1.44 node_modules/@oclif/plugin-warn-if-update-available rdme
ci-info 4.2.0 4.3.0 4.3.0 node_modules/ci-info rdme
oclif 4.20.1 4.20.6 4.20.6 node_modules/oclif rdme
rollup 4.44.1 4.45.0 4.45.0 node_modules/rollup rdme
undici 5.29.0 5.29.0 7.11.0 node_modules/undici rdme
```
after:
```
Package Current Wanted Latest Location Depended by
undici 5.29.0 5.29.0 7.11.0 node_modules/undici rdme
```1 parent 96c907c commit e89b916
File tree
11 files changed
+2175
-6829
lines changed- __tests__
- commands/openapi
- __snapshots__
- helpers
- src
- commands
- lib
- hooks
11 files changed
+2175
-6829
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
108 | 102 | | |
109 | 103 | | |
110 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
0 commit comments