Trivikram Kamat

Results 372 comments of Trivikram Kamat

Closing as this was experimental PR, and not worth the change in 150+ files

Bug report https://github.com/renovatebot/renovate/discussions/35136

Feature request https://github.com/renovatebot/renovate/issues/35338

Using packageManager version from devEngines is still not supported by renovate. New bug report created at https://github.com/renovatebot/renovate/discussions/36407

Bug was fixed in `40.61.0` in https://github.com/renovatebot/renovate/pull/36582#issuecomment-2984545103 On re-run, the version used by Renovate was `40.60.1` as changes might not have been propagated to GitHub App. For verification, it needs...

The latest lockfile update was run with renovate v40.62.1, and it correctly detected yarn version from devEngines.

parse-url tests are failing ```console endpoint test case: parse-url.json ✓ simple URL parsing (1 ms) ✓ empty path no slash (1 ms) ✓ empty path with slash (1 ms) ✓...

These tests are not required, since they're implemented in util-endpoints level [https://github.com/smithy-lang/smithy-typescript/tree/main/packages/util-endpoints/src/__mocks__](https://github.com/smithy-lang/smithy-typescript/tree/main/packages/util-endpoints/src/__mocks__)

As @kuhe asked, are you using a version of the ReadableStream polyfill that implements `ReadableStream.prototype.tee()`? The JS SDK v3 required ReadableStream polyfill to work in react-native environment. We added a...

> * Error thrown on both `ListObjects` and `PutObject`: `TypeError: readableStream.tee is not a function (it is undefined)` > If you're encountering the reported error with S3, please downgrade to...