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

Update all non-major dependencies #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 8, 2019

This PR contains the following updates:

Package Type Update Change
gatsby dependencies minor 2.15.29 -> 2.18.17
gatsby-plugin-layout dependencies patch 1.1.10 -> 1.1.18
gatsby-plugin-styled-components dependencies patch 3.1.8 -> 3.1.16
gatsby-source-airtable dependencies patch 2.0.9 -> 2.0.12
gatsby-source-filesystem dependencies patch ^2.1.29 -> 2.1.43
husky devDependencies minor 3.0.8 -> 3.1.0
lint-staged devDependencies minor 9.4.1 -> 9.5.0
prettier (source) devDependencies minor 1.18.2 -> 1.19.1
react (source) dependencies minor 16.10.2 -> 16.12.0
react-dom (source) dependencies minor 16.10.2 -> 16.12.0
styled-components (source) dependencies patch ^4.4.0 -> 4.4.1

Release Notes

gatsbyjs/gatsby

v2.18.17

Compare Source

v2.18.16

Compare Source

v2.18.15

Compare Source

v2.18.14

Compare Source

v2.18.13

Compare Source

v2.18.12

Compare Source

v2.18.11

Compare Source

v2.18.10

Compare Source

v2.18.8

Compare Source

v2.18.7

Compare Source

v2.18.6

Compare Source

v2.18.5

Compare Source

v2.18.4

Compare Source

v2.18.3

Compare Source

v2.18.2

Compare Source

v2.18.1

Compare Source

v2.18.0

Compare Source

v2.17.17

Compare Source

v2.17.16

Compare Source

v2.17.15

Compare Source

v2.17.14

Compare Source

v2.17.13

Compare Source

v2.17.12

Compare Source

v2.17.11

Compare Source

v2.17.10

Compare Source

v2.17.9

Compare Source

v2.17.8

Compare Source

v2.17.7

Compare Source

v2.17.6

Compare Source

v2.17.5

Compare Source

v2.17.4

Compare Source

v2.17.3

Compare Source

v2.17.2

Compare Source

v2.17.1

Compare Source

v2.17.0

Compare Source

v2.16.5

Compare Source

v2.16.4

Compare Source

v2.16.3

Compare Source

v2.16.2

Compare Source

v2.16.1

Compare Source

v2.16.0

Compare Source

v2.15.37

Compare Source

v2.15.36

Compare Source

v2.15.35

Compare Source

v2.15.34

Compare Source

v2.15.33

Compare Source

v2.15.32

Compare Source

v2.15.31

Compare Source

v2.15.30

Compare Source

jbolda/gatsby-source-airtable

v2.0.12

Compare Source

This version fixes a bug that was introduced in [email protected]. It is less forgiving about letting promises resolve in nodes after creation. Fixed in #​119 and first noted in #​117.

v2.0.11

Compare Source

This should have been released under a dev version. We followed this version with a patch, and reintroduced it as a dev version.

v2.0.10

Compare Source

We updated airtable to v0.7.2 in #​103. Thanks @​EvanHahn.

typicode/husky

v3.1.0

Compare Source

  • Add pre-merge-commit hook (#​605)

v3.0.9

Compare Source

  • Reduce dependencies: replace is-ci with ci-info #​579
okonet/lint-staged

v9.5.0

Compare Source

Features
  • add support for concurrent CLI option (6af8307)

v9.4.3

Compare Source

Bug Fixes
  • deps: bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#​722) (ed84d8e)

v9.4.2

Compare Source

Bug Fixes
  • create fn title with mock file list of correct length (8c3ca58)
prettier/prettier

v1.19.1

Compare Source

diff

CLI
Fix --stdin regression in 1.19.0 (#​6894 by @​lydell)
// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined

// Prettier master
$ echo "test" | prettier --stdin --parser babel
test;
TypeScript
Fix formatting of union type as arrow function return type (#​6896 by @​thorn0)
// Input
export const getVehicleDescriptor = async (
  vehicleId: string,
): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {}

// Prettier stable
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"]
| undefined> => {};

// Prettier master
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<
  Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined
> => {};

v1.19.0

Compare Source

diff

🔗 Release Notes

facebook/react

v16.12.0

Compare Source

React DOM
React Is

v16.11.0

Compare Source

React DOM
  • Fix mouseenter handlers from firing twice inside nested React containers. @​yuanoook in #​16928
  • Remove unstable_createRoot and unstable_createSyncRoot experimental APIs. (These are available in the Experimental channel as createRoot and createSyncRoot.) (@​acdlite in #​17088)
styled-components/styled-components

v4.4.1

Compare Source

  • Fix styled-components's react-native import for React Native Web, by @​fiberjw (see #​2797)

  • Remove dev-time warning if referencing a theme prop without an outer ThemeProvider, the check for it isn't smart enough to handle cases with "or" or ternary fallbacks and creates undesirable noise in various third party integrations


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@vercel
Copy link

vercel bot commented Oct 8, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcdcfa7 to 890c57b Compare October 8, 2019 08:12
@renovate renovate bot changed the title Update dependency lint-staged to v9.4.2 Update all non-major dependencies Oct 8, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 890c57b to 21f2818 Compare October 8, 2019 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21f2818 to fb4c956 Compare October 8, 2019 10:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb4c956 to 556c9be Compare October 8, 2019 10:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 556c9be to 4e1f48d Compare October 8, 2019 13:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e1f48d to f7c98fa Compare October 9, 2019 08:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7c98fa to 400a6bb Compare October 10, 2019 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 400a6bb to 63c2882 Compare October 11, 2019 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63c2882 to ed0fb3f Compare October 13, 2019 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed0fb3f to 40cf5fd Compare October 14, 2019 07:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40cf5fd to 84eba2a Compare October 14, 2019 07:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84eba2a to 72b1373 Compare October 14, 2019 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 72b1373 to 01fdad4 Compare October 14, 2019 12:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a0eab5 to 5d8dc09 Compare November 19, 2019 08:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d8dc09 to a57648b Compare November 20, 2019 10:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a57648b to da26862 Compare November 22, 2019 09:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da26862 to fadf885 Compare November 25, 2019 10:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fadf885 to 98ee25b Compare November 25, 2019 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98ee25b to c825d02 Compare November 26, 2019 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c825d02 to f744786 Compare November 27, 2019 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f744786 to e07ccd1 Compare November 28, 2019 08:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e07ccd1 to 676e3a5 Compare December 2, 2019 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 676e3a5 to 4531575 Compare December 5, 2019 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4531575 to 10bc861 Compare December 14, 2019 23:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10bc861 to c581659 Compare December 22, 2019 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant