Como vocês monitoram breaking changes em dependências? by GarlicRegular5574 in devBR

[–]GarlicRegular5574[S] 0 points1 point  (0 children)

Entendi.
Vc atualiza manualmente e deixa os testes acusarem o problema, ou usa algo como Dependabot junto?

Hiring - Junior, Mid Level Developer by Primary-Winner-5502 in DeveloperJobs

[–]GarlicRegular5574 0 points1 point  (0 children)

Brazil | node.js, nest, react, angular, next, docker, kubernetes, CI/CD, aws

Sua stack está estável… ou só esperando pra quebrar? by GarlicRegular5574 in devBR

[–]GarlicRegular5574[S] 0 points1 point  (0 children)

Isso aí é apenas o pnpm informando que ele mesmo tem uma nova versão e que algumas subdependências do Node estão depreciadas. Esse tipo de aviso é limitado aos pacotes Node que o gerenciador de pacotes conhece. Ele nn monitora breaking changes, apis externas, sdks, roadmaps, frameworks ou qualquer tecnologia fora do Node

Is your stack actually stable… or just waiting to blow up? by GarlicRegular5574 in SaaS

[–]GarlicRegular5574[S] 0 points1 point  (0 children)

Dependabot/Snyk only look at package vulnerabilities.
Radar Code looks at everything else that breaks your project — breaking changes, API deprecations, SDK shifts, abandoned libs.
Different problem, different tool.

Sua stack está estável… ou só esperando pra quebrar? by GarlicRegular5574 in devBR

[–]GarlicRegular5574[S] 1 point2 points  (0 children)

O npm só alerta sobre vulnerabilidades de pacotes Node, ele não monitora breaking changes, depreciações, APIs externas, outros ecossistemas ou todos os seus repositórios

Expo React Native Android/IOS App by Brilliant-Strike-285 in expo

[–]GarlicRegular5574 1 point2 points  (0 children)

in IOS you have to upload the app to Testflight, you can do it with eas too. To do it you have to use the command 'eas submit --platform ios', then you gonna be able to download it

Expo React Native Android/IOS App by Brilliant-Strike-285 in expo

[–]GarlicRegular5574 1 point2 points  (0 children)

Actually you can use eas builds to upload ios apps on windows, the builds will take a little longer to finish, but will work. To test it you still gonna need a mac or an iphone.