Skip to content

Resolve npm deprecation warnings in webui#63

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-npm-warnings-01Cf1npY4BxAv8ABDvn3gGVd
Nov 17, 2025
Merged

Resolve npm deprecation warnings in webui#63
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-npm-warnings-01Cf1npY4BxAv8ABDvn3gGVd

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

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)

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)
@JoshuaAFerguson JoshuaAFerguson merged commit 88606da into main Nov 17, 2025
9 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/fix-npm-warnings-01Cf1npY4BxAv8ABDvn3gGVd branch November 17, 2025 16:51
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