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.
Field type build tool (keystonejs#993)
Add build-field-types package
- Loading branch information
Showing
398 changed files
with
6,718 additions
and
1,162 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "releases": [{ "name": "@keystone-alpha/demo-project-blog", "type": "patch" }], "dependents": [] } |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Use named export from @keystone-alpha/fields-wysiwyg-tinymce |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"releases": [{ "name": "@keystone-alpha/build-field-types", "type": "minor" }], | ||
"dependents": [ | ||
{ | ||
"name": "@keystone-alpha/admin-ui", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields", "@keystone-alpha/build-field-types"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/fields", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/build-field-types"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/fields-wysiwyg-tinymce", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields", "@keystone-alpha/build-field-types"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/keystone", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields", "@keystone-alpha/build-field-types"] | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Create build-field-types package |
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"releases": [ | ||
{ "name": "@keystone-alpha/fields", "type": "major" }, | ||
{ "name": "@keystone-alpha/fields-wysiwyg-tinymce", "type": "major" } | ||
], | ||
"dependents": [ | ||
{ | ||
"name": "@keystone-alpha/admin-ui", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/keystone", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/fields"] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/demo-project-blog", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields", | ||
"@keystone-alpha/fields-wysiwyg-tinymce" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/demo-project-todo", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-access-control", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-basic", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-facebook-login", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-login", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/cypress-project-twitter-login", | ||
"type": "patch", | ||
"dependencies": [ | ||
"@keystone-alpha/admin-ui", | ||
"@keystone-alpha/keystone", | ||
"@keystone-alpha/fields" | ||
] | ||
}, | ||
{ | ||
"name": "@keystone-alpha/api-tests", | ||
"type": "patch", | ||
"dependencies": ["@keystone-alpha/keystone", "@keystone-alpha/fields"] | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Use build-field-types |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"releases": [{ "name": "@keystone-alpha/cypress-project-basic", "type": "patch" }], | ||
"dependents": [] | ||
} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Update deps in test project |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
module.exports = { | ||
presets: [ | ||
['@babel/env', { exclude: ['transform-regenerator', 'transform-async-to-generator'] }], | ||
[ | ||
'@babel/env', | ||
{ | ||
targets: { | ||
node: 10, | ||
browsers: [ | ||
'last 2 chrome versions', | ||
'last 2 firefox versions', | ||
'last 2 safari versions', | ||
'last 2 edge versions', | ||
], | ||
}, | ||
}, | ||
], | ||
'@babel/react', | ||
'@babel/preset-flow', | ||
], | ||
plugins: [ | ||
'@babel/plugin-proposal-class-properties', | ||
'@babel/proposal-object-rest-spread', | ||
'@babel/plugin-syntax-dynamic-import', | ||
...(process.env.NODE_ENV === 'test' | ||
? [require('./packages/build-field-types').devBabelPlugin] | ||
: []), | ||
], | ||
}; |
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.