Skip to content

Commit 0b7b73b

Browse files
committed
fix(ci): Remove Nightwatch dependency
1 parent 235b172 commit 0b7b73b

File tree

2 files changed

+53
-40
lines changed

2 files changed

+53
-40
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"e2e:o": "npx cypress open",
3838
"e2e:o:links": "export cypress_test_subjects=\"http://localhost:1313/influxdb3/core/,http://localhost:1313/influxdb3/enterprise/\"; npx cypress open cypress/e2e/article-links.cy.js",
3939
"e2e:links": "export cypress_test_subjects=\"http://localhost:1313/influxdb3/core/,http://localhost:1313/influxdb3/enterprise/\"; npx cypress run --spec cypress/e2e/article-links.cy.js",
40+
"e2e:api-docs": "export cypress_test_subjects=\"http://localhost:1313/influxdb3/core/api/,http://localhost:1313/influxdb3/enterprise/api/,http://localhost:1313/influxdb3/cloud-dedicated/api/,http://localhost:1313/influxdb3/cloud-dedicated/api/v1/,http://localhost:1313/influxdb/cloud-dedicated/api/v1/,http://localhost:1313/influxdb/cloud-dedicated/api/management/,http://localhost:1313/influxdb3/cloud-dedicated/api/management/\"; npx cypress run --spec cypress/e2e/article-links.cy.js",
4041
"lint": "LEFTHOOK_EXCLUDE=test lefthook run pre-commit && lefthook run pre-push",
4142
"pre-commit": "lefthook run pre-commit",
4243
"test-content": "docker compose --profile test up"

yarn.lock

Lines changed: 52 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# yarn lockfile v1
33

44

5-
"@antfu/install-pkg@^1.0.0":
6-
version "1.0.0"
7-
resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-1.0.0.tgz#2912a150fc8b35ec912f583f90074ee98f64d66a"
8-
integrity sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==
5+
"@antfu/install-pkg@^0.4.1":
6+
version "0.4.1"
7+
resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-0.4.1.tgz#d1d7f3be96ecdb41581629cafe8626d1748c0cf1"
8+
integrity sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==
99
dependencies:
10-
package-manager-detector "^0.2.8"
11-
tinyexec "^0.3.2"
10+
package-manager-detector "^0.2.0"
11+
tinyexec "^0.3.0"
1212

13-
"@antfu/utils@^8.1.0":
14-
version "8.1.1"
15-
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-8.1.1.tgz#95b1947d292a9a2efffba2081796dcaa05ecedfb"
16-
integrity sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==
13+
"@antfu/utils@^0.7.10":
14+
version "0.7.10"
15+
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.10.tgz#ae829f170158e297a9b6a28f161a8e487d00814d"
16+
integrity sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==
1717

1818
"@babel/code-frame@^7.0.0":
1919
version "7.26.2"
@@ -217,18 +217,18 @@
217217
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
218218

219219
"@iconify/utils@^2.1.32":
220-
version "2.3.0"
221-
resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.3.0.tgz#1bbbf8c477ebe9a7cacaea78b1b7e8937f9cbfba"
222-
integrity sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==
220+
version "2.2.1"
221+
resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.2.1.tgz#635b9bd8fd3e5e53742471bc0b5291f1570dda41"
222+
integrity sha512-0/7J7hk4PqXmxo5PDBDxmnecw5PxklZJfNjIVG9FM0mEfVrvfudS22rYWsqVk6gR3UJ/mSYS90X4R3znXnqfNA==
223223
dependencies:
224-
"@antfu/install-pkg" "^1.0.0"
225-
"@antfu/utils" "^8.1.0"
224+
"@antfu/install-pkg" "^0.4.1"
225+
"@antfu/utils" "^0.7.10"
226226
"@iconify/types" "^2.0.0"
227227
debug "^4.4.0"
228-
globals "^15.14.0"
228+
globals "^15.13.0"
229229
kolorist "^1.8.0"
230-
local-pkg "^1.0.0"
231-
mlly "^1.7.4"
230+
local-pkg "^0.5.1"
231+
mlly "^1.7.3"
232232

233233
"@isaacs/cliui@^8.0.2":
234234
version "8.0.2"
@@ -2214,7 +2214,7 @@ globals@^14.0.0:
22142214
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
22152215
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
22162216

2217-
globals@^15.14.0:
2217+
globals@^15.13.0, globals@^15.14.0:
22182218
version "15.15.0"
22192219
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
22202220
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
@@ -2233,7 +2233,7 @@ globby@^14.0.0:
22332233

22342234
gopd@^1.2.0:
22352235
version "1.2.0"
2236-
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
2236+
resolved "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz"
22372237
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
22382238

22392239
got@^12.6.0:
@@ -2657,13 +2657,6 @@ lazy-ass@^1.6.0:
26572657
resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513"
26582658
integrity sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==
26592659

2660-
lazystream@^1.0.0:
2661-
version "1.0.1"
2662-
resolved "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz"
2663-
integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==
2664-
dependencies:
2665-
readable-stream "^2.0.5"
2666-
26672660
26682661
version "1.10.10"
26692662
resolved "https://registry.yarnpkg.com/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.10.10.tgz#48a3eb7935cb171a36a037e61a68c0dc800efc5f"
@@ -2767,13 +2760,13 @@ listr2@^3.8.3:
27672760
through "^2.3.8"
27682761
wrap-ansi "^7.0.0"
27692762

2770-
local-pkg@^1.0.0:
2771-
version "1.0.0"
2772-
resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-1.0.0.tgz#a8d14dd41e78884f199ecd8b3eedaf0d376e2167"
2773-
integrity sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==
2763+
local-pkg@^0.5.1:
2764+
version "0.5.1"
2765+
resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.5.1.tgz#69658638d2a95287534d4c2fff757980100dbb6d"
2766+
integrity sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==
27742767
dependencies:
27752768
mlly "^1.7.3"
2776-
pkg-types "^1.3.0"
2769+
pkg-types "^1.2.1"
27772770

27782771
locate-path@^6.0.0:
27792772
version "6.0.0"
@@ -3190,7 +3183,7 @@ package-json-from-dist@^1.0.0:
31903183
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
31913184
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
31923185

3193-
package-manager-detector@^0.2.8:
3186+
package-manager-detector@^0.2.0:
31943187
version "0.2.9"
31953188
resolved "https://registry.yarnpkg.com/package-manager-detector/-/package-manager-detector-0.2.9.tgz#20990785afa69d38b4520ccc83b34e9f69cb970f"
31963189
integrity sha512-+vYvA/Y31l8Zk8dwxHhL3JfTuHPm6tlxM2A3GeQyl7ovYnSp1+mzAxClxaOr0qO1TtPxbQxetI7v5XqKLJZk7Q==
@@ -3251,9 +3244,9 @@ path-type@^6.0.0:
32513244
integrity sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==
32523245

32533246
pathe@^2.0.1:
3254-
version "2.0.3"
3255-
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
3256-
integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==
3247+
version "2.0.2"
3248+
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.2.tgz#5ed86644376915b3c7ee4d00ac8c348d671da3a5"
3249+
integrity sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==
32573250

32583251
pend@~1.2.0:
32593252
version "1.2.0"
@@ -3297,7 +3290,7 @@ pinkie@^2.0.0:
32973290
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
32983291
integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
32993292

3300-
pkg-types@^1.3.0:
3293+
pkg-types@^1.2.1, pkg-types@^1.3.0:
33013294
version "1.3.1"
33023295
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.3.1.tgz#bd7cc70881192777eef5326c19deb46e890917df"
33033296
integrity sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==
@@ -3460,6 +3453,13 @@ [email protected]:
34603453
discontinuous-range "1.0.0"
34613454
ret "~0.1.10"
34623455

3456+
randombytes@^2.1.0:
3457+
version "2.1.0"
3458+
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
3459+
integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
3460+
dependencies:
3461+
safe-buffer "^5.1.0"
3462+
34633463
read-cache@^1.0.0:
34643464
version "1.0.0"
34653465
resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
@@ -3615,7 +3615,7 @@ rxjs@^7.5.1:
36153615
dependencies:
36163616
tslib "^2.1.0"
36173617

3618-
safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
3618+
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
36193619
version "5.2.1"
36203620
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
36213621
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
@@ -3642,11 +3642,23 @@ seek-bzip@^1.0.5:
36423642
dependencies:
36433643
commander "^2.8.1"
36443644

3645-
semver@^7.3.4, semver@^7.5.3:
3645+
semver@^7.3.4:
36463646
version "7.7.1"
36473647
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
36483648
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
36493649

3650+
semver@^7.5.3:
3651+
version "7.7.0"
3652+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
3653+
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
3654+
3655+
serialize-javascript@^6.0.2:
3656+
version "6.0.2"
3657+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
3658+
integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
3659+
dependencies:
3660+
randombytes "^2.1.0"
3661+
36503662
setimmediate@~1.0.4:
36513663
version "1.0.5"
36523664
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
@@ -3962,7 +3974,7 @@ through@^2.3.8:
39623974
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
39633975
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
39643976

3965-
tinyexec@^0.3.2:
3977+
tinyexec@^0.3.0:
39663978
version "0.3.2"
39673979
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
39683980
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==

0 commit comments

Comments
 (0)