Skip to content

Commit 1faa032

Browse files
9renpotogithub-actions[bot]
authored andcommitted
bump: v10.7.0
1 parent 07322eb commit 1faa032

File tree

7 files changed

+56
-14
lines changed

7 files changed

+56
-14
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v10.7.0 (2025-09-02)
2+
<!-- Release notes generated using configuration in .github/release.yml at main -->
3+
4+
## What's Changed
5+
### Other Changes
6+
* chore: upgrade nestjs v11 by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1940
7+
* chore(deps): bump the nestjs group with 2 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1942
8+
* 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
9+
* chore(deps): bump the nestjs group with 2 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1945
10+
* chore(deps): bump the nestjs group with 3 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1947
11+
* 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
12+
* 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
13+
* 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
14+
* 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
15+
* 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
16+
* chore(deps): bump the nestjs group with 3 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1951
17+
* 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
18+
* 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
19+
* 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
20+
* 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
21+
* 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
22+
* 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
23+
* chore(deps): bump the nestjs group with 3 updates by @dependabot[bot] in https://github.com/g59/nestjs-plugins/pull/1955
24+
* 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
25+
* 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
26+
* feat: Upgrade NestJS and other dependencies by @9renpoto in https://github.com/g59/nestjs-plugins/pull/1971
27+
28+
29+
**Full Changelog**: https://github.com/g59/nestjs-plugins/compare/v10.6.0...v10.7.0
130
## v10.6.0 (2025-03-03)
231
<!-- Release notes generated using configuration in .github/release.yml at main -->
332

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "10.6.0",
3+
"version": "10.7.0",
44
"private": true,
55
"description": "nestjs-plugins examples",
66
"license": "MIT",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nestjs-firebase/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-firebase",
3-
"version": "10.6.0",
3+
"version": "10.7.0",
44
"description": "@nestjs with firebase",
55
"license": "MIT",
66
"homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-firebase",
@@ -10,7 +10,10 @@
1010
"clean": "tsc --build --clean",
1111
"lint": "tsc -p . --noEmit"
1212
},
13-
"keywords": ["nest", "firebase"],
13+
"keywords": [
14+
"nest",
15+
"firebase"
16+
],
1417
"peerDependencies": {
1518
"@nestjs/common": "^11.1.6",
1619
"firebase-admin": "^13.4.0"

packages/nestjs-graphql-relay/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-graphql-relay",
3-
"version": "10.6.0",
3+
"version": "10.7.0",
44
"description": "@nestjs/graphql + graphql-relay + typeorm",
55
"license": "MIT",
66
"repository": {
@@ -17,7 +17,11 @@
1717
"clean": "tsc --build --clean",
1818
"lint": "tsc -p . --noEmit"
1919
},
20-
"keywords": ["nest", "graphql-relay", "typeorm"],
20+
"keywords": [
21+
"nest",
22+
"graphql-relay",
23+
"typeorm"
24+
],
2125
"peerDependencies": {
2226
"@apollo/gateway": "^2.11.2",
2327
"@nestjs/graphql": "^13.1.0",

packages/nestjs-slack-webhook/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-slack-webhook",
3-
"version": "10.6.0",
3+
"version": "10.7.0",
44
"description": "Nest.js + slack-webhook",
55
"license": "MIT",
66
"repository": {
@@ -17,7 +17,10 @@
1717
"clean": "tsc --build --clean",
1818
"lint": "tsc -p . --noEmit"
1919
},
20-
"keywords": ["nest", "slack-webhook"],
20+
"keywords": [
21+
"nest",
22+
"slack-webhook"
23+
],
2124
"peerDependencies": {
2225
"@nestjs/common": "^11.1.6",
2326
"@slack/webhook": "^7.0.6"

packages/nestjs-zendesk/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-zendesk",
3-
"version": "10.6.0",
3+
"version": "10.7.0",
44
"description": "",
55
"license": "MIT",
66
"repository": {
@@ -18,7 +18,10 @@
1818
"clean": "tsc --build --clean",
1919
"lint": "tsc -p . --noEmit"
2020
},
21-
"keywords": ["nest", "zendesk"],
21+
"keywords": [
22+
"nest",
23+
"zendesk"
24+
],
2225
"peerDependencies": {
2326
"node-zendesk": "^6.0.1"
2427
},

0 commit comments

Comments
 (0)