upgrade to latest epic stack with vite, dep bump #310
heat-stack.yml
on: pull_request
⬣ Heat-Stack - ESLint
42s
ʦ Heat-Stack - TypeScript
34s
⚡ Heat-Stack - Vitest pyodide.test.ts
50s
Matrix: Rules Engine - Build
Matrix: Rules Engine - Lint
Matrix: Rules Engine - Mypy
Matrix: Rules Engine - Pytest
🚀 Heat-Stack - Deploy
0s
Annotations
13 errors and 17 warnings
ʦ Heat-Stack - TypeScript
Cannot find module '@remix-run/css-bundle' or its corresponding type declarations.
|
ʦ Heat-Stack - TypeScript
Could not find a declaration file for module '#app/utils/pyodide.util.js'. '/home/runner/work/home-energy-analysis-tool/home-energy-analysis-tool/heat-stack/app/utils/pyodide.util.js' implicitly has an 'any' type.
|
ʦ Heat-Stack - TypeScript
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
ʦ Heat-Stack - TypeScript
Object is possibly 'undefined'.
|
ʦ Heat-Stack - TypeScript
Object is possibly 'undefined'.
|
ʦ Heat-Stack - TypeScript
Object is possibly 'undefined'.
|
ʦ Heat-Stack - TypeScript
Object is possibly 'undefined'.
|
ʦ Heat-Stack - TypeScript
Object is possibly 'undefined'.
|
ʦ Heat-Stack - TypeScript
'"@sentry/profiling-node"' has no exported member named 'ProfilingIntegration'. Did you mean 'nodeProfilingIntegration'?
|
ʦ Heat-Stack - TypeScript
Property 'Integrations' does not exist on type 'typeof import("/home/runner/work/home-energy-analysis-tool/home-energy-analysis-tool/heat-stack/node_modules/@sentry/remix/build/types/index.types")'. Did you mean 'addIntegration'?
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx#L30
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/pyodide.client.tsx#L14
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ Heat-Stack - ESLint
Process completed with exit code 1.
|
Rules Engine - Lint (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rules Engine - Pytest (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rules Engine - Build (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Rules Engine - Mypy (3.11.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ʦ Heat-Stack - TypeScript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
⬣ Heat-Stack - ESLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/CurrentHeatingSystem.tsx#L1
'useForm' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/CurrentHeatingSystem.tsx#L2
'Form' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/CurrentHeatingSystem.tsx#L3
`./ErrorList.tsx` import should occur after import of `#/app/components/ui/label.tsx`
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/CurrentHeatingSystem.tsx#L4
'Button' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx#L1
`react` import should occur after import of `pyodide`
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx#L1
'lazy' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx#L2
'FieldMetadata' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx#L2
'useForm' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx#L3
'Form' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ Heat-Stack - ESLint:
heat-stack/app/components/ui/heat/CaseSummaryComponents/EnergyUseHistory.tsx#L3
'useLocation' is defined but never used. Allowed unused vars must match /^ignored/u
|
⚡ Heat-Stack - Vitest pyodide.test.ts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
python-rules-engine-wheel
Expired
|
88.5 KB |
|