Skip to content

Conversation

matejchalk
Copy link
Collaborator

Adding a useful type helper, discussed in other PRs.

@matejchalk matejchalk self-assigned this Sep 23, 2025
Copy link

nx-cloud bot commented Sep 23, 2025

View your CI Pipeline Execution ↗ for commit eee4d2e

Command Status Duration Result
nx affected -t e2e-test --parallel=1 ❌ Failed 10m 32s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-23 14:59:15 UTC

Copy link

pkg-pr-new bot commented Sep 23, 2025

Open in StackBlitz

@code-pushup/ci

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/ci@1118

@code-pushup/cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/cli@1118

@code-pushup/core

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/core@1118

@code-pushup/create-cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/create-cli@1118

@code-pushup/models

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/models@1118

@code-pushup/nx-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/nx-plugin@1118

@code-pushup/coverage-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/coverage-plugin@1118

@code-pushup/eslint-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/eslint-plugin@1118

@code-pushup/jsdocs-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/jsdocs-plugin@1118

@code-pushup/js-packages-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/js-packages-plugin@1118

@code-pushup/lighthouse-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/lighthouse-plugin@1118

@code-pushup/typescript-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/typescript-plugin@1118

@code-pushup/utils

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/utils@1118

@code-pushup/models-transformers

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/models-transformers@1118

commit: eee4d2e

Copy link
Contributor

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared current commit 3dd2543 with previous commit 3a1e2f6.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Performance 🔴 42 🔴 40 ↓ −2.6
Documentation 🔴 24 🔴 24 ↑ +0.1
Code coverage 🟡 90 🟡 90
Security 🟡 56 🟡 56
Updates 🟡 85 🟡 85
Accessibility 🟢 92 🟢 92
Best Practices 🟢 100 🟢 100
SEO 🟡 61 🟡 61
Type Safety 🟢 100 🟢 100
Bug prevention 🟢 100 🟢 100
Miscellaneous 🟢 100 🟢 100
Code style 🟢 100 🟢 100
👍 1 group improved, 👎 1 group regressed, 👍 1 audit improved, 👎 4 audits regressed, 15 audits changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
Lighthouse Performance 🔴 42 🔴 40 ↓ −2.6
JSDoc coverage Documentation coverage 🔴 24 🔴 24 ↑ +0.1

19 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
Lighthouse Speed Index 🟨 5.0 s 🟥 6.2 s ↑ +24.1 %
Lighthouse First Contentful Paint 🟨 2.8 s 🟨 3.0 s ↑ +6.2 %
Lighthouse Time to Interactive 🟥 12.4 s 🟥 12.8 s ↑ +3 %
Lighthouse Max Potential First Input Delay 🟥 780 ms 🟥 880 ms ↑ +11.7 %
JSDoc coverage Types coverage 🟥 241 undocumented types 🟥 241 undocumented types  +0 %
Lighthouse Avoids enormous network payloads 🟩 Total size was 2,027 KiB 🟩 Total size was 2,029 KiB ↑ +0.1 %
Lighthouse Uses efficient cache policy on static assets 🟨 31 resources found 🟨 30 resources found ↓ −0.2 %
Lighthouse Largest Contentful Paint 🟥 10.7 s 🟥 11.3 s ↑ +5.7 %
Lighthouse Metrics 🟩 100% 🟩 100% ↑ +3 %
Lighthouse JavaScript execution time 🟥 3.8 s 🟥 4.1 s ↑ +8.8 %
Lighthouse Server Backend Latencies 🟩 1,450 ms 🟩 1,750 ms ↑ +20.5 %
Lighthouse Initial server response time was short 🟩 Root document took 370 ms 🟩 Root document took 510 ms ↑ +38.4 %
Lighthouse Remove duplicate modules in JavaScript bundles 🟥 Potential savings of 98 KiB 🟥 Potential savings of 89 KiB ↑ +45.2 %
Lighthouse Reduce unused JavaScript 🟥 Potential savings of 155 KiB 🟥 Potential savings of 178 KiB ↑ +16.7 %
Lighthouse Network Round Trip Times 🟩 10 ms 🟩 70 ms ↑ +839.3 %
Lighthouse Avoids an excessive DOM size 🟥 2,306 elements 🟥 2,263 elements ↓ −1.9 %
Lighthouse Minimizes main-thread work 🟥 9.7 s 🟥 9.6 s ↓ −0.2 %
Lighthouse Reduce unused CSS 🟥 Potential savings of 102 KiB 🟥 Potential savings of 102 KiB ↓ −4.3 %
Lighthouse Total Blocking Time 🟥 1,290 ms 🟥 1,280 ms ↓ −0.8 %
Code coverage Line coverage 🟨 86.3 % 🟨 86.3 % ↑ +0.1 %

590 other audits are unchanged.

@matejchalk matejchalk merged commit d56a846 into main Sep 24, 2025
43 of 47 checks passed
@matejchalk matejchalk deleted the loose-autocomplete branch September 24, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants