keystonejs / keystone-5

https://v5.keystonejs.com
MIT License
64 stars 33 forks source link

Update patch dependencies (patch) #310

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) ^3.3.20 -> ^3.3.21 age adoption passing confidence
@apollographql/graphql-playground-react ^1.7.41 -> ^1.7.42 age adoption passing confidence
@babel/core (source) ^7.14.6 -> ^7.14.8 age adoption passing confidence
@babel/plugin-proposal-object-rest-spread (source) ^7.14.5 -> ^7.14.7 age adoption passing confidence
@babel/preset-env (source) ^7.14.5 -> ^7.14.9 age adoption passing confidence
@babel/runtime (source) ^7.14.6 -> ^7.14.8 age adoption passing confidence
@changesets/changelog-github ^0.4.0 -> ^0.4.2 age adoption passing confidence
@iframely/embed.js (source) ^1.3.2 -> ^1.3.3 age adoption passing confidence
@​manypkg/get-packages ^1.1.1 -> ^1.1.3 age adoption passing confidence
@popperjs/core ^2.9.2 -> ^2.9.3 age adoption passing confidence
@preconstruct/cli 2.1.0 -> 2.1.5 age adoption passing confidence
@preconstruct/next ^3.0.0 -> ^3.0.1 age adoption passing confidence
@tinymce/tinymce-react ^3.12.6 -> ^3.12.8 age adoption passing confidence
@types/cookie ^0.4.0 -> ^0.4.1 age adoption passing confidence
@types/express-session ^1.17.3 -> ^1.17.4 age adoption passing confidence
@types/jest ^26.0.23 -> ^26.0.24 age adoption passing confidence
@types/keystonejs__adapter-knex ^6.3.2 -> ^6.3.3 age adoption passing confidence
@types/keystonejs__keystone ^7.0.1 -> ^7.0.2 age adoption passing confidence
@types/react ^17.0.11 -> ^17.0.38 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.28.0 -> ^4.28.5 age adoption passing confidence
@typescript-eslint/parser ^4.28.0 -> ^4.28.5 age adoption passing confidence
arg ^5.0.0 -> ^5.0.1 age adoption passing confidence
babel-loader ^8.2.2 -> ^8.2.3 age adoption passing confidence
babel-preset-react-app (changelog) ^10.0.0 -> ^10.0.1 age adoption passing confidence
body-parser ^1.19.0 -> ^1.19.1 age adoption passing confidence
chalk ^4.1.1 -> ^4.1.2 age adoption passing confidence
cloudinary (source) ^1.27.0 -> ^1.27.1 age adoption passing confidence
codemirror (source) ^5.62.0 -> ^5.62.3 age adoption passing confidence
cookie-parser ^1.4.5 -> ^1.4.6 age adoption passing confidence
css-loader ^5.2.6 -> ^5.2.7 age adoption passing confidence
cypress-file-upload ^5.0.7 -> ^5.0.8 age adoption passing confidence
eslint-plugin-import ^2.25.2 -> ^2.25.3 age adoption passing confidence
express (source) ^4.17.1 -> ^4.17.2 age adoption passing confidence
globby ^11.0.3 -> ^11.0.4 age adoption passing confidence
got ^11.8.2 -> ^11.8.3 age adoption passing confidence
graphql ^15.5.0 -> ^15.5.3 age adoption passing confidence
immutable (source) ^4.0.0-rc.12 -> ^4.0.0 age adoption passing confidence
knex (source) ^0.95.6 -> ^0.95.15 age adoption passing confidence
loader-utils ^2.0.0 -> ^2.0.2 age adoption passing confidence
mocha-junit-reporter ^2.0.0 -> ^2.0.2 age adoption passing confidence
mongodb ^3.6.9 -> ^3.6.12 age adoption passing confidence
mongoose (source) ^5.12.13 -> ^5.12.15 age adoption passing confidence
node-fetch ^2.6.1 -> ^2.6.6 age adoption passing confidence
nuxt ^2.15.7 -> ^2.15.8 age adoption passing confidence
pino-colada ^2.2.0 -> ^2.2.2 age adoption passing confidence
postcss (source) ^8.3.4 -> ^8.3.11 age adoption passing confidence
prettier (source) ^2.4.0 -> ^2.4.1 age adoption passing confidence
prompts ^2.4.1 -> ^2.4.2 age adoption passing confidence
react-github-btn (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
react-router-dom 5.2.0 -> 5.2.1 age adoption passing confidence
stack-utils ^2.0.3 -> ^2.0.5 age adoption passing confidence
start-server-and-test ^1.12.5 -> ^1.12.6 age adoption passing confidence
tinymce (source) ^5.8.1 -> ^5.8.2 age adoption passing confidence
typescript (source) ^4.1.5 -> ^4.1.6 age adoption passing confidence
webpack-hot-middleware ^2.25.0 -> ^2.25.1 age adoption passing confidence

Release Notes

apollographql/apollo-client ### [`v3.3.21`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#Apollo-Client-3321) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.20...v3.3.21) ##### Bug fixes - Fix race condition in `@apollo/client/link/context` that could leak subscriptions if the subscription is cancelled before `operation.setContext` is called.
[@​sofianhn](https://togithub.com/sofianhn) in [#​8399](https://togithub.com/apollographql/apollo-client/pull/8399) - Prefer `existing.pageInfo.startCursor` and `endCursor` (if defined) in `read` function of `relayStylePagination` policies.
[@​benjamn](https://togithub.com/benjamn) in [#​8438](https://togithub.com/apollographql/apollo-client/pull/8438) ##### Improvements - Normalize user-provided `HttpLink` headers by lower-casing their names.
[@​benjamn](https://togithub.com/benjamn) in [#​8449](https://togithub.com/apollographql/apollo-client/pull/8449)
babel/babel ### [`v7.14.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7148-2021-07-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.6...v7.14.8) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-new-target` - [#​13560](https://togithub.com/babel/babel/pull/13560) fix(class-properties): replace `new.target` in static properties with `undefined` ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-parser` - [#​13088](https://togithub.com/babel/babel/pull/13088) Fix await binding error within static block ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13531](https://togithub.com/babel/babel/pull/13531) fix: disallow computed `async`/`get`/`set` keyword ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-helper-simple-access`, `babel-plugin-transform-modules-commonjs` - [#​13258](https://togithub.com/babel/babel/pull/13258) Fix const violations in ESM imports when transformed to CJS ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :bug: Bug Fix - `babel-parser` - [#​13575](https://togithub.com/babel/babel/pull/13575) Update babel-parser.d.ts ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13548](https://togithub.com/babel/babel/pull/13548) Fix parser `strictMode` option ([@​overlookmotel](https://togithub.com/overlookmotel)) - [#​13573](https://togithub.com/babel/babel/pull/13573) Fix issue to allow module block in member expression ([@​nme077](https://togithub.com/nme077)) - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13534](https://togithub.com/babel/babel/pull/13534) Async do expression should start at async ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​12344](https://togithub.com/babel/babel/pull/12344) Fix arrow transformation when `arguments` is defined as variable ([@​snitin315](https://togithub.com/snitin315)) - `babel-traverse` - [#​13527](https://togithub.com/babel/babel/pull/13527) fix: accept duplicated import/variable in different module ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-types` - [#​13525](https://togithub.com/babel/babel/pull/13525) fix(babel-types): accept `UnaryExpression` in `TSLiteralType` ([@​colinaaa](https://togithub.com/colinaaa)) - [#​13500](https://togithub.com/babel/babel/pull/13500) Add typeParameters to tagged template visitor keys ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​13515](https://togithub.com/babel/babel/pull/13515) Fix config validation message typo ([@​jaeseokk](https://togithub.com/jaeseokk)) - `babel-cli` - [#​13508](https://togithub.com/babel/babel/pull/13508) fix: sync default_extensions to babel-cli usage ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​13562](https://togithub.com/babel/babel/pull/13562) Fix `make generate-standalone` -> `make build-standalone` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - `babel-helpers` - [#​13522](https://togithub.com/babel/babel/pull/13522) minor improvement to gulp generate-runtime-helpers error message ([@​lightmare](https://togithub.com/lightmare)) ##### :running_woman: Performance - `babel-parser` - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung))
changesets/changesets ### [`v0.4.2`](https://togithub.com/changesets/changesets/blob/HEAD/packages/changelog-github/CHANGELOG.md#​042) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/changelog-github@0.4.1...@changesets/changelog-github@0.4.2) ##### Patch Changes - Updated dependencies \[[`9a993ba`](https://togithub.com/changesets/changesets/commit/9a993ba09629c1620d749432520470cec49d3a96)]: - [@​changesets/types](https://togithub.com/changesets/types)[@​4](https://togithub.com/4).0.2 ### [`v0.4.1`](https://togithub.com/changesets/changesets/blob/HEAD/packages/changelog-github/CHANGELOG.md#​041) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/changelog-github@0.4.0...@changesets/changelog-github@0.4.1) ##### Patch Changes - Updated dependencies \[[`e89e28a`](https://togithub.com/changesets/changesets/commit/e89e28a05f5fa43307db73812a6bcd269b62ddee)]: - [@​changesets/types](https://togithub.com/changesets/types)[@​4](https://togithub.com/4).0.1
itteco/embedjs ### [`v1.3.3`](https://togithub.com/itteco/embedjs/compare/v1.3.2...v1.3.3) [Compare Source](https://togithub.com/itteco/embedjs/compare/v1.3.2...v1.3.3)
popperjs/popper-core ### [`v2.9.3`](https://togithub.com/popperjs/popper-core/releases/v2.9.3) [Compare Source](https://togithub.com/popperjs/popper-core/compare/v2.9.2...v2.9.3) #### Bug Fixes - Handle scaled parent elements ([#​1247](https://togithub.com/popperjs/popper-core/issues/1247))
preconstruct/preconstruct (@​preconstruct/cli) ### [`v2.1.5`](https://togithub.com/preconstruct/preconstruct/blob/HEAD/packages/cli/CHANGELOG.md#​215) [Compare Source](https://togithub.com/preconstruct/preconstruct/compare/@preconstruct/cli@2.1.4...@preconstruct/cli@2.1.5) ##### Patch Changes - [`ad15ffa`](https://togithub.com/preconstruct/preconstruct/commit/ad15ffa5c08f49781cb7932cc2dd6a17b73b8863) Thanks [@​mitchellhamilton](https://togithub.com/mitchellhamilton)! - Fixed resolving `typescript` package when using Yarn PnP and installing `typescript` at the root of a project ### [`v2.1.4`](https://togithub.com/preconstruct/preconstruct/blob/HEAD/packages/cli/CHANGELOG.md#​214) [Compare Source](https://togithub.com/preconstruct/preconstruct/compare/@preconstruct/cli@2.1.3...@preconstruct/cli@2.1.4) ##### Patch Changes - [`7c730bd`](https://togithub.com/preconstruct/preconstruct/commit/7c730bd191f6262c901e6d8f4fb45d121f9c85c5) [#​415](https://togithub.com/preconstruct/preconstruct/pull/415) Thanks [@​mitchellhamilton](https://togithub.com/mitchellhamilton)! - Fixed generating TypeScript declarations when a JSON file is imported from a TypeScript file. ### [`v2.1.3`](https://togithub.com/preconstruct/preconstruct/blob/HEAD/packages/cli/CHANGELOG.md#​213) [Compare Source](https://togithub.com/preconstruct/preconstruct/compare/@preconstruct/cli@2.1.2...@preconstruct/cli@2.1.3) ##### Patch Changes - [`73d4838`](https://togithub.com/preconstruct/preconstruct/commit/73d483802254b8c9761b649654babc434426f4b8) [#​413](https://togithub.com/preconstruct/preconstruct/pull/413) Thanks [@​namjul](https://togithub.com/namjul)! - Fixed logger failing when an unexpected type is received ### [`v2.1.2`](https://togithub.com/preconstruct/preconstruct/blob/HEAD/packages/cli/CHANGELOG.md#​212) [Compare Source](https://togithub.com/preconstruct/preconstruct/compare/@preconstruct/cli@2.1.1...@preconstruct/cli@2.1.2) ##### Patch Changes - [`ce31841`](https://togithub.com/preconstruct/preconstruct/commit/ce318415906a2fe50888b847a6207ca2402c4dd1) [#​411](https://togithub.com/preconstruct/preconstruct/pull/411) Thanks [@​mitchellhamilton](https://togithub.com/mitchellhamilton)! - Fixed generating declaration maps with versions of TypeScript 4.3 and above. Errors are now also emitted when TypeScript fails to generate declarations because it needs to reference a type that isn't exported. Previously Preconstruct silently generated a broken declaration file when encountering inputs like the one shown below where TypeScript needs to be able to name the type `X` when generating the `d.ts` file for `index.ts` but it isn't exported, now it will emit an error instead. To fix the error, you need to export the type. ```ts // @​filename: index.ts import { getX } from "./x"; export const x = getX(); // @​filename: x.ts type X = { x?: X; }; export const getX = (): X => ({}); ``` Note that Preconstruct still does not run TypeScript's type checking, you should still do that in addition to running Preconstruct, Preconstruct will only emit these specific errors. ### [`v2.1.1`](https://togithub.com/preconstruct/preconstruct/blob/HEAD/packages/cli/CHANGELOG.md#​211) [Compare Source](https://togithub.com/preconstruct/preconstruct/compare/@preconstruct/cli@2.1.0...@preconstruct/cli@2.1.1) ##### Patch Changes - [`adcca78`](https://togithub.com/preconstruct/preconstruct/commit/adcca7878979f2bff7f5957c02a470884edf3adf) Thanks [@​mitchellhamilton](https://togithub.com/mitchellhamilton)! - Fixed issues around `ERR_PACKAGE_PATH_NOT_EXPORTED` errors when resolving the location of dependencies' package.jsons with UMD builds
preconstruct/preconstruct (@​preconstruct/next) ### [`v3.0.1`](https://togithub.com/preconstruct/preconstruct/blob/HEAD/packages/next/CHANGELOG.md#​301) [Compare Source](https://togithub.com/preconstruct/preconstruct/compare/@preconstruct/next@3.0.0...@preconstruct/next@3.0.1) ##### Patch Changes - [#​420](https://togithub.com/preconstruct/preconstruct/pull/420) [`9fc0cf5`](https://togithub.com/preconstruct/preconstruct/commit/9fc0cf5669a748be0628de70d006094e134096ec) Thanks [@​bradbarrow](https://togithub.com/bradbarrow)! - Fixed support for Next.js 12. Note that in Next.js 11 and 12, Next will not read a Babel config from outside of the directory that the Next.js site is in. If you need it to to read your babel config, you will need to do something like this: ```js // site/babel.config.js module.exports = require("../babel.config"); ```
tinymce/tinymce-react ### [`v3.12.8`](https://togithub.com/tinymce/tinymce-react/blob/HEAD/CHANGELOG.md#​3128---2021-10-06) [Compare Source](https://togithub.com/tinymce/tinymce-react/compare/3.12.7...3.12.8) ##### Changed - Wait 10 seconds (increased from 1) for the target element to be in the DOM before giving up. ##### Fixed - Updated dependencies. ### [`v3.12.7`](https://togithub.com/tinymce/tinymce-react/blob/HEAD/CHANGELOG.md#​3127---2021-10-05) [Compare Source](https://togithub.com/tinymce/tinymce-react/compare/3.12.6...3.12.7) ##### Fixed - The integration will now initialize in a shadow dom. - Updated dependencies
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v4.28.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​4285-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4284v4285-2021-07-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v4.28.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​4284-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4283v4284-2021-07-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v4.28.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​4283-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4282v4283-2021-07-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v4.28.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​4282-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4281v4282-2021-07-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v4.28.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​4281-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4280v4281-2021-06-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v4.28.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​4285-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4284v4285-2021-07-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.28.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​4284-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4283v4284-2021-07-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.28.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​4283-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4282v4283-2021-07-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.28.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​4282-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4281v4282-2021-07-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.28.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​4281-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4280v4281-2021-06-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
vercel/arg ### [`

Configuration

📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 10b8130047c65bb858bf57f6036776b47e0862a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR