From 569fa30b57e94b8e94eda588e31e0437c6810054 Mon Sep 17 00:00:00 2001 From: 9renpoto <520693+9renpoto@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:26:42 +0000 Subject: [PATCH] bump: v10.6.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++ example/package.json | 2 +- package-lock.json | 10 ++++---- packages/nestjs-firebase/package.json | 7 +++-- packages/nestjs-graphql-relay/package.json | 8 ++++-- packages/nestjs-slack-webhook/package.json | 7 +++-- packages/nestjs-zendesk/package.json | 7 +++-- 7 files changed, 57 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1e0f7bc..f5984b75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## v10.6.0 (2024-07-02) + + +## What's Changed +### Other Changes +* chore(deps): bump @apollo/server from 4.10.2 to 4.10.4 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1831 +* chore(deps): bump the nestjs group with 2 updates by @dependabot in https://github.com/g59/nestjs-plugins/pull/1830 +* chore(deps-dev): bump @google-cloud/storage from 7.9.0 to 7.10.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1828 +* chore(deps-dev): bump @google-cloud/firestore from 7.6.0 to 7.7.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1836 +* chore(deps-dev): bump jest-mock-extended from 3.0.6 to 3.0.7 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1834 +* chore(deps-dev): bump @types/validator from 13.11.9 to 13.11.10 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1837 +* chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1839 +* chore(deps-dev): bump @google-cloud/storage from 7.10.0 to 7.11.1 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1840 +* chore(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1841 +* chore(.github): weekly update by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1842 +* chore(deps-dev): bump @google-cloud/firestore from 7.7.0 to 7.8.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1848 +* chore(deps-dev): bump @biomejs/biome from 1.7.3 to 1.8.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1845 +* chore(deps): bump the nestjs group with 2 updates by @dependabot in https://github.com/g59/nestjs-plugins/pull/1844 +* chore(deps-dev): bump @google-cloud/storage from 7.11.1 to 7.11.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1847 +* chore(deps-dev): bump @grpc/grpc-js from 1.8.21 to 1.8.22 in the npm_and_yarn group by @dependabot in https://github.com/g59/nestjs-plugins/pull/1850 +* chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory by @dependabot in https://github.com/g59/nestjs-plugins/pull/1851 +* chore(deps): bump uuid from 9.0.1 to 10.0.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1846 +* chore(deps-dev): bump @types/uuid from 9.0.8 to 10.0.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1857 +* chore(deps-dev): bump @biomejs/biome from 1.8.0 to 1.8.2 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1856 +* chore(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1853 +* chore(deps-dev): bump @types/validator from 13.11.10 to 13.12.0 by @dependabot in https://github.com/g59/nestjs-plugins/pull/1854 +* chore(deps): bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group by @dependabot in https://github.com/g59/nestjs-plugins/pull/1855 + + +**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.5.0...v10.6.0 ## v10.5.0 (2024-04-13) diff --git a/example/package.json b/example/package.json index f23a4bb02..abdfe3148 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "10.5.0", + "version": "10.6.0", "private": true, "description": "nestjs-plugins examples", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index 8e3fc05c5..37e96dbdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ } }, "example": { - "version": "10.5.0", + "version": "10.6.0", "license": "MIT", "dependencies": { "@apollo/server": "^4.10.4", @@ -13486,7 +13486,7 @@ } }, "packages/nestjs-firebase": { - "version": "10.5.0", + "version": "10.6.0", "license": "MIT", "devDependencies": { "@google-cloud/firestore": "^7.8.0", @@ -13498,7 +13498,7 @@ } }, "packages/nestjs-graphql-relay": { - "version": "10.5.0", + "version": "10.6.0", "license": "MIT", "devDependencies": { "@types/validator": "^13.12.0", @@ -13515,7 +13515,7 @@ } }, "packages/nestjs-slack-webhook": { - "version": "10.5.0", + "version": "10.6.0", "license": "MIT", "peerDependencies": { "@nestjs/common": "^10.0.0", @@ -13523,7 +13523,7 @@ } }, "packages/nestjs-zendesk": { - "version": "10.5.0", + "version": "10.6.0", "license": "MIT", "devDependencies": { "@nestjs/testing": "^10.3.9" diff --git a/packages/nestjs-firebase/package.json b/packages/nestjs-firebase/package.json index a57ebbf3a..9f700df0a 100644 --- a/packages/nestjs-firebase/package.json +++ b/packages/nestjs-firebase/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-firebase", - "version": "10.5.0", + "version": "10.6.0", "description": "@nestjs with firebase", "license": "MIT", "homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase", @@ -10,7 +10,10 @@ "clean": "tsc --build --clean", "lint": "tsc -p . --noEmit" }, - "keywords": ["nest", "firebase"], + "keywords": [ + "nest", + "firebase" + ], "peerDependencies": { "@nestjs/common": "^10.0.0", "firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0" diff --git a/packages/nestjs-graphql-relay/package.json b/packages/nestjs-graphql-relay/package.json index f8c82a1a0..0eb1e462a 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.5.0", + "version": "10.6.0", "description": "@nestjs/graphql + graphql-relay + typeorm", "license": "MIT", "repository": { @@ -17,7 +17,11 @@ "clean": "tsc --build --clean", "lint": "tsc -p . --noEmit" }, - "keywords": ["nest", "graphql-relay", "typeorm"], + "keywords": [ + "nest", + "graphql-relay", + "typeorm" + ], "peerDependencies": { "@apollo/gateway": "^2.0.0", "@nestjs/graphql": "^12.0.0", diff --git a/packages/nestjs-slack-webhook/package.json b/packages/nestjs-slack-webhook/package.json index 84653539f..fd795e3d6 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.5.0", + "version": "10.6.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 c4ecc6032..6717cfe44 100644 --- a/packages/nestjs-zendesk/package.json +++ b/packages/nestjs-zendesk/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-zendesk", - "version": "10.5.0", + "version": "10.6.0", "description": "", "license": "MIT", "repository": { @@ -18,7 +18,10 @@ "clean": "tsc --build --clean", "lint": "tsc -p . --noEmit" }, - "keywords": ["nest", "zendesk"], + "keywords": [ + "nest", + "zendesk" + ], "peerDependencies": { "node-zendesk": "^5.0.0" },