Skip to content

Commit

Permalink
Release v1.29.1 (#862)
Browse files Browse the repository at this point in the history
## Release v1.29.1

### 🧹 Chore

* **deps**: bump @faker-js/faker from 8.4.0 to 8.4.1
* **deps**: bump @fastify/static from 6.12.0 to 7.0.1
* **deps**: bump fastify from 4.26.0 to 4.26.1
* **deps**: bump husky from 9.0.10 to 9.0.11
* **deps**: bump mongoose from 8.1.1 to 8.1.2
* **deps**: bump mongoose from 8.1.2 to 8.1.3
* **deps**: bump mongoose from 8.1.3 to 8.2.0
* **deps**: bump radash from 11.0.0 to 12.0.0
* **deps**: bump reflect-metadata from 0.1.14 to 0.2.1
* **deps**: bump semantic-release from 23.0.1 to 23.0.2
* **deps**: bump the commitlint group with 1 update
* **deps**: bump the commitlint group with 2 updates
* **deps**: bump the eslint group with 1 update
* **deps**: bump the eslint group with 1 update
* **deps**: bump the nest group with 1 update
* **deps**: bump the nest group with 4 updates
* **deps**: bump the nest group with 5 updates
* **deps**: bump the nest group with 7 updates
* **deps**: bump the stryker group with 3 updates
* **deps**: bump the stryker group with 3 updates
* **deps**: bump the types group with 1 update
* **deps**: bump the types group with 1 update
* **deps**: bump the types group with 1 update
* **deps**: bump the types group with 2 updates
* **deps**: bump the types group with 2 updates
* **deps**: bump type-fest from 4.10.2 to 4.10.3
* **github-actions**: bump morrisoncole/pr-lint-action from 1.7.0 to
1.7.1
* **github-actions**: bump pnpm/action-setup from 2 to 3
  • Loading branch information
antoinezanardi committed Feb 23, 2024
2 parents 88ef51a + 377753f commit b96b3d2
Show file tree
Hide file tree
Showing 7 changed files with 709 additions and 658 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand All @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand All @@ -163,7 +163,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-tags: true

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-name-into-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Lint Pull Request Name 🔃
uses: morrisoncole/pr-lint-action@v1.7.0
uses: morrisoncole/pr-lint-action@v1.7.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
title-regex: ^(?<type>build|tech|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(?<scope>\(\w+(-\w+)*\)?((?=:\s)|(?=!:\s)))(?<breaking>!)?(?<subject>:\s.+)$
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
persist-credentials: false

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upsert-pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
git merge main
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,71 +70,71 @@
"gcloud:deploy": "gcloud app deploy"
},
"dependencies": {
"@fastify/static": "^6.12.0",
"@nestjs/common": "^10.3.1",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.1",
"@nestjs/mongoose": "^10.0.2",
"@nestjs/platform-express": "^10.3.1",
"@nestjs/platform-fastify": "^10.3.1",
"@nestjs/swagger": "^7.2.0",
"@nestjs/terminus": "^10.2.1",
"@fastify/static": "^7.0.1",
"@nestjs/common": "^10.3.3",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.3",
"@nestjs/mongoose": "^10.0.4",
"@nestjs/platform-express": "^10.3.3",
"@nestjs/platform-fastify": "^10.3.3",
"@nestjs/swagger": "^7.3.0",
"@nestjs/terminus": "^10.2.3",
"@types/lodash": "^4.14.202",
"@types/validator": "^13.11.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dot-object": "^2.1.4",
"fastify": "^4.26.0",
"fastify": "^4.26.1",
"is-ci": "^3.0.1",
"isobject": "^4.0.0",
"lodash": "^4.17.21",
"mongoose": "^8.1.1",
"mongoose": "^8.2.0",
"qs": "^6.11.2",
"radash": "^11.0.0",
"reflect-metadata": "^0.1.14",
"radash": "^12.0.0",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@cucumber/cucumber": "^10.3.1",
"@faker-js/faker": "^8.4.0",
"@nestjs/cli": "^10.3.1",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.1",
"@faker-js/faker": "^8.4.1",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@stryker-mutator/core": "^8.2.3",
"@stryker-mutator/jest-runner": "^8.2.3",
"@stryker-mutator/typescript-checker": "^8.2.3",
"@stryker-mutator/core": "^8.2.5",
"@stryker-mutator/jest-runner": "^8.2.5",
"@stryker-mutator/typescript-checker": "^8.2.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest-when": "^3.5.5",
"@types/node": "^20.11.16",
"@types/node": "^20.11.20",
"@types/qs": "^6.9.10",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"expect": "^29.7.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-when": "^3.6.0",
"light-my-request": "^5.11.0",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.4",
"semantic-release": "^23.0.1",
"semantic-release": "^23.0.2",
"semantic-release-export-data": "^1.0.1",
"source-map-support": "^0.5.20",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"type-fest": "^4.10.2",
"type-fest": "^4.10.3",
"typescript": "^5.3.3",
"validate-branch-name": "^1.3.0"
},
Expand Down

0 comments on commit b96b3d2

Please sign in to comment.