Skip to content

fix(deps): update dependency @nestjs/typeorm to v12 - #2022

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nestjs-typeorm-12.x
Open

fix(deps): update dependency @nestjs/typeorm to v12#2022
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nestjs-typeorm-12.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@nestjs/typeorm 11.0.012.0.1 age confidence

Release Notes

nestjs/typeorm (@​nestjs/typeorm)

v12.0.1

Compare Source

  • fix: add default condition to exports so CJS can resolve the package (01874dc)

v12.0.0

Compare Source

What's Changed

@nestjs/typeorm is now a native ES module, and the major version is aligned with the Nest 12 release line (11.0.312.0.0).

ESM migration

The package is published as pure ESM ("type": "module", compiled with NodeNext) behind a proper exports map. The legacy root index.js / index.d.ts shims are gone, and deep imports into build internals are no longer resolvable — import from the package root.

The minimum supported Node version is now >=20.19.0.

require(esm) — CommonJS still works

You do not need to convert your app to ESM. Thanks to Node's require(esm) support, CJS apps still work.

v11.0.3

Compare Source

  • chore: warn instead of throwing error, partially revert #​2584 (4fbe9a7)

v11.0.2

Compare Source

v11.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: nestjs/typeorm@11.0.0...11.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/nestjs-typeorm-12.x branch from cf6ea2f to 329adbb Compare August 28, 2026 08:08
@renovate
renovate Bot force-pushed the renovate/nestjs-typeorm-12.x branch from 329adbb to c358252 Compare August 28, 2026 15:10
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.

0 participants