Commit d51292c
committed
refactor!: drop support for Nodejs 20 (#412)
BREAKING CHANGE:
This drops support for Nodejs 20, and drops the polyfill for
Object.groupBy - instead calling it directly. This means this version
will fail to run in Nodejs 20 contexts without an Object.groupBy polyfill.
Going forward and issues relating to support for Nodejs 20 will be
closed, our minimum supported Nodejs version is 22 - which we will aim
to support until April 2027, when it becomes EOL.1 parent c22cfe8 commit d51292c
5 files changed
Lines changed: 7 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
| |||
430 | 414 | | |
431 | 415 | | |
432 | 416 | | |
433 | | - | |
| 417 | + | |
434 | 418 | | |
435 | 419 | | |
436 | 420 | | |
| |||
445 | 429 | | |
446 | 430 | | |
447 | 431 | | |
448 | | - | |
| 432 | + | |
449 | 433 | | |
450 | 434 | | |
451 | 435 | | |
| |||
635 | 619 | | |
636 | 620 | | |
637 | 621 | | |
638 | | - | |
| 622 | + | |
639 | 623 | | |
640 | 624 | | |
641 | 625 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
0 commit comments