wardpeet / gatsby-renovate-tester

MIT License
0 stars 0 forks source link

chore(deps): update minor and patch for gatsby-admin #27

Open wardpeet opened 3 years ago

wardpeet commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@emotion/core devDependencies patch ^10.0.28 -> ^10.0.35
@typescript-eslint/eslint-plugin devDependencies minor ^2.28.0 -> ^2.34.0
@typescript-eslint/parser devDependencies minor ^2.28.0 -> ^2.34.0
csstype devDependencies patch ^2.6.10 -> ^2.6.13
feedback-fish devDependencies minor ^0.1.12 -> ^0.2.3
formik devDependencies patch ^2.1.4 -> ^2.1.5
gatsby-interface devDependencies patch ^0.0.193 -> ^0.0.200
query-string devDependencies patch ^6.13.1 -> ^6.13.2
react-error-boundary devDependencies patch ^3.0.1 -> ^3.0.2
react-icons devDependencies minor ^3.10.0 -> ^3.11.0
subscriptions-transport-ws devDependencies patch ^0.9.16 -> ^0.9.18
theme-ui devDependencies patch ^0.4.0-alpha.3 -> ^0.4.0-rc.5
typescript (source) devDependencies patch ^3.9.5 -> ^3.9.7
urql (source) devDependencies minor ^1.9.8 -> ^1.10.1
yup devDependencies patch ^0.29.1 -> ^0.29.3

Release Notes

emotion-js/emotion ### [`v10.0.35`](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.34...@emotion/core@10.0.35) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.34...@emotion/core@10.0.35) ### [`v10.0.34`](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.28...@emotion/core@10.0.34) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.28...@emotion/core@10.0.34)
typescript-eslint/typescript-eslint ### [`v2.34.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2340-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2330v2340-2020-05-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.33.0...v2.34.0) ##### Bug Fixes - **typescript-estree:** fix handling of range/loc removal ([#​2028](https://togithub.com/typescript-eslint/typescript-eslint/issues/2028)) ([ce344d9](https://togithub.com/typescript-eslint/typescript-eslint/commit/ce344d90e7c78b0c4b4b823494a3e78190f45c64)) ##### Features - **eslint-plugin:** [no-invalid-void-type] allow union of void and `allowInGenericTypeArguments` ([#​1960](https://togithub.com/typescript-eslint/typescript-eslint/issues/1960)) ([1bc105a](https://togithub.com/typescript-eslint/typescript-eslint/commit/1bc105a2c6ae3fde9596f0419fed0de699dc57c7)) - **eslint-plugin:** [restrict-template-expressions] improve error message ([#​1926](https://togithub.com/typescript-eslint/typescript-eslint/issues/1926)) ([1af59ba](https://togithub.com/typescript-eslint/typescript-eslint/commit/1af59ba8ac0ceabb008d9c61556acf7db0a1d352)) - **experimental-utils:** add `suggestion` property for rule modules ([#​2033](https://togithub.com/typescript-eslint/typescript-eslint/issues/2033)) ([f42a5b0](https://togithub.com/typescript-eslint/typescript-eslint/commit/f42a5b09ebfa173f418a99c552b0cbe221567194)) ### [`v2.33.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2330-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2320v2330-2020-05-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0) ##### Bug Fixes - **experimental-utils:** remove accidental dep on json-schema ([#​2010](https://togithub.com/typescript-eslint/typescript-eslint/issues/2010)) ([1875fba](https://togithub.com/typescript-eslint/typescript-eslint/commit/1875fbad41f2a3dda8f610f5dcd180c6205b73d3)) ##### Features - **eslint-plugin:** add extension rule `lines-between-class-members` ([#​1684](https://togithub.com/typescript-eslint/typescript-eslint/issues/1684)) ([08f93e6](https://togithub.com/typescript-eslint/typescript-eslint/commit/08f93e69347a8e7f3a7e8a1455bb5d069c2faeef)) ### [`v2.32.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2320-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2310v2320-2020-05-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.31.0...v2.32.0) ##### Bug Fixes - **eslint-plugin:** [no-base-to-string] support boolean in unions ([#​1979](https://togithub.com/typescript-eslint/typescript-eslint/issues/1979)) ([6987ecc](https://togithub.com/typescript-eslint/typescript-eslint/commit/6987ecc1dacfb45c0f8ed3e81d08aa708eb96ad1)) - **eslint-plugin:** [no-type-alias] handle readonly types in aliases ([#​1990](https://togithub.com/typescript-eslint/typescript-eslint/issues/1990)) ([56d9870](https://togithub.com/typescript-eslint/typescript-eslint/commit/56d987070f83d1b6410b04750b20a761fd793073)) - **eslint-plugin:** [no-unused-expressions] inherit `messages` from base rule ([#​1992](https://togithub.com/typescript-eslint/typescript-eslint/issues/1992)) ([51ca404](https://togithub.com/typescript-eslint/typescript-eslint/commit/51ca404af645eed194269ab7f8f67b97bd52e32d)) ##### Features - bump dependencies and align AST ([#​2007](https://togithub.com/typescript-eslint/typescript-eslint/issues/2007)) ([18668b7](https://togithub.com/typescript-eslint/typescript-eslint/commit/18668b78fd7d1e5281af7fc26c76e0ca53297f69)) ### [`v2.31.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2310-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2300v2310-2020-05-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.30.0...v2.31.0) ##### Bug Fixes - **eslint-plugin:** [dot-notation] handle missing declarations ([#​1947](https://togithub.com/typescript-eslint/typescript-eslint/issues/1947)) ([383f931](https://togithub.com/typescript-eslint/typescript-eslint/commit/383f93182599c00e231a0f0d36575ca0e19369a6)) - **eslint-plugin:** [method-signature-style] fix overloaded methods to an intersection type ([#​1966](https://togithub.com/typescript-eslint/typescript-eslint/issues/1966)) ([7f3fba3](https://togithub.com/typescript-eslint/typescript-eslint/commit/7f3fba348d432d7637e1c737df943ee1f9105062)) - **eslint-plugin:** [return-await] await in a normal function ([#​1962](https://togithub.com/typescript-eslint/typescript-eslint/issues/1962)) ([f82fd7b](https://togithub.com/typescript-eslint/typescript-eslint/commit/f82fd7bb81f986c4861d0b4e2ecdb0c496d7a602)) - **eslint-plugin:** [unbound-method] false positives for unary expressions ([#​1964](https://togithub.com/typescript-eslint/typescript-eslint/issues/1964)) ([b35070e](https://togithub.com/typescript-eslint/typescript-eslint/commit/b35070ec6f84ad5ce606386cdb6eeb91488dfdd7)) - **eslint-plugin:** no-base-to-string boolean expression detect ([#​1969](https://togithub.com/typescript-eslint/typescript-eslint/issues/1969)) ([f78f13a](https://togithub.com/typescript-eslint/typescript-eslint/commit/f78f13aedd59d5b5880903d48c779a6c50fd937e)) ##### Features - **eslint-plugin:** [member-ordering] add decorators support ([#​1870](https://togithub.com/typescript-eslint/typescript-eslint/issues/1870)) ([f7ec192](https://togithub.com/typescript-eslint/typescript-eslint/commit/f7ec1920607cb8eec8020b08cd7247de0bf19ce1)) - **eslint-plugin:** [prefer-optional-chain] added option to convert to suggestion fixer ([#​1965](https://togithub.com/typescript-eslint/typescript-eslint/issues/1965)) ([2f0824b](https://togithub.com/typescript-eslint/typescript-eslint/commit/2f0824b0a41f3043b6242fc1d49faae540abaf22)) - **eslint-plugin:** new extended rule 'no-invalid-this' ([#​1823](https://togithub.com/typescript-eslint/typescript-eslint/issues/1823)) ([b18bc35](https://togithub.com/typescript-eslint/typescript-eslint/commit/b18bc357507337b9725f8d9c1b549513075a0da5)) - **eslint-plugin-internal:** add rule no-poorly-typed-ts-props ([#​1949](https://togithub.com/typescript-eslint/typescript-eslint/issues/1949)) ([56ea7c9](https://togithub.com/typescript-eslint/typescript-eslint/commit/56ea7c9581c0c99fe394bbcfc4128e8054c88ab2)) - **experimental-utils:** expose our RuleTester extension ([#​1948](https://togithub.com/typescript-eslint/typescript-eslint/issues/1948)) ([2dd1638](https://togithub.com/typescript-eslint/typescript-eslint/commit/2dd1638aaa2658ba99b2341861146b586f489121)) ### [`v2.30.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2300-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2290v2300-2020-04-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.29.0...v2.30.0) ##### Bug Fixes - **eslint-plugin:** [prefer-string-starts-ends-with] check for negative start index in slice ([#​1920](https://togithub.com/typescript-eslint/typescript-eslint/issues/1920)) ([ed2bd60](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed2bd6067f74ae33e36a084719bb91efedfba599)) - **eslint-plugin:** fix no-base-to-string boolean literal check ([#​1850](https://togithub.com/typescript-eslint/typescript-eslint/issues/1850)) ([2f45e99](https://togithub.com/typescript-eslint/typescript-eslint/commit/2f45e9992a8f12b6233716e77a6159f9cea2c879)) ##### Features - **eslint-plugin:** add extension rule `dot-notation` ([#​1867](https://togithub.com/typescript-eslint/typescript-eslint/issues/1867)) ([a85c3e1](https://togithub.com/typescript-eslint/typescript-eslint/commit/a85c3e1515d735b6c245cc658cdaec6deb05d630)) - **eslint-plugin:** create `no-invalid-void-type` rule ([#​1847](https://togithub.com/typescript-eslint/typescript-eslint/issues/1847)) ([f667ff1](https://togithub.com/typescript-eslint/typescript-eslint/commit/f667ff1708d4ed28b7ea5beea742889da69a76d9)) - **experimental-utils:** allow rule options to be a readonly tuple ([#​1924](https://togithub.com/typescript-eslint/typescript-eslint/issues/1924)) ([4ef6788](https://togithub.com/typescript-eslint/typescript-eslint/commit/4ef67884962b6aac61cc895aaa3ba16aa892ecf4)) ### [`v2.29.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2290-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2280v2290-2020-04-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.28.0...v2.29.0) ##### Bug Fixes - **eslint-plugin:** [no-base-to-string] soft remove `ignoreTaggedTemplateExpressions` option ([#​1916](https://togithub.com/typescript-eslint/typescript-eslint/issues/1916)) ([369978e](https://togithub.com/typescript-eslint/typescript-eslint/commit/369978e9685bacb3e3882b0510ff06eaf8df4ca1)) ##### Features - **eslint-plugin:** [no-floating-promise] add option to ignore IIFEs ([#​1799](https://togithub.com/typescript-eslint/typescript-eslint/issues/1799)) ([cea51bf](https://togithub.com/typescript-eslint/typescript-eslint/commit/cea51bf130d6d3c2935f5e2dcc468196f2ad9d00)) - **eslint-plugin:** [restrict-template-expressions] add support for intersection types ([#​1803](https://togithub.com/typescript-eslint/typescript-eslint/issues/1803)) ([cc70e4f](https://togithub.com/typescript-eslint/typescript-eslint/commit/cc70e4fbadd0b15fd6af913a2e1e2ddd346fa558)) - **eslint-plugin:** add extension rule `init-declarations` ([#​1814](https://togithub.com/typescript-eslint/typescript-eslint/issues/1814)) ([b01f5e7](https://togithub.com/typescript-eslint/typescript-eslint/commit/b01f5e778ac28e0797a3734fc58d025bb224f418)) - **eslint-plugin:** add extension rule `keyword-spacing` ([#​1739](https://togithub.com/typescript-eslint/typescript-eslint/issues/1739)) ([c5106dd](https://togithub.com/typescript-eslint/typescript-eslint/commit/c5106dd4bf2bc8846cc39aa8bb50c33bec026d4d))
frenic/csstype ### [`v2.6.13`](https://togithub.com/frenic/csstype/compare/v2.6.12...v2.6.13) [Compare Source](https://togithub.com/frenic/csstype/compare/v2.6.12...v2.6.13) ### [`v2.6.12`](https://togithub.com/frenic/csstype/compare/v2.6.11...v2.6.12) [Compare Source](https://togithub.com/frenic/csstype/compare/v2.6.11...v2.6.12) ### [`v2.6.11`](https://togithub.com/frenic/csstype/compare/v2.6.10...v2.6.11) [Compare Source](https://togithub.com/frenic/csstype/compare/v2.6.10...v2.6.11)
formik/formik ### [`v2.1.5`](https://togithub.com/formik/formik/releases/v2.1.5) [Compare Source](https://togithub.com/formik/formik/compare/v2.1.4...v2.1.5) #### Bugfixes - Properly handle nested array data in `prepareDataForValidation`. ([#​2265](https://togithub.com/formik/formik/issues/2265)) - Fix 2.1.4 regression with initialValues updating ([#​2318](https://togithub.com/formik/formik/issues/2318)) - Correct import of `LowPriority` from `scheduler` - Updated `innerRef` type signature ([#​2325](https://togithub.com/formik/formik/issues/2325)) - Fix `handleChange` / `handleBlur` typings ([#​2472](https://togithub.com/formik/formik/issues/2472)) - Fix peer dependency version ([#​2451](https://togithub.com/formik/formik/issues/2451)) - Fixed `@typescript-eslint/unbound-method` warning. #### Internal - **New docs** at - Moved to new Formik GitHub org #### Legal - License changed from MIT to Apache 2.0. Formik is 100% still open source. We don't want people using the logo/trademark commercially without our permission. - Intellectual Property and Copyright transferred from Jared Palmer to Formik Inc. Happy to answer questions via DM at hello@formik.com #### Commits - Properly handle nested array data in `prepareDataForValidation`. ([#​2265](https://togithub.com/formik/formik/issues/2265)) - Fix 2.1.4 regression with initialValues updating ([#​2318](https://togithub.com/formik/formik/issues/2318)) - Added "shouldValidate" to "setValue" and "setTouched" field hel… ([#​2371](https://togithub.com/formik/formik/issues/2371)) - Add FieldProps change to v2 migration guide ([#​2356](https://togithub.com/formik/formik/issues/2356)) - Correct import of LowPriority from scheduler - Fix: return onSubmit promise result in submission ([#​2420](https://togithub.com/formik/formik/issues/2420)) - fix: Update innerRef type signature ([#​2325](https://togithub.com/formik/formik/issues/2325)) - Fix handleChange / handleBlur typings ([#​2472](https://togithub.com/formik/formik/issues/2472)) - Fix peer dependency version ([#​2451](https://togithub.com/formik/formik/issues/2451)) - Make validateOnMount rerun validations when initialValues have changed - Update LICENSE - Merge pull request [#​2507](https://togithub.com/formik/formik/issues/2507) from stefanoverna/fix-validateonmount - Merge pull request [#​2438](https://togithub.com/formik/formik/issues/2438) from helious/master - Fixes [@​typescript-eslint/unbound-method](https://togithub.com/typescript-eslint/unbound-method).
sindresorhus/query-string ### [`v6.13.2`](https://togithub.com/sindresorhus/query-string/releases/v6.13.2) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.1...v6.13.2) - Fix the `ParsedQuery` TypeScript typ [`56d2923`](https://togithub.com/sindresorhus/query-string/commit/56d2923)
bvaughn/react-error-boundary ### [`v3.0.2`](https://togithub.com/bvaughn/react-error-boundary/releases/v3.0.2) [Compare Source](https://togithub.com/bvaughn/react-error-boundary/compare/v3.0.1...v3.0.2) ##### Bug Fixes - **TS:** TypeScript types for onError ([#​70](https://togithub.com/bvaughn/react-error-boundary/issues/70)) ([c8272e2](https://togithub.com/bvaughn/react-error-boundary/commit/c8272e2f72be0a318a964973b36f11718636f509))
react-icons/react-icons ### [`v3.11.0`](https://togithub.com/react-icons/react-icons/releases/v3.11.0) [Compare Source](https://togithub.com/react-icons/react-icons/compare/v3.10.0...v3.11.0) | Icon Library | License | Version | | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | | [Font Awesome](https://fontawesome.com/) | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/) | [`0d1f27e`](https://togithub.com/react-icons/react-icons/commit/0d1f27efb836eb2ab994ba37221849ed64a73e5c) | | [Ionicons](https://ionicons.com/) | [MIT](https://togithub.com/ionic-team/ionicons/blob/master/LICENSE) | 4.5.6 | | [Material Design icons](http://google.github.io/material-design-icons/) | [Apache License Version 2.0](https://togithub.com/google/material-design-icons/blob/master/LICENSE) | 3.0.1 | | [Typicons](http://s-ings.com/typicons/) | [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) | 2.0.9 | | [Github Octicons icons](https://octicons.github.com/) | [MIT](https://togithub.com/primer/octicons/blob/master/LICENSE) | 8.5.0 | | [Feather](https://feathericons.com/) | [MIT](https://togithub.com/feathericons/feather/blob/master/LICENSE) | 4.21.0 | | [Game Icons](https://game-icons.net/) | [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) | [`a53463d`](https://togithub.com/react-icons/react-icons/commit/a53463d41d4f055fa71097ae74da4c508c9bb09d) | | [Weather Icons](https://erikflowers.github.io/weather-icons/) | [SIL OFL 1.1](http://scripts.sil.org/OFL) | 2.0.10 | | [Devicons](https://vorillaz.github.io/devicons/) | [MIT](https://opensource.org/licenses/MIT) | 1.8.0 | | [Ant Design Icons](https://togithub.com/ant-design/ant-design-icons) | [MIT](https://opensource.org/licenses/MIT) | 4.0.0 | | [Bootstrap Icons](https://togithub.com/twbs/icons) | [MIT](https://opensource.org/licenses/MIT) | 1.0.0-alpha3 | | [Remix Icon](https://togithub.com/Remix-Design/RemixIcon) | [Apache License Version 2.0](http://www.apache.org/licenses/) | 2.5.0 | | [Flat Color Icons](https://togithub.com/icons8/flat-color-icons) | [MIT](https://opensource.org/licenses/MIT) | 1.0.2 | | [Grommet-Icons](https://togithub.com/grommet/grommet-icons) | [Apache License Version 2.0](http://www.apache.org/licenses/) | 4.4.0 | | [Heroicons](https://togithub.com/refactoringui/heroicons) | [MIT](https://opensource.org/licenses/MIT) | 0.3.5 | | [Simple Icons](https://simpleicons.org/) | [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) | 2.13.0 | | [IcoMoon Free](https://togithub.com/Keyamoon/IcoMoon-Free) | [CC BY 4.0 License](undefined) | [`d006795`](https://togithub.com/react-icons/react-icons/commit/d006795ede82361e1bac1ee76f215cf1dc51e4ca) | | [BoxIcons](https://togithub.com/atisawd/boxicons) | [CC BY 4.0 License](undefined) | 2.0.5 | | [css.gg](https://togithub.com/astrit/css.gg) | [MIT](https://opensource.org/licenses/MIT) | 2.0.0 | | [VS Code Icons](https://togithub.com/microsoft/vscode-codicons) | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | 0.0.1 |
apollostack/subscriptions-transport-ws ### [`v0.9.18`](https://togithub.com/apollostack/subscriptions-transport-ws/blob/master/CHANGELOG.md#v0918-2020-08-17) [Compare Source](https://togithub.com/apollostack/subscriptions-transport-ws/compare/c5f2160b542251a481f56850618e771e2b26c7c2...v0.9.18) ##### Bug Fixes - Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received.
[@​onhate](https://togithub.com/onhate) in [#​775](https://togithub.com/apollographql/subscriptions-transport-ws/pull/775) - Clear WebSocket event listeners on close.
[@​tretne](https://togithub.com/tretne) in [#​615](https://togithub.com/apollographql/subscriptions-transport-ws/pull/615) - Fix `MessageTypes` TS import errors.
[@​sneko](https://togithub.com/sneko) in [#​412](https://togithub.com/apollographql/subscriptions-transport-ws/issues/412) - Ensure `promisedParams` errors are not handled twice.
[@​benjie](https://togithub.com/benjie) in [#​514](https://togithub.com/apollographql/subscriptions-transport-ws/pull/514) - Fix invalid `formatResponse` console error.
[@​renatorib](https://togithub.com/renatorib) in [#​761](https://togithub.com/apollographql/subscriptions-transport-ws/pull/761) - Destructure the correct error object in `MessageTypes.GQL_START`.
[@​gregbty](https://togithub.com/gregbty) in [#​588](https://togithub.com/apollographql/subscriptions-transport-ws/pull/588) - Inline source in sourcemap files to fix broken source lookups.
[@​alexkirsz](https://togithub.com/alexkirsz) in [#​513](https://togithub.com/apollographql/subscriptions-transport-ws/pull/513) ##### New Features - Add `minTimeout` option for client.
[@​jedwards1211](https://togithub.com/jedwards1211) in [#​675](https://togithub.com/apollographql/subscriptions-transport-ws/pull/675) - Accept extra WebSocket client arguments.
[@​GingerBear](https://togithub.com/GingerBear) in [#​561](https://togithub.com/apollographql/subscriptions-transport-ws/pull/561) - Support server-defined payload in GQL_CONNECTION_ACK message.
[@​mattkrick](https://togithub.com/mattkrick) in [#​347](https://togithub.com/apollographql/subscriptions-transport-ws/pull/347) ### [`v0.9.17`](https://togithub.com/apollostack/subscriptions-transport-ws/blob/master/CHANGELOG.md#v0917) [Compare Source](https://togithub.com/apollostack/subscriptions-transport-ws/compare/v0.9.16...c5f2160b542251a481f56850618e771e2b26c7c2) - Bump `graphql` peer/dev deps.
[@​hwillson](https://togithub.com/hwillson) in [#​778](https://togithub.com/apollographql/subscriptions-transport-ws/pull/778)
system-ui/theme-ui ### [`v0.4.0-rc.5`](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-rc.3...v0.4.0-rc.5) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-rc.3...v0.4.0-rc.5) ### [`v0.4.0-rc.3`](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-rc.1...v0.4.0-rc.3) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-rc.1...v0.4.0-rc.3) ### [`v0.4.0-rc.1`](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-highlight.0...v0.4.0-rc.1) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-highlight.0...v0.4.0-rc.1) ### [`v0.4.0-highlight.0`](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-alpha.3...v0.4.0-highlight.0) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.4.0-alpha.3...v0.4.0-highlight.0)
Microsoft/TypeScript ### [`v3.9.7`](https://togithub.com/Microsoft/TypeScript/releases/v3.9.7) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.9.6...v3.9.7) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v3.9.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.0%22+is%3Aclosed+). - [fixed issues query for TypeScript v3.9.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v3.9.2 (Final)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v3.9.3 (patch release)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v3.9.5 (patch release)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.5%22+is%3Aclosed+). - [fixed issues query for TypeScript v3.9.6 (patch release)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.6%22+is%3Aclosed+). - [fixed issues query for TypeScript v3.9.7 (patch release)](https://togithub.com/Microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+3.9.7%22+is%3Aclosed+). (note, 3.9.4 was intentionally skipped due to minor complications in publishing) Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-397) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v3.9.6`](https://togithub.com/Microsoft/TypeScript/releases/v3.9.6) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.9.5...v3.9.6) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.9.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.0%22+is%3Aclosed+). - [fixed issues query for Typescript v3.9.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.1%22+is%3Aclosed+). - [fixed issues query for Typescript v3.9.2 (Final)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.2%22+is%3Aclosed+). - [fixed issues query for Typescript v3.9.3 (patch release)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.3%22+is%3Aclosed+). - [fixed issues query for Typescript v3.9.5 (patch release)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.5%22+is%3Aclosed+). - [fixed issues query for Typescript v3.9.6 (patch release)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.6%22+is%3Aclosed+). (note, 3.9.4 was intentionally skipped due to minor complications in publishing) Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-396) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
FormidableLabs/urql ### [`v1.10.1`](https://togithub.com/FormidableLabs/urql/compare/urql@1.10.0...urql@1.10.1) [Compare Source](https://togithub.com/FormidableLabs/urql/compare/urql@1.10.0...urql@1.10.1) ### [`v1.10.0`](https://togithub.com/FormidableLabs/urql/compare/urql@1.9.8...urql@1.10.0) [Compare Source](https://togithub.com/FormidableLabs/urql/compare/urql@1.9.8...urql@1.10.0)
jquense/yup ### [`v0.29.3`](https://togithub.com/jquense/yup/blob/master/CHANGELOG.md#​0293-httpsgithubcomjquenseyupcomparev0292v0293-2020-08-04) [Compare Source](https://togithub.com/jquense/yup/compare/v0.29.2...v0.29.3) ### [`v0.29.2`](https://togithub.com/jquense/yup/blob/master/CHANGELOG.md#​0292-httpsgithubcomjquenseyupcomparev0291v0292-2020-07-27) [Compare Source](https://togithub.com/jquense/yup/compare/v0.29.1...v0.29.2) ##### Bug Fixes - handle sparse array positions as undefined ([#​950](https://togithub.com/jquense/yup/issues/950)) ([4e77348](https://togithub.com/jquense/yup/commit/4e77348)) ##### Features - string UUID validation via a regex ([#​909](https://togithub.com/jquense/yup/issues/909)) ([8f2bd2b](https://togithub.com/jquense/yup/commit/8f2bd2b))

Renovate configuration

📅 Schedule: "before 7am" in timezone GMT.

🚦 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 Renovate Bot.