Addressing Deprecation Warnings in Next.js 14.2.4 #66872
Replies: 1 comment 1 reply
-
|
Secondly, thank you for the work on this framework. I do like what it addresses regarding full stack React development. As additional information, I found these warning also occur in Node 20.14 and Node 22.3.0. It appears to require re-integration of ESLint using ESLint 9 instead of ESLint 8. I attempted using the NPM package.json "overrides" functionality to force glob:10 and newer rimraf and newer ESLint but that caused hangs and various additional issues/errors during build. Package.json dependencies/devDependencies Adding my relevant log output(s):
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Deprecation Warnings:
@humanwhocodes/[email protected]: Use @eslint/config-array instead
[email protected]: Rimraf versions prior to v4 are no longer supported
@humanwhocodes/[email protected]: Use @eslint/object-schema instead
[email protected]: Glob versions prior to v9 are no longer supported
Firstly, thank you for the work you've done on this framework.
When setting up a new project with Next.js 14.2.4, I encounter several deprecation warnings related to specific npm packages. These warnings can be concerning, especially for developers who prioritize maintaining a clean and efficient codebase.
Beta Was this translation helpful? Give feedback.
All reactions