Skip to content

Commit

Permalink
Bump @nestjs/typeorm from 10.0.2 to 11.0.0 in /generators/node-server…
Browse files Browse the repository at this point in the history
…/resources (#671)

* Bump @nestjs/typeorm in /generators/node-server/resources

Bumps [@nestjs/typeorm](https://github.com/nestjs/typeorm) from 10.0.2 to 11.0.0.
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](nestjs/typeorm@10.0.2...11.0.0)

---
updated-dependencies:
- dependency-name: "@nestjs/typeorm"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove keepConnectionAlive

* Update Dockerfile.ejs

* Update Dockerfile.ejs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Shima <marceloshima@gmail.com>
  • Loading branch information
dependabot[bot] and mshima authored Jan 23, 2025
1 parent d834f16 commit 3db425e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generators/node-server/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@nestjs/platform-express": "10.4.15",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "8.1.1",
"@nestjs/typeorm": "10.0.2",
"@nestjs/typeorm": "11.0.0",
"bcrypt": "5.1.1",
"browser-sync-client": "3.0.3",
"class-transformer": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion generators/node-server/templates/Dockerfile.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:<%- nodeVersion %>-alpine

# Create app directory

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function ormConfig(): TypeOrmModuleOptions {
port: mongod.instanceInfo.port,
database: mongod.instanceInfo.dbName,
<%_ } _%>
keepConnectionAlive: true,
logging: true,
};
<%_ if (devDatabaseType !== 'sqlite') { _%>
Expand Down

0 comments on commit 3db425e

Please sign in to comment.