-
-
Notifications
You must be signed in to change notification settings - Fork 600
refactor: Bump typescript-eslint from 8.47.0 to 8.48.0 #2801
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: Bump typescript-eslint from 8.47.0 to 8.48.0 #2801
Conversation
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.47.0 to 8.48.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
10e8d42 to
28592c1
Compare
…ests.ts Co-authored-by: mtrezza <5673677+mtrezza@users.noreply.github.com>
Co-authored-by: mtrezza <5673677+mtrezza@users.noreply.github.com>
|
🚀 Thanks for opening this pull request! |
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dependabot/npm_and_yarn/typescript-eslint-8.48.0 #2801 +/- ##
=================================================================================
Coverage 99.88% 99.88%
=================================================================================
Files 64 64
Lines 6220 6220
Branches 1488 1472 -16
=================================================================================
Hits 6213 6213
Misses 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5e9cdc9
into
dependabot/npm_and_yarn/typescript-eslint-8.48.0
Pull Request
Issue
Closes: #2800
Approach
typescript-eslint 8.48.0 introduces stricter checking for
@typescript-eslint/no-redundant-type-constituents. TheFieldTypeunion intypes/tests.tstriggers this rule becauseany[]andParse.Pointerare subtypes ofobject.FieldTypeunionobjecttype is intentionally included for testingExclude<FieldType, object>functionalityTasks
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.