keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [conf](https://togithub.com/sindresorhus/conf) | [`^10.2.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/conf/10.2.0/12.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://redirect.github.com/chalk/chalk) | [`^4.1.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.3.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [date-fns](https://togithub.com/date-fns/date-fns) | [`^2.26.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/date-fns/2.30.0/3.3.1) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [meow](https://redirect.github.com/sindresorhus/meow) | [`^9.0.0` -> `^13.0.0`](https://renovatebot.com/diffs/npm/meow/9.0.0/13.2.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
After Encountering a limitation With Http Only Cookies and Safari, i decided to switch Over to Jwt Session Strategy. Followed The Approach provided in the example code here [custom-session-jwt example](https://github.com/keystonejs/keystone/blob/main/examples/custom-session-jwt/keystone.tsl)....
Fixes https://github.com/keystonejs/keystone/issues/8176
Using Keystone nextjs pages router monorepo with apollo server instead of graphql-yoga, this happens when I try to upload an image from the image field of keystone. ``` POST body...
1. Set up a keystone app with the following [graphql config](https://keystonejs.com/docs/config/config#graphql) ``` import { BaseKeystoneTypeInfo } from '@keystone-6/core/types' import { GraphQLConfig } from '@keystone-6/core/types' import { ApolloServerPluginLandingPageLocalDefault, ApolloServerPluginLandingPageProductionDefault } from...
## Summary I believe this is a regression after #8403 @borisno2 After adding `"use client"` to [packages/fields-document/src/validation.ts](packages/fields-document/src/validation.ts), things break server-side when validation is triggered by admin hooks. ``` "@keystone-6/core": "^5.3.2",...
## Please add steps to reproduce the problem - Scaffold a new Keystonejs app. - Install dotenv or a similar tool - inside `keysone.ts` file, import dotenv `import 'dotenv/config';` -...