This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Monitor TypeScript errors #10665
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
typescript-monitoring.yml
on: push
check-typescript-errors-with-trunk
8m 57s
Annotations
14 warnings
assets/js/atomic/blocks/product-elements/button/index.tsx#L7
[@wordpress/no-unsafe-wp-apis] Usage of `__experimentalGetSpacingClassesAndStyles` from `@wordpress/block-editor` is not allowed.
See https://developer.wordpress.org/block-editor/contributors/develop/coding-guidelines/#experimental-and-unstable-apis for details.
|
assets/js/atomic/blocks/product-elements/price/supports.ts#L5
[@wordpress/no-unsafe-wp-apis] Usage of `__experimentalGetSpacingClassesAndStyles` from `@wordpress/block-editor` is not allowed.
See https://developer.wordpress.org/block-editor/contributors/develop/coding-guidelines/#experimental-and-unstable-apis for details.
|
assets/js/blocks/mini-cart/edit.tsx#L11
[@wordpress/no-unsafe-wp-apis] Usage of `__experimentalToggleGroupControlOption` from `@wordpress/components` is not allowed.
See https://developer.wordpress.org/block-editor/contributors/develop/coding-guidelines/#experimental-and-unstable-apis for details.
|
assets/js/blocks/mini-cart/edit.tsx#L12
[@wordpress/no-unsafe-wp-apis] Usage of `__experimentalToggleGroupControl` from `@wordpress/components` is not allowed.
See https://developer.wordpress.org/block-editor/contributors/develop/coding-guidelines/#experimental-and-unstable-apis for details.
|
assets/js/blocks/product-collection/toolbar-controls/pattern-selection-modal.tsx#L9
[@wordpress/no-unsafe-wp-apis] Usage of `__experimentalBlockPatternsList` from `@wordpress/block-editor` is not allowed.
See https://developer.wordpress.org/block-editor/contributors/develop/coding-guidelines/#experimental-and-unstable-apis for details.
|
assets/js/blocks/product-query/variations/elements/product-summary.tsx#L8
[import/no-unresolved] Unable to resolve path to module '@woocommerce/atomic-blocks/product-elements/summary/constants'.
|
assets/js/blocks/product-query/variations/elements/product-title.tsx#L8
[import/no-unresolved] Unable to resolve path to module '@woocommerce/atomic-blocks/product-elements/title/constants'.
|
assets/js/blocks/product-template/edit.tsx#L11
[@wordpress/no-unsafe-wp-apis] Usage of `__experimentalUseBlockPreview` from `@wordpress/block-editor` is not allowed.
See https://developer.wordpress.org/block-editor/contributors/develop/coding-guidelines/#experimental-and-unstable-apis for details.
|
tests/e2e-jest/config/jest.setup.js#L14
[you-dont-need-lodash-underscore/get] Import { get } from 'lodash' detected. Consider using the native optional chaining to get nested values and nullish coalescing operator for fallback values
|
tests/e2e-jest/specs/shopper/cart-checkout/translations.test.js#L13
[jest/no-disabled-tests] Skipped test suite
|
tests/e2e-jest/specs/shopper/cart-checkout/translations.test.js#L23
[jest/no-disabled-tests] Skipped test
|
tests/e2e-jest/specs/shopper/cart-checkout/translations.test.js#L56
[jest/no-disabled-tests] Skipped test
|
tests/e2e-jest/specs/shopper/mini-cart.test.js#L546
[jest/no-disabled-tests] Skipped test
|
tests/e2e-jest/specs/shopper/mini-cart.test.js#L578
[jest/no-disabled-tests] Skipped test
|