fix(deps): update eslint rule and plugin updates #2678
ci.yml
on: pull_request
install
9s
test
37s
check-workflow-files
7s
check-renovate-changefile
16s
check-beachball-changefile
11s
publish
0s
Annotations
2 errors and 5 warnings
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
@@ -2697,11 +2697,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.
|
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
|