Skip to content

Conversation

aryaemami59
Copy link
Contributor

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

[ ] Documentation update
[X] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)

This PR:

Is there anything you'd like reviewers to focus on?

@eslint-github-bot eslint-github-bot bot added the bug ESLint is working incorrectly label Sep 21, 2024
Copy link

netlify bot commented Sep 21, 2024

Deploy Preview for docs-eslint ready!

Name Link
🔨 Latest commit b4193f2
🔍 Latest deploy log https://app.netlify.com/sites/docs-eslint/deploys/66f59c0d50568700089980b9
😎 Deploy Preview https://deploy-preview-18940--docs-eslint.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.

@aryaemami59 aryaemami59 mentioned this pull request Sep 23, 2024
1 task
@aryaemami59 aryaemami59 force-pushed the fix-type-defs branch 2 times, most recently from b786fdb to 2adce33 Compare September 24, 2024 15:48
@aryaemami59 aryaemami59 marked this pull request as ready for review September 24, 2024 16:00
@aryaemami59 aryaemami59 requested a review from a team as a code owner September 24, 2024 16:00
@aryaemami59
Copy link
Contributor Author

Not sure why but it looks like the last step in the eslint-visitor-keys job is running TypeScript v4.5.5 and since ES2022 was not yet available in v4.5.5 we end up with the CI job failing.

@fasttime
Copy link
Member

Not sure why but it looks like the last step in the eslint-visitor-keys job is running TypeScript v4.5.5 and since ES2022 was not yet available in v4.5.5 we end up with the CI job failing.

This is being tracked in eslint/js#630.

@fasttime fasttime added the accepted There is consensus among the team that this change meets the criteria for inclusion label Sep 25, 2024
@nzakas
Copy link
Member

nzakas commented Sep 25, 2024

Can we also add add @arethetypeswrong/cli to the CI to verify these changes?

@aryaemami59
Copy link
Contributor Author

@nzakas That's an excellent idea I'll add it.

Copy link
Contributor

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

🚀

@aryaemami59 aryaemami59 force-pushed the fix-type-defs branch 4 times, most recently from 9ad6db6 to 72b50af Compare September 26, 2024 16:07
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

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

LGTM. Would like @fasttime to verify before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted There is consensus among the team that this change meets the criteria for inclusion bug ESLint is working incorrectly github actions

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

Bug: Fix type loading errors

5 participants