From 2eaba4682585c0f56ff15c856cef56c5433e501e Mon Sep 17 00:00:00 2001 From: Maximiliano Delgado Date: Thu, 16 Jan 2025 14:10:38 -0300 Subject: [PATCH 1/4] feat!: update nestjs dependencies to v11 --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index cb47995..2cec7cd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" } From f7e104cc8ec262efd53d76329edfcf1629e64bd2 Mon Sep 17 00:00:00 2001 From: Maximiliano Delgado Date: Thu, 16 Jan 2025 14:14:51 -0300 Subject: [PATCH 2/4] chore: update versions --- .github/workflows/branches.yml | 2 +- .github/workflows/develop.yml | 2 +- .github/workflows/master.yml | 2 +- .github/workflows/quality.yml | 2 +- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- README.md | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index c352494..078bf25 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -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 }}" diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 382f00b..604d94a 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -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 }}" diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 902cc01..558cdd2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 }}" diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 23d17fd..af99417 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -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 }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7df6e7..e0d9cbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}" diff --git a/Dockerfile b/Dockerfile index 8b7afbd..197f9dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index c634347..2553129 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@

Node.js - Npm - NestJs + Npm + NestJs Last Release @@ -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/)) From 5efbfe617a2923ad2a24b6efbd00aaedfd65d1a6 Mon Sep 17 00:00:00 2001 From: Maximiliano Delgado Date: Thu, 16 Jan 2025 14:24:57 -0300 Subject: [PATCH 3/4] style: change in docker --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1ad653c..579a07f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 From 7089735a2f08eb37af72a98a8162818d8e42abc7 Mon Sep 17 00:00:00 2001 From: GitHub CI/CD bot Date: Thu, 16 Jan 2025 17:35:10 +0000 Subject: [PATCH 4/4] ci(release): bumped version to 4.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ version.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9b1d2..ed95889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version.txt b/version.txt index 3ec370e..0c89fc9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.4.5 \ No newline at end of file +4.0.0 \ No newline at end of file