Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jul 25, 2022

Minor version changes applied:


> nestjs-starter-api@0.0.0 deps:lint:minor
> npm-check-updates --target minor

Default stdin handling is deprecated. Please add the --stdin option.
Checking /home/runner/work/nestjs-starter-repo/nestjs-starter-repo/package.json

 @mikro-orm/core 5.2.3 → 5.9.4
 @mikro-orm/migrations 5.2.3 → 5.9.4
 @mikro-orm/nestjs 5.1.0 → 5.2.2
 @mikro-orm/postgresql 5.2.3 → 5.9.4
 @nestjs/apollo 10.0.19 → 10.2.1
 @nestjs/bull 0.6.0 → 0.6.3
 @nestjs/config 2.2.0 → 2.3.4
 @nestjs/graphql 10.0.21 → 10.2.1
 @sentry/integrations 7.7.0 → 7.86.0
 @sentry/node 7.7.0 → 7.86.0
 @sentry/tracing 7.7.0 → 7.86.0
 apollo-server-express 3.10.0 → 3.13.0
 bull 4.8.4 → 4.11.5
 graphql-scalars 1.17.0 → 1.22.4
 joi 17.6.0 → 17.11.0
 mikro-orm 5.2.0 → 5.9.4
 pg 8.7.3 → 8.11.3
 reflect-metadata 0.1.13 → 0.1.14
 rxjs 7.5.6 → 7.8.1
 @faker-js/faker 7.3.0 → 7.6.0
 @graphql-tools/load-files 6.6.0 → 6.6.1
 @graphql-tools/merge 8.3.0 → 8.4.2
 @mikro-orm/cli 5.2.3 → 5.9.4
 @types/bull 3.15.8 → 3.15.9
 @types/express 4.17.13 → 4.17.21
 @types/jest 28.1.6 → 28.1.8
 @types/jsonwebtoken 8.5.8 → 8.5.9
 @types/shelljs 0.8.11 → 0.8.15
 @types/statsd-client 0.4.3 → 0.4.6
 @types/supertest 2.0.12 → 2.0.16
 @typescript-eslint/eslint-plugin 5.30.7 → 5.62.0
 @typescript-eslint/parser 5.30.7 → 5.62.0
 apollo-server-core 3.10.0 → 3.13.0
 dotenv 16.0.1 → 16.3.1
 eslint 8.20.0 → 8.55.0
 eslint-config-prettier 8.5.0 → 8.10.0
 eslint-plugin-import 2.26.0 → 2.29.0
 husky 8.0.1 → 8.0.3
 jest-mock-extended 2.0.7 → 2.0.9
 lint-staged 13.0.3 → 13.3.0
 nodemon 2.0.19 → 2.0.22
 prettier 2.7.1 → 2.8.8
 ts-jest 28.0.7 → 28.0.8
 ts-loader 9.3.1 → 9.5.1
 ts-node 10.9.1 → 10.9.2
 typescript 4.7.4 → 4.9.5
 webpack 5.73.0 → 5.89.0
 webpack-merge 5.8.0 → 5.10.0

Run ncu --target minor -u to upgrade package.json

Major version changes still outstanding:


> nestjs-starter-api@0.0.0 deps:lint
> npm-check-updates

Default stdin handling is deprecated. Please add the --stdin option.
Checking /home/runner/work/nestjs-starter-repo/nestjs-starter-repo/package.json

 @apollo/server-plugin-operation-registry 3.5.6 → 4.0.1
 @bull-board/api 3.11.1 → 5.10.2
 @bull-board/express 3.11.1 → 5.10.2
 @nestjs/apollo 10.2.1 → 12.0.11
 @nestjs/bull 0.6.3 → 10.0.1
 @nestjs/common 8.4.7 → 10.2.10
 @nestjs/config 2.3.4 → 3.1.1
 @nestjs/core 8.4.7 → 10.2.10
 @nestjs/graphql 10.2.1 → 12.0.11
 @nestjs/platform-express 8.4.7 → 10.2.10
 cache-manager 4.1.0 → 5.3.1
 rimraf 3.0.2 → 5.0.5
 uuid 8.3.2 → 9.0.1
 @faker-js/faker 7.6.0 → 8.3.1
 @graphql-tools/load-files 6.6.1 → 7.0.0
 @graphql-tools/merge 8.4.2 → 9.0.1
 @nestjs/cli 8.2.8 → 10.2.1
 @nestjs/schematics 8.0.11 → 10.0.3
 @nestjs/testing 8.4.7 → 10.2.10
 @types/cache-manager 3.4.3 → 4.0.6
 @types/jest 28.1.8 → 29.5.11
 @types/jsonwebtoken 8.5.9 → 9.0.5
 @types/node 17.0.45 → 20.10.4
 @types/uuid 8.3.4 → 9.0.7
 @typescript-eslint/eslint-plugin 5.62.0 → 6.14.0
 @typescript-eslint/parser 5.62.0 → 6.14.0
 eslint-config-prettier 8.10.0 → 9.1.0
 jest 28.1.3 → 29.7.0
 jest-mock-extended 2.0.9 → 3.0.5
 jsonwebtoken 8.5.1 → 9.0.2
 lint-staged 13.3.0 → 15.2.0
 nodemon 2.0.22 → 3.0.2
 npm-check-updates 15.3.4 → 16.14.11
 prettier 2.8.8 → 3.1.1
 prettier-plugin-organize-imports 2.3.4 → 3.2.4
 sort-package-json 1.57.0 → 2.6.0
 superagent 7.1.6 → 8.1.2
 ts-jest 28.0.8 → 29.1.1
 ts-morph 15.1.0 → 21.0.1
 typescript 4.9.5 → 5.3.3

Run ncu -u to upgrade package.json

@github-actions github-actions bot force-pushed the chore/dependency-audit branch 5 times, most recently from e1e40b3 to a455e5d Compare August 2, 2022 09:08
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 5 times, most recently from c1c224e to 394964b Compare August 11, 2022 09:08
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 4 times, most recently from 520af1e to 21f8650 Compare August 19, 2022 09:09
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 5 times, most recently from 6c6235e to cbbe623 Compare August 29, 2022 09:09
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 5 times, most recently from 93afc57 to 5e42ec6 Compare September 5, 2022 09:10
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 3 times, most recently from 0478b94 to 463bd69 Compare September 12, 2022 09:15
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 3 times, most recently from 81b2c34 to 0126bb8 Compare September 15, 2022 09:13
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 5 times, most recently from 8845f80 to 14b0fe7 Compare October 26, 2023 09:07
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 5 times, most recently from 35b9bcb to 4719c9b Compare November 2, 2023 09:07
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 6 times, most recently from 2fc1e27 to 930a65d Compare November 10, 2023 09:07
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 3 times, most recently from 1e4f974 to 9111e59 Compare November 15, 2023 09:08
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 3 times, most recently from 459f043 to 4c63476 Compare November 22, 2023 09:08
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 4 times, most recently from 74ab6bb to eabd763 Compare December 4, 2023 09:09
@github-actions github-actions bot force-pushed the chore/dependency-audit branch 2 times, most recently from 18ccdb7 to 6cec1ba Compare December 8, 2023 09:08
@github-actions github-actions bot force-pushed the chore/dependency-audit branch from 6cec1ba to 096c74f Compare December 11, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants