[Snyk] Upgrade react-router-dom from 6.21.3 to 6.22.0 #4145
compile.yml
on: pull_request
compile-accounts
1m 8s
compile-common-server
54s
compile-common-ui
47s
compile-common
41s
compile-app
1m 12s
compile-admin-dashboard
1m 23s
compile-dashboard
1m 34s
compile-model
37s
compile-e2e
24s
compile-probe
50s
compile-ingestor
56s
compile-status-page
1m 29s
compile-test-server
58s
Annotations
53 errors and 26 warnings
compile-common-ui
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'Color'.
|
compile-common-ui
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'number'.
|
compile-common-ui
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'number'.
|
compile-common-ui
Argument of type 'JSONValue' is not assignable to parameter of type 'Dictionary<string>'.
|
compile-common-ui
Type 'ReactElement<any, string | JSXElementConstructor<any>> | null' is not assignable to type 'string | ReactElement<any, string | JSXElementConstructor<any>>'.
|
compile-common-ui
Argument of type 'DropdownOption[] | undefined' is not assignable to parameter of type 'DropdownOption[]'.
|
compile-common-ui
Cannot find module '../../../Types/Functions' or its corresponding type declarations.
|
compile-common-ui
Type '{ maxLength: number | undefined; minLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' is not assignable to type '{ minLength?: number; maxLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
compile-common-ui
Cannot find module '../../Types/Functions' or its corresponding type declarations.
|
compile-common-ui
Cannot find module '../../Types/Functions' or its corresponding type declarations.
|
compile-accounts
Cannot find module '../../../Types/Functions' or its corresponding type declarations.
|
compile-accounts
Type '{ maxLength: number | undefined; minLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' is not assignable to type '{ minLength?: number; maxLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
compile-accounts
Process completed with exit code 2.
|
compile-app
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
compile-app
Argument of type 'JSONValue' is not assignable to parameter of type 'string | Error | JSONObject | JSONArray'.
|
compile-app
Argument of type 'JSONValue' is not assignable to parameter of type 'string | Error | JSONObject | JSONArray'.
|
compile-app
Argument of type 'JSONValue' is not assignable to parameter of type 'string | Error | JSONObject | JSONArray'.
|
compile-app
Process completed with exit code 2.
|
compile-common-server
Type 'Invoice' is missing the following properties from type 'Invoice': amount, currencyCode, downloadableLink, customerId
|
compile-common-server
Type 'import("stripe").Stripe.Invoice' is not assignable to type 'import("/home/runner/work/oneuptime/oneuptime/CommonServer/Services/BillingService").Invoice'.
|
compile-common-server
Argument of type 'JSONValue' is not assignable to parameter of type 'string | Error | JSONObject | JSONArray'.
|
compile-common-server
Argument of type 'JSONValue' is not assignable to parameter of type 'string | Error | JSONObject | JSONArray'.
|
compile-common-server
Argument of type 'JSONValue' is not assignable to parameter of type 'string | Error | JSONObject | JSONArray'.
|
compile-common-server
Process completed with exit code 2.
|
compile-admin-dashboard
Cannot find module 'CommonUI/src/Types/Functions' or its corresponding type declarations.
|
compile-admin-dashboard
Cannot find module 'CommonUI/src/Types/Functions' or its corresponding type declarations.
|
compile-admin-dashboard
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'Color'.
|
compile-admin-dashboard
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'number'.
|
compile-admin-dashboard
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'number'.
|
compile-admin-dashboard
Argument of type 'JSONValue' is not assignable to parameter of type 'Dictionary<string>'.
|
compile-admin-dashboard
Type 'ReactElement<any, string | JSXElementConstructor<any>> | null' is not assignable to type 'string | ReactElement<any, string | JSXElementConstructor<any>>'.
|
compile-admin-dashboard
Argument of type 'DropdownOption[] | undefined' is not assignable to parameter of type 'DropdownOption[]'.
|
compile-admin-dashboard
Cannot find module '../../../Types/Functions' or its corresponding type declarations.
|
compile-admin-dashboard
Type '{ maxLength: number | undefined; minLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' is not assignable to type '{ minLength?: number; maxLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
compile-ingestor
Argument of type 'ObjectID | undefined' is not assignable to parameter of type 'ObjectID'.
|
compile-ingestor
Process completed with exit code 2.
|
compile-probe
Expected 1 arguments, but got 3.
|
compile-probe
Process completed with exit code 2.
|
compile-status-page
Cannot find module '../../../Types/Functions' or its corresponding type declarations.
|
compile-status-page
Type '{ maxLength: number | undefined; minLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' is not assignable to type '{ minLength?: number; maxLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
compile-status-page
Cannot find module '../../Types/Functions' or its corresponding type declarations.
|
compile-status-page
Cannot find module 'CommonUI/src/Types/Functions' or its corresponding type declarations.
|
compile-status-page
Process completed with exit code 2.
|
compile-dashboard
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'Color'.
|
compile-dashboard
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'number'.
|
compile-dashboard
Argument of type 'string | ReactElement<any, string | JSXElementConstructor<any>>' is not assignable to parameter of type 'number'.
|
compile-dashboard
Argument of type 'JSONValue' is not assignable to parameter of type 'Dictionary<string>'.
|
compile-dashboard
Type 'ReactElement<any, string | JSXElementConstructor<any>> | null' is not assignable to type 'string | ReactElement<any, string | JSXElementConstructor<any>>'.
|
compile-dashboard
Argument of type 'DropdownOption[] | undefined' is not assignable to parameter of type 'DropdownOption[]'.
|
compile-dashboard
Cannot find module '../../../Types/Functions' or its corresponding type declarations.
|
compile-dashboard
Type '{ maxLength: number | undefined; minLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' is not assignable to type '{ minLength?: number; maxLength?: number; toMatchField?: string; noSpaces?: boolean; noSpecialCharacters?: boolean; noNumbers?: boolean; minValue?: number; maxValue?: number; dateShouldBeInTheFuture?: boolean; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
compile-dashboard
Cannot find module '../../Types/Functions' or its corresponding type declarations.
|
compile-dashboard
Cannot find module '../../Types/Functions' or its corresponding type declarations.
|
compile-common
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-common
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/
|
compile-e2e
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-e2e
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/
|
compile-common-ui
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-common-ui
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/
|
compile-accounts
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-accounts
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/
|
compile-model
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-model
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/
|
compile-app
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-app
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/
|
compile-common-server
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-common-server
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/
|
compile-admin-dashboard
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-admin-dashboard
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/
|
compile-ingestor
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-ingestor
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/
|
compile-probe
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-probe
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/
|
compile-test-server
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-test-server
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/
|
compile-status-page
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-status-page
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/
|
compile-dashboard
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile-dashboard
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/
|