Trivikram Kamat
Trivikram Kamat
AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil
Fixed in https://github.com/aws/aws-sdk-js/pull/4481, and published in https://github.com/aws/aws-sdk-js/releases/tag/v2.1445.0
Heads up: The maintainers would be knowing this already, but eslint v9 is releasing today Details in https://github.com/eslint/eslint/issues/18228 This can bring traffic to typescript-eslint repo for folks trying to upgrade,...
@alexeyraspopov When is this expected to be published? Is it going to be in `1.1.0` or `1.0.2`?
@alexeyraspopov Can you publish `1.0.2` with this fix in the meantime to unblock migrations from chalk? --- I just posted a PR to migrate from `chalk` to `picocolors` in changesets...
If switching to prettier, we should consider using config closest to existing style to reduce diff. For example, the `singleQuote` configuration can be set to true. Another way to incrementally...
This documentation can explain that karma was deprecated in April 2023 https://github.com/karma-runner/karma/pull/3846, and they recommend Web Test Runner as an option.
The architecture might not matter in the dropdown for macOS, as both binaries link to the same `.pkg` installer.
I added `good first issue` and `website redesign` labels if anyone else wants to give it a try.
One workaround is to unblock is to enable [`skipLibCheck`](https://www.typescriptlang.org/tsconfig#skipLibCheck) in TSConfig of application code. This would skip type checking of all declaration files though.