Skip to content

chore(deps): bump tmp and typegraphql-prisma#1273

Open
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/npm_and_yarn/multi-2b8267307e
Open

chore(deps): bump tmp and typegraphql-prisma#1273
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/npm_and_yarn/multi-2b8267307e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2025

Bumps tmp to 0.2.5 and updates ancestor dependency typegraphql-prisma. These dependencies need to be updated together.

Updates tmp from 0.2.1 to 0.2.5

Changelog

Sourced from tmp's changelog.

v0.2.2 (2024-02-28)

🐛 Bug Fix

📝 Documentation

Committers: 5

Commits

Updates typegraphql-prisma from 0.26.0 to 0.28.0

Release notes

Sourced from typegraphql-prisma's releases.

0.28.0

Changelog

  1. The Prisma dependency version has been bumped to v5.18.0 💪

  2. Because of Prisma v5 recent changes, the ...OrderByWithRelationAndSearchRelevanceInput has been replaced by standard ...OrderByWithRelationInput. You can expect breaking changes in the generated schema because of that 🚨

  3. The new createManyAndReturn Prisma operation is fully supported in this release 🎉

  4. The supported Node.js version has been bumped to v20.11.1.

0.27.2

Changelog

  1. This release contains a revert of the change from v0.27.1. Due to the issues with the way how undefined class properties are initialized, ES target in tsconfig.json file has been downgraded to "es2021".

  2. It is now possible to define multiple @TypeGraphQL comment-based attributes on a single field of Prisma schema model (#400).

0.27.1

Changelog

  1. It has been tested that typegraphql-prisma can work with Prisma release v5.4.2 💪 This only address backward compatibility and does not include support for any new features. Please refer to the installation docs warning message: https://prisma.typegraphql.com/docs/basics/installation#typegraphql-prisma-generator

  2. Because of Prisma v5.0 recent change, the supported Node.js version has been bumped to v16.13.0 or newer, together with ES2022 compilation target.

  3. The overhead of generated TS source code transpilation done by generator was reduced by ~50% 🚀 All thanks to setting "skipLibCheck": true, in compilerOptions of tsconfig.json.

Before: 7.63s After: 5.53s emitTranspiledCode = false: 2.51s

0.27.0

Changelog

  1. Supported Prisma version has been bumped to ^5.0.0 💪

  2. As it's a breaking change Prisma release, plenty of preview features has been promoted to stable and enabled by default, like orderByNulls, extendedWhereUnique and filteredRelationCount, so please expect breaking changes in your GraphQL API if you haven't used that features yet.

  3. Generator options like emitOnly or omitInputFieldsByDefault now supports array-based syntax, so you don't need to use the string-like arrays workaround anymore 😎 Before:

 emitOnly = "enums,models"

After:

... (truncated)

Commits
  • ef022df release: 0.28.0
  • 615c8bc Fix check scripts
  • 77dee91 Fix format
  • f17288f Upgrade Prisma to 5.18.0
  • be24776 release: 0.27.2
  • 4bb4a12 docs: added discord and npm badges (#438)
  • fc2cd18 Fix handling multiple attribute comments on a single field
  • a86cef5 fix: formatting (#436)
  • 77d2e95 Update additional decorators docs to clarify applyResolversEnhanceMap usage
  • 710adbb Adjust node versions for github workflow
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2025
@realmayus realmayus temporarily deployed to backend-dependabot-npm--dt7usz August 22, 2025 03:04 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-2b8267307e branch from 7cda801 to de1e386 Compare August 22, 2025 16:06
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependency [typegraphql-prisma](https://github.com/MichalLytek/typegraphql-prisma). These dependencies need to be updated together.


Updates `tmp` from 0.2.1 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.1...v0.2.5)

Updates `typegraphql-prisma` from 0.26.0 to 0.28.0
- [Release notes](https://github.com/MichalLytek/typegraphql-prisma/releases)
- [Commits](MichalLytek/typegraphql-prisma@v0.26.0...v0.28.0)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
- dependency-name: typegraphql-prisma
  dependency-version: 0.28.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-2b8267307e branch from de1e386 to 9548fd4 Compare August 22, 2025 16:08
@realmayus realmayus had a problem deploying to backend-dependabot-npm--akwceo August 22, 2025 16:08 Failure
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.

2 participants