-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
dtslint TypeError: DeprecationError: 'originalKeywordKind' #30063
Comments
@MikeMcC399 tsd seems the most equivalent for what we're using this for. This is only used in the CLI to test our types there. I would suggest migrating to tsd: https://github.com/tsdjs/tsd |
Bumping the dtslint version to latest in the meantime - might as well. #30065 |
|
This comment was marked as outdated.
This comment was marked as outdated.
|
Yah, I didn't quite think it would be resolved. Sounds good. |
Current behavior
Executing the following command locally causes multiple errors to be reported:
The errors are similar to:
Desired behavior
should not throw errors.
Test code to reproduce
Cypress Version
Original reported on version
13.13.3
Continues to be reproducible with version
13.15.0
Node version
v18.17.1
Operating System
Ubuntu
22.04.4
LTS andUbuntu
24.04.1
LTSDebug Logs
Other
Cypress is configured to use
[email protected]
which was published 4 years ago.cypress/cli/package.json
Line 94 in 6cce2d7
This package has been deprecated - see https://www.npmjs.com/package/dtslint and https://github.com/Microsoft/dtslint (showing the repo archived).
It appears not to test with TypeScript
v5
despite the error messages.The text was updated successfully, but these errors were encountered: