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

Bump Dev Dependencies #1528

Merged
merged 5 commits into from
Oct 27, 2024
Merged

Bump Dev Dependencies #1528

merged 5 commits into from
Oct 27, 2024

Conversation

MarvNC
Copy link
Member

@MarvNC MarvNC commented Oct 26, 2024

Replaces #802

@MarvNC MarvNC requested a review from a team as a code owner October 26, 2024 09:38
Copy link
Member Author

@MarvNC MarvNC left a comment

Choose a reason for hiding this comment

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

// @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.

https://stackoverflow.com/questions/78488545/how-can-i-tackle-property-zoom-does-not-exist-on-type-cssstyledeclaration

@@ -38,5 +38,6 @@
],
"url": "/ext/data/schemas/recommended-dictionaries-schema.json"
}
]
Copy link
Member Author

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

@MarvNC MarvNC changed the title Bump Stuff Bump Dev Dependencies Oct 26, 2024
@jamesmaa jamesmaa added this pull request to the merge queue Oct 27, 2024
Merged via the queue into yomidevs:master with commit 8e6ce42 Oct 27, 2024
11 checks passed
@MarvNC MarvNC deleted the bump-stuff branch October 27, 2024 17:38
@MarvNC MarvNC added area/dependencies The issue or PR is related to dependencies dependencies Pull requests that update a dependency file labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies The issue or PR is related to dependencies dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants