Skip to content

Conversation

johnsimons
Copy link
Member

@johnsimons johnsimons commented Aug 21, 2025

This resolves the issue we identified, where the build hangs.
It also updates all dependencies.

@johnsimons johnsimons self-assigned this Aug 21, 2025
The cause was that the ignore in the eslint config were misconfigured and therefore it was scanning node_modules
"@/*": ["./src/*"],
"@component-test-utils": ["./test/utils.ts"]
},
"noUncheckedIndexedAccess": false,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required because of this change to the latest version of @vue/tsconfig

Comment on lines +9 to +10
{
ignores: ["node_modules/**", "dist/**", "public/js/app.constants.js"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the actual fix for the hang!
There is this massive GitHub thread about it - eslint/eslint#18304

@johnsimons johnsimons enabled auto-merge August 22, 2025 00:55
@johnsimons johnsimons merged commit abb63c8 into master Aug 22, 2025
5 of 7 checks passed
@johnsimons johnsimons deleted the john/updates branch August 22, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants