Skip to content

Update all dependencies to the latest version #139

Update all dependencies to the latest version

Update all dependencies to the latest version #139

Triggered via pull request November 30, 2023 09:58
Status Failure
Total duration 1m 51s
Artifacts

tests.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (18.x): src/components/Select.tsx#L40
Cannot find name 'classes'.
build (18.x): src/components/SelectMultiple.tsx#L39
Cannot find name 'classes'.
build (18.x): src/components/TextBox.tsx#L2
Cannot find module '@material-ui/core' or its corresponding type declarations.
build (18.x): src/components/TextBox.tsx#L50
Parameter 'e' implicitly has an 'any' type.
build (18.x): src/components/ga4/EventBuilder/ValidateEvent/index.tsx#L193
Argument of type 'boolean | undefined' is not assignable to parameter of type 'boolean'.
build (18.x): src/components/ga4/EventBuilder/index.tsx#L171
Property 'setUserPropertyValue' does not exist on type '{ userProperties: Parameter[]; addStringUserProperty: () => void; addNumberUserProperty: () => void; removeUserProperty: (idx: number) => void; setUserPopertyValue: (idx: number, value: string) => void; setUserPropertyName: (idx: number, name: string) => void; }'.
build (18.x): src/components/ga4/EventBuilder/index.tsx#L455
Type 'Element' is not assignable to type 'string'.
build (18.x): src/pages/ga4/enhanced-ecommerce/cart.tsx#L20
Cannot find module '@/components/ga4/EnhancedEcommerce/line-item' or its corresponding type declarations.
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/