Skip to content

Commit c3b6b4b

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v63 (#6268)
* chore(deps): update dependency eslint-plugin-unicorn to v63 * Fix vulnerabilities and update ESLint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
1 parent 8653dd7 commit c3b6b4b

File tree

9 files changed

+501
-316
lines changed

9 files changed

+501
-316
lines changed

audit-resolve.json

Lines changed: 103 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,106 @@
11
{
2-
"decisions": {},
2+
"decisions": {
3+
"1113214": {
4+
"decision": "ignore",
5+
"madeAt": 1771566169457,
6+
"expiresAt": 1774158145442
7+
},
8+
"1113296": {
9+
"decision": "ignore",
10+
"madeAt": 1771566180086,
11+
"expiresAt": 1774158145442
12+
},
13+
"1113214|@eslint/js>eslint>@eslint-community/eslint-utils>ajv": {
14+
"decision": "ignore",
15+
"madeAt": 1771567906111,
16+
"expiresAt": 1774159894900
17+
},
18+
"1113214|@typescript-eslint/eslint-plugin>@typescript-eslint/parser>@typescript-eslint/typescript-estree>minimatch>eslint>@eslint-community/eslint-utils>ajv": {
19+
"decision": "ignore",
20+
"madeAt": 1771567906111,
21+
"expiresAt": 1774159894900
22+
},
23+
"1113214|@typescript-eslint/type-utils>@typescript-eslint/typescript-estree>minimatch>@typescript-eslint/utils>@eslint-community/eslint-utils>eslint>ajv": {
24+
"decision": "ignore",
25+
"madeAt": 1771567906111,
26+
"expiresAt": 1774159894900
27+
},
28+
"1113214|eslint>@eslint-community/eslint-utils>ajv": {
29+
"decision": "ignore",
30+
"madeAt": 1771567906111,
31+
"expiresAt": 1774159894900
32+
},
33+
"1113214|eslint-config-prettier>eslint>@eslint-community/eslint-utils>ajv": {
34+
"decision": "ignore",
35+
"madeAt": 1771567906111,
36+
"expiresAt": 1774159894900
37+
},
38+
"1113214|eslint-plugin-prettier>eslint>@eslint-community/eslint-utils>ajv": {
39+
"decision": "ignore",
40+
"madeAt": 1771567906111,
41+
"expiresAt": 1774159894900
42+
},
43+
"1113214|eslint-plugin-unicorn>@eslint-community/eslint-utils>eslint>ajv": {
44+
"decision": "ignore",
45+
"madeAt": 1771567906111,
46+
"expiresAt": 1774159894900
47+
},
48+
"1113214|eslint-plugin-vue>@eslint-community/eslint-utils>eslint>ajv": {
49+
"decision": "ignore",
50+
"madeAt": 1771567906111,
51+
"expiresAt": 1774159894900
52+
},
53+
"1113214|typescript-eslint>@typescript-eslint/eslint-plugin>@typescript-eslint/parser>@typescript-eslint/typescript-estree>minimatch>eslint>@eslint-community/eslint-utils>ajv": {
54+
"decision": "ignore",
55+
"madeAt": 1771567906111,
56+
"expiresAt": 1774159894900
57+
},
58+
"1113214|vue-eslint-parser>eslint>@eslint-community/eslint-utils>ajv": {
59+
"decision": "ignore",
60+
"madeAt": 1771567906111,
61+
"expiresAt": 1774159894900
62+
},
63+
"1113296|@typescript-eslint/eslint-plugin>@typescript-eslint/parser>@typescript-eslint/typescript-estree>minimatch": {
64+
"decision": "ignore",
65+
"madeAt": 1771567910429,
66+
"expiresAt": 1774159894900
67+
},
68+
"1113296|@typescript-eslint/type-utils>@typescript-eslint/typescript-estree>minimatch": {
69+
"decision": "ignore",
70+
"madeAt": 1771567910429,
71+
"expiresAt": 1774159894900
72+
},
73+
"1113296|eslint-plugin-vue>@eslint-community/eslint-utils>eslint>ajv>@typescript-eslint/parser>@typescript-eslint/typescript-estree>minimatch": {
74+
"decision": "ignore",
75+
"madeAt": 1771567910429,
76+
"expiresAt": 1774159894900
77+
},
78+
"1113296|fixturify>matcher-collection>minimatch": {
79+
"decision": "ignore",
80+
"madeAt": 1771567910429,
81+
"expiresAt": 1774159894900
82+
},
83+
"1113296|mocha>glob>minimatch": {
84+
"decision": "ignore",
85+
"madeAt": 1771567910429,
86+
"expiresAt": 1774159894900
87+
},
88+
"1113296|nyc>glob>minimatch": {
89+
"decision": "ignore",
90+
"madeAt": 1771567910429,
91+
"expiresAt": 1774159894900
92+
},
93+
"1113296|typescript-eslint>@typescript-eslint/eslint-plugin>@typescript-eslint/parser>@typescript-eslint/typescript-estree>minimatch": {
94+
"decision": "ignore",
95+
"madeAt": 1771567910429,
96+
"expiresAt": 1774159894900
97+
},
98+
"1113296|wasm-pack>binary-install>rimraf>glob>minimatch": {
99+
"decision": "ignore",
100+
"madeAt": 1771567910429,
101+
"expiresAt": 1774159894900
102+
}
103+
},
3104
"rules": {},
4105
"version": 1
5-
}
106+
}

cli/run/commandPlugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function loadAndRegisterPlugin(
8181
}
8282
plugin = await requireOrImport(pluginText);
8383
} catch (error: any) {
84-
throw new Error(`Cannot load plugin "${pluginText}": ${error.message}.`);
84+
throw new Error(`Cannot load plugin "${pluginText}": ${error.message}.`, { cause: error });
8585
}
8686
}
8787
}

docs/.vitepress/mermaid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function renderMermaidGraphsPlugin(): Plugin {
7474
if (id.endsWith('.md')) {
7575
const renderedGraphs: string[] = [];
7676
const mermaidCodeBlocks: string[] = [];
77-
let match: RegExpExecArray | null = null;
77+
let match: RegExpExecArray | null;
7878
while ((match = mermaidRegExp.exec(code)) !== null) {
7979
mermaidCodeBlocks.push(match[1]);
8080
}

0 commit comments

Comments
 (0)