create-keystone-app 7.0.1 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,7 @@ var terminalLink__default = /*#__PURE__*/_interopDefault(terminalLink);
44
44
 
45
45
  var currentPkgJson = {
46
46
  name: "create-keystone-app",
47
- version: "7.0.1",
47
+ version: "7.0.2",
48
48
  main: "dist/create-keystone-app.cjs.js",
49
49
  files: [
50
50
  "dist",
@@ -55,7 +55,7 @@ var currentPkgJson = {
55
55
  bin: "./bin.js",
56
56
  license: "MIT",
57
57
  dependencies: {
58
- "@babel/runtime": "^7.17.2",
58
+ "@babel/runtime": "^7.18.9",
59
59
  chalk: "^4.1.2",
60
60
  enquirer: "^2.3.6",
61
61
  execa: "^5.1.1",
@@ -44,7 +44,7 @@ var terminalLink__default = /*#__PURE__*/_interopDefault(terminalLink);
44
44
 
45
45
  var currentPkgJson = {
46
46
  name: "create-keystone-app",
47
- version: "7.0.1",
47
+ version: "7.0.2",
48
48
  main: "dist/create-keystone-app.cjs.js",
49
49
  files: [
50
50
  "dist",
@@ -55,7 +55,7 @@ var currentPkgJson = {
55
55
  bin: "./bin.js",
56
56
  license: "MIT",
57
57
  dependencies: {
58
- "@babel/runtime": "^7.17.2",
58
+ "@babel/runtime": "^7.18.9",
59
59
  chalk: "^4.1.2",
60
60
  enquirer: "^2.3.6",
61
61
  execa: "^5.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-keystone-app",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "main": "dist/create-keystone-app.cjs.js",
5
5
  "files": [
6
6
  "dist",
@@ -11,7 +11,7 @@
11
11
  "bin": "./bin.js",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "@babel/runtime": "^7.17.2",
14
+ "@babel/runtime": "^7.18.9",
15
15
  "chalk": "^4.1.2",
16
16
  "enquirer": "^2.3.6",
17
17
  "execa": "^5.1.1",
@@ -1,165 +1,17 @@
1
- # keystone-next-app
2
-
3
- ## 1.0.1
4
-
5
- ### Patch Changes
6
-
7
- - [#278](https://github.com/keystonejs/create-keystone-app/pull/278) [`26f9a79`](https://github.com/keystonejs/create-keystone-app/commit/26f9a79ef913915bac85657884f85ff7e4da46c2) Thanks [@Noviny](https://github.com/Noviny)! - Improve schema options for linking authors to posts:
8
- - Add `inlineConnect: true` to the post's relationship to users
9
- - Remove authors from being inline-creatable
10
-
11
- * [#319](https://github.com/keystonejs/create-keystone-app/pull/319) [`94a859e`](https://github.com/keystonejs/create-keystone-app/commit/94a859e43123d2f348d5e21551d59bd7e257aa81) Thanks [@Achisingh](https://github.com/Achisingh)! - Fix dependencies and update schemas for the latest `keystone-6` release
12
-
13
- ## 5.0.0
14
-
15
- ### Major Changes
16
-
17
- - [#260](https://github.com/keystonejs/create-keystone-app/pull/260) [`6288ac4`](https://github.com/keystonejs/create-keystone-app/commit/6288ac493d82a4f4f669f70daa2f24cefd8e375e) Thanks [@bladey](https://github.com/bladey)! - Updated to use Keystone 6.
18
-
19
- ## 3.1.0
20
-
21
- ### Minor Changes
22
-
23
- - [#241](https://github.com/keystonejs/create-keystone-app/pull/241) [`d6ff06d`](https://github.com/keystonejs/create-keystone-app/commit/d6ff06d3a80830f37d5da07738a69e0af2edc039) Thanks [@bladey](https://github.com/bladey)! - Added engines to package.json to indicate required version of Node.js to run Keystone.
24
-
25
- ### Patch Changes
26
-
27
- - [#237](https://github.com/keystonejs/create-keystone-app/pull/237) [`a65ef75`](https://github.com/keystonejs/create-keystone-app/commit/a65ef75c8ca21007aade0c77a6482cbf145ff679) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
28
-
29
- ## 3.0.2
30
-
31
- ### Patch Changes
32
-
33
- - [#235](https://github.com/keystonejs/create-keystone-app/pull/235) [`9a3c00c`](https://github.com/keystonejs/create-keystone-app/commit/9a3c00cb6a719cef330955f8014f431c0ffa38d0) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
34
-
35
- ## 3.0.1
36
-
37
- ### Patch Changes
38
-
39
- - [#218](https://github.com/keystonejs/create-keystone-app/pull/218) [`7547ee5`](https://github.com/keystonejs/create-keystone-app/commit/7547ee505c056cf18e7f9a6babdc0f51205b7d8c) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
40
-
41
- * [#207](https://github.com/keystonejs/create-keystone-app/pull/207) [`f449831`](https://github.com/keystonejs/create-keystone-app/commit/f4498310ea66db1b287701e2e50a2486617859d9) Thanks [@Noviny](https://github.com/Noviny)! - Add code comments to help out new users
42
-
43
- - [#212](https://github.com/keystonejs/create-keystone-app/pull/212) [`906412a`](https://github.com/keystonejs/create-keystone-app/commit/906412a1b3b791eeca90225e585c1bd91369a503) Thanks [@bladey](https://github.com/bladey)! - Updated README to refer to latest DB property when advising to use PostgresSQL.
44
-
45
- ## 3.0.0
46
-
47
- ### Major Changes
48
-
49
- - [#201](https://github.com/keystonejs/create-keystone-app/pull/201) [`ee98fdb`](https://github.com/keystonejs/create-keystone-app/commit/ee98fdba87ee303e47790aa146575316de299fb6) Thanks [@Noviny](https://github.com/Noviny)! - Switch to use sqlite as the default database
50
-
51
- ## 2.0.14
52
-
53
- ### Patch Changes
54
-
55
- - [#199](https://github.com/keystonejs/create-keystone-app/pull/199) [`fe7523d`](https://github.com/keystonejs/create-keystone-app/commit/fe7523dc1ee04d46a7d506554418fd3812729b46) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
56
-
57
- ## 2.0.13
58
-
59
- ### Patch Changes
60
-
61
- - [#188](https://github.com/keystonejs/create-keystone-app/pull/188) [`621adbe`](https://github.com/keystonejs/create-keystone-app/commit/621adbe62de80a79b0759d3e806816b4097bb2a7) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
62
-
63
- ## 2.0.12
64
-
65
- ### Patch Changes
66
-
67
- - [#173](https://github.com/keystonejs/create-keystone-app/pull/173) [`b8cf267`](https://github.com/keystonejs/create-keystone-app/commit/b8cf26719456a0c88788f6d6ea3fec05af2b57a6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
68
-
69
- ## 2.0.11
70
-
71
- ### Patch Changes
72
-
73
- - [#166](https://github.com/keystonejs/create-keystone-app/pull/166) [`c853425`](https://github.com/keystonejs/create-keystone-app/commit/c8534250489c33e40323a69c41e644d7199f7329) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
74
-
75
- ## 2.0.10
76
-
77
- ### Patch Changes
78
-
79
- - [#157](https://github.com/keystonejs/create-keystone-app/pull/157) [`437237f`](https://github.com/keystonejs/create-keystone-app/commit/437237f671ae40fdbd1bed19ebc272cbb31cbfe6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
80
-
81
- ## 2.0.9
82
-
83
- ### Patch Changes
84
-
85
- - [#150](https://github.com/keystonejs/create-keystone-app/pull/150) [`2af99bf`](https://github.com/keystonejs/create-keystone-app/commit/2af99bf669114eb3cd562abb707729a24aee533e) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
86
-
87
- ## 2.0.8
88
-
89
- ### Patch Changes
90
-
91
- - [#143](https://github.com/keystonejs/create-keystone-app/pull/143) [`4aa566a`](https://github.com/keystonejs/create-keystone-app/commit/4aa566a8c2dccfab1264518f90d62899b467f15d) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
92
-
93
- Updated README with getting starting instructions.
94
-
95
- ## 2.0.7
96
-
97
- ### Patch Changes
98
-
99
- - [#137](https://github.com/keystonejs/create-keystone-app/pull/137) [`a779d69`](https://github.com/keystonejs/create-keystone-app/commit/a779d691f385d152478d49a5f01ceb1bc0cc69ac) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
100
-
101
- ## 2.0.6
102
-
103
- ### Patch Changes
104
-
105
- - [#122](https://github.com/keystonejs/create-keystone-app/pull/122) [`60f1454`](https://github.com/keystonejs/create-keystone-app/commit/60f1454e354f37a587a75d7cb54c165862fc392d) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
106
-
107
- ## 2.0.5
108
-
109
- ### Patch Changes
110
-
111
- - [#117](https://github.com/keystonejs/create-keystone-app/pull/117) [`8f74b59`](https://github.com/keystonejs/create-keystone-app/commit/8f74b5958c0892495f53ca7f16c12eab22bb5ce5) Thanks [@keystonejs-release-bot](https://github.com/keystonejs-release-bot)! - Updated Keystone dependencies to latest version.
112
-
113
- ## 2.0.4
114
-
115
- ### Patch Changes
116
-
117
- - [#116](https://github.com/keystonejs/create-keystone-app/pull/116) [`d532c8f`](https://github.com/keystonejs/create-keystone-app/commit/d532c8fcc243fd4d37d45a47eb4a1c7698fca494) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone dependencies to latest version.
118
-
119
- ## 2.0.3
120
-
121
- ### Patch Changes
122
-
123
- - [#101](https://github.com/keystonejs/create-keystone-app/pull/101) [`446bf0e`](https://github.com/keystonejs/create-keystone-app/commit/446bf0e745e30d814a438c81eb8f7dd275174ff9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
124
-
125
- ## 2.0.2
126
-
127
- ### Patch Changes
128
-
129
- - [#98](https://github.com/keystonejs/create-keystone-app/pull/98) [`89b9dfe`](https://github.com/keystonejs/create-keystone-app/commit/89b9dfe8e47cac6fd493fc661c965cdaad5a23d8) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
130
-
131
- ## 2.0.1
132
-
133
- ### Patch Changes
134
-
135
- - [#84](https://github.com/keystonejs/create-keystone-app/pull/84) [`c89af36`](https://github.com/keystonejs/create-keystone-app/commit/c89af3675afa9e1b3c1ec157ab93a761d7914fdb) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies to latest version.
136
-
137
- ## 2.0.0
138
-
139
- ### Major Changes
140
-
141
- - [#65](https://github.com/keystonejs/create-keystone-next-app/pull/65) [`49c5ff2`](https://github.com/keystonejs/create-keystone-next-app/commit/49c5ff2d9892de0692a05a1f1dc01501f2979bc8) Thanks [@bladey](https://github.com/bladey)! - Updated to use Keystone Next packages instead of Keystone 5.
1
+ # keystone-app
142
2
 
143
3
  ## 1.0.2
144
4
 
145
5
  ### Patch Changes
146
6
 
147
- - [#52](https://github.com/keystonejs/create-keystone-next-app/pull/52) [`1b363c4`](https://github.com/keystonejs/create-keystone-next-app/commit/1b363c41cd96299e68cd3d9db3be94b13a7844e5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies.
7
+ - [`3b4360a`](https://github.com/keystonejs/create-keystone-app/commit/3b4360a114f00094e40fdc89dd4c82e1456b9ae5) Thanks [@dcousens](https://github.com/dcousens)! - Fix graphql@^15.8.0 and next@12.2.4 as pseudo-peer dependencies until next `@keystone-6/core` release
148
8
 
149
9
  ## 1.0.1
150
10
 
151
11
  ### Patch Changes
152
12
 
153
- - [#36](https://github.com/keystonejs/create-keystone-next-app/pull/36) [`94f9f26`](https://github.com/keystonejs/create-keystone-next-app/commit/94f9f267eea6862605ca443a83997062eeeb6b92) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Keystone dependencies.
154
-
155
- ## 1.0.0
156
-
157
- ### Major Changes
158
-
159
- - [`ed5125e`](https://github.com/keystonejs/create-keystone-next-app/commit/ed5125e857e327347182588fa3917c225d741185) [#11](https://github.com/keystonejs/create-keystone-next-app/pull/11) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Updated to the latest version of Keystone Next
160
-
161
- ## 0.0.1
162
-
163
- ### Patch Changes
13
+ - [#278](https://github.com/keystonejs/create-keystone-app/pull/278) [`26f9a79`](https://github.com/keystonejs/create-keystone-app/commit/26f9a79ef913915bac85657884f85ff7e4da46c2) Thanks [@Noviny](https://github.com/Noviny)! - Improve schema options for linking authors to posts:
14
+ - Add `inlineConnect: true` to the post's relationship to users
15
+ - Remove authors from being inline-creatable
164
16
 
165
- - [`2f0a08b`](https://github.com/keystonejs/create-keystone-next-app/commit/2f0a08be8e41339b8eca8004198babd0342016d8) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `typescript` as a dependency of the generated project
17
+ * [#319](https://github.com/keystonejs/create-keystone-app/pull/319) [`94a859e`](https://github.com/keystonejs/create-keystone-app/commit/94a859e43123d2f348d5e21551d59bd7e257aa81) Thanks [@Achisingh](https://github.com/Achisingh)! - Fix dependencies and update schemas for the latest `keystone-6` release
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keystone-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "dev": "keystone dev",
@@ -11,10 +11,19 @@
11
11
  "dependencies": {
12
12
  "@keystone-6/auth": "^4.0.0",
13
13
  "@keystone-6/core": "^2.1.0",
14
- "@keystone-6/fields-document": "^4.0.0",
14
+ "@keystone-6/fields-document": "^4.0.1",
15
+ "graphql": "^15.8.0",
16
+ "next": "12.2.4",
15
17
  "typescript": "^4.7.4"
16
18
  },
17
- "engines": {
18
- "node": "^14.15 || ^16.13"
19
+ "// npm": "this is a temporary workaround for npm users, see https://github.com/keystonejs/create-keystone-app/pull/350",
20
+ "overrides": {
21
+ "graphql": "^15.8.0",
22
+ "next": "12.2.4"
23
+ },
24
+ "// yarn": "this is a temporary workaround for yarn users, see https://github.com/keystonejs/create-keystone-app/pull/350",
25
+ "resolutions": {
26
+ "graphql": "^15.8.0",
27
+ "next": "12.2.4"
19
28
  }
20
29
  }