Skip to content

Commit

Permalink
Renovating dependencies (#7062)
Browse files Browse the repository at this point in the history
* Update dependency @graphql-tools/schema to ^8.3.0 (#6815)

* Update emotion monorepo to v11.7.1 (#7085)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency react-focus-lock to ^2.7.1 (#7083)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency stripe to ^8.193.0 (#7084)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update typescript-eslint monorepo to ^5.7.0 (#7087)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency apollo-upload-client to v17 (#7055)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency graphql to ^15.8.0 (#7054)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update prisma monorepo to v3.6.0 (minor) (#7023)

* Update prisma monorepo to v3.6.0

* update prisma clientVersion in API tests

* add changeset

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency prettier to ^2.5.0 (#7010)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency date-fns to ^2.26.0 (#6977)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @preconstruct/eslint-plugin-format-js-tag to ^0.2.0 (#6976)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* update yarn.lock

Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
  • Loading branch information
5 people committed Dec 16, 2021
1 parent c51f8f7 commit 30b3cac
Show file tree
Hide file tree
Showing 19 changed files with 245 additions and 245 deletions.
7 changes: 7 additions & 0 deletions .changeset/eleven-trains-cheat.md
@@ -0,0 +1,7 @@
---
'@keystone-6/core': patch
'@keystone-6/prisma-utils': patch
'@keystone-6/api-tests-legacy': patch
---

Updated prisma monorepo to [v3.6.0 (minor)](https://github.com/prisma/prisma/releases/tag/3.6.0).
2 changes: 1 addition & 1 deletion design-system/packages/core/package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@emotion/react": "^11.6.0",
"@emotion/react": "^11.7.1",
"@types/facepaint": "^1.2.2",
"facepaint": "^1.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/fields/package.json
Expand Up @@ -12,10 +12,10 @@
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/popover": "^5.0.0",
"date-fns": "^2.25.0",
"date-fns": "^2.26.0",
"react": "^17.0.2",
"react-day-picker": "npm:react-day-picker@^7.4.8",
"react-focus-lock": "^2.6.0",
"react-focus-lock": "^2.7.1",
"react-select": "^5.2.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/modals/package.json
Expand Up @@ -12,7 +12,7 @@
"@keystone-ui/button": "^6.0.0",
"@keystone-ui/core": "^4.0.0",
"react": "^17.0.2",
"react-focus-lock": "^2.6.0",
"react-focus-lock": "^2.7.1",
"react-remove-scroll": "^2.4.3",
"react-transition-group": "^4.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@emotion/cache": "11.6.0",
"@emotion/react": "^11.6.0",
"@emotion/cache": "11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "11.4.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-6/fields-document": "^1.0.0",
Expand All @@ -27,15 +27,15 @@
"@types/react-dom": "^17.0.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.25.0",
"date-fns": "^2.26.0",
"facepaint": "^1.2.1",
"lodash.debounce": "^4.0.8",
"next": "^12.0.4",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-focus-lock": "^2.6.0",
"react-focus-lock": "^2.7.1",
"react-toast-notifications": "^2.5.1",
"remark-gfm": "^1.0.0",
"remark-hint": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/basic/package.json
Expand Up @@ -19,7 +19,7 @@
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/tooltip": "^5.0.0",
"@types/react": "^17.0.35",
"graphql": "^15.7.2",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/ecommerce/package.json
Expand Up @@ -25,7 +25,7 @@
"nodemailer": "^6.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stripe": "^8.189.0"
"stripe": "^8.193.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-field-view/package.json
Expand Up @@ -9,7 +9,7 @@
"build": "keystone build"
},
"dependencies": {
"@emotion/css": "^11.5.0",
"@emotion/css": "^11.7.1",
"@keystone-6/core": "^1.0.0",
"@keystone-ui/button": "^6.0.0",
"@keystone-ui/core": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-nexus/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@graphql-tools/schema": "^8.3.1",
"@keystone-6/core": "^1.0.0",
"graphql": "^15.7.2",
"graphql": "^15.8.0",
"nexus": "^1.1.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -51,14 +51,14 @@
"@jest/test-sequencer": "^27.3.1",
"@manypkg/cli": "^0.19.1",
"@preconstruct/cli": "2.1.5",
"@preconstruct/eslint-plugin-format-js-tag": "^0.1.0",
"@preconstruct/eslint-plugin-format-js-tag": "^0.2.0",
"@testing-library/jest-dom": "^5.15.0",
"@types/babel__core": "^7.1.16",
"@types/jest": "^27.0.2",
"@types/node-fetch": "^2.5.12",
"@types/normalize-path": "3.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"chalk-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
Expand All @@ -68,7 +68,7 @@
"eslint-plugin-react-hooks": "^4.3.0",
"is-ci": "^3.0.1",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"prettier": "^2.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark-cli": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Expand Up @@ -16,7 +16,7 @@
"@keystone-ui/notice": "^5.0.0",
"cross-fetch": "^3.1.4",
"fast-deep-equal": "^3.1.3",
"graphql": "^15.7.2"
"graphql": "^15.8.0"
},
"devDependencies": {
"@keystone-6/core": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-document/package.json
Expand Up @@ -36,7 +36,7 @@
"apollo-server-errors": "^3.3.0",
"apply-ref": "^1.0.0",
"fp-ts": "^2.11.5",
"graphql": "^15.7.2",
"graphql": "^15.8.0",
"io-ts": "^2.2.16",
"io-ts-excess": "^1.0.1",
"is-hotkey": "^0.2.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/keystone/package.json
Expand Up @@ -50,9 +50,9 @@
"@keystone-ui/tooltip": "^5.0.0",
"@nodelib/fs.walk": "^1.2.8",
"@preconstruct/next": "^3.0.1",
"@prisma/client": "3.5.0",
"@prisma/migrate": "3.5.0",
"@prisma/sdk": "3.5.0",
"@prisma/client": "3.6.0",
"@prisma/migrate": "3.6.0",
"@prisma/sdk": "3.6.0",
"@sindresorhus/slugify": "^1.1.2",
"@types/apollo-upload-client": "14.1.0",
"@types/bcryptjs": "^2.4.2",
Expand All @@ -75,7 +75,7 @@
"apollo-server-express": "^3.5.0",
"apollo-server-micro": "^3.5.0",
"apollo-server-types": "^3.4.0",
"apollo-upload-client": "^16.0.0",
"apollo-upload-client": "^17.0.0",
"bcryptjs": "^2.4.3",
"bytes": "^3.1.1",
"chalk": "^4.1.2",
Expand All @@ -84,7 +84,7 @@
"copy-to-clipboard": "^3.3.1",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"date-fns": "^2.25.0",
"date-fns": "^2.26.0",
"decimal.js": "10.3.1",
"dumb-passwords": "^0.2.1",
"execa": "^5.1.1",
Expand All @@ -93,7 +93,7 @@
"filenamify": "^4.3.0",
"form-data": "4.0.0",
"fs-extra": "^10.0.0",
"graphql": "^15.7.2",
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^12.0.0",
"image-size": "^1.0.0",
Expand All @@ -110,8 +110,8 @@
"p-limit": "^2.3.0",
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.4.1",
"prisma": "3.5.0",
"prettier": "^2.5.0",
"prisma": "3.6.0",
"prompts": "^2.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions prisma-utils/package.json
Expand Up @@ -4,10 +4,10 @@
"private": true,
"main": "dist/keystone-6-prisma-utils.cjs.js",
"dependencies": {
"@prisma/generator-helper": "3.5.0",
"@prisma/sdk": "3.5.0",
"@prisma/generator-helper": "3.6.0",
"@prisma/sdk": "3.6.0",
"fs-extra": "^10.0.0",
"prettier": "^2.4.1"
"prettier": "^2.5.0"
},
"scripts": {
"generate": "node .",
Expand Down
4 changes: 2 additions & 2 deletions tests/admin-ui-tests/package.json
Expand Up @@ -15,8 +15,8 @@
"@keystone-6/core": "*",
"execa": "^5.1.1",
"express": "^4.17.1",
"graphql": "^15.7.2",
"playwright": "^1.16.3",
"graphql": "^15.8.0",
"playwright": "^1.17.1",
"treekill": "^1.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/api-tests/package.json
Expand Up @@ -19,7 +19,7 @@
"cookie-signature": "^1.1.0",
"cuid": "^2.1.8",
"globby": "^11.0.4",
"graphql": "^15.7.2",
"graphql": "^15.8.0",
"memoize-one": "^6.0.0",
"superagent": "^6.1.0",
"supertest": "^6.1.6",
Expand Down
2 changes: 1 addition & 1 deletion tests/api-tests/utils.ts
Expand Up @@ -136,7 +136,7 @@ export const expectPrismaError = (
args.map(({ path, message, code, target }) => ({
extensions: {
code: 'KS_PRISMA_ERROR',
prisma: { clientVersion: '3.5.0', code, meta: { target } },
prisma: { clientVersion: '3.6.0', code, meta: { target } },
},
path,
message,
Expand Down
2 changes: 1 addition & 1 deletion tests/examples-smoke-tests/package.json
Expand Up @@ -16,7 +16,7 @@
"async-retry": "^1.3.3",
"execa": "^5.1.1",
"node-fetch": "^2.6.6",
"playwright": "^1.16.3",
"playwright": "^1.17.1",
"tree-kill": "^1.2.2"
}
}

0 comments on commit 30b3cac

Please sign in to comment.