forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update legacy package names (keystonejs#5010)
* Update package names and mark some as private. * Update @keystonejs-next namespace to @keystone-next. * More package updates. * Further fleshing out namespace updates. * Update package.json * Update package.json * Update package.json * Further fleshing out namespace updates. * Reverting some changelogs. * Update package.json * Formatting. * Tweaking module paths. * Update .changeset/config.json Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Adding some required TS ignores so checks pass for redundant errors. * Update docs-next/pages/apis/access-control.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs-next/pages/apis/access-control.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
- Loading branch information
Showing
471 changed files
with
1,365 additions
and
1,194 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/test-utils': patch | ||
'@keystone-next/test-utils-legacy': patch | ||
--- | ||
|
||
Updated `multiAdapterRunners().before()` to return a `context` object when using `setupFromConfig()`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
"commit": false, | ||
"linked": [], | ||
"access": "public" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"@keystonejs/adapter-prisma": patch | ||
"@keystone-next/adapter-prisma-legacy": patch | ||
--- | ||
|
||
Fixed errors when using a schema path containing a space character. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/test-utils': major | ||
'@keystone-next/test-utils-legacy': major | ||
--- | ||
|
||
Updated `setupFromConfig` to support running tests with `networkedGraphqlRequest`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/access-control': patch | ||
'@keystone-next/access-control-legacy': patch | ||
--- | ||
|
||
Updated types to be parameterised by imperative argument type. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/benchmarks': minor | ||
'@keystone-next/benchmarks-legacy': minor | ||
--- | ||
|
||
Updated benchmark scripts to use the new keystone interfaces. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
'@keystonejs/access-control': major | ||
'@keystonejs/keystone': patch | ||
'@keystone-next/access-control-legacy': major | ||
'@keystone-next/keystone-legacy': patch | ||
--- | ||
|
||
The functions `validate*AccessControl` no longer set default values for the `authentication` value. If you are calling these functions directly you will need to make sure you pass in a value for `authentication`. If you are not directly calling these functions then there are no changes required. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
'@keystonejs/access-control': major | ||
'@keystonejs/keystone': patch | ||
'@keystone-next/access-control-legacy': major | ||
'@keystone-next/keystone-legacy': patch | ||
--- | ||
|
||
Updated `validateAuthAccessControl` to now require an explicit `operation` argument. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/fields': patch | ||
'@keystone-next/fields-legacy': patch | ||
--- | ||
|
||
Pinned dependency `react-day-picker` to `8.0.0-beta.3`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
'@keystonejs/access-control': major | ||
'@keystonejs/keystone': patch | ||
'@keystone-next/access-control-legacy': major | ||
'@keystone-next/keystone-legacy': patch | ||
--- | ||
|
||
Updated the `validate*AccessControl` functions to take `{ access, args: ... }`. Unless you are directly calling these functions no code changes are required. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
'@keystonejs/adapter-knex': minor | ||
'@keystonejs/adapter-mongoose': minor | ||
'@keystonejs/adapter-prisma': minor | ||
'@keystone-next/adapter-knex-legacy': minor | ||
'@keystone-next/adapter-mongoose-legacy': minor | ||
'@keystone-next/adapter-prisma-legacy': minor | ||
--- | ||
|
||
Added support for configuring the field to use for `search` filtering via the `searchField` list adapter config option. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/adapter-prisma': patch | ||
'@keystone-next/adapter-prisma': patch | ||
--- | ||
|
||
Fixed a schema generation issue when two one-sided many-to-many relationships shared the same name. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/adapter-knex': patch | ||
'@keystone-next/adapter-knex-legacy': patch | ||
--- | ||
|
||
Fixed a query generation issue when two relationship fields shared the same name. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystonejs/adapter-prisma': patch | ||
'@keystone-next/adapter-prisma-legacy': patch | ||
--- | ||
|
||
Fixed crash if the prisma client directory exists but the prisma schema doesn't. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
'@keystone-next/website': minor | ||
'@keystone-next/keystone': minor | ||
'@keystone-next/types': minor | ||
'@keystonejs/api-tests': minor | ||
'@keystone-next/website-legacy': minor | ||
'@keystone-next/keystone-legacy': minor | ||
'@keystone-next/types-legacy': minor | ||
'@keystone-next/api-tests-legacy': minor | ||
--- | ||
|
||
Added support for configuring the field to use for `search` filtering via the `db: { searchField }` list config option. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.