Skip to content

chore: remove unused downlevel-dts #11034

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

Merged

Conversation

JoshuaKGoldberg
Copy link
Member

PR Checklist

Overview

🔪

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @JoshuaKGoldberg!

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.

Copy link

netlify bot commented Apr 7, 2025

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit c4e843d
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/67fd02ef7649fc00085530eb
😎 Deploy Preview https://deploy-preview-11034--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99 (🟢 up 11 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 98 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

Copy link

nx-cloud bot commented Apr 7, 2025

View your CI Pipeline Execution ↗ for commit c4e843d.

Command Status Duration Result
nx run eslint-plugin:test -- --coverage ✅ Succeeded 6m 11s View ↗
nx test eslint-plugin ✅ Succeeded 7m 45s View ↗
nx test ast-spec ✅ Succeeded 16s View ↗
nx run types:build ✅ Succeeded 1s View ↗
nx typecheck ast-spec ✅ Succeeded 5s View ↗
nx run-many --target=build --exclude website --... ✅ Succeeded 1m 8s View ↗
nx test typescript-estree ✅ Succeeded 1m 1s View ↗
nx run scope-manager:test -- --coverage ✅ Succeeded 12s View ↗
Additional runs (24) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-04-14 13:09:37 UTC

Copy link
Contributor

@aryaemami59 aryaemami59 left a comment

Choose a reason for hiding this comment

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

Left some comments.

@JoshuaKGoldberg
Copy link
Member Author

Heh, I should have sent this as a draft first and re-read it. thanks :) will take the suggestions

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as draft April 8, 2025 13:41
JoshuaKGoldberg and others added 2 commits April 9, 2025 08:15
Co-authored-by: Arya Emami <aryaemami59@yahoo.com>
Copy link

codecov bot commented Apr 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.17%. Comparing base (6e03f7c) to head (c4e843d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11034   +/-   ##
=======================================
  Coverage   88.17%   88.17%           
=======================================
  Files         497      497           
  Lines       17840    17840           
  Branches     4803     4803           
=======================================
  Hits        15730    15730           
  Misses       1775     1775           
  Partials      335      335           
Flag Coverage Δ
unittest 88.17% <ø> (ø)

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review April 9, 2025 12:47
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist && rimraf _ts4.3 && rimraf coverage",
"postclean": "rimraf dist/ coverage/",
Copy link
Member Author

Choose a reason for hiding this comment

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

Question: is there a reason the suggestion added /s at the end? I can never keep track which tools prefer to exclude or include them 😄

Copy link
Contributor

Choose a reason for hiding this comment

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

It's just to be explicit about the fact that they're directories.

Copy link
Contributor

@aryaemami59 aryaemami59 left a comment

Choose a reason for hiding this comment

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

Looking good.

kirkwaiblinger
kirkwaiblinger previously approved these changes Apr 10, 2025
Copy link
Member

@kirkwaiblinger kirkwaiblinger left a comment

Choose a reason for hiding this comment

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

🔪

@kirkwaiblinger kirkwaiblinger added the 1 approval >=1 team member has approved this PR; we're now leaving it open for more reviews before we merge label Apr 10, 2025
bradzacher
bradzacher previously approved these changes Apr 10, 2025
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.

what_can_i_say_except_delete (1).gif

@JoshuaKGoldberg JoshuaKGoldberg merged commit f1ceade into typescript-eslint:main Apr 14, 2025
52 of 55 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
1 approval >=1 team member has approved this PR; we're now leaving it open for more reviews before we merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repo: Remove never-used downlevel-dts
4 participants