Skip to content

build(deps): bump @nestjs/mapped-types from 2.1.1 to 12.0.0 - #19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nestjs/mapped-types-12.0.0
Open

build(deps): bump @nestjs/mapped-types from 2.1.1 to 12.0.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nestjs/mapped-types-12.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @nestjs/mapped-types from 2.1.1 to 12.0.0.

Release notes

Sourced from @​nestjs/mapped-types's releases.

Release 12.0.0

What's Changed

@nestjs/mapped-types is now a native ES module, and the major version is aligned with the Nest 12 release line (there is no 3.x2.1.1 goes straight to 12.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.

require(esm) — CommonJS still works

You do not need to convert your app to ESM. Thanks to Node's require(esm) support, this keeps working:

const { PartialType } = require('@nestjs/mapped-types');
Commits
  • 47bf940 chore(): release v12.0.0
  • cd569d5 chore: upgrade to v12 deps
  • 54c3e26 chore(deps): update dependency oxlint to v1.80.0 (#2026)
  • 6b06282 chore(deps): update dependency @​nestjs/common to v11.2.3 (#2025)
  • ab015f0 chore(deps): update dependency vite to v8.2.2 (#2024)
  • c7960d5 chore(deps): update dependency oxlint to v1.79.0 (#2023)
  • fdc3f31 chore(deps): update dependency vitest to v4.1.11 (#2022)
  • 84b5a54 Merge pull request #1989 from nestjs/renovate/vite-8.x-lockfile
  • a4e403e chore(deps): update dependency vite to v8.2.1
  • 9a7c342 test: update vitest config
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nestjs/mapped-types](https://github.com/nestjs/mapped-types) from 2.1.1 to 12.0.0.
- [Release notes](https://github.com/nestjs/mapped-types/releases)
- [Commits](nestjs/mapped-types@2.1.1...12.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
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.

0 participants