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

feat(typescript-estree): check modifiers on every node #6615

Merged
merged 15 commits into from Mar 15, 2023

Conversation

fisker
Copy link
Contributor

@fisker fisker commented Mar 13, 2023

PR Checklist

Overview

I copied those checks from Prettier repo, they are originally copied from typescript package.

@nx-cloud
Copy link

nx-cloud bot commented Mar 13, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 0de70f4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 29 targets

Sent with 💌 from NxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @fisker!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.

@netlify
Copy link

netlify bot commented Mar 13, 2023

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 5e7050b
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/64124f810163f80008466c74
😎 Deploy Preview https://deploy-preview-6615--typescript-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 settings.

@fisker fisker marked this pull request as ready for review March 13, 2023 09:11
@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

Merging #6615 (1c617a1) into v6 (957bdcb) will increase coverage by 1.57%.
The diff coverage is 15.25%.

❗ Current head 1c617a1 differs from pull request most recent head 5e7050b. Consider uploading reports for the commit 5e7050b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##               v6    #6615      +/-   ##
==========================================
+ Coverage   85.52%   87.09%   +1.57%     
==========================================
  Files         372      365       -7     
  Lines       12694    12545     -149     
  Branches     3754     3724      -30     
==========================================
+ Hits        10856    10926      +70     
+ Misses       1480     1237     -243     
- Partials      358      382      +24     
Flag Coverage Δ
unittest 87.09% <15.25%> (+1.57%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/typescript-estree/src/node-utils.ts 61.76% <0.00%> (-0.86%) ⬇️
packages/typescript-estree/src/convert.ts 29.89% <17.64%> (-1.88%) ⬇️

... and 28 files with indirect coverage changes

@bradzacher bradzacher added this to the 6.0.0 milestone Mar 13, 2023
@nx-cloud
Copy link

nx-cloud bot commented Mar 13, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 5e7050b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 30 targets

Sent with 💌 from NxCloud.

Copy link
Member

@bradzacher bradzacher left a comment

Choose a reason for hiding this comment

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

LGTM! THanks!

@bradzacher bradzacher added the enhancement New feature or request label Mar 15, 2023
@bradzacher bradzacher changed the title feat: check modifiers on every node feat(typescript-estree): check modifiers on every node Mar 15, 2023
@bradzacher bradzacher merged commit 62d6230 into typescript-eslint:v6 Mar 15, 2023
39 checks passed
@fisker fisker deleted the check-modifiers branch March 15, 2023 23:50
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants