Skip to content

fix(deps): update eslint rule and plugin updates #2747

fix(deps): update eslint rule and plugin updates

fix(deps): update eslint rule and plugin updates #2747

Triggered via pull request February 8, 2025 05:47
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: pull_request
test
40s
test
check-workflow-files
8s
check-workflow-files
check-renovate-changefile
23s
check-renovate-changefile
check-beachball-changefile
15s
check-beachball-changefile
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors
check-beachball-changefile
Process completed with exit code 1.
presets.test.mts > Resolved config matches snapshot > typescript-react.tsx: specs/eslint-configs/presets.test.mts#L46
Error: Snapshot `Resolved config matches snapshot > typescript-react.tsx 1` mismatched - Expected + Received @@ -1305,10 +1305,13 @@ 1, ], "@eslint-react/no-unused-state": [ 1, ], + "@eslint-react/no-use-context": [ + 1, + ], "@eslint-react/no-useless-fragment": [ 2, ], "@eslint-react/use-jsx-vars": [ 1, @@ -2697,11 +2700,15 @@ "additionalHooks": { "useLayoutEffect": [ "useIsomorphicLayoutEffect", ], }, + "importSource": "react", + "jsxPragma": "createElement", + "jsxPragmaFrag": "Fragment", "polymorphicPropName": "as", + "strict": false, "strictImportCheck": false, "version": "detect", }, }, } ❯ presets.test.mts:46:10
test
Process completed with exit code 1.