From 612edacc3736fa71bb932422fe59232ea0c091bb Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:33:30 +0100 Subject: [PATCH 1/3] Stop checking NLI URLs --- lychee.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index b5caf1dfb..0ded5d5ae 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,5 +1,11 @@ # Exclude URLs and mail addresses from checking (supports regex) -exclude = ["blogs.bl.uk", "gepris.dfg.de", '\.git$', "researchgate.net/profile"] +exclude = [ + "blogs.bl.uk", + "gepris.dfg.de", + '\.git$', + "nli.org.il", + "researchgate.net/profile", +] # Exclude these filesystem paths from getting checked exclude_path = ["node_modules", "package-lock.json"] From 4bf8b8d3995b8a4c7529e2196c14e316a2d3efc9 Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:33:53 +0100 Subject: [PATCH 2/3] Simplify URL --- .../kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json b/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json index 2501c5f6c..ffd3a9372 100644 --- a/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json +++ b/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json @@ -17,9 +17,7 @@ "to": "2022" } ], - "websites": [ - "https://coptica.kohd.adw-goe.de/content/start.xml?XSL.lastPage.SESSION=/content/start.xml" - ], + "websites": ["https://coptica.kohd.adw-goe.de/content/start.xml"], "project_desc": "The KOHD Coptica project, part of the Cataloging of Oriental Manuscripts in Germany initiative, catalogs and digitizes Coptic manuscripts in the Berlin Papyrus Collection. The ongoing database development facilitates efficient searches and standardized presentations of metadata, with records gradually released as cataloging and digitization progress.", "places": [ { From 20c1ba45df77e3e5122195314468ed35221fa9d8 Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:34:21 +0100 Subject: [PATCH 3/3] Update Deno imports --- SCHEMATA/project_schema.ts | 2 +- TESTS/schema_tests.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SCHEMATA/project_schema.ts b/SCHEMATA/project_schema.ts index 889d23786..0dc2990f0 100644 --- a/SCHEMATA/project_schema.ts +++ b/SCHEMATA/project_schema.ts @@ -1,4 +1,4 @@ -import { z } from "https://deno.land/x/zod@v3.22.2/mod.ts"; +import { z } from "https://deno.land/x/zod@v3.22.4/mod.ts"; // Set version here, validate everywhere else! const schemaVersion = "0.2.1"; diff --git a/TESTS/schema_tests.ts b/TESTS/schema_tests.ts index d8c197484..7e0370eff 100644 --- a/TESTS/schema_tests.ts +++ b/TESTS/schema_tests.ts @@ -1,5 +1,5 @@ -import { assertEquals } from "https://deno.land/std@0.201.0/assert/mod.ts"; -import { v4 } from "https://deno.land/std@0.201.0/uuid/mod.ts"; +import { assertEquals } from "https://deno.land/std@0.208.0/assert/mod.ts"; +import { v4 } from "https://deno.land/std@0.208.0/uuid/mod.ts"; import { creditRoles, keywords,