Skip to content

Commit ca13f11

Browse files
chore(deps): update dependency oxlint to v1.59.0 (#2685)
* chore(deps): update dependency oxlint to v1.59.0 * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JUNICHI IMAI <7300018+devmgn@users.noreply.github.com>
1 parent bc7f4df commit ca13f11

File tree

4 files changed

+84
-82
lines changed

4 files changed

+84
-82
lines changed

.storybook/SbProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { QUERY_CLIENT_CONFIG } from "../src/config/queryClientConfig";
77
import "../src/lib/styles/globals.css";
88

99
export function SbProvider({ children }: React.PropsWithChildren) {
10+
// oxlint-disable-next-line react/hook-use-state
1011
const [queryClient] = useState(() => new QueryClient(QUERY_CLIENT_CONFIG));
1112

1213
return (

oxlint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export default defineConfig({
141141
{ additionalTestBlockFunctions: ["it.for"] },
142142
],
143143
"vitest/prefer-called-once": "off",
144+
"vitest/prefer-importing-vitest-globals": "off",
144145
"vitest/prefer-to-be-falsy": "off",
145146
"vitest/prefer-to-be-truthy": "off",
146147
"vitest/require-hook": "off",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"msw-auto-mock": "0.32.0",
7777
"msw-storybook-addon": "2.0.6",
7878
"oxfmt": "0.44.0",
79-
"oxlint": "1.58.0",
79+
"oxlint": "1.59.0",
8080
"oxlint-tsgolint": "0.20.0",
8181
"playwright": "1.59.1",
8282
"remark-gfm": "4.0.1",

pnpm-lock.yaml

Lines changed: 81 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)