keystone icon indicating copy to clipboard operation
keystone copied to clipboard

The most powerful headless CMS for Node.js — built with GraphQL and React

Results 298 keystone issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

* renamed `__ResolvedKeystoneConfig` to `ResolvedKeystoneConfig`; * Return default config from `config` function so that any config wrapper can make use of defaults. * `config()` now returns `ResolvedKeystoneConfig` instead of `KeystoneConfig`...

breaking

## Full Next.JS support Currently the frontend is hidden away in `.keystone/admin` folder and generates multiple pages for each list routes. This is not very continent and makes customization very...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [conf](https://redirect.github.com/sindresorhus/conf) | [`^10.2.0` -> `^13.0.0`](https://renovatebot.com/diffs/npm/conf/10.2.0/13.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/conf/13.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/conf/13.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
blocked

This is my attempt to modernize the template with App Router and server side actions. This also brings the fullNext.JS experience without using isolated nextjs folder. changes: * use NextJS...

https://keystonejs.com/docs/context/overview#images-api https://github.com/keystonejs/keystone/blob/5b451f3aff719074dff6d074a883538d107cd5f4/docs/pages/docs/context/overview.md?plain=1#L130 > `image.getUrl(mode, id, extension)`: Given a `mode`, `id`, and `extension` from an `ImageData` object, returns the `src` value representing the location from which the image can be accessed...

I'm using the Prisma preview feature `relationJoins` that as the docs say > Uses a database-level LATERAL JOIN (PostgreSQL) or correlated subqueries (MySQL) and fetches all data with a single...

closes #9165 - this updates the built-in fields using validateInput to use the new unified validation syntax, and handles merging with the old syntax to ensure user-land old syntax still...