Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent c82a1d8 commit d58b258
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 92 deletions.
7 changes: 7 additions & 0 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ module.exports = [
destructuredArrayIgnorePattern: '^_',
},
],
'@typescript-eslint/no-unused-expressions': [
'error',
{
allowShortCircuit: true,
allowTernary: true,
},
],
},
}
];
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
"@typescript-eslint/parser": "8.14.0",
"@vitest/browser": "2.1.4",
"@vitest/utils": "2.1.4",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"happy-dom": "15.7.3",
"jiti": "1.21.6",
"msw": "2.6.4",
"msw": "2.6.5",
"prettier": "3.3.3",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0",
"unbuild": "2.0.0",
"vitest": "2.1.4",
"webdriverio": "9.2.12"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.13.2"
}
Loading

0 comments on commit d58b258

Please sign in to comment.