From 209f0dc7eeaf176444a3a3d2491d10ea77cafd9a Mon Sep 17 00:00:00 2001 From: 9renpoto <9renpoto@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:22:35 +0000 Subject: [PATCH] bump: v10.4.0 --- CHANGELOG.md | 31 ++++++++++++++++++++++ example/package.json | 2 +- package-lock.json | 10 +++---- packages/nestjs-firebase/package.json | 2 +- packages/nestjs-graphql-relay/package.json | 2 +- packages/nestjs-slack-webhook/package.json | 7 +++-- packages/nestjs-zendesk/package.json | 2 +- 7 files changed, 45 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e34c61a4a..cf07d3bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## v10.4.0 (2024-02-06) + + +## What's Changed +### Other Changes +* chore(deps): update dependency @9renpoto/tsconfig to v7.7.4 by @renovate in https://github.com/g59/nestjs-plugins/pull/1760 +* Delete .github/renovate.json by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1761 +* chore(deps-dev): bump @google-cloud/storage from 7.6.0 to 7.7.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1764 +* chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1765 +* chore(deps-dev): bump @types/jest from 29.5.10 to 29.5.11 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1766 +* chore(deps-dev): bump @nestjs/testing from 10.2.10 to 10.3.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1769 +* chore(deps): bump @nestjs/platform-fastify from 10.2.10 to 10.3.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1770 +* chore(deps): bump @apollo/server from 4.9.5 to 4.10.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1772 +* chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1776 +* chore(deps): bump @nestjs/cli from 10.2.1 to 10.3.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1774 +* chore(deps-dev): bump sqlite3 from 5.1.6 to 5.1.7 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1773 +* chore(deps-dev): bump @9renpoto/tsconfig from 7.7.4 to 7.8.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1777 +* chore(deps-dev): bump @google-cloud/firestore from 7.1.0 to 7.2.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1780 +* chore: use biome by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1781 +* chore: group nestjs by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1788 +* chore(deps-dev): bump @types/uuid from 9.0.7 to 9.0.8 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1787 +* chore(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1782 +* chore(deps-dev): bump @nestjs/testing from 10.3.0 to 10.3.1 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1784 +* fix(.github): group nestjs by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1789 +* chore(deps): bump the nestjs group with 1 update by @dependabot in https://github.com/g59/nestjs-plugins/pull/1790 +* chore(deps-dev): bump @types/validator from 13.11.7 to 13.11.8 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1775 +* chore(deps-dev): bump @google-cloud/firestore from 7.2.0 to 7.3.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1791 +* chore(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1794 + + +**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.3.0...v10.4.0 ## v10.3.0 (2023-11-23) diff --git a/example/package.json b/example/package.json index 81ab13831..36105e395 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "10.3.0", + "version": "10.4.0", "private": true, "description": "nestjs-plugins examples", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index 1d0b005fc..86ecd7ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ } }, "example": { - "version": "10.3.0", + "version": "10.4.0", "license": "MIT", "dependencies": { "@apollo/server": "^4.10.0", @@ -13298,7 +13298,7 @@ } }, "packages/nestjs-firebase": { - "version": "10.3.0", + "version": "10.4.0", "license": "MIT", "devDependencies": { "@google-cloud/firestore": "^7.3.0", @@ -13310,7 +13310,7 @@ } }, "packages/nestjs-graphql-relay": { - "version": "10.3.0", + "version": "10.4.0", "license": "MIT", "devDependencies": { "@types/validator": "^13.11.8", @@ -13327,7 +13327,7 @@ } }, "packages/nestjs-slack-webhook": { - "version": "10.3.0", + "version": "10.4.0", "license": "MIT", "peerDependencies": { "@nestjs/common": "^10.0.0", @@ -13335,7 +13335,7 @@ } }, "packages/nestjs-zendesk": { - "version": "10.3.0", + "version": "10.4.0", "license": "MIT", "devDependencies": { "@nestjs/testing": "^10.3.1" diff --git a/packages/nestjs-firebase/package.json b/packages/nestjs-firebase/package.json index ec880eb6b..34a1dda25 100644 --- a/packages/nestjs-firebase/package.json +++ b/packages/nestjs-firebase/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-firebase", - "version": "10.3.0", + "version": "10.4.0", "description": "@nestjs with firebase", "license": "MIT", "homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase", diff --git a/packages/nestjs-graphql-relay/package.json b/packages/nestjs-graphql-relay/package.json index f48a0b26c..0191bafc5 100644 --- a/packages/nestjs-graphql-relay/package.json +++ b/packages/nestjs-graphql-relay/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-graphql-relay", - "version": "10.3.0", + "version": "10.4.0", "description": "@nestjs/graphql + graphql-relay + typeorm", "license": "MIT", "repository": { diff --git a/packages/nestjs-slack-webhook/package.json b/packages/nestjs-slack-webhook/package.json index b0df7f806..ffa5e28d9 100644 --- a/packages/nestjs-slack-webhook/package.json +++ b/packages/nestjs-slack-webhook/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-slack-webhook", - "version": "10.3.0", + "version": "10.4.0", "description": "Nest.js + slack-webhook", "license": "MIT", "repository": { @@ -17,7 +17,10 @@ "clean": "tsc --build --clean", "lint": "tsc -p . --noEmit" }, - "keywords": ["nest", "slack-webhook"], + "keywords": [ + "nest", + "slack-webhook" + ], "peerDependencies": { "@nestjs/common": "^10.0.0", "@slack/webhook": "^6.0.0 || ^7.0.0" diff --git a/packages/nestjs-zendesk/package.json b/packages/nestjs-zendesk/package.json index ac0f66d48..51dc40a99 100644 --- a/packages/nestjs-zendesk/package.json +++ b/packages/nestjs-zendesk/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-zendesk", - "version": "10.3.0", + "version": "10.4.0", "description": "", "license": "MIT", "repository": {