Commit 6c56e05
authored
chore(deps): upgrade dependencies (#4166)
Errata:
Left typescript at v5.4.x as deep dependency typedoc requires v5.4.x.
Left eslint v8.x as not all plugins are compatible with v9.
Code changes, in no particular order:
1. Prettier formatting changes.
2. Prettier moved to an async API, but the `writeGeneratedFile` utility, which previously included prettifying was passed as a callback function to TS and had to stay sync, so prettifying was separated into a separate async function -- the callback function luckily did not seem to actually requiring another round of prettifying, as it just involved renaming. All the other callsites of the new utility had to be made async. In the alternate, I investigated @prettier/sync and the lower-level make-synchronized and make-synchronous packages, but I could not get them working.
3. Plenty of eslint rule changes! I have tried to make sure that the rule list orders now match the linked documentation, so that further updates might be easier.
4. Minor docusaurus config tweaks to get the build to pass.1 parent 1dbdadc commit 6c56e05
File tree
34 files changed
+14425
-9946
lines changed- benchmark
- integrationTests
- node
- ts
- webpack
- resources
- eslint-internal-rules
- src
- __testUtils__/__tests__
- execution
- __tests__
- jsutils
- language
- type
- __tests__
- utilities/__tests__
- validation/rules
- website
34 files changed
+14425
-9946
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3363 | 3363 | | |
3364 | 3364 | | |
3365 | 3365 | | |
3366 | | - | |
| 3366 | + | |
3367 | 3367 | | |
3368 | 3368 | | |
3369 | 3369 | | |
| |||
3447 | 3447 | | |
3448 | 3448 | | |
3449 | 3449 | | |
3450 | | - | |
| 3450 | + | |
3451 | 3451 | | |
3452 | 3452 | | |
3453 | 3453 | | |
| |||
3618 | 3618 | | |
3619 | 3619 | | |
3620 | 3620 | | |
3621 | | - | |
| 3621 | + | |
3622 | 3622 | | |
3623 | 3623 | | |
3624 | 3624 | | |
| |||
6635 | 6635 | | |
6636 | 6636 | | |
6637 | 6637 | | |
6638 | | - | |
| 6638 | + | |
6639 | 6639 | | |
6640 | 6640 | | |
6641 | 6641 | | |
| |||
6674 | 6674 | | |
6675 | 6675 | | |
6676 | 6676 | | |
6677 | | - | |
| 6677 | + | |
6678 | 6678 | | |
6679 | 6679 | | |
6680 | 6680 | | |
| |||
12534 | 12534 | | |
12535 | 12535 | | |
12536 | 12536 | | |
12537 | | - | |
| 12537 | + | |
12538 | 12538 | | |
12539 | 12539 | | |
12540 | 12540 | | |
| |||
12586 | 12586 | | |
12587 | 12587 | | |
12588 | 12588 | | |
12589 | | - | |
| 12589 | + | |
12590 | 12590 | | |
12591 | 12591 | | |
12592 | 12592 | | |
| |||
16467 | 16467 | | |
16468 | 16468 | | |
16469 | 16469 | | |
16470 | | - | |
| 16470 | + | |
16471 | 16471 | | |
16472 | 16472 | | |
16473 | 16473 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments