Bump the runtime-dependencies group with 17 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(5 months ago)
(5 months ago)
dependencies javascript
Bumps the runtime-dependencies group with 17 updates:
| Package | From | To |
|---|---|---|
| @nestjs/apollo | 12.2.2 |
13.1.0 |
| @nestjs/common | 10.4.13 |
11.1.3 |
| @nestjs/config | 3.3.0 |
4.0.2 |
| @nestjs/core | 10.4.13 |
11.1.3 |
| @nestjs/graphql | 12.2.2 |
13.1.0 |
| @nestjs/jwt | 10.2.0 |
11.0.0 |
| @nestjs/mapped-types | 2.0.6 |
2.1.0 |
| @nestjs/passport | 10.0.3 |
11.0.5 |
| @nestjs/platform-express | 10.4.13 |
11.1.3 |
| @nestjs/typeorm | 10.0.2 |
11.0.0 |
| bcrypt | 5.1.1 |
6.0.0 |
| class-validator | 0.14.1 |
0.14.2 |
| graphql | 16.10.0 |
16.11.0 |
| pg | 8.13.1 |
8.16.0 |
| postgres | 3.4.5 |
3.4.7 |
| rxjs | 7.8.1 |
7.8.2 |
| typeorm | 0.3.20 |
0.3.24 |
Updates @nestjs/apollo from 12.2.2 to 13.1.0
Release notes
Sourced from @nestjs/apollo's releases.
v13.1.0
13.1.0 (2025-04-11)
Enhancements
apollo
- #3544 feat(apollo): add graphiql playground support (
@kamilmysliwiec)Committers: 1
- Kamil Mysliwiec (
@kamilmysliwiec)v13.0.4
13.0.4 (2025-03-24)
Enhancements
Dependencies
graphql
- #3487 fix(deps): update dependency ws to v8.18.1 (
@renovate[bot])- #3488 fix(deps): update graphql-tools monorepo (
@renovate[bot])mercurius
- #3494 chore(deps): update dependency mercurius to v16.1.0 (
@renovate[bot])Committers: 1
- Josh Vawdrey (
@JoshVee)v13.0.0
13.0.0 (2025-01-16)
Dependencies
graphql
- NestJS v11 support (migration guide https://docs.nestjs.com/migration-guide)
graphql-wsv6 support (release & migration guide https://github.com/enisdenjo/graphql-ws/releases/tag/v6.0.0)mercurius
- Fastify v5 support (release https://github.com/fastify/fastify/releases/tag/v5.0.0)
- Mercurius v16 support (release https://github.com/mercurius-js/mercurius/releases/tag/v16.0.0)
Commits
416ebb0v13.1.0b4e9a0aMerge pull request #3544 from nestjs/feat/graphiql-apollo-support8dd8847chore(deps): update nest monorepo to v11.0.15 (#3547)8dade88chore(deps): update dependency lerna to v8.2.2 (#3546)2bd9b46chore(deps): update dependency eslint-config-prettier to v10.1.2 (#3545)08f18b9Update packages/apollo/lib/graphiql/interfaces/graphiql-options.interface.ts21295c3Merge pull request #3543 from nestjs/renovate/cimg-node-22.xaff92a6feat(apollo): add graphiql playground supporte39a07echore(deps): update nest monorepo to v11.0.14 (#3542)98b3fa2chore(deps): update node.js to v22.14.0- Additional commits viewable in compare view
Updates @nestjs/common from 10.4.13 to 11.1.3
Release notes
Sourced from @nestjs/common's releases.
v11.1.3 (2025-06-06)
Bug fixes
Enhancements
common
- #15209 feat: add string array type to disposition (
@fjodor-rybakov)common,coreDependencies
platform-express
- #15232 chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot])Committers: 3
- Dmitry Zhlobo (
@dzhlobo)@fjodor-rybakov@isaryyv11.1.2 (2025-05-26)
Bug fixes
microservices
- #15172 fix(microservices): support custom strategy in async usefactory config (
@mag123c)- #15166 fix(microservice): prevent error logs during redis client shutdown (
@janroker)Dependencies
common
- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
@dependabot[bot])platform-express
- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
@dependabot[bot])Committers: 2
- JaeHo Jang (
@mag123c)- Jan Roček (
@janroker)v11.1.1 (2025-05-14)
Bug fixes
core
- #15056 fix(core): HTTP adapter error mapping (
@maxbronnikov10)microservices
- #15062 fix(microservices): ensure all redis and amqp client closes properly (
@yatin166)- #15032 fix(microservices): ensure all the amqp connections are closed properly (
@yatin166)- #15020 fix(microservices): ensure all redis connections are closed (
@yatin166)core,platform-fastify
- #15061 fix(core): bring back
getHeaderandappendHeadermethods fromAbstractHttpAdapter(@micalevisk)platform-express
... (truncated)
Commits
1613f50chore(@nestjs) publish v11.1.3 release1e1bceaMerge pull request #15209 from fjodor-rybakov/fix/add-missing-disposition-type4b74585feat: add string array type to disposition1c4a20afeat(core): defer initialization connected microservice32b5febchore(@nestjs) publish v11.1.2 release8863c12chore(deps): bump file-type from 20.5.0 to 21.0.0f262812chore: update package.json2cccff1chore(@nestjs) publish v11.1.1 release8a93b85chore(common): fix incorrect comment0e95b3brefactor(common): move logger utils to dedicated files- Additional commits viewable in compare view
Updates @nestjs/config from 3.3.0 to 4.0.2
Release notes
Sourced from @nestjs/config's releases.
Release 4.0.2
- fix(common): update KeyOf type to support symbol keys (f53f14e)
Release 4.0.1
- fix: validate predefined condition #1970 (79d82d6)
- feat: allow to use symbol as a token (99d8bca)
Release 4.0.0
Breaking changes
The order in which configuration variables are read by the
ConfigService#getmethod has been updated. The new order is:
- Internal configuration (config namespaces and custom config files)
- Validated environment variables (if validation is enabled and a schema is provided)
- The
process.envobjectPreviously, validated environment variables and the
process.envobject were read first, preventing them from being overridden by internal configuration. With this update, internal configuration will now always take precedence over environment variables.Additionally, the
ignoreEnvVarsconfiguration option, which previously allowed disabling validation of theprocess.envobject, has been deprecated. Instead, use thevalidatePredefinedoption (set tofalseto disable validation of predefined environment variables). Predefined environment variables refer toprocess.envvariables that were set before the module was imported. For example, if you start your application withPORT=3000 node main.js, thePORTvariable is considered predefined. However, variables loaded by theConfigModulefrom a.envfile are not classified as predefined.A new
skipProcessEnvoption has also been introduced. This option allows you to prevent theConfigService#getmethod from accessing theprocess.envobject entirely, which can be helpful when you want to restrict the service from reading environment variables directly.Changelog
- chore: update config attributes to more self descriptive names (c2eaf04)
- chore(deps): update nest monorepo to v11 (1c20713)
- feat: order of reading variables, add skip predefined (c53c63c)
Commits
a7c3ac1chore(): release v4.0.251957cbMerge pull request #1997 from akeldamas/fix-keyof-type-for-symbolsf53f14efix(common): update KeyOf type to support symbol keysc830cb2chore(deps): update dependency eslint-plugin-prettier to v5.2.5 (#1995)e8fadb5chore(deps): update dependency typescript-eslint to v8.28.0 (#1994)6f73e18chore(deps): update dependency ts-jest to v29.3.0 (#1993)555ce6fchore(deps): update dependency@types/nodeto v22.13.13 (#1992)53dcb1bchore(deps): update dependency eslint-plugin-prettier to v5.2.4 (#1991)3b0aa25chore(deps): update eslint monorepo to v9.23.0 (#1990)f0ec83bchore(deps): update dependency@eslint/eslintrcto v3.3.1 (#1989)- Additional commits viewable in compare view
Updates @nestjs/core from 10.4.13 to 11.1.3
Release notes
Sourced from @nestjs/core's releases.
v11.1.3 (2025-06-06)
Bug fixes
Enhancements
common
- #15209 feat: add string array type to disposition (
@fjodor-rybakov)common,coreDependencies
platform-express
- #15232 chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot])Committers: 3
- Dmitry Zhlobo (
@dzhlobo)@fjodor-rybakov@isaryyv11.1.2 (2025-05-26)
Bug fixes
microservices
- #15172 fix(microservices): support custom strategy in async usefactory config (
@mag123c)- #15166 fix(microservice): prevent error logs during redis client shutdown (
@janroker)Dependencies
common
- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
@dependabot[bot])platform-express
- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
@dependabot[bot])Committers: 2
- JaeHo Jang (
@mag123c)- Jan Roček (
@janroker)v11.1.1 (2025-05-14)
Bug fixes
core
- #15056 fix(core): HTTP adapter error mapping (
@maxbronnikov10)microservices
- #15062 fix(microservices): ensure all redis and amqp client closes properly (
@yatin166)- #15032 fix(microservices): ensure all the amqp connections are closed properly (
@yatin166)- #15020 fix(microservices): ensure all redis connections are closed (
@yatin166)core,platform-fastify
- #15061 fix(core): bring back
getHeaderandappendHeadermethods fromAbstractHttpAdapter(@micalevisk)platform-express
... (truncated)
Commits
1613f50chore(@nestjs) publish v11.1.3 release521544cMerge pull request #15203 from isaryy/microservice-defer-init1c4a20afeat(core): defer initialization connected microserviceb84c1fefix(core): gracefully shutdown the app when repl exits32b5febchore(@nestjs) publish v11.1.2 releasef262812chore: update package.json2cccff1chore(@nestjs) publish v11.1.1 release7338c03Merge pull request #15056 from maxbronnikov10/fix/http-adapter-errorfb3b12dfix(core): HTTP adapter error mappingcb6080erefactor(core,platform-fastify): drop useless optional signature- Additional commits viewable in compare view
Updates @nestjs/graphql from 12.2.2 to 13.1.0
Release notes
Sourced from @nestjs/graphql's releases.
v13.1.0
13.1.0 (2025-04-11)
Enhancements
apollo
- #3544 feat(apollo): add graphiql playground support (
@kamilmysliwiec)Committers: 1
- Kamil Mysliwiec (
@kamilmysliwiec)v13.0.4
13.0.4 (2025-03-24)
Enhancements
Dependencies
graphql
- #3487 fix(deps): update dependency ws to v8.18.1 (
@renovate[bot])- #3488 fix(deps): update graphql-tools monorepo (
@renovate[bot])mercurius
- #3494 chore(deps): update dependency mercurius to v16.1.0 (
@renovate[bot])Committers: 1
- Josh Vawdrey (
@JoshVee)v13.0.0
13.0.0 (2025-01-16)
Dependencies
graphql
- NestJS v11 support (migration guide https://docs.nestjs.com/migration-guide)
graphql-wsv6 support (release & migration guide https://github.com/enisdenjo/graphql-ws/releases/tag/v6.0.0)mercurius
- Fastify v5 support (release https://github.com/fastify/fastify/releases/tag/v5.0.0)
- Mercurius v16 support (release https://github.com/mercurius-js/mercurius/releases/tag/v16.0.0)
Commits
416ebb0v13.1.0b4e9a0aMerge pull request #3544 from nestjs/feat/graphiql-apollo-support8dd8847chore(deps): update nest monorepo to v11.0.15 (#3547)8dade88chore(deps): update dependency lerna to v8.2.2 (#3546)2bd9b46chore(deps): update dependency eslint-config-prettier to v10.1.2 (#3545)08f18b9Update packages/apollo/lib/graphiql/interfaces/graphiql-options.interface.ts21295c3Merge pull request #3543 from nestjs/renovate/cimg-node-22.xaff92a6feat(apollo): add graphiql playground supporte39a07echore(deps): update nest monorepo to v11.0.14 (#3542)98b3fa2chore(deps): update node.js to v22.14.0- Additional commits viewable in compare view
Updates @nestjs/jwt from 10.2.0 to 11.0.0
Release notes
Sourced from @nestjs/jwt's releases.
Release 11.0.0
- chore(deps): update nest monorepo to v11 (e90fe7a)
Commits
07741f9chore(): release v11.0.0acdb871chore: update eslint configurationf695445Merge pull request #1829 from nestjs/renovate/major-nest-monorepo312d21bchore(deps): update dependency lint-staged to v15.4.1 (#1828)e90fe7achore(deps): update nest monorepo to v11180b50echore(deps): update dependency@types/nodeto v22.10.7 (#1827)84a40fdchore(deps): update dependency eslint-config-prettier to v10 (#1825)feb8f67chore(deps): update dependency@types/nodeto v22.10.6 (#1826)eba3da6chore(deps): update typescript-eslint monorepo to v8.20.0 (#1824)92ec4dechore(deps): update dependency eslint to v9.18.0 (#1823)- Additional commits viewable in compare view
Updates @nestjs/mapped-types from 2.0.6 to 2.1.0
Release notes
Sourced from @nestjs/mapped-types's releases.
Release 2.1.0
- chore(deps): update dependency
@nestjs/commonto v11 (035e081)
Commits
3557595chore(): release v2.1.0951a6a7chore: upgrade eslint, update deps, husky, ci setup05dd714Merge pull request #1570 from nestjs/renovate/major-nest-monorepoa431abcchore(deps): update dependency lint-staged to v15.4.1 (#1573)557c8a5chore(deps): update dependency lint-staged to v15.4.0 (#1569)035e081chore(deps): update dependency@nestjs/commonto v11a3d8814chore(deps): update dependency@types/nodeto v22.10.7 (#1568)5a6545fchore(deps): update dependency eslint-config-prettier to v10 (#1566)a19e474chore(deps): update dependency@types/nodeto v22.10.6 (#1567)325e637chore(deps): update typescript-eslint monorepo to v8.20.0 (#1565)- Additional commits viewable in compare view
Updates @nestjs/passport from 10.0.3 to 11.0.5
Release notes
Sourced from @nestjs/passport's releases.
Release 11.0.5
- fix: exclude last argument only if its of type function (cb) (1a7123a)
Release 11.0.4
- fix: remove redundant exclude unknown type (7a7ea87)
- fix: strategy ctor overload type extractor generic. Solves #1857 (99a3245)
Release 11.0.3
- fix: use all ctor params type to include overloads #1857 (84c8838)
11.0.0
v11.0.0
Commits
1432808chore(): release v11.0.5d3775acMerge pull request #1866 from nestjs/fix/without-callback-fix28a0835Merge pull request #1867 from nestjs/renovate/lint-staged-15.x53ba5d6chore(deps): update dependency lint-staged to v15.4.2223c1cbMerge pull request #1863 from nestjs/renovate/node-22.xbda4914Merge pull request #1864 from nestjs/renovate/nest-monorepo1a7123afix: exclude last argument only if its of type function (cb)6fa6d91chore(deps): update nest monorepo to v11.0.58b3f7e3chore(deps): update dependency@types/nodeto v22.10.93c877f8chore(deps): update nest monorepo to v11.0.4 (#1862)- Additional commits viewable in compare view
Updates @nestjs/platform-express from 10.4.13 to 11.1.3
Release notes
Sourced from @nestjs/platform-express's releases.
v11.1.3 (2025-06-06)
Bug fixes
Enhancements
common
- #15209 feat: add string array type to disposition (
@fjodor-rybakov)common,coreDependencies
platform-express
- #15232 chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot])Committers: 3
- Dmitry Zhlobo (
@dzhlobo)@fjodor-rybakov@isaryyv11.1.2 (2025-05-26)
Bug fixes
microservices
- #15172 fix(microservices): support custom strategy in async usefactory config (
@mag123c)- #15166 fix(microservice): prevent error logs during redis client shutdown (
@janroker)Dependencies
common
- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
@dependabot[bot])platform-express
- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
@dependabot[bot])Committers: 2
- JaeHo Jang (
@mag123c)- Jan Roček (
@janroker)v11.1.1 (2025-05-14)
Bug fixes
core
- #15056 fix(core): HTTP adapter error mapping (
@maxbronnikov10)microservices
- #15062 fix(microservices): ensure all redis and amqp client closes properly (
@yatin166)- #15032 fix(microservices): ensure all the amqp connections are closed properly (
@yatin166)- #15020 fix(microservices): ensure all redis connections are closed (
@yatin166)core,platform-fastify
- #15061 fix(core): bring back
getHeaderandappendHeadermethods fromAbstractHttpAdapter(@micalevisk)platform-express
... (truncated)
Commits
1613f50chore(@nestjs) publish v11.1.3 release3e43b0echore(deps): bump multer from 2.0.0 to 2.0.132b5febchore(@nestjs) publish v11.1.2 release492fb35chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0f262812chore: update package.json2cccff1chore(@nestjs) publish v11.1.1 release3de1ec2feat: remove use of pipeline112450bchore(@nestjs) publish v11.1.0 release729a9cdchore(@nestjs) publish v11.0.21 released5bca88chore(@nestjs) publish v11.0.20 release- Additional commits viewable in compare view
Updates @nestjs/typeorm from 10.0.2 to 11.0.0
Release notes
Sourced from @nestjs/typeorm's releases.
Release 11.0.0
- chore: remove deprecated keepConnectionAlive (d25d11a)
- chore(deps): update nest monorepo to v11 (31d765b)
- chore(deps): Use
crypto.randomUUID()instead ofuuidmodule (1f7e661)
Commits
ce8095achore(): release v11.0.0d25d11achore: remove deprecated keepConnectionAlive3eed059Merge branch 'nikeee-master'd6885bachore: resolve conflicts2c011fachore: upgrade eslint, update husky config4134457Merge pull request #2172 from nestjs/renovate/major-nest-monorepof4dbfa4chore(deps): update dependency lint-staged to v15.4.1 (#2173)31d765bchore(deps): update nest monorepo to v11a208ec1chore(deps): update dependency lint-staged to v15.4.0 (#2171)7009437chore(deps): update dependency@types/nodeto v22.10.7 (#2170)- Additional commits viewable in compare view
Updates bcrypt from 5.1.1 to 6.0.0
Release notes
Sourced from bcrypt's releases.
v6.0.0
What's Changed
- Include platform, arch, and libc in module path by
@johanholmerinin kelektiv/node.bcrypt.js#1002- Remove node-pre-gyp, use prebuildify by
@thom-nicin kelektiv/node.bcrypt.js#890- Add string encoding to README by
@veigariboin kelektiv/node.bcrypt.js#1009- Fix redefine variable in async_compare.js by
@asportnoyin kelektiv/node.bcrypt.js#1045- fix/typo-overridden-word by
@nikhilnishadoo7in kelektiv/node.bcrypt.js#1043- fix:typo error in comments in bcrypt.js file by
@alokranjan609in kelektiv/node.bcrypt.js#1036- update libs for security reasons by
@tbo47in kelektiv/node.bcrypt.js#1049- Prepare for v6 by
@recrsnin kelektiv/node.bcrypt.js#1186New Contributors
@johanholmerinmade their first contribution in kelektiv/node.bcrypt.js#1002@thom-nicmade their first contribution in kelektiv/node.bcrypt.js#890@veigaribomade their first contribution in kelektiv/node.bcrypt.js#1009@asportnoymade their first contribution in kelektiv/node.bcrypt.js#1045@nikhilnishadoo7made their first contribution in kelektiv/node.bcrypt.js#1043@alokranjan609made their first contribution in kelektiv/node.bcrypt.js#1036@tbo47made their first contribution in kelektiv/node.bcrypt.js#1049Full Changelog: https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.1...v6.0.0
Changelog
Sourced from bcrypt's changelog.
6.0.0 (2025-02-28)
- Drop support for NodeJS <= 16
- Remove
node-pre-gypin favor ofprebuildify, prebuilt binaries are now shipped with the package- Update
node-addon-apito 8.3.0- Update JS code to newer ES syntax
Commits
17894bdMerge pull request #1186 from recrsn/v6-release473c150Update changelog7e93b78Test package8fc0ceaExclude Windows x86 as it is no longer supported1bbb5aeAlso compile linux against Node 185517028Use Node 18/20 for macos/windows271035aModernize JSefe4968Prepare for v6cf4269aMerge pull request #1049 from tbo47/update-libs5e9afd4Merge pull request #1036 from alokranjan609/fix/typo-in-comments- Additional commits viewable in compare view
Updates class-validator from 0.14.1 to 0.14.2
Release notes
Sourced from class-validator's releases.
v0.14.2
What's Changed
- fix: forbidUnknownValues should default true when validatorOptions undefined by
@cduffin typestack/class-validator#2196- fix: Add ValidationMetadata.name to IsOptional by
@Clashsoftin typestack/class-validator#2044- docs: update changelog for 0.14.1 by
@haiweilianin typestack/class-validator#2542- ci: update codecov by
@haiweilianin typestack/class-validator#2556- fix: pass IsBase64 options correctly by
@aseyfpourin typestack/class-validator#2549- fix: pass arguments correctly to isBase64 by
@braaarin typestack/class-validator#2574- feat: release v0.14.2 by
@braaarin typestack/class-validator#2600New Contributors
@cduffmade their first contribution in typestack/class-validator#2196@namandeep-123made their first contribution in typestack/class-validator#2423@haiweilianmade their first contribution in typestack/class-validator#2542@aseyfpourmade their first contribution in typestack/class-validator#2549Full Changelog: https://github.com/typestack/class-validator/compare/v0.14.1...v0.14.2
Changelog
Sourced from class-validator's changelog.
0.14.2 (2025-05-02)
Fixed
- Fixed an issue where
forbidUnknownValuesdid not default totruewhenvalidatorOptionswas undefined. (#2196 by@cduff)- Fixed the
ValidationMetadata.nameproperty to work correctly with the@IsOptionaldecorator. (#2044 by@Clashsoft)- Updated the Codecov configuration for continuous integration. (#2556 by
@haiweilian)- Fixed an issue where options were not passed correctly to the
@IsBase64decorator. (#2549 by@aseyfpour)- Fixed argument handling for the
isBase64function. (#2574 by@braaar)
Commits
221502cfeat: release v0.14.2 (#2600)0ea279bfix: pass arguments correctly to isBase64 (#2574)3bff66fbuild: disable Dependabot updates0c87bebfix: pass IsBase64 options correctly (#2549)b07bb16ci: update codecov (#2556)721bb5edocs: update changelog for 0.14.1 (#2542)63fe9c5build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2490)0e14d0cbuild(deps): bump libphonenumber-js from 1.10.62 to 1.11.1 (#2476)b12b00abuild(deps-dev): bump@types/nodefrom 20.12.8 to 20.12.10 (#2475)ba60be9build(deps): bump libphonenumber-js from 1.10.61 to 1.10.62 (#2473)- Additional commits viewable in compare view
Updates graphql from 16.10.0 to 16.11.0
Release notes
Sourced from graphql's releases.
16.11.0
v16.11.0 (2025-04-26)
New Feature 🚀
- #4363 Ensure we validate for using nullable variables in oneOf input fields (
@JoviDeCroock)- #4366 feat(execution): add max coercion errors option to execution context (
@cristunaranjo)Bug Fix 🐞
- #4367 fix(coerce-input-value): input object coercion rejects arrays (
@cristunaranjo)Docs 📝
- #4310 First draft for upgrade guide to v17 (
@JoviDeCroock)- #4331 fix sidebar for documentation and
/api-v16(@dimaMachina)- #4335 Add cspell exception (
@JoviDeCroock)- #4340 Improve flow of documentation around GraphiQL (
@benjie)- #4343 typofix: removes extra parenthesis from getting started code snippet (
@rabahalishah)- #4351 fixed wrong variable name (
@fto-dev)- #4352 docs(getting-started): promises current links (
@guspan-tanadi)- #4368 Update docs for execution options (
@JoviDeCroock)- #4369 Correct some syntax (
@JoviDeCroock)Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+935Deletions:
-849
Package Dependencies
@nestjs/platform-express
npm
10.4.13 → 11.1.3
Major
Technical Details
| ID: | 1816574 |
| UUID: | 2599891463 |
| Node ID: | PR_kwDONbRlJ86a9zIH |
| Host: | GitHub |
| Repository: | kerby82/nestjs-tutorial |
| Merge State: | Unknown |