Commit 46c00b3
Drop Node 20 (#1670)
* "feat!: drop support for Node 20"
BREAKING CHANGE: drop support for Node 20
Signed-off-by: Michael Smith <owlstronaut@github.com>
* deps: make-fetch-happen@16
Signed-off-by: Michael Smith <owlstronaut@github.com>
* deps: proc-log@7
Signed-off-by: Michael Smith <owlstronaut@github.com>
* fix(test): transform ESM-only proxy-agent deps in Jest
make-fetch-happen@16 pulls in @npmcli/agent@5, which depends on
ESM-only http-proxy-agent@9, https-proxy-agent@9, socks-proxy-agent@10,
and agent-base@7. Jest's CommonJS runtime can't require() them, so any
test importing make-fetch-happen failed with 'Cannot use import
statement outside a module'.
Extend @swc/jest to .js files and add a transformIgnorePatterns
override so those packages are transformed instead of skipped under
node_modules/.
Signed-off-by: Brian DeHamer <bdehamer@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* bump tuf-js packages
Signed-off-by: Brian DeHamer <bdehamer@github.com>
---------
Signed-off-by: Michael Smith <owlstronaut@github.com>
Signed-off-by: Brian DeHamer <bdehamer@github.com>
Co-authored-by: Michael Smith <owlstronaut@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3975770 commit 46c00b3
35 files changed
Lines changed: 848 additions & 1711 deletions
File tree
- .changeset
- .github/workflows
- packages
- bundle
- client
- cli
- conformance
- core
- jest-types
- jest
- mock-server
- mock
- oci
- rekor-types
- sign
- tuf
- verify
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments