Skip to content

Commit ba9fc18

Browse files
committed
Update many deps, fix audit complaints
1 parent 922de9d commit ba9fc18

17 files changed

+397
-16150
lines changed

package-lock.json

Lines changed: 333 additions & 16105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
2424
"@esbuild-kit/cjs-loader": "^2.4.4",
2525
"@esbuild-kit/esm-loader": "^2.6.5",
26+
"@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.7",
2627
"@tapjs/processinfo": "^3.1.8",
2728
"@types/diff": "^5.0.9",
2829
"@types/ms": "^0.7.34",
@@ -37,6 +38,7 @@
3738
"@types/sinon": "^17.0.3",
3839
"@types/which": "^3.0.3",
3940
"async-hook-domain": "^4.0.1",
41+
"braces": "^3.0.3",
4042
"c8": "^10.1.2",
4143
"chalk": "^5.3.0",
4244
"cheerio": "^1.0.0-rc.12",
@@ -47,22 +49,24 @@
4749
"events-to-array": "^2.0.3",
4850
"foreground-child": "^3.1.1",
4951
"function-loop": "^4.0.0",
50-
"ink": "^4.4.1",
51-
"ink-testing-library": "^3.0.0",
52+
"glob": "^10.3.16",
53+
"ink": "^5.0.1",
54+
"ink-testing-library": "^4.0.0",
5255
"is-actual-promise": "^1.0.1",
53-
"jackspeak": "^3.1.2",
56+
"jackspeak": "^3.4.0",
5457
"markdown-it": "^14.1.0",
5558
"markdown-it-anchor": "^9.0.1",
5659
"minimatch": "^9.0.1",
5760
"minipass": "^7.0.4",
5861
"mkdirp": "^3.0.1",
5962
"ms": "^2.1.3",
6063
"mustache": "^4.2.0",
64+
"netlify-cli": "^17.29.0",
6165
"nock": "^13.5.4",
6266
"node-fetch": "^3.3.2",
6367
"nx": "^16.9.1",
64-
"nx-cloud": "^16.4.0",
6568
"opener": "^1.5.2",
69+
"package-json-from-dist": "^1.0.0",
6670
"pacote": "^18.0.6",
6771
"pagefind": "^1.0.4",
6872
"patch-console": "^2.0.0",
@@ -76,6 +80,8 @@
7680
"read": "^3.0.1",
7781
"resolve-import": "^1.4.5",
7882
"rimraf": "^5.0.5",
83+
"semver": "^7.6.0",
84+
"signal-exit": "4.1",
7985
"string-length": "^6.0.0",
8086
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
8187
"sync-content": "^1.0.2",
@@ -113,19 +119,26 @@
113119
},
114120
"repository": "https://github.com/tapjs/tapjs",
115121
"license": "BlueOak-1.0.0",
116-
"dependencies": {
117-
"@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.7",
118-
"glob": "^10.3.16",
119-
"netlify-cli": "^17.29.0",
120-
"package-json-from-dist": "^1.0.0",
121-
"semver": "^7.6.0",
122-
"signal-exit": "4.1"
123-
},
124122
"engines": {
125123
"node": ">= 18.6.0"
126124
},
127125
"overrides": {
128-
"braces@3.0.2": "^3.0.3",
129-
"micromatch@4.0.5": "^4.0.7"
126+
"braces@3": "^3.0.3",
127+
"axios@1.0.0 - 1.5.1": "^1.7.2",
128+
"netlify-cli": {
129+
"braces": "^3.0.3",
130+
"micromatch": "^4.0.7",
131+
"chokidar": {
132+
"braces": "^3.0.3"
133+
},
134+
"http-proxy-middleware": {
135+
"micromatch": {
136+
".": "^4.0.7",
137+
"braces": "^3.0.3"
138+
}
139+
}
140+
},
141+
"micromatch@4.0.5": "^4.0.7",
142+
"tar@6.1.11": "6.2"
130143
}
131144
}

src/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@tapjs/core": "2.1.6",
4646
"@tapjs/test": "2.2.4",
4747
"chalk": "^5.2.0",
48-
"jackspeak": "^3.1.2",
48+
"jackspeak": "^3.4.0",
4949
"polite-json": "^5.0.0",
5050
"tap-yaml": "2.2.2",
5151
"walk-up-path": "^3.0.1"

src/docs/content/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ eleventyNavigation:
55
key: Changelog
66
---
77

8+
## 20.0
9+
10+
- Bump minimum supported node version to 18.6.0
11+
- Upgrade dependencies. (Many updates were pending because they
12+
require a higher node version, and thus waited for this
13+
release.)
14+
815
## 19.2
916

1017
- Add `t.chdir(dir)` to change the working directory for the span

src/docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"cheerio": "^1.0.0-rc.12",
2222
"eleventy-plugin-toc": "^1.1.5",
2323
"markdown-it": "^14.1.0",
24-
"markdown-it-anchor": "^9.0.1",
25-
"netlify-cli": "^17.29.0"
24+
"markdown-it-anchor": "^9.0.1"
2625
},
2726
"devDependencies": {
2827
"@11ty/eleventy": "^2.0.1"

src/dummy-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"license": "BlueOak-1.0.0",
8686
"dependencies": {
8787
"@tapjs/reporter": "2.0.8",
88-
"ink": "^4.4.1",
88+
"ink": "^5.0.1",
8989
"react": "^18.2.0"
9090
},
9191
"peerDependencies": {

src/reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@tapjs/config": "3.1.6",
6565
"@tapjs/stack": "2.0.1",
6666
"chalk": "^5.2.0",
67-
"ink": "^4.4.1",
67+
"ink": "^5.0.1",
6868
"minipass": "^7.0.4",
6969
"ms": "^2.1.3",
7070
"patch-console": "^2.0.0",

src/reporter/tap-snapshots/test/base.tsx.test.cjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'use strict'
88
exports[`test/base.tsx > TAP > no comments or passes > must match snapshot 1`] = `
99
 FAIL  one 1 failed of 1 {TIME}
10-
[1m[31m✖[39m[22m nope [2mtest/fixtures/get-test.ts:17:54[22m
10+
[1m[31m✖[39m[22m nope [2mtest/fixtures/get-test.ts:17:54[22m
1111
 SKIP  two 1 skip of 1 {TIME}
1212
~ skip
1313
 TODO  fur 1 todo of 1 {TIME}
@@ -28,7 +28,7 @@ exports[`test/base.tsx > TAP > no comments or passes > must match snapshot 1`] =
2828
 
2929
3030
 FAIL  one 1 failed of 1 {TIME}
31-
[1m[31m✖[39m[22m nope
31+
[1m[31m✖[39m[22m nope
3232
test/fixtures/get-test.ts 
3333
14  await sleep(64) 
3434
15  // children end out of order 
@@ -62,7 +62,7 @@ exports[`test/base.tsx > TAP > no comments or passes > must match snapshot 1`] =
6262

6363
exports[`test/base.tsx > TAP > yes comments and passes > must match snapshot 1`] = `
6464
 FAIL  one 1 failed of 1 {TIME}
65-
[1m[31m✖[39m[22m nope [2mtest/fixtures/get-test.ts:17:54[22m
65+
[1m[31m✖[39m[22m nope [2mtest/fixtures/get-test.ts:17:54[22m
6666
6767
2> two
6868
# comment in two
@@ -91,7 +91,7 @@ exports[`test/base.tsx > TAP > yes comments and passes > must match snapshot 1`]
9191
 
9292
9393
 FAIL  one 1 failed of 1 {TIME}
94-
[1m[31m✖[39m[22m nope
94+
[1m[31m✖[39m[22m nope
9595
test/fixtures/get-test.ts 
9696
14  await sleep(64) 
9797
15  // children end out of order 

src/reporter/tap-snapshots/test/dot.tsx.test.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exports[`test/dot.tsx > TAP > no comments or passes > must match snapshot 1`] =
99
..........
1010
1111
 FAIL  one 1 failed of 1 {TIME}
12-
[1m[31m✖[39m[22m nope
12+
[1m[31m✖[39m[22m nope
1313
test/fixtures/get-test.ts 
1414
14  await sleep(64) 
1515
15  // children end out of order 
@@ -33,7 +33,7 @@ exports[`test/dot.tsx > TAP > yes comments and passes > must match snapshot 1`]
3333
....................
3434
3535
 FAIL  one 1 failed of 1 {TIME}
36-
[1m[31m✖[39m[22m nope
36+
[1m[31m✖[39m[22m nope
3737
test/fixtures/get-test.ts 
3838
14  await sleep(64) 
3939
15  // children end out of order 

src/reporter/tap-snapshots/test/min.tsx.test.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
exports[`test/min.tsx > TAP > no comments or passes > must match snapshot 1`] = `
99
1010
 FAIL  one 1 failed of 1 {TIME}
11-
[1m[31m✖[39m[22m nope
11+
[1m[31m✖[39m[22m nope
1212
test/fixtures/get-test.ts 
1313
14  await sleep(64) 
1414
15  // children end out of order 
@@ -31,7 +31,7 @@ exports[`test/min.tsx > TAP > no comments or passes > must match snapshot 1`] =
3131
exports[`test/min.tsx > TAP > yes comments and passes > must match snapshot 1`] = `
3232
3333
 FAIL  one 1 failed of 1 {TIME}
34-
[1m[31m✖[39m[22m nope
34+
[1m[31m✖[39m[22m nope
3535
test/fixtures/get-test.ts 
3636
14  await sleep(64) 
3737
15  // children end out of order 

0 commit comments

Comments
 (0)