Skip to content

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

fix(deps): update eslint rule and plugin updates

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

Triggered via pull request December 17, 2024 06:32
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
test
37s
test
check-workflow-files
4s
check-workflow-files
check-renovate-changefile
13s
check-renovate-changefile
check-beachball-changefile
11s
check-beachball-changefile
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
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 @@ -1242,10 +1242,13 @@ 2, ], "@eslint-react/no-component-will-update": [ 2, ], + "@eslint-react/no-context-provider": [ + 1, + ], "@eslint-react/no-create-ref": [ 2, ], "@eslint-react/no-default-props": [ 2, @@ -1253,10 +1256,16 @@ "@eslint-react/no-direct-mutation-state": [ 2, ], "@eslint-react/no-duplicate-key": [ 2, + ], + "@eslint-react/no-forward-ref": [ + 1, + ], + "@eslint-react/no-implicit-key": [ + 1, ], "@eslint-react/no-missing-key": [ 2, ], "@eslint-react/no-nested-components": [ @@ -2679,20 +2688,16 @@ "typescript": { "alwaysTryTypes": true, }, }, "react-x": { - "additionalComponents": [ - { - "as": "a", - "attributes": [ - { - "as": "href", - "name": "to", - }, - ], - "name": "Link", - }, - ], + "additionalHooks": { + "useLayoutEffect": [ + "useIsomorphicLayoutEffect", + ], + }, + "polymorphicPropName": "as", + "strictImportCheck": false, + "version": "detect", }, }, } ❯ presets.test.mts:46:10
test
Process completed with exit code 1.
install
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-workflow-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-beachball-changefile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-renovate-changefile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636