Skip to content

Commit

Permalink
chore(deps): upgrade @nestjs to 9.3.9 (#693)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade @nestjs to 9.3.9

* chore(deps): expect error TS2339

* chore(deps): update dependency @types/lodash to v4.14.191

* chore(deps): update dependency dotenv to v16.0.3

* chore(deps): update dependency ts-jest to v27.1.5

* fix(deps): update dependency compare-versions to v4.1.4

* fix(deps): update dependency inquirer to v8.2.5

* fix(deps): update nest monorepo

* chore(deps): update commitlint monorepo

* chore(deps): update dependency @types/jest to v27.5.2

* chore(deps): update dependency @types/node to v16.18.18

* chore(deps): update dependency eslint-config-prettier to v8.8.0

* fix(deps): update nest monorepo to v9.3.11

* chore(deps): update dependency prettier to v2.8.6

* chore(deps): update dependency ts-node to v10.9.1

* chore(deps): update dependency type-fest to v2.19.0

* chore(deps): update dependency typescript to v4.9.5

* chore(deps): update typescript-eslint monorepo to v5.56.0

* fix(deps): update dependency @nestjs/axios to v0.1.1

* fix(deps): update dependency fs-extra to v10.1.0

* fix(deps): update dependency rxjs to v7.8.0

* chore: work around TS2339

* chore: revert 6a0140c

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bahrmichael and renovate[bot] authored Mar 31, 2023
1 parent 66b78ff commit 9e6f443
Show file tree
Hide file tree
Showing 3 changed files with 10,723 additions and 11,388 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class VersionManagerService {
this.logger.log(chalk.red('\nResponse:'));
Object.entries(error.response.headers).forEach(a => this.logger.log(...a));
this.logger.log();
error.response.data.on('data', data => this.logger.log(data.toString('utf8')));
(error.response.data as any).on('data', data => this.logger.log(data.toString('utf8')));
}
}

Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,27 +82,27 @@
},
"dependencies": {
"@nestjs/axios": "0.0.8",
"@nestjs/common": "8.4.4",
"@nestjs/core": "8.4.4",
"@nestjs/platform-express": "8.4.4",
"@nestjs/common": "9.3.11",
"@nestjs/core": "9.3.11",
"@nestjs/platform-express": "8.4.7",
"@nuxtjs/opencollective": "0.3.2",
"chalk": "4.1.2",
"commander": "8.3.0",
"compare-versions": "4.1.3",
"compare-versions": "4.1.4",
"concurrently": "6.5.1",
"console.table": "0.10.0",
"fs-extra": "10.0.1",
"inquirer": "8.2.2",
"fs-extra": "10.1.0",
"inquirer": "8.2.5",
"jsonpath": "1.1.1",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.5"
"rxjs": "7.8.0"
},
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@nestjs/schematics": "8.0.10",
"@nestjs/testing": "8.4.4",
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "9.3.11",
"@nrwl/eslint-plugin-nx": "12.10.1",
"@nrwl/jest": "12.10.1",
"@nrwl/nest": "12.10.1",
Expand All @@ -111,25 +111,25 @@
"@semantic-release/changelog": "5.0.1",
"@types/concurrently": "6.4.0",
"@types/fs-extra": "9.0.13",
"@types/inquirer": "8.2.1",
"@types/jest": "27.4.1",
"@types/inquirer": "8.2.6",
"@types/jest": "27.5.2",
"@types/jsonpath": "0.2.0",
"@types/lodash": "4.14.181",
"@types/node": "16.11.27",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"dotenv": "16.0.0",
"@types/lodash": "4.14.191",
"@types/node": "16.18.18",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"dotenv": "16.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "8.8.0",
"generate-package-json-webpack-plugin": "2.6.0",
"husky": "7.0.4",
"jest": "27.5.1",
"prettier": "2.6.2",
"prettier": "2.8.6",
"semantic-release": "17.4.7",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"type-fest": "2.12.2",
"typescript": "4.6.3"
"type-fest": "2.19.0",
"typescript": "4.9.5"
}
}
Loading

4 comments on commit 9e6f443

@bzurkow
Copy link

@bzurkow bzurkow commented on 9e6f443 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bahrmichael Do you have a sense of when this will be out in a new version?

@bahrmichael
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bzurkow I'm not a maintainer and don't have control of this. @wing328 might be able to answer this.

@wing328
Copy link
Member

@wing328 wing328 commented on 9e6f443 Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I never release it. I will contact the owner/author of this tool to see what needs to be done.

@wing328
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just triggered a release 2.6.0. Please upgrade to the latest version when you've time.

Please sign in to comment.