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

Change yarn to pnpm and remove deprecated dependencies #245

Merged
merged 10 commits into from Dec 6, 2023

Conversation

zoldyzdk
Copy link
Member

@zoldyzdk zoldyzdk commented Dec 4, 2023

Closes #238

Feature

Foi trocado o yarn pelo pnpm, também foi excluido algumas dependencias depreciadas.

Checklist
  • Issue linked
  • Build working correctly
  • Tests created
Additional info
  • Projeto Rodando com pnpm

image

PiluVitu
PiluVitu previously approved these changes Dec 4, 2023
hxsggsz
hxsggsz previously approved these changes Dec 4, 2023
Copy link
Member

@aalmeida00 aalmeida00 left a comment

Choose a reason for hiding this comment

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

Atualiza a documentação/readme de como vai ficar os comandos agora, e as dependencias pra rodar o projeto.

@zoldyzdk zoldyzdk dismissed stale reviews from hxsggsz and PiluVitu via 6587b1e December 4, 2023 19:47
Copy link
Member

@GabrielTrindadeC GabrielTrindadeC left a comment

Choose a reason for hiding this comment

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

trocar o yarn das actions pra pnpm

Copy link
Member

@aalmeida00 aalmeida00 left a comment

Choose a reason for hiding this comment

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

Tem que mudar no dependabot também

@alvarogfn
Copy link
Contributor

Copy link
Contributor

@alvarogfn alvarogfn left a comment

Choose a reason for hiding this comment

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

Você pode aproveitar as funcionalidades do pnpm para deixar mais fácil do pessoal utilizar o projeto.

No .npmrc, você pode adicionar o seguinte conteúdo:

use-node-version=18.18.2
node-version=12.22.0
engine-strict=true

O use-node-version vai fazer o papel do nvm, e setar a versão do node automaticamente.
O node-version vai bloquear dependencias que não suportam a versão 18 do node.
O engine-strict vai bloquear o usuário de utilizar outras versões do node.

Se quiser saber mais, dá uma olhada na documentação do pnpm: https://pnpm.io/npmrc

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
.github/workflows/main.yml Show resolved Hide resolved
@zoldyzdk
Copy link
Member Author

zoldyzdk commented Dec 5, 2023

trocar o yarn das actions pra pnpm

Feito!

@zoldyzdk
Copy link
Member Author

zoldyzdk commented Dec 5, 2023

Tem que mudar no dependabot também

Ajustado!

Copy link
Collaborator

@Alecell Alecell left a comment

Choose a reason for hiding this comment

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

EU SÓ QUERO SABER QUEM AUTORIZOU UMA TASK HEREGE DESSAS PASSAR U.U

@Alecell Alecell merged commit 95e10d0 into devhatt:master Dec 6, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace yarn to pnpm in this project
7 participants