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

build(deps-dev): bump firebase-tools from 13.7.2 to 13.9.0 #66

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Informe o bug que você encontrou
title: "[BUG] <título do bug>"
labels: bug
assignees: NicolasCBV

---

**Descreva o bug**
Descreva de maneira precisa o que é este bug

**Como reproduzir**
Passos para detectar o bug:
1. Vá para '...'
2. Clique em '....'
3. Veja o erro

**Comportamento esperado**
Uma descrição clara a concisa sobre o que era esperado que acontecesse.

**Prints**
Se aplicável, adicione prints para ajudar no processo.

**Informações do hardware:**
- OS: [Windows, MacOS, etc]
- Navegador [chrome, safari, etc]
- Versão [21, 22, etc]

**Contexto adicional**
Adicione qualquer contexto adicional do problema aqui, se necessário.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/nova-funcionalidade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Nova funcionalidade
about: Sugira uma nova funcionalidade
title: "[FEATURE] <título da funcionalidade>"
labels: enhancement
assignees: NicolasCBV

---

**A sua funcionalidade é relacionada a algum problema que você encontrou? Descreva-o**
Descreva aqui, se necessário, o que te frustrou no sistema de maneira clara e concisa.

**Descreva a funcionalidade que você sugere**
Descreva aqui a funcionalidade que você cogitou adicionar no sistema. Seja direto ao ponto.

**Descreva outras alternativas que você pensou**
Descreva outras alternativas que você pode ter pensado

**Contexto adicional**
Adicione aqui, um contexto adicional, caso necessário.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Resuma o seu PR em até 5 linhas:

## Selecione o tipo de mudanças feitas:
- [ ] Bug fix
- [ ] Novas funcionalidades
- [ ] Atualização da documentação
- [ ] Atualização dos testes
- [ ] Modificações relacionadas a CI/CD
- [ ] Refatoração do código
- [ ] Outro:

## Este PR gera alguma breaking change? Se sim, onde?
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- ".github/workflows/**"
- "functions/**"
- "package.json"
- "pnpm-lock.yaml"
branches:
- '**'
- '!main'
Expand Down
40 changes: 23 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,25 @@
"watch": {
"functions:createkeyfnc": {
"quiet": true,
"patterns": ["dist"],
"patterns": [
"dist"
],
"delay": 1500,
"extensions": "js"
},
"functions:deletekeyfnc": {
"quiet": true,
"patterns": ["dist"],
"patterns": [
"dist"
],
"delay": 1500,
"extensions": "js"
},
"functions:updatekeyfnc": {
"quiet": true,
"patterns": ["dist"],
"patterns": [
"dist"
],
"delay": 1500,
"extensions": "js"
}
Expand All @@ -52,35 +58,35 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"dotenv": "^16.4.1",
"dotenv-cli": "^7.3.0",
"firebase-admin": "^12.0.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"firebase-admin": "^12.1.0",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.1",
"winston": "^3.11.0",
"reflect-metadata": "^0.2.2",
"winston": "^3.13.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.0",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"commitizen": "^4.3.0",
"commitlint": "^18.6.0",
"commitlint": "^19.3.0",
"concurrently": "^8.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"firebase-tools": "^13.1.0",
"husky": "^9.0.10",
"eslint": "^8.57.0",
"firebase-tools": "^13.9.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"npm-watch": "^0.11.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
Loading
Loading