Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update ESLint to v9 #15531

Merged
merged 11 commits into from
Mar 5, 2025
Merged

chore: update ESLint to v9 #15531

merged 11 commits into from
Mar 5, 2025

Conversation

fisker
Copy link
Contributor

@fisker fisker commented Mar 3, 2025

Summary

Test plan

Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 78c4fb9
🔍 Latest deploy log https://app.netlify.com/sites/jestjs/deploys/67c73bfae0dc5f00080bb7f1
😎 Deploy Preview https://deploy-preview-15531--jestjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -125,7 +125,7 @@ export default abstract class WorkerAbstract
* killed off.
*/
protected _shutdown(): void {
this.state === WorkerStates.SHUT_DOWN;
this.state = WorkerStates.SHUT_DOWN;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one looks like a mistake.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out change to = will cause test failue, I'll leave it alone

https://github.com/jestjs/jest/actions/runs/13658744730/job/38184583400#step:7:61

@fisker fisker marked this pull request as ready for review March 4, 2025 00:02
@fisker fisker marked this pull request as draft March 4, 2025 00:23
@fisker
Copy link
Contributor Author

fisker commented Mar 4, 2025

Didn't know there is another lint script, will work on it later.

@fisker fisker marked this pull request as ready for review March 4, 2025 17:52
@SimenB
Copy link
Member

SimenB commented Mar 4, 2025

wow, thanks for working on this! I'll take a look tomorrow 👍

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

{
languageOptions: {
parserOptions: {
EXPERIMENTAL_useProjectService: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it still experimental?

@SimenB SimenB merged commit 4e7d916 into jestjs:main Mar 5, 2025
86 checks passed
@fisker fisker deleted the eslint9 branch March 6, 2025 11:30
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