Skip to content

Commit 3eb8817

Browse files
chore(deps): lock file maintenance minor/patch updates (#5622)
* chore(deps): lock file maintenance minor/patch updates * Add missing config dependency * Update audit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 262a388 commit 3eb8817

File tree

6 files changed

+635
-714
lines changed

6 files changed

+635
-714
lines changed

audit-resolve.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"decisions": {
3-
"1098122|requirejs": {
3+
"1098615|@typescript-eslint/eslint-plugin>@typescript-eslint/parser>@typescript-eslint/typescript-estree>globby>fast-glob>micromatch": {
44
"decision": "ignore",
5-
"madeAt": 1720680883374
5+
"madeAt": 1724393590964,
6+
"expiresAt": 1726985560078
7+
},
8+
"1098615|lint-staged>micromatch": {
9+
"decision": "ignore",
10+
"madeAt": 1724393590964,
11+
"expiresAt": 1726985560078
12+
},
13+
"1098615|typescript-eslint>@typescript-eslint/eslint-plugin>@typescript-eslint/parser>@typescript-eslint/typescript-estree>globby>fast-glob>micromatch": {
14+
"decision": "ignore",
15+
"madeAt": 1724393590964,
16+
"expiresAt": 1726985560078
617
}
718
},
819
"rules": {},

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default tseslint.config(
2020
'**/_tmp',
2121
'**/cache',
2222
'**/native.d.ts',
23+
'rust',
2324
'test/*/samples/**/*.*',
2425
'!test/*/samples/**/_config.js',
2526
'!test/*/samples/**/rollup.config.js',

0 commit comments

Comments
 (0)