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

refactor(eslint-plugin): migrate to TS-ESLint infrastructure #7276

Merged
merged 2 commits into from Apr 30, 2022

Conversation

Josh-Cena
Copy link
Collaborator

Pre-flight checklist

  • I have read the Contributing Guidelines on pull requests.
  • If this is a code change: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
  • If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.

Motivation

Continuation of #7206. This is in the spirit of #5817. It's also hugely helpful because all AST information will now be strictly encoded in the types.

Test Plan

All unit tests still pass

@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Apr 30, 2022
@netlify
Copy link

netlify bot commented Apr 30, 2022

[V2]

Name Link
🔨 Latest commit 29f2c1a
🔍 Latest deploy log https://app.netlify.com/sites/docusaurus-2/deploys/626d04ccb306fe0008655b04
😎 Deploy Preview https://deploy-preview-7276--docusaurus-2.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 settings.

@github-actions
Copy link

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟠 Performance 63
🟢 Accessibility 100
🟢 Best practices 92
🟢 SEO 100
🟢 PWA 90

Lighthouse ran on https://deploy-preview-7276--docusaurus-2.netlify.app/

@netlify
Copy link

netlify bot commented Apr 30, 2022

[V2]

Name Link
🔨 Latest commit 76d3f38
🔍 Latest deploy log https://app.netlify.com/sites/docusaurus-2/deploys/626d05e2150ff3000842fc40
😎 Deploy Preview https://deploy-preview-7276--docusaurus-2.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 settings.

@Josh-Cena Josh-Cena merged commit afc7248 into main Apr 30, 2022
@Josh-Cena Josh-Cena deleted the jc/ts-eslint branch April 30, 2022 09:57
@github-actions
Copy link

Size Change: 0 B

Total Size: 806 kB

ℹ️ View Unchanged
Filename Size
website/.docusaurus/globalData.json 50.7 kB
website/build/assets/css/styles.********.css 107 kB
website/build/assets/js/main.********.js 610 kB
website/build/index.html 38.8 kB

compressed-size-action

version "5.21.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.21.0.tgz#51d7886a6f0575e23706e5548c7e87bce42d7c18"
resolved "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.21.0.tgz#51d7886a6f0575e23706e5548c7e87bce42d7c18"
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this npmmirror change expected?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh, thanks for noticing🤦‍♂️ I usually remember to revert the resolution before pushing, but forgot this time. It will be corrected next weekend when I bump dependencies.

It's mostly benign. npmmirror is trustable.

If we migrate to Yarn v3 (#6028), the resolved registry URL will not be in the lockfile.

@Josh-Cena Josh-Cena added the pr: internal This PR does not touch production code, or is not meaningful enough to be in the changelog. label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: internal This PR does not touch production code, or is not meaningful enough to be in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants