Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Jan 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react ^11.0.0 -> ^11.1.4 age adoption passing confidence
@feedback-fish/react (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
@types/socket.io-client ^1.4.34 -> ^1.4.35 age adoption passing confidence
csstype ^2.6.13 -> ^2.6.14 age adoption passing confidence
formik (source) ^2.2.5 -> ^2.2.6 age adoption passing confidence
gatsby-interface ^0.0.225 -> ^0.0.244 age adoption passing confidence
nodemon (source) ^2.0.6 -> ^2.0.7 age adoption passing confidence
query-string ^6.13.7 -> ^6.13.8 age adoption passing confidence
react-error-boundary ^3.0.2 -> ^3.1.0 age adoption passing confidence
socket.io-client 2.3.1 -> 2.4.0 age adoption passing confidence
theme-ui ^0.4.0-rc.8 -> ^0.4.0-rc.14 age adoption passing confidence
urql (source) ^1.11.2 -> ^1.11.6 age adoption passing confidence
yup ^0.29.3 -> ^0.32.8 age adoption passing confidence

Release Notes

emotion-js/emotion

v11.1.4

Compare Source

Patch Changes

v11.1.3

Compare Source

Patch Changes

v11.1.2

Compare Source

Patch Changes

v11.1.1

Compare Source

Patch Changes
  • fdd46bdf #​2112 Thanks @​Andarist! - Fixed the latest tree-shakeability improvements by adding "sideEffects": false to all internal package.json files as well. This fixes hoist-non-react-statics not being dropped correctly despite of the latest improvements.

v11.1.0

Compare Source

Patch Changes
frenic/csstype

v2.6.14

Compare Source

formium/formik

v2.2.6

Compare Source

Patch Changes
remy/nodemon

v2.0.7

Compare Source

Bug Fixes
sindresorhus/query-string

v6.13.8

Compare Source

  • Work around TypeScript bug 94ebcd4
bvaughn/react-error-boundary

v3.1.0

Compare Source

Features
socketio/socket.io-client

v2.4.0

Compare Source

The minor bump is matching the bump of the server, but there is no new feature in this release.

Links:
system-ui/theme-ui

v0.4.0-rc.14

Compare Source

@theme-ui/color-modes
  • Fix color CSS Custom Properties recursive reference

v0.4.0-rc.13

Compare Source

@theme-ui/css

v0.4.0-rc.12

Compare Source

theme-ui
  • Use correct version of @​theme-ui/components in theme-ui package.
    (Locked dependencies on other Theme UI packages)

v0.4.0-rc.11

Compare Source

docs
  • Add documentation on CSS keyframes #​1269
@theme-ui/color-modes
  • Add configuration option for printing color mode. PR #​1267, issue #​1144.

    {
      initialColorModeName: "dark",
      printColorModeName: "light"
    }
    
@theme-ui/components
  • Add arrow prop to Select to allow passing custom arrow icon. Issues #​1177 #​1151, PR #​1232
  • Fix: Field component uses id if passed. PR #​1252
  • Fix circular import in Switch.js

v0.4.0-rc.9

Compare Source

@theme-ui/components
  • Fix Button not respecting hidden prop. Issue #​1254
  • Add minWidth: min-content on Checkbox and Radio. PR #​1256
FormidableLabs/urql

v1.11.6

Compare Source

Patch Changes
  • ⚠️ Fix edge cases related to Suspense triggering on an update in Concurrent Mode. Previously it was possible for stale state to be preserved across the Suspense update instead of the new state showing up. This has been fixed by preventing the suspending query source from closing prematurely, by @​kitten (See #​1308)

v1.11.5

Compare Source

Patch Changes
  • ⚠️ Fix Suspense when results share data, this would return partial results for graphCache and not update to the eventual data, by @​JoviDeCroock (See #​1282)

v1.11.4

Compare Source

Patch Changes
  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @​kitten (See #​1187)
  • Add suspense: false to options when executeQuery is called explicitly, by @​kitten (See #​1181)
  • Updated dependencies (See #​1187, #​1186, and #​1186)

v1.11.3

Compare Source

Patch Changes
  • ⚠️ Fix in edge-case in client-side React Suspense, where after suspending due to an update a new state value is given to useSource in a render update. This was previously then causing us to subscribe to an outdated source in useEffect since the updated source would be ignored by the time we reach useEffect in useSource, by @​kitten (See #​1157)
jquense/yup

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

Bug Fixes

v0.32.5

Compare Source

Bug Fixes
  • types: change base.default() to any (01c6930)

v0.32.4

Compare Source

Bug Fixes
  • types: rm base pick/omit types as they conflict with more specific ones (14e2c8c)
Features

v0.32.3

Compare Source

Bug Fixes
  • types: AnyObjectSchema anys (1c54665)

v0.32.2

Compare Source

Bug Fixes

v0.32.1

Compare Source

Bug Fixes

v0.32.0

Compare Source

Features
BREAKING CHANGES
  • concat doesn't check for "unset" nullable or presence when merging meaning the nullability and presence will always be the same as the schema passed to concat(). They can be overridden if needed after concatenation
  • schema factory functions are no longer constructors. The classes are now also exported for extension or whatever else. e.g. import { StringSchema, string } from 'yup'

0.31.1 (2020-12-01)

Bug Fixes
  • swallowed errors on nested schema with no tests (5316ab9), closes #​1127
Features

v0.31.1

Compare Source

Bug Fixes
  • swallowed errors on nested schema with no tests (5316ab9), closes #​1127
Features

v0.31.0

Compare Source

Bug Fixes
Features
  • add array.length() and treat empty arrays as valid for required() (fbc158d)
  • add object.pick and object.omit (425705a)
  • deprecate the getter overload of default() (#​1119) (5dae837)
  • more strictly coerce strings, exclude arrays and plain objects (963d2e8)
BREAKING CHANGES
  • array().required() will no longer consider an empty array missing and required checks will pass.

To maintain the old behavior change to:

array().required().min(1)
  • plain objects and arrays are no long cast to strings automatically

to recreate the old behavior:

string().transform((_, input) => input != null && input.toString ? input.toString() : value);

v0.30.0

Compare Source

Bug Fixes
Features
  • exposes context on mixed.test function and add originalValue to context (#​1021) (6096064)
Performance Improvements
BREAKING CHANGES
  • defined() now doesn't automatically allow null, this was a bug. to mimic the old behavior add nullable() to schema with defined()

0.29.3 (2020-08-04)

0.29.2 (2020-07-27)

Bug Fixes
Features

0.29.1 (2020-05-27)

Bug Fixes
Features
  • allow access to parent schema (and unlimited ancestors!) in test context (#​556) (db35920)

Renovate configuration

📅 Schedule: "before 7am on Monday" 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Nov 16, 2020
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 16, 2020
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 16, 2020
@renovate renovate bot force-pushed the renovate/gatsby-admin branch 13 times, most recently from 4be4d06 to 773c5ce Compare November 23, 2020 16:10
@renovate renovate bot force-pushed the renovate/gatsby-admin branch 7 times, most recently from c901717 to 12eb2e6 Compare November 30, 2020 16:24
@renovate renovate bot force-pushed the renovate/gatsby-admin branch 6 times, most recently from 3184e9b to 520ef9e Compare December 3, 2020 21:02
@renovate renovate bot force-pushed the renovate/gatsby-admin branch 7 times, most recently from c9e73ca to 1e5ad3f Compare December 22, 2020 08:13
@renovate renovate bot force-pushed the renovate/gatsby-admin branch 4 times, most recently from e9a9bf1 to a3e3c25 Compare January 5, 2021 00:27
@renovate renovate bot force-pushed the renovate/gatsby-admin branch 7 times, most recently from 21434b2 to 741c5f5 Compare January 12, 2021 20:42
@renovate renovate bot force-pushed the renovate/gatsby-admin branch 4 times, most recently from 5ed5a38 to a7ffd6b Compare January 21, 2021 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants