From f7aebd5a08b90ba3247b6dee7b23ebe147e9d443 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 15 Mar 2021 09:17:34 +0100 Subject: [PATCH 1/3] Add Mike as reviewer to candidate spec issues (#261) --- .github/candidate-specs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/candidate-specs.md b/.github/candidate-specs.md index fe2938e3..06b2e9cc 100644 --- a/.github/candidate-specs.md +++ b/.github/candidate-specs.md @@ -1,10 +1,10 @@ --- title: New specs for review -assignees: tidoust, dontcallmedom +assignees: tidoust, dontcallmedom, sideshowbarker labels: enhancement --- [find-specs](../blob/master/src/find-specs.js) has identified the following candidates as potential new specs to consider: {{ env.candidate_list }} -Please review if they match the inclusion criteria. Those that don't and never will should be added to [ignore.json](../blob/master/src/data/ignore.json), those that don't match yet but may in the future can be added to [monitor-repo.json](../blob/master/src/data/monitor-repos.json), and those that do match should be brought as a pull request on [specs.json](../blob/master/specs.json). \ No newline at end of file +Please review if they match the inclusion criteria. Those that don't and never will should be added to [ignore.json](../blob/master/src/data/ignore.json), those that don't match yet but may in the future can be added to [monitor-repo.json](../blob/master/src/data/monitor-repos.json), and those that do match should be brought as a pull request on [specs.json](../blob/master/specs.json). From 9d025f45bd595a0d193737400869c3aef858f202 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 15 Mar 2021 09:26:27 +0100 Subject: [PATCH 2/3] Add error cause and temporal TC39 proposals, IndexedDB 3 (#262) IndexedDB-3 is set to superseded IndexedDB-2 Fixes #260 --- specs.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specs.json b/specs.json index 76ee602a..9bd972b5 100644 --- a/specs.json +++ b/specs.json @@ -97,6 +97,7 @@ }, "https://tc39.es/proposal-atomics-wait-async/", "https://tc39.es/proposal-class-fields/", + "https://tc39.es/proposal-error-cause/", "https://tc39.es/proposal-import-assertions/", "https://tc39.es/proposal-json-modules/", "https://tc39.es/proposal-private-fields-in-in/", @@ -104,6 +105,7 @@ "https://tc39.es/proposal-regexp-match-indices/", "https://tc39.es/proposal-relative-indexing-method/", "https://tc39.es/proposal-static-class-features/", + "https://tc39.es/proposal-temporal/", "https://tc39.es/proposal-top-level-await/", "https://url.spec.whatwg.org/", "https://w3c.github.io/badging/", @@ -480,8 +482,8 @@ "https://www.w3.org/TR/image-capture/", "https://www.w3.org/TR/image-resource/", { - "url": "https://www.w3.org/TR/IndexedDB-2/", - "shortTitle": "Indexed DB 2.0" + "url": "https://www.w3.org/TR/IndexedDB-3/", + "shortTitle": "Indexed DB 3.0" }, "https://www.w3.org/TR/input-events-2/", "https://www.w3.org/TR/intersection-observer/", From 5cd2281d01ef3cec2d7223f086c46c53f3a6e521 Mon Sep 17 00:00:00 2001 From: fetch-info bot <> Date: Mon, 15 Mar 2021 08:29:31 +0000 Subject: [PATCH 3/3] [data] Update spec info --- index.json | 50 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git a/index.json b/index.json index 29adbb43..d06b82dc 100644 --- a/index.json +++ b/index.json @@ -1086,6 +1086,24 @@ "source": "spec", "shortTitle": "Public and private instance fields proposal" }, + { + "url": "https://tc39.es/proposal-error-cause/", + "seriesComposition": "full", + "shortname": "tc39-error-cause", + "series": { + "shortname": "tc39-error-cause", + "currentSpecification": "tc39-error-cause" + }, + "nightly": { + "url": "https://tc39.es/proposal-error-cause/", + "repository": "https://github.com/tc39/proposal-error-cause", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Error Cause", + "source": "spec", + "shortTitle": "Error Cause" + }, { "url": "https://tc39.es/proposal-import-assertions/", "seriesComposition": "full", @@ -1212,6 +1230,24 @@ "source": "spec", "shortTitle": "Static class features" }, + { + "url": "https://tc39.es/proposal-temporal/", + "seriesComposition": "full", + "shortname": "tc39-temporal", + "series": { + "shortname": "tc39-temporal", + "currentSpecification": "tc39-temporal" + }, + "nightly": { + "url": "https://tc39.es/proposal-temporal/", + "repository": "https://github.com/tc39/proposal-temporal", + "sourcePath": "spec.html", + "filename": "index.html" + }, + "title": "Temporal proposal", + "source": "spec", + "shortTitle": "Temporal proposal" + }, { "url": "https://tc39.es/proposal-top-level-await/", "seriesComposition": "full", @@ -7467,17 +7503,17 @@ "shortTitle": "Image Resource" }, { - "url": "https://www.w3.org/TR/IndexedDB-2/", + "url": "https://www.w3.org/TR/IndexedDB-3/", "seriesComposition": "full", - "shortname": "IndexedDB-2", + "shortname": "IndexedDB-3", "series": { "shortname": "IndexedDB", - "currentSpecification": "IndexedDB-2" + "currentSpecification": "IndexedDB-3" }, - "seriesVersion": "2", - "shortTitle": "Indexed DB 2.0", + "seriesVersion": "3", + "shortTitle": "Indexed DB 3.0", "release": { - "url": "https://www.w3.org/TR/IndexedDB-2/", + "url": "https://www.w3.org/TR/IndexedDB-3/", "filename": "Overview.html" }, "nightly": { @@ -7486,7 +7522,7 @@ "sourcePath": "index.bs", "filename": "index.html" }, - "title": "Indexed Database API 2.0", + "title": "Indexed Database API 3.0", "source": "w3c", "tests": { "repository": "https://github.com/web-platform-tests/wpt",