Anton Khitrenovich

Results 23 comments of Anton Khitrenovich

Our use case is very similar to what @will-fagerstrom just described, with a twist of Lambda Layers. We pack all 3rd party deps to the shared layer (as described [here](https://technotes.khitrenovich.com/repeatable-build-for-lambda-layers-with-yarn-workspaces/))...

@isaacs - Thank you for pointing out the proposal in #375. Unfortunately, I don't think it will help in the case I described above. As you've mentioned in the proposal,...

> @khitrenovich So, iiuc, you're relying on all dependencies being local to the workspace's `node_modules` folder so that you can `npm pack` that folder (or zip/tgz/git archive, whatever) and get...

Same issue here when bumping `@aws-sdk` packages from 3.36.x to latest.... Do you have any updates. please?

> Same issue here when bumping `@aws-sdk` packages from 3.36.x to latest.... Do you have any updates. please? Update (May 23, 2022) - Bump to v3.95 across the board of...

@ajredniwja My apologies for tagging you directly here. I'm desperately looking for any updates about the issue, since currently we are stuck at a really old version of AWS SDK...

According to the printouts from @morevolk-latei, the keys in the object form are now strings instead of integers. If so, the fix can be pretty simple - just replace ```...

The "dirty workaround" from above didn't work for me, but switching to circus runner did - https://github.com/facebook/jest/blob/master/packages/jest-circus/README.md.

Note that as a product maintainer, I don't want to be able to combine existing dependabot PRs (since I don't want to pay for a dozen of CI cycles when...

> @khitrenovich, I was actually thinking about it more... The `dependabot.yml` file makes most sense. I'd just need to have it dropped in each repo and is probably actually faster...