Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps the production-dependencies group with 5 updates:

Package From To
@nestjs/common 11.0.11 11.0.13
@nestjs/core 11.0.11 11.0.13
@nestjs/platform-express 11.0.11 11.0.13
mysql2 3.13.0 3.14.0
typeorm 0.3.21 0.3.22

Updates @nestjs/common from 11.0.11 to 11.0.13

Release notes

Sourced from @​nestjs/common's releases.

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

Committers: 2

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

Commits

Updates @nestjs/core from 11.0.11 to 11.0.13

Release notes

Sourced from @​nestjs/core's releases.

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

Committers: 2

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

Commits
  • 466e9b9 chore(@​nestjs) publish v11.0.13 release
  • c58f49a chore(@​nestjs) publish v11.0.12 release
  • 7afc798 fix(core): fix infinite loop on broken cicular reference #14799
  • 64ec1b5 style: nit add missing whiteline
  • 57ebc1b Merge branch 'fix/request-scoped-in-lazy-load' of github.com:anizozina/nest i...
  • cb66a47 feat(core): add options to the legacy route converter
  • 64eeb9b fix(core): dependencies not resolving for request-scoped lazy providers
  • See full diff in compare view

Updates @nestjs/platform-express from 11.0.11 to 11.0.13

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@​KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@​mingo023)

Dependencies

Committers: 2

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

Commits

Updates mysql2 from 3.13.0 to 3.14.0

Release notes

Sourced from mysql2's releases.

v3.14.0

3.14.0 (2025-03-19)

Features

Changelog

Sourced from mysql2's changelog.

3.14.0 (2025-03-19)

Features

Commits
  • 1fe1c9d chore(master): release 3.14.0 (#3473)
  • 67d18f9 build(deps-dev): bump poku from 3.0.1 to 3.0.2 in /website (#3488)
  • 65cc9cf build(deps-dev): bump poku from 3.0.1 to 3.0.2 (#3487)
  • 2e7f224 build(deps): bump lucide-react from 0.482.0 to 0.483.0 in /website (#3486)
  • d6d82ed build(deps): bump sass from 1.85.1 to 1.86.0 in /website (#3485)
  • a2a9804 build(deps): bump lucide-react from 0.479.0 to 0.482.0 in /website (#3484)
  • 2670f32 build(deps-dev): bump portfinder from 1.0.34 to 1.0.35 (#3483)
  • ec4a2d7 build(deps): bump @​easyops-cn/docusaurus-search-local in /website (#3482)
  • 6ac4646 build(deps): bump @​babel/helpers from 7.26.9 to 7.26.10 in /website (#3480)
  • c504675 build(deps): bump @​babel/runtime from 7.26.9 to 7.26.10 in /website (#3479)
  • Additional commits viewable in compare view

Updates typeorm from 0.3.21 to 0.3.22

Release notes

Sourced from typeorm's releases.

0.3.22

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.22 (2025-04-03)

Bug Fixes

  • bulk insert NULL values in Oracle (#11363) (bcaa0bf)
  • ensure correct MSSQL parameter conversion in where conditions (ecae9f5), closes #11285
  • export QueryEvent before/after types (#10688) (03dbc7a)
  • FindOptionsSelect to use correct type when property is an object (#11355) (834e856)
  • incorrect table alias in insert orUpdate with Postgres driver (#11082) (72c6991), closes #11077
  • inverse relation metadata not cyclic (50a660a)
  • remove unnecessary import from JS migration (#11327) (72145b8)
  • remove unnecessary spaces in message when running non-fake migrations (#10809) (c3bebdc)
  • sap: incorrect handling of simple array/json data type (#11322) (27b4207)
  • sap: normalize deprecated/removed data types in SAP HANA Cloud (#11356) (460ef02)
  • sap: pass the configured schema to the db client (#11321) (04ca83a)
  • sql escape issues identified by CodeQL (#11338) (863caf1)
  • update mongodb connection options (#11310) (81bb9d5)
  • version detection for Postgres derived variants (#11375) (3d79786)

Features

  • postgres: support macaddr8 column type (b0ea913)
  • Send DriverInfo to MongoDB client (#11214) (a29e047)
  • Support Expo SQLite Next (7b242e1)

Reverts

Commits
  • 6c5668b chore: Bump version to v0.3.22 and generate changelog (#11378)
  • 72beb26 chore: Add package publishing workflow (#11377)
  • 72c6991 fix: incorrect table alias in insert orUpdate with Postgres driver (#11082)
  • 5922519 docs: add comment explaining select version() (#11376)
  • 7b242e1 feat: Support Expo SQLite Next
  • 3d79786 fix: version detection for Postgres derived variants (#11375)
  • 460ef02 fix(sap): normalize deprecated/removed data types in SAP HANA Cloud (#11356)
  • 863caf1 fix: sql escape issues identified by CodeQL (#11338)
  • c3bebdc fix: remove unnecessary spaces in message when running non-fake migrations (#...
  • bcaa0bf fix: bulk insert NULL values in Oracle (#11363)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2025
Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.0.11` | `11.0.13` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.0.11` | `11.0.13` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.0.11` | `11.0.13` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.13.0` | `3.14.0` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.21` | `0.3.22` |


Updates `@nestjs/common` from 11.0.11 to 11.0.13
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.13/packages/common)

Updates `@nestjs/core` from 11.0.11 to 11.0.13
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.13/packages/core)

Updates `@nestjs/platform-express` from 11.0.11 to 11.0.13
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.13/packages/platform-express)

Updates `mysql2` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.13.0...v3.14.0)

Updates `typeorm` from 0.3.21 to 0.3.22
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.21...0.3.22)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/core"
  dependency-version: 11.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: mysql2
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typeorm
  dependency-version: 0.3.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-579cf3a349 branch from 47b2087 to acfee67 Compare April 17, 2025 18:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-579cf3a349 branch April 18, 2025 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant