Conversation
Bump project version to 1.4.3 and upgrade Prisma from v5 to v6. package.json now pins prisma and @prisma/client to v6; Dockerfile installs prisma@6 globally; OpenAPI docs version updated. src/lib/prisma.ts was updated to match the Prisma upgrade and the lockfile was regenerated. After merging, run pnpm install and regenerate the Prisma client (e.g. pnpm prisma generate) and verify compatibility (Node/prisma client API changes).
Bump project version to 1.4.3 and upgrade Prisma from v5 to v6. package.json now pins prisma and @prisma/client to v6; Dockerfile installs prisma@6 globally; OpenAPI docs version updated. src/lib/prisma.ts was updated to match the Prisma upgrade and the lockfile was regenerated. After merging, run pnpm install and regenerate the Prisma client (e.g. pnpm prisma generate) and verify compatibility (Node/prisma client API changes).
Upgrade Better Auth packages to 1.5.6 (package.json) and regenerate pnpm-lock.yaml to reflect updated resolutions and transitive dependency changes. Removes @better-auth/cli from devDependencies, bumps better-auth and related packages (passkey, sso, core, telemetry, adapters, utils, better-call), and applies additional lock updates (e.g. @simplewebauthn/server, ASN.1 packages, xmldom note). Also updates wiki/changelog.md to record the changes. The lockfile changes capture integrity/resolution updates and optional peerDependency metadata adjustments.
Upgrade Better Auth packages to 1.5.6 (package.json) and regenerate pnpm-lock.yaml to reflect updated resolutions and transitive dependency changes. Removes @better-auth/cli from devDependencies, bumps better-auth and related packages (passkey, sso, core, telemetry, adapters, utils, better-call), and applies additional lock updates (e.g. @simplewebauthn/server, ASN.1 packages, xmldom note). Also updates wiki/changelog.md to record the changes. The lockfile changes capture integrity/resolution updates and optional peerDependency metadata adjustments.
Upgrade several dependencies (notably @prisma/client/prisma to ^6.19.3, next to 16.2.2, react/react-dom to 19.2.4, and AWS SDK packages) and update pnpm lockfile. Change Dockerfile to copy package.json from the builder, extract the Prisma version, and install that Prisma CLI globally at runtime so the container's Prisma CLI stays in sync with package.json. Also update the changelog.
Upgrade dependencies in package.json: lucide-react -> ^1.7.0, rate-limiter-flexible -> ^10.0.1, and jsdom -> ^29.0.1. Update pnpm-lock.yaml to reflect these upgrades and their transitive changes (e.g. data-urls, whatwg-url, undici and related integrity/engine updates).
Convert the custom Next.js server to TypeScript and compile it as part of the Docker build. Adds custom-server.ts with typed imports/handlers and safer error handling, a tsconfig.server.json to control compilation, and updates the Dockerfile to run tsc and copy the compiled custom-server.js from the builder stage. Also adjusts ESLint ignores and fixes toast error casting in login and security forms; updates the changelog to document the change.
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.
No description provided.