Resolve npm deprecation warnings in webui#63
Merged
JoshuaAFerguson merged 1 commit intoNov 17, 2025
Conversation
Updated dependencies to resolve all npm deprecation warnings: - Upgraded ESLint from v8 to v9 (fixes eslint deprecation) - Updated @typescript-eslint packages to v8 for ESLint 9 compatibility - Updated eslint-plugin-react-hooks to v5 - Upgraded Vite from v5 to v6 (fixes CJS Node API deprecation) - Updated @vitejs/plugin-react to latest Migrated ESLint configuration: - Created eslint.config.js using ESLint 9 flat config format - Removed deprecated eslintConfig from package.json - Added required dependencies: @eslint/js and globals - Updated lint script to remove deprecated --ext flag All deprecation warnings resolved: ✓ inflight@1.0.6 (via updated dependencies) ✓ glob@7.2.3 (via updated dependencies) ✓ @humanwhocodes packages (replaced by @eslint packages) ✓ eslint@8.57.1 (upgraded to 9.16.0) ✓ Vite CJS Node API (upgraded to 6.0.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated dependencies to resolve all npm deprecation warnings:
Migrated ESLint configuration:
All deprecation warnings resolved:
✓ inflight@1.0.6 (via updated dependencies)
✓ glob@7.2.3 (via updated dependencies)
✓ @humanwhocodes packages (replaced by @eslint packages) ✓ eslint@8.57.1 (upgraded to 9.16.0)
✓ Vite CJS Node API (upgraded to 6.0.1)