-
Notifications
You must be signed in to change notification settings - Fork 100
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
Bump Dev Dependencies #1528
Bump Dev Dependencies #1528
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yomitan/ext/js/dom/document-util.js
Lines 501 to 502 in 0a04fa1
// @ts-expect-error - zoom is a non-standard property. | |
typeof style.zoom === 'string' |
This is broken by the latest typescript update and gets a "why is this @ts-expect-error here" but json.test.js
fails without it for some reason. So we can't update Typescript until we figure out why the test is failing without the comment in newer versions of Typescript.
@@ -38,5 +38,6 @@ | |||
], | |||
"url": "/ext/data/schemas/recommended-dictionaries-schema.json" | |||
} | |||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is so vscode uses the workspace version of ts and doesn't yell at you about stuff that's erroring in the latest version
Replaces #802