Bump the dev-dependencies group across 1 directory with 6 updates - #227
Bump the dev-dependencies group across 1 directory with 6 updates#227dependabot[bot] wants to merge 4 commits into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.22.0` | `7.9.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `10.4.9` | `11.0.24` | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.25` | `5.0.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.20.1` | `26.1.1` | | [@types/pdfkit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pdfkit) | `0.13.9` | `0.17.6` | Updates `prisma` from 5.22.0 to 7.9.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.9.0/packages/cli) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `@nestjs/cli` from 10.4.9 to 11.0.24 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Commits](nestjs/nest-cli@10.4.9...11.0.24) Updates `@types/express` from 4.17.25 to 5.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Updates `@types/node` from 22.20.1 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/pdfkit` from 0.13.9 to 0.17.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pdfkit) --- updated-dependencies: - dependency-name: "@nestjs/cli" dependency-version: 11.0.24 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/pdfkit" dependency-version: 0.17.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prisma dependency-version: 7.9.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
8a42819 to
6e4a1a4
Compare
|
@copilot lets figure out whats happening here. Also merge dev to this branch too |
…n/dev-dependencies-6f3489ea25
Merged As for what's happening here — this is a Dependabot-generated PR bumping 6 dev dependencies across major versions:
These are all major version bumps, so the main concern is whether any of them introduce breaking type changes that break the build (especially TypeScript 7.x and |
|
@copilot what's up with the failing tests |
…tion
- prisma/schema.prisma: remove datasource url (Prisma 7 breaking change)
- prisma.config.ts: new file — datasource URL via defineConfig (Prisma 7)
- apps/api/package.json: upgrade @prisma/client from ^5.20.0 to ^7.9.0
- packages/shared/tsconfig.json: add types:["node"] for TypeScript 7
- all *.itest.ts: replace PrismaClient({ datasources: ... }) with
process.env.DATABASE_URL ??= '<default>' + new PrismaClient() (Prisma 7)
- package-lock.json: updated for @prisma/client 7.9.0
Two root causes, both fixed in the latest commit: 1. Prisma 7 breaking change (P1012)
2. TypeScript 7 |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the dev-dependencies group with 6 updates in the / directory:
5.22.07.9.05.9.37.0.210.4.911.0.244.17.255.0.622.20.126.1.10.13.90.17.6Updates
prismafrom 5.22.0 to 7.9.0Release notes
Sourced from prisma's releases.
... (truncated)
Commits
537583cfeat(cli): add@bomb.sh/tabcompletions (#28351)bf7c40ffix(cli): update Studio to 0.33.0 and suppress aborted response errors (#29720)9acd8dcfeat(cli): install Prisma agent skills during prisma init (#29689)aef8cb5fix(cli): remove the migrate-reset tool from the MCP server (#29691)cdca333chore(deps): update@prisma/devto 0.24.14 (#29686)fda8fbcchore(deps): bump@prisma/devto 0.24.9 (resolves hono GHSA-92pp-h63x-v22m) (...5723406fix(cli): route bootstrap telemetry to Prisma Web Properties project (#29473)8e71aa7fix(cli): install missing@prisma/clientinprisma bootstrap(#29444)ada077bfix(cli): bootstrap UX — auto-install deps, resumable flow, timeout handling ...9b0b7f5feat(cli): add prisma bootstrap command (#29374)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for prisma since your current version.
Updates
typescriptfrom 5.9.3 to 7.0.2Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Updates
@nestjs/clifrom 10.4.9 to 11.0.24Release notes
Sourced from @nestjs/cli's releases.
... (truncated)
Commits
c8a68dachore(): release v11.0.24e5fda8cMerge pull request #3478 from ruban-s/fix/typescript-7-unsupported-api3c6b4acfix(compiler): fail fast when typescript lacks the programmatic apide85434Merge pull request #3475 from abdulganiyy/refactor/move-languages-variable-cl...1697b7frefactor: move available languages closer to first usage2705bd4Merge pull request #3472 from abdulganiyy/delete-unused-helper-file75b57c4refactor: delete unused gulp tool utility helper filec2aefdfMerge pull request #3469 from iamkanguk97/fix/runner-duplicated-binary54b08aefix(runners): remove duplicated binary in failed command message731a09bchore(): release v11.0.23Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
@types/expressfrom 4.17.25 to 5.0.6Commits
Updates
@types/nodefrom 22.20.1 to 26.1.1Commits
Updates
@types/pdfkitfrom 0.13.9 to 0.17.6Commits