logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: d4ea180a3966e1eb0ad9d4ca8df112f4ffc13f25
parent fca1e0abaefaaf4158cf94afdcd8442852c554c5
Author: tusooa <tusooa@kazv.moe>
Date:   Tue, 16 May 2023 02:01:23 +0000

Merge branch 'renovate/nightwatch-2.x' into 'develop'

Update dependency nightwatch to v2.6.20

See merge request pleroma/pleroma-fe!1820

Diffstat:

Mpackage.json2+-
Myarn.lock23+++++++++--------------
2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/package.json b/package.json @@ -99,7 +99,7 @@ "lodash": "4.17.21", "mini-css-extract-plugin": "2.7.5", "mocha": "10.2.0", - "nightwatch": "2.6.19", + "nightwatch": "2.6.20", "opn": "5.5.0", "ora": "0.4.1", "postcss": "8.4.23", diff --git a/yarn.lock b/yarn.lock @@ -1955,10 +1955,10 @@ pathval "1.1.1" type-detect "4.0.8" -"@nightwatch/html-reporter-template@0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@nightwatch/html-reporter-template/-/html-reporter-template-0.1.4.tgz#c70db1a13bb2e7e1932e6b10ac1e022e61177c94" - integrity sha512-fVylXypRuNJbyFAwY/5H2QM1A1XVoZWis0zhiMwA5LQN0cxHzpG2aUheb+qP1EfkxhFxwSUHOcrvphFLbPA8ow== +"@nightwatch/html-reporter-template@0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@nightwatch/html-reporter-template/-/html-reporter-template-0.2.1.tgz#9fa86e8cab6ee703d2e55b47abac92613f97a298" + integrity sha512-GEBeGoXVmTYPtNC4Yq34vfgxf6mlFyEagxpsfH18Qe5BvctF2rprX+wI5dKBm9p5IqHo6ZOcXHCufOeP3cjuOw== "@nodelib/fs.scandir@2.1.3": version "2.1.3" @@ -6609,10 +6609,6 @@ mkdirp@^0.5.5: dependencies: minimist "^1.2.5" -mkpath@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/mkpath/-/mkpath-1.0.0.tgz#ebb3a977e7af1c683ae6fda12b545a6ba6c5853d" - mocha@10.2.0: version "10.2.0" resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8" @@ -6733,13 +6729,13 @@ nightwatch-axe-verbose@^2.1.0: dependencies: axe-core "^4.6.1" -nightwatch@2.6.19: - version "2.6.19" - resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-2.6.19.tgz#2c35304eb67e06d24f982cb42cce618c617a3fcb" - integrity sha512-AxuPEWlf+MCfo4tZ0BFKkxqUIL0x/jZeFSvxV7Wwp/sBM8XmVA1rEEhNe/pCVsyjL+Q4G97rMKTonFYF/aXsBw== +nightwatch@2.6.20: + version "2.6.20" + resolved "https://registry.yarnpkg.com/nightwatch/-/nightwatch-2.6.20.tgz#8c3b808f4f33699bcd67987b22e6ebeee61ddc9c" + integrity sha512-XEyxuSGhESdHj4LHqA5snrc/nMgH4tsB/mWrbyGt3EwW1AgjyE7DRzJUbhG7J00Np3Dv3k2nmyJs0Xq0FX/yvQ== dependencies: "@nightwatch/chai" "5.0.2" - "@nightwatch/html-reporter-template" "0.1.4" + "@nightwatch/html-reporter-template" "0.2.1" ansi-to-html "0.7.2" assertion-error "1.1.0" boxen "5.1.2" @@ -6760,7 +6756,6 @@ nightwatch@2.6.19: lodash.pick "4.4.0" minimatch "3.1.2" minimist "1.2.6" - mkpath "1.0.0" mocha "9.2.2" nightwatch-axe-verbose "^2.1.0" open "8.4.0"