build(deps-dev): Bump prisma from 5.22.0 to 6.17.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(8 months ago)
(8 months ago)
(8 months ago)
dependencies javascript
Bumps prisma from 5.22.0 to 6.17.0.
Release notes
Sourced from prisma's releases.
6.17.0
Today, we are excited to share the
6.17.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Prisma ORM
Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today's release brings a number of bug fixes and improvements to Prisma ORM.
Bug fixes and improvements
- Added support for Entra ID (ActiveDirectory) authentication parameters for the MS SQL Server driver adapter. For example, you can use the
configobject to configure DefaultAzureCredential:import { PrismaMssql } from '@prisma/adapter-mssql' import { PrismaClient } from '@prisma/client'const config = {
server: 'localhost',
port: 1433,
database: 'mydb',
authentication: {
type: 'azure-active-directory-default',
},
options: {
encrypt: true,
},
}const adapter = new PrismaMssql(config)
const prisma = new PrismaClient({ adapter })
Learn more in this PR.- Relaxed the support package range for
@opentelemetry/instrumentationto be compatible with">=0.52.0 <1". Learn more in this PR.- Added Codex CLI detection, ensuring dangerous Prisma operations are not executed by Codex without explicit user consent. Learn more in this PR.
- Fixed JSON column handling when using a MariaDB database. Learn more in this PR.
- Restored the original behaviour of group-by aggregations where they would refer to columns with explicit table names which fixes a regression that would result in ambiguous column errors. Learn more in this PR.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.
With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.
6.16.3
Today, we are issuing a 6.16.3 patch release focused on bug fixes.
🛠 Fixes
- Prisma Client (
prisma-clientgenerator): fixed missing JSON null type definitions (JsonNull,DbNull,AnyNull) in thebrowser.tsentrypoint. (prisma/prisma#28186)
... (truncated)
Commits
58e44eechore: cli - remove unused/unnecessary dependencies (#28081)c5ff908chore: bump get-port to 7.1.0 (#28080)9d1b883feat(qc): stabilize driver adapters and the query compiler (#28046)60a160dchore: consolidate versions for mariadb, libsql, effect (#28022)0c1a8ddchore: consolidate ts-node (#28029)0262bcechore: consolidate esbuild dependency (#28023)701fe33chore: pkg-up -> package-up 5.0.0 (#28011)1e548dfchore: remove strip-ansi (#28003)013dcb2chore: align vitest version to 3.2.4 (#28000)055864bchore: remove deprecated dependencies@types/rimraf, global-dirs (#27998)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+74
-54
Package Dependencies
Technical Details
| ID: | 9798516 |
| UUID: | 2894890726 |
| Node ID: | PR_kwDOKKyu2M6sjIbm |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |
| Mergeable: | Yes |
| Merge State: | Unstable |