Commit db2cba6
committed
chore: bump Prettier to ^3.3.3 and interop deps
Aligns the Prettier stack with the ranges core uses.
prettier ^2.7.1 -> ^3.3.3
eslint-config-prettier ^8.8.0 -> ^9.1.0
eslint-plugin-prettier ^4.2.1 -> ^5.2.1
prettier-plugin-packagejson ^2.3.0 -> ^2.5.3
Prettier 3 reflows union types and one boolean expression, so src/json.ts
and src/transaction-types.ts pick up formatting only changes. No behaviour
changes; build, 1993 tests and tsd all still pass.
This has to land before the ESLint v15 bump, since eslint-plugin-prettier@^5
peer requires prettier >= 3. In the meantime yarn reports peer warnings
because eslint-config@12 still asks for the version 2 stack. Those clear in
the next PR.1 parent 5aef526 commit db2cba6
4 files changed
Lines changed: 116 additions & 176 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 37 | + | |
43 | 38 | | |
44 | 39 | | |
45 | 40 | | |
| |||
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
59 | 54 | | |
60 | 55 | | |
61 | 56 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
65 | 60 | | |
66 | 61 | | |
67 | 62 | | |
| |||
488 | 483 | | |
489 | 484 | | |
490 | 485 | | |
491 | | - | |
492 | | - | |
| 486 | + | |
493 | 487 | | |
494 | 488 | | |
495 | 489 | | |
| |||
699 | 693 | | |
700 | 694 | | |
701 | 695 | | |
702 | | - | |
703 | | - | |
| 696 | + | |
| 697 | + | |
704 | 698 | | |
705 | 699 | | |
706 | 700 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments