fix(deps): update dependency @nestjs/typeorm to v12 - #2022
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/nestjs-typeorm-12.x
branch
from
August 28, 2026 08:08
cf6ea2f to
329adbb
Compare
renovate
Bot
force-pushed
the
renovate/nestjs-typeorm-12.x
branch
from
August 28, 2026 15:10
329adbb to
c358252
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.0.0→12.0.1Release Notes
nestjs/typeorm (@nestjs/typeorm)
v12.0.1Compare Source
01874dc)v12.0.0Compare Source
What's Changed
@nestjs/typeormis now a native ES module, and the major version is aligned with the Nest 12 release line (11.0.3→12.0.0).ESM migration
The package is published as pure ESM (
"type": "module", compiled withNodeNext) behind a properexportsmap. The legacy rootindex.js/index.d.tsshims 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 worksYou do not need to convert your app to ESM. Thanks to Node's
require(esm)support, CJS apps still work.v11.0.3Compare Source
4fbe9a7)v11.0.2Compare Source
b227891)60575ba)60c6218)5156904)5eb47ad)bfcfc7d)55cdb77)2073532)efdd83f)66b9fb2)4c80d7c)959211b)75f1b11)5535652)4cff37a)27286ba)2f36f10)704c51b)7a754c9)fbbd6c4)c97a755)051a201)c1160d2)017a7cf)130d4af)94ec5c1)840651f)55e6c51)cb42970)297a950)0a6eb6f)0a44cbf)550a144)db34f2d)924848a)a659bac)c71e849)c451279)b249ebd)15094b3)e788568)6155c6e)0bcbba1)c5e870f)4fe2cf2)dcb1ffe)10ca2c6)8bead5d)c39339c)8b7924a)85fb539)5729e9f)2e89f18)e838f46)02adea2)8d94034)d4a7e54)2001928)29581cd)1a50d34)d5b95f2)e592b5f)a9a1a52)67e580c)ab243a7)4677d10)e4d0651)6444bb9)5698109)8579ba3)8a3dcca)d4cf52e)cde9430)2a697f7)v11.0.1Compare Source
What's Changed
New Contributors
Full Changelog: nestjs/typeorm@11.0.0...11.0.1
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.