voidmatcha opened a new pull request, #5263:
URL: https://github.com/apache/zeppelin/pull/5263

   ### What is this PR for?
   
   This regression surfaced after ZEPPELIN-6421 (zeppelin-react lint 
integration) and ZEPPELIN-6424 (Angular 13 to 21 upgrade) merged in close 
succession. Each PR passed CI in isolation, but together they broke `npm run 
lint:react`:
   
   - ZEPPELIN-6421 added `projects/zeppelin-react/package.json` scripts that 
use the ESLint 8 `--ext .ts,.tsx` flag and rely on 
`projects/zeppelin-react/.eslintrc.json`.
   - ZEPPELIN-6424 bumped the root install to ESLint 9, which removed `--ext` 
and dropped `.eslintrc.*` support entirely in favor of flat config 
(`eslint.config.{js,mjs,cjs}`).
   
   The two changes never collided in their own PR CIs because each was tested 
against a master that didn't yet contain the other. Once both landed, master's 
`frontend / run-playwright-e2e-tests (auth, 3.9)` and `(anonymous, 3.9)` 
started failing at the `npm lint` step before Playwright ran.
   
   ### What type of PR is it?
   Bug Fix
   
   ### Todos
   
   ### What is the Jira issue?
   ZEPPELIN-6425
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to