Skip to content

chore: update dependencies and migrate ESLint to flat config - #351

Merged
kvvasuu merged 1 commit into
masterfrom
fix/01-deps-and-tooling
Jul 30, 2026
Merged

chore: update dependencies and migrate ESLint to flat config#351
kvvasuu merged 1 commit into
masterfrom
fix/01-deps-and-tooling

Conversation

@kvvasuu

@kvvasuu kvvasuu commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Stacked PR 1/6 — part of a split of #350 .
→ followed by #352

Updates the dependency set (including the React 19 upgrade) and associated build config, and migrates ESLint from .eslintrc.json to eslint.config.mjs. ignores lives in its own standalone config object so it acts as a true global ignore under flat config - mixed into the same object as rules/plugins it would only scope that object's own rules, which let the CI lint step lint the built dist/ output.

Updates the dependency set (including the React 19 upgrade) and
associated build config, and migrates ESLint from .eslintrc.json to
eslint.config.mjs. `ignores` lives in its own standalone config object
so it acts as a true global ignore under flat config - mixed into the
same object as rules/plugins it would only scope that object's own
rules, which let the CI lint step lint the built dist/ output.
@kvvasuu
kvvasuu merged commit d68e6fd into master Jul 30, 2026
1 check passed
@kvvasuu
kvvasuu deleted the fix/01-deps-and-tooling branch July 30, 2026 21:39
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