From c4c9ac7e5d9f4193c2b2eb830fc7032c54a72597 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Thu, 21 Dec 2023 11:17:30 -0500 Subject: [PATCH 1/3] Update eslint dev deps. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 26603bb..d6e30ac 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations" }, "devDependencies": { - "eslint": "^8.19.0", - "eslint-config-digitalbazaar": "^4.0.1", - "eslint-plugin-jsdoc": "^39.3.3", - "eslint-plugin-unicorn": "^43.0.0" + "eslint": "^8.56.0", + "eslint-config-digitalbazaar": "^5.0.1", + "eslint-plugin-jsdoc": "^46.9.1", + "eslint-plugin-unicorn": "^50.0.1" }, "scripts": { "test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",templateData=\"$PWD/reports/index.json\",title=\"Ed25519Signature 2020 Interoperability Report 1.0\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks", From 6a6ae829fdfeabea5018803b3ff244ea862e82e8 Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Thu, 21 Dec 2023 11:19:45 -0500 Subject: [PATCH 2/3] Add `.vscode` to `.gitignore`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 81671b9..2c35aec 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ config.json reports/** !.gitkeep credentials/*.json +.vscode From 337f077277424b6b5cd12ca4cede24c5e78bd95f Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Wed, 3 Jan 2024 13:11:23 -0500 Subject: [PATCH 3/3] Add `.localImplementationsConfig.cjs` to `.gitignore`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2c35aec..606c993 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ reports/** !.gitkeep credentials/*.json .vscode +.localImplementationsConfig.cjs