Skip to content

Commit

Permalink
ci(rebase): merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Jan 16, 2025
2 parents 2f8e116 + 7089735 commit 49093fe
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20.18.0', '22.11.0' ]
node: [ '20.18.1', '22.13.0' ]
name: "Build"
steps:
- name: "⚙ Set up NodeJS v${{ matrix.node }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20.18.0', '22.11.0' ]
node: [ '20.18.1', '22.13.0' ]
name: "Build"
steps:
- name: "⚙ Set up NodeJS v${{ matrix.node }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20.18.0', '22.11.0' ]
node: [ '20.18.1', '22.13.0' ]
name: "Build"
steps:
- name: "⚙ Set up NodeJS v${{ matrix.node }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20.18.0', '22.11.0' ]
node: [ '20.18.1', '22.13.0' ]
name: "Build"
steps:
- name: "⚙ Set up NodeJS v${{ matrix.node }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20.18.0' ]
node: [ '20.18.1' ]
name: "Release"
steps:
- name: "⚙ Set up NodeJS v${{ matrix.node }}"
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

---

## [4.0.0](https://github.com/rudemex/nestjs-starter/compare/v3.4.5...v4.0.0) (2025-01-16)


### ⚠ BREAKING CHANGES

* update nestjs dependencies to v11

### ✨ Features

* update nestjs dependencies to v11 ([2eaba46](https://github.com/rudemex/nestjs-starter/commit/2eaba4682585c0f56ff15c856cef56c5433e501e))


### 👨‍💻 Chores

* update versions ([f7e104c](https://github.com/rudemex/nestjs-starter/commit/f7e104cc8ec262efd53d76329edfcf1629e64bd2))

### [3.4.5](https://github.com/rudemex/nestjs-starter/compare/v3.4.4...v3.4.5) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@



ARG NODE_VERSION=20.18.0-alpine
ARG NODE_VERSION=20.18.1-alpine
ARG NODE_ENV=build
ARG APP_PORT=8080
ARG IMAGE_NAME=nestjs-starter
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<p align="center">
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NodeJS&message=v20.18.1&labelColor=339933&color=757575&logoColor=FFFFFF&logo=Node.js" alt="Node.js"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NPM&message=v10.9.2&labelColor=CB3837&logoColor=FFFFFF&color=757575&logo=npm" alt="Npm"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NestJS&message=v10.4.15&labelColor=E0234E&logoColor=FFFFFF&color=757575&logo=Nestjs" alt="NestJs"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NPM&message=v11.0.0&labelColor=CB3837&logoColor=FFFFFF&color=757575&logo=npm" alt="Npm"/>
<img src="https://img.shields.io/static/v1.svg?style=flat&label=NestJS&message=v11.0.1&labelColor=E0234E&logoColor=FFFFFF&color=757575&logo=Nestjs" alt="NestJs"/>
<a href="https://github.com/rudemex/nestjs-starter/releases/latest">
<img alt="Last Release" src="https://img.shields.io/github/v/tag/rudemex/nestjs-starter?label=release">
</a>
Expand Down Expand Up @@ -89,8 +89,8 @@ Reduce exposición de datos sensibles. El BFF contiene API's que filtran estos d

- Node.js v20.18.1 or higher ([Download](https://nodejs.org/es/download/))
- YARN v1.22.22 or higher
- NPM v10.9.2 or higher
- NestJS v10.4.15 or higher ([Documentación](https://nestjs.com/))
- NPM v11.0.0 or higher
- NestJS v11.0.1 or higher ([Documentación](https://nestjs.com/))

<a name="install-dependencies"></a>

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker-compose.yml - Only for local debug purposes
# docker-compose up -d elasticsearch kibana jaeger camunda redis mongo mysql postgres pgadmin
# docker-compose up -d elasticsearch kibana jaeger camunda redis mongo mysql postgres pgadmin grafana
services:
postgres:
image: postgres:13
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"dependencies": {
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
"@nestjs/common": "^10.4.15",
"@nestjs/common": "^11.0.1",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-express": "^10.4.15",
"@nestjs/swagger": "^8.1.0",
"@tresdoce-nestjs-toolkit/archetype": "^1.2.8",
"@tresdoce-nestjs-toolkit/http-client": "^1.3.8",
"@tresdoce-nestjs-toolkit/paas": "^1.3.8",
"@nestjs/core": "^11.0.1",
"@nestjs/platform-express": "^11.0.1",
"@nestjs/swagger": "^11.0.0",
"@tresdoce-nestjs-toolkit/archetype": "^2.0.0",
"@tresdoce-nestjs-toolkit/http-client": "^2.0.0",
"@tresdoce-nestjs-toolkit/paas": "^2.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.5",
Expand All @@ -80,33 +80,33 @@
"@commitlint/config-conventional": "^19.6.0",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@tresdoce-nestjs-toolkit/commons": "^1.2.14",
"@tresdoce-nestjs-toolkit/test-utils": "^2.2.8",
"@nestjs/testing": "^11.0.1",
"@tresdoce-nestjs-toolkit/commons": "^1.2.15",
"@tresdoce-nestjs-toolkit/test-utils": "^3.0.0",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.8",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.11",
"lint-staged": "^15.4.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"standard-version": "^9.5.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.5
4.0.0

0 comments on commit 49093fe

Please sign in to comment.