): TrustedScriptURL;
-}
-
-export interface TrustedTypePolicyOptions {
- createHTML?: ((input: string, ...arguments: any[]) => string) | undefined;
- createScript?: ((input: string, ...arguments: any[]) => string) | undefined;
- createScriptURL?: ((input: string, ...arguments: any[]) => string) | undefined;
-}
-
-// The Window object is augmented with the following properties in browsers that
-// support Trusted Types. Users of the 'trusted-types/lib' entrypoint can cast
-// window as TrustedTypesWindow to access these properties.
-export interface TrustedTypesWindow {
- // `trustedTypes` is left intentionally optional to make sure that
- // people handle the case when their code is running in a browser not
- // supporting trustedTypes.
- trustedTypes?: TrustedTypePolicyFactory | undefined;
- TrustedHTML: typeof TrustedHTML;
- TrustedScript: typeof TrustedScript;
- TrustedScriptURL: typeof TrustedScriptURL;
- TrustedTypePolicyFactory: typeof TrustedTypePolicyFactory;
- TrustedTypePolicy: typeof TrustedTypePolicy;
-}
diff --git a/node_modules/@types/trusted-types/package.json b/node_modules/@types/trusted-types/package.json
deleted file mode 100644
index eda8c73027..0000000000
--- a/node_modules/@types/trusted-types/package.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "@types/trusted-types",
- "version": "2.0.7",
- "description": "TypeScript definitions for trusted-types",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/trusted-types",
- "license": "MIT",
- "contributors": [
- {
- "name": "Jakub Vrana",
- "githubUsername": "vrana",
- "url": "https://github.com/vrana"
- },
- {
- "name": "Damien Engels",
- "githubUsername": "engelsdamien",
- "url": "https://github.com/engelsdamien"
- },
- {
- "name": "Emanuel Tesar",
- "githubUsername": "siegrift",
- "url": "https://github.com/siegrift"
- },
- {
- "name": "Bjarki",
- "githubUsername": "bjarkler",
- "url": "https://github.com/bjarkler"
- },
- {
- "name": "Sebastian Silbermann",
- "githubUsername": "eps1lon",
- "url": "https://github.com/eps1lon"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/trusted-types"
- },
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "20982c5e0452e662515e29b41f7be5a3c69e5918a9228929a563d9f1dfdfbbc5",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
diff --git a/templates/repo_report_template.md b/templates/repo_report_template.md
index e2cb49c1b7..a6296e4c7e 100644
--- a/templates/repo_report_template.md
+++ b/templates/repo_report_template.md
@@ -99,7 +99,7 @@ date_stampLastWeek: {date_stamp}
Activity Graphs
{% Issues/PRs Status Breakdown Graph %}
- {{% render "graph-section" baseurl: site.baseurl, path: "/{repo_owner}/{repo_name}/issue_gauge_{repo_name}_data.svg", title: "Issues & PRs Status Breakdown", modal_description: "This graph provides an overview of the statuses of issues and pull requests in the repository. It categorizes them into open issues, open pull requests, and closed and merged pull requests, helping track progress and worklad distribution." %}}
+ {{% render "graph-section" baseurl: site.baseurl, path: "/{repo_owner}/{repo_name}/issue_gauge_{repo_name}_data.svg", title: "Issues & PRs Status Breakdown", modal_description: "This graph provides an overview of the statuses of issues and pull requests in the repository. It categorizes them into open issues, open pull requests, and closed and merged pull requests, helping track progress and workload distribution." %}}
{% Contributor Activity Line Graph %}
{{% render "graph-section" baseurl: site.baseurl, path: "/{repo_owner}/{repo_name}/commit_sparklines_{repo_name}_data.svg", title: "Commits by Month", modal_description: "This line graph represents contributor activity over time by showing the number of commits made each month. It provides insights into trends in developement and periods of high and low activity." %}}
{% First Response For Closed PR Scatterplot %}