From 10a5901e4acc7dbe732e3a059d707c7fb41d1534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 20 Feb 2022 13:43:50 -0500 Subject: [PATCH 1/2] fix: persona test fail --- test/api.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index 64857041f2..0d76fe0067 100644 --- a/test/api.js +++ b/test/api.js @@ -267,7 +267,10 @@ describe('API', async () => { pathObj.path = pathObj.path.replace(/\/:([^\\/]+)/g, '/{$1}'); return pathObj; }); - const exclusionPrefixes = ['/api/admin/plugins', '/api/compose', '/debug']; + const exclusionPrefixes = [ + '/api/admin/plugins', '/api/compose', '/debug', + '/api/user/{userslug}/theme', // from persona + ]; paths = paths.filter(path => path.method !== '_all' && !exclusionPrefixes.some(prefix => path.path.startsWith(prefix))); From 244d88017f239e7920fb28d3f1b8fc6e9c6a906f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 13:45:23 -0500 Subject: [PATCH 2/2] fix(deps): update dependency nodebb-theme-persona to v11.4.0 (#10325) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a04fefde8a..73b4b837f8 100644 --- a/install/package.json +++ b/install/package.json @@ -95,7 +95,7 @@ "nodebb-plugin-spam-be-gone": "0.7.13", "nodebb-rewards-essentials": "0.2.1", "nodebb-theme-lavender": "5.3.2", - "nodebb-theme-persona": "11.3.40", + "nodebb-theme-persona": "11.4.0", "nodebb-theme-slick": "1.4.23", "nodebb-theme-vanilla": "12.1.17", "nodebb-widget-essentials": "5.0.9",