Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## v10.7.0 (2025-09-02)
<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Other Changes
* chore: upgrade nestjs v11 by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1940
* chore(deps): bump the nestjs group with 2 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1942
* chore(deps-dev): bump @types/validator from 13.12.2 to 13.12.3 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1944
* chore(deps): bump the nestjs group with 2 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1945
* chore(deps): bump the nestjs group with 3 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1947
* chore(deps-dev): bump @types/ws from 8.18.0 to 8.18.1 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1948
* chore(deps): bump @nestjs/common from 11.0.11 to 11.0.12 in the npm_and_yarn group by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1946
* chore(deps-dev): bump @google-cloud/storage from 7.15.2 to 7.16.0 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1950
* chore(deps-dev): bump ts-jest from 29.2.6 to 29.3.2 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1952
* chore(deps): bump @apollo/server from 4.11.3 to 4.12.0 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1953
* chore(deps): bump the nestjs group with 3 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1951
* chore(deps): bump @nestjs/common from 11.0.13 to 11.0.20 in the npm_and_yarn group by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1954
* chore(deps-dev): bump ts-jest from 29.3.2 to 29.3.4 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1958
* chore(deps): bump @apollo/server from 4.12.0 to 4.12.1 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1959
* chore(deps-dev): bump @google-cloud/firestore from 7.11.0 to 7.11.1 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1960
* chore(deps-dev): bump @types/validator from 13.12.3 to 13.15.1 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1961
* chore(deps): bump @apollo/server from 4.12.1 to 4.12.2 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1962
* chore(deps): bump the nestjs group with 3 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1955
* chore(deps-dev): bump @types/validator from 13.15.1 to 13.15.2 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1965
* chore(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1964
* feat: Upgrade NestJS and other dependencies by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1971


**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.6.0...v10.7.0
## v10.6.0 (2025-03-03)
<!-- Release notes generated using configuration in .github/release.yml at main -->

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "10.6.0",
"version": "10.7.0",
"private": true,
"description": "nestjs-plugins examples",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions packages/nestjs-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-firebase",
"version": "10.6.0",
"version": "10.7.0",
"description": "@nestjs with firebase",
"license": "MIT",
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase",
Expand All @@ -10,7 +10,10 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": ["nest", "firebase"],
"keywords": [
"nest",
"firebase"
],
"peerDependencies": {
"@nestjs/common": "^11.1.6",
"firebase-admin": "^13.4.0"
Expand Down
8 changes: 6 additions & 2 deletions packages/nestjs-graphql-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-graphql-relay",
"version": "10.6.0",
"version": "10.7.0",
"description": "@nestjs/graphql + graphql-relay + typeorm",
"license": "MIT",
"repository": {
Expand All @@ -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.11.2",
"@nestjs/graphql": "^13.1.0",
Expand Down
7 changes: 5 additions & 2 deletions packages/nestjs-slack-webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-slack-webhook",
"version": "10.6.0",
"version": "10.7.0",
"description": "Nest.js + slack-webhook",
"license": "MIT",
"repository": {
Expand All @@ -17,7 +17,10 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": ["nest", "slack-webhook"],
"keywords": [
"nest",
"slack-webhook"
],
"peerDependencies": {
"@nestjs/common": "^11.1.6",
"@slack/webhook": "^7.0.6"
Expand Down
7 changes: 5 additions & 2 deletions packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-zendesk",
"version": "10.6.0",
"version": "10.7.0",
"description": "",
"license": "MIT",
"repository": {
Expand All @@ -18,7 +18,10 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": ["nest", "zendesk"],
"keywords": [
"nest",
"zendesk"
],
"peerDependencies": {
"node-zendesk": "^6.0.1"
},
Expand Down