You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We won't be able to upgrade @roots/* configs until our next major version because it's such a huge change. It also requires node@18, while we're still trying to support node@16 until bud@7.
eslint-webpack-plugin added support for [email protected] in v4.2.0 but I notice that if you follow the eslint docs and export an Array from eslint.config.js it will fail (I'm guessing eslint-webpack-plugin tries to parse it as a plain object rather than an array of plain objects, although I didn't look at the source).
Nevertheless, updating it seems like a good idea #2620. I'm just saying that I think it's likely eslint-webpack-plugin will see further changes in support of eslint v9 in the future. We're beholden to any of those changes.
In that same PR there is also a new examples/eslint-9.0.0 project which works using v9.
kellymears
changed the title
[bug] compatibility with eslint 9.x
[request] compatibility with eslint 9.x
Jun 30, 2024
Agreement
Describe the issue
After upgrading from ESLint 8.x to 9.x, when running
bud build
, an error occurred and prevented to build assets.Expected Behavior
bud.js builds assets.
Actual Behavior
Steps To Reproduce
yarn build
version
6.23.1
Logs
No response
Configuration
No response
Relevant .budfiles
No response
The text was updated successfully, but these errors were encountered: