Skip to content

Commit

Permalink
Bump dependencies (#6843)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>
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>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>
  • Loading branch information
5 people authored Nov 1, 2021
1 parent 5e61e00 commit d107a5b
Show file tree
Hide file tree
Showing 38 changed files with 871 additions and 813 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-rocks-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@keystone-next/keystone": patch
---

- We have bumped `memoize-one` to [`v6.0.0`](https://github.com/alexreardon/`/releases/tag/v6.0.0), the only breaking changes for the package were related to Typescript (please see the release notes)
24 changes: 12 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
uses: actions/checkout@v2
if: needs.should_run_tests.outputs.shouldRunTests == 'true'

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
Expand Down Expand Up @@ -111,10 +111,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -150,10 +150,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -210,11 +210,11 @@ jobs:
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
Expand Down Expand Up @@ -270,11 +270,11 @@ jobs:
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
Expand Down Expand Up @@ -315,10 +315,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion design-system/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-button.cjs.js",
"module": "dist/keystone-ui-button.esm.js",
"devDependencies": {
"@types/react": "^17.0.29"
"@types/react": "^17.0.33"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-core.cjs.js",
"module": "dist/keystone-ui-core.esm.js",
"devDependencies": {
"@types/react": "^17.0.29",
"@types/react": "^17.0.33",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-fields.cjs.js",
"module": "dist/keystone-ui-fields.esm.js",
"devDependencies": {
"@types/react": "^17.0.29"
"@types/react": "^17.0.33"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-prettier": "^5.5.0",
"@svgr/plugin-svgo": "^5.5.0",
"@types/react": "^17.0.29",
"@types/react": "^17.0.33",
"chalk": "^4.1.2",
"feather-icons": "^4.28.0",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-loading.cjs.js",
"module": "dist/keystone-ui-loading.esm.js",
"devDependencies": {
"@types/react": "^17.0.29"
"@types/react": "^17.0.33"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-modals.cjs.js",
"module": "dist/keystone-ui-modals.esm.js",
"devDependencies": {
"@types/react": "^17.0.29"
"@types/react": "^17.0.33"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-notice.cjs.js",
"module": "dist/keystone-ui-notice.esm.js",
"devDependencies": {
"@types/react": "^17.0.29"
"@types/react": "^17.0.33"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/segmented-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-segmented-control.cjs.js",
"module": "dist/keystone-ui-segmented-control.esm.js",
"devDependencies": {
"@types/react": "^17.0.29",
"@types/react": "^17.0.33",
"react": "^17.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-toast.cjs.js",
"module": "dist/keystone-ui-toast.esm.js",
"devDependencies": {
"@types/react": "^17.0.29",
"@types/react": "^17.0.33",
"react": "^17.0.2"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@keystone-ui/segmented-control": "^5.0.1",
"@keystone-ui/toast": "^4.0.4",
"@keystone-ui/tooltip": "^4.0.3",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"@preconstruct/next": "^3.0.1",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/tinycolor2": "^1.4.3",
"next": "^11.1.0",
"next": "^12.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tinycolor2": "^1.4.2"
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@emotion/cache": "11.4.0",
"@emotion/cache": "11.5.0",
"@emotion/react": "^11.4.1",
"@emotion/server": "11.4.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/fields-document": "^11.0.0",
"@mdx-js/loader": "next",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^11.1.0",
"@preconstruct/next": "^3.0.0",
"@next/mdx": "^12.0.2",
"@preconstruct/next": "^3.0.1",
"@sindresorhus/slugify": "^1.1.2",
"@types/gtag.js": "^0.0.7",
"@types/mdx-js__react": "^1.5.4",
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"@types/mdx-js__react": "^1.5.5",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.25.0",
"facepaint": "^1.2.1",
"lodash.debounce": "^4.0.8",
"next": "^11.1.0",
"next": "^12.0.2",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@keystone-next/auth": "^34.0.0",
"@keystone-next/keystone": "^26.1.0",
"next": "^11.1.0",
"next": "^12.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@keystone-ui/fields": "^5.0.1",
"@keystone-ui/icons": "^4.0.2",
"@keystone-ui/tooltip": "^4.0.3",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.29",
"@preconstruct/next": "^3.0.1",
"@types/react": "^17.0.33",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.5",
"next": "^11.1.0",
"next": "^12.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@keystone-next/keystone": "^26.1.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^10.0.0",
"next": "^11.1.0",
"next": "^12.0.2",
"nodemailer": "^6.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/embedded-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@keystone-next/keystone": "^26.1.0",
"dotenv": "^10.0.0",
"next": "^11.1.0",
"next": "^12.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/roles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@keystone-next/auth": "^34.0.0",
"@keystone-next/keystone": "^26.1.0",
"next": "^11.1.0",
"next": "^12.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@keystone-next/keystone": "^26.1.0",
"@keystone-ui/core": "^3.2.1",
"next": "^11.1.0",
"next": "^12.0.2",
"react": "^17.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/document-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@keystone-next/document-renderer": "^4.0.1",
"@keystone-next/fields-document": "^11.0.0",
"@keystone-next/keystone": "^26.1.0",
"@preconstruct/next": "^3.0.0",
"next": "^11.1.0",
"@preconstruct/next": "^3.0.1",
"next": "^12.0.2",
"react": "^17.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@keystone-next/keystone": "^26.1.0"
},
"devDependencies": {
"babel-jest": "^27.2.5",
"jest": "^27.2.5",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"typescript": "^4.4.4"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@babel/preset-typescript": "^7.15.0",
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.17.0",
"@jest/test-sequencer": "^27.2.5",
"@jest/test-sequencer": "^27.3.1",
"@manypkg/cli": "^0.18.0",
"@preconstruct/cli": "2.1.5",
"@preconstruct/eslint-plugin-format-js-tag": "^0.1.0",
Expand All @@ -58,17 +58,17 @@
"@types/jest": "^27.0.2",
"@types/node-fetch": "^2.5.12",
"@types/normalize-path": "3.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"chalk-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"is-ci": "^3.0.0",
"jest": "^27.2.5",
"is-ci": "^3.0.1",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@keystone-ui/core": "^3.2.1",
"@keystone-ui/fields": "^5.0.1",
"@keystone-ui/pill": "^5.0.2",
"@types/react": "^17.0.29",
"@types/react": "^17.0.33",
"cloudinary": "^1.27.1",
"cuid": "^2.1.8",
"graphql-upload": "^12.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@keystone-ui/icons": "^4.0.2",
"@keystone-ui/popover": "^4.0.5",
"@keystone-ui/tooltip": "^4.0.3",
"@types/react": "^17.0.29",
"@types/react": "^17.0.33",
"apollo-server-errors": "^3.2.0",
"apply-ref": "^1.0.0",
"fp-ts": "^2.11.4",
"fp-ts": "^2.11.5",
"graphql": "^15.6.1",
"io-ts": "^2.2.16",
"io-ts-excess": "^1.0.1",
Expand All @@ -58,8 +58,8 @@
"@keystone-next/keystone": "*",
"@testing-library/react": "^12.1.2",
"array.prototype.flat": "^1.2.5",
"jest-diff": "^27.2.5",
"pretty-format": "^27.2.5",
"jest-diff": "^27.3.1",
"pretty-format": "^27.3.1",
"slate-hyperscript": "^0.60.8"
},
"engines": {
Expand Down
Loading

0 comments on commit d107a5b

Please sign in to comment.