From 2629a9b1b4f75e64b71d5b70099457fceace467e Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Thu, 19 Dec 2024 22:03:06 +0100 Subject: [PATCH] Release minor version of Strudy - v3.1.0 New features: - Add CDDL validation using cddlparser and pyodide (#837) - Add detection of IDL attributes for URL with wrong type (#836) - Ignore text fragment directive in link comparison - Run IDL analyses on curated branch, enable noEvent - Web IDL study: detect event handlers with no matching event (#785) - Adjust --update-mode options - New `--cc` option to copy people in issues (#732) Dependencies bumped: - Bump mocha from 10.7.3 to 11.0.1 - Bump reffy from 17.2.2 to 18.1.1 - Bump @octokit/plugin-throttling from 9.3.1 to 9.3.2 - Bump @actions/core from 1.10.1 to 1.11.1 - Bump jsdom from 25.0.0 to 25.0.1 - Update jsdom version to avoid noisy deprecation notice --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 741e149..0524346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strudy", - "version": "3.0.2", + "version": "3.1.0", "description": "Web spec analysis tool that can process crawl reports created by Reffy.", "repository": { "type": "git",