@containerbase/istanbul-reports-html 1.1.13 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -15
- package/vendor/hljs.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@containerbase/istanbul-reports-html",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"coverage",
|
|
6
6
|
"highlight",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"istanbul-reports": "^3.2.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@containerbase/eslint-plugin": "1.1.
|
|
33
|
-
"@containerbase/semantic-release-pnpm": "1.3.
|
|
32
|
+
"@containerbase/eslint-plugin": "1.1.20",
|
|
33
|
+
"@containerbase/semantic-release-pnpm": "1.3.6",
|
|
34
34
|
"@eslint/js": "9.39.1",
|
|
35
|
-
"@tsconfig/node20": "20.1.
|
|
36
|
-
"@tsconfig/strictest": "2.0.
|
|
35
|
+
"@tsconfig/node20": "20.1.8",
|
|
36
|
+
"@tsconfig/strictest": "2.0.8",
|
|
37
37
|
"@types/eslint-config-prettier": "6.11.3",
|
|
38
38
|
"@types/istanbul-lib-report": "3.0.3",
|
|
39
|
-
"@types/node": "22.19.
|
|
40
|
-
"@vitest/eslint-plugin": "1.
|
|
39
|
+
"@types/node": "22.19.1",
|
|
40
|
+
"@vitest/eslint-plugin": "1.5.1",
|
|
41
41
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
42
|
-
"esbuild": "0.27.
|
|
42
|
+
"esbuild": "0.27.1",
|
|
43
43
|
"eslint": "9.39.1",
|
|
44
44
|
"eslint-config-prettier": "10.1.8",
|
|
45
45
|
"eslint-formatter-gha": "1.6.0",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"globals": "16.5.0",
|
|
50
50
|
"highlight.js": "11.11.1",
|
|
51
51
|
"husky": "9.1.7",
|
|
52
|
-
"lint-staged": "16.2.
|
|
53
|
-
"markdownlint-cli2": "0.
|
|
52
|
+
"lint-staged": "16.2.7",
|
|
53
|
+
"markdownlint-cli2": "0.19.1",
|
|
54
54
|
"npm-run-all2": "8.0.4",
|
|
55
|
-
"prettier": "3.
|
|
56
|
-
"prettier-plugin-packagejson": "2.5.
|
|
57
|
-
"semantic-release": "
|
|
55
|
+
"prettier": "3.7.4",
|
|
56
|
+
"prettier-plugin-packagejson": "2.5.20",
|
|
57
|
+
"semantic-release": "25.0.2",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
|
-
"typescript-eslint": "8.
|
|
59
|
+
"typescript-eslint": "8.48.1"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|
|
62
|
-
"node": "^20.9.0 || ^22.11.0",
|
|
62
|
+
"node": "^20.9.0 || ^22.11.0 || ^24.0.0",
|
|
63
63
|
"pnpm": "^10.0.0"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
package/vendor/hljs.js
CHANGED
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
};
|
|
926
926
|
var escape = escapeHTML;
|
|
927
927
|
var inherit = inherit$1;
|
|
928
|
-
var NO_MATCH = Symbol("nomatch");
|
|
928
|
+
var NO_MATCH = /* @__PURE__ */ Symbol("nomatch");
|
|
929
929
|
var MAX_KEYWORD_HITS = 7;
|
|
930
930
|
var HLJS = function(hljs) {
|
|
931
931
|
const languages = /* @__PURE__ */ Object.create(null);
|