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 packages #551

Merged
merged 3 commits into from
Dec 17, 2020
Merged

chore(deps): update packages #551

merged 3 commits into from
Dec 17, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli ^2.11.2 -> ^2.12.0 age adoption passing confidence
@mdx-js/mdx (source) ^1.6.21 -> ^1.6.22 age adoption passing confidence
@mdx-js/react (source) ^1.6.21 -> ^1.6.22 age adoption passing confidence
@testing-library/cypress ^7.0.1 -> ^7.0.3 age adoption passing confidence
@testing-library/jest-dom ^5.11.5 -> ^5.11.6 age adoption passing confidence
@testing-library/react ^11.1.2 -> ^11.2.2 age adoption passing confidence
@​theme-ui/color ^0.3.3 -> ^0.3.4 age adoption passing confidence
@​theme-ui/components ^0.3.3 -> ^0.3.4 age adoption passing confidence
@theme-ui/presets ^0.3.0 -> ^0.3.4 age adoption passing confidence
@theme-ui/sidenav ^0.3.3 -> ^0.3.4 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.7.0 -> ^4.10.0 age adoption passing confidence
@typescript-eslint/parser ^4.7.0 -> ^4.10.0 age adoption passing confidence
cross-env ^7.0.2 -> ^7.0.3 age adoption passing confidence
eslint (source) ^7.13.0 -> ^7.15.0 age adoption passing confidence
eslint-plugin-prettier ^3.1.4 -> ^3.3.0 age adoption passing confidence
fontsource-work-sans ^3.0.3 -> ^3.1.6 age adoption passing confidence
gatsby-core-utils ^1.3.24 -> ^1.7.0 age adoption passing confidence
gatsby-cypress ^0.4.12 -> ^0.8.0 age adoption passing confidence
gatsby-image ^2.4.21 -> ^2.8.0 age adoption passing confidence
gatsby-plugin-catch-links ^2.3.15 -> ^2.7.0 age adoption passing confidence
gatsby-plugin-emotion ^4.3.15 -> ^4.5.0 age adoption passing confidence
gatsby-plugin-feed ^2.6.0 -> ^2.10.0 age adoption passing confidence
gatsby-plugin-mdx ^1.3.1 -> ^1.7.0 age adoption passing confidence
gatsby-plugin-react-helmet ^3.3.14 -> ^3.7.0 age adoption passing confidence
gatsby-plugin-sharp ^2.7.1 -> ^2.11.1 age adoption passing confidence
gatsby-plugin-typescript ^2.5.0 -> ^2.9.0 age adoption passing confidence
gatsby-remark-images ^3.4.2 -> ^3.8.0 age adoption passing confidence
gatsby-source-filesystem ^2.4.2 -> ^2.8.0 age adoption passing confidence
gatsby-transformer-sharp ^2.5.21 -> ^2.9.0 age adoption passing confidence
husky ^4.3.0 -> ^4.3.6 age adoption passing confidence
lint-staged ^10.5.1 -> ^10.5.3 age adoption passing confidence
polished (source) ^4.0.3 -> ^4.0.5 age adoption passing confidence
prettier (source) ^2.1.2 -> ^2.2.1 age adoption passing confidence
re-resizable ^6.8.0 -> ^6.9.0 age adoption passing confidence
start-server-and-test ^1.11.5 -> ^1.11.6 age adoption passing confidence
typescript (source) ^4.0.5 -> ^4.1.3 age adoption passing confidence

Release Notes

changesets/changesets

v2.12.0

Compare Source

Minor Changes
mdx-js/mdx

v1.6.22

Compare Source

  • Bump dependencies
  • Update documentation
kentcdodds/cypress-testing-library

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes
testing-library/jest-dom

v5.11.6

Compare Source

Bug Fixes
  • Improved error messaging for toHaveFocus assertion (#​304) (c79faa2)
testing-library/react-testing-library

v11.2.2

Compare Source

Bug Fixes

v11.2.1

Compare Source

Bug Fixes
  • types: Allow all HTML and SVG elements in render. (#​833) (1dc33b2)

v11.2.0

Compare Source

Features
system-ui/theme-ui

v0.3.4

Compare Source

typescript-eslint/typescript-eslint

v4.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix wrong member of method and property meta selectors (#​2856) (9a6c362)
Features
  • eslint-plugin: add rule non-nullable-type-assertion-style (#​2624) (7eee44f)

4.9.1 (2020-12-07)

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844

v4.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844

v4.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] convert readonly index signature to readonly record (#​2798) (29428a4)
  • eslint-plugin: [consistent-type-imports] crash when using both default and namespace in one import (#​2778) (c816b84)
  • eslint-plugin: [explicit-module-boundary-types] ignore functions exported within typed object/array literals (#​2805) (73a63ee)
  • eslint-plugin: [no-use-before-define] allow class references if they're within a class decorator (#​2827) (050023a), closes #​2842
  • eslint-plugin: [triple-slash-reference] fix crash with external module reference (#​2788) (32b1b68)
  • scope-manager: fix assertion assignments not being marked as write references (#​2809) (fa68492), closes #​2804
  • typescript-estree: add default value for parserOptions.projectFolderIgnoreList and deduplicate resolved projects (#​2819) (bf904ec), closes #​2418 #​2814
Features

4.8.2 (2020-11-23)

Bug Fixes
  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#​2786) (f3bf6a1)
  • typescript-estree: fix type-only regression for consumers not yet on TS 4.1 (#​2789) (50a46c6)

4.8.1 (2020-11-17)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positive when array predicate returns unknown (#​2772) (111c244)
  • typescript-estree: parseWithNodeMaps returning empty maps (#​2773) (3e4a0ed)

v4.8.2

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#​2786) (f3bf6a1)
  • typescript-estree: fix type-only regression for consumers not yet on TS 4.1 (#​2789) (50a46c6)

v4.8.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positive when array predicate returns unknown (#​2772) (111c244)
  • typescript-estree: parseWithNodeMaps returning empty maps (#​2773) (3e4a0ed)

v4.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] remove fixer when the interface is within a global module declaration (#​2739) (2326238)
  • eslint-plugin: [no-unsafe-member-access] ignore MemberExpression's whose parents are either TSClassImplements or TSInterfaceHeritage (#​2753) (535db3b)
Features
kentcdodds/cross-env

v7.0.3

Compare Source

Bug Fixes
  • add maintenance mode notice (fe80c84)
eslint/eslint

v7.15.0

Compare Source

v7.14.0

Compare Source

prettier/eslint-plugin-prettier

v3.3.0

Compare Source

  • Minor: Perf improvement: Do not clear the config cache on each run (#​368) (1b90ea7)
  • Add peerDependenciesMeta block (#​367) (86608d5)
  • build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (885f484)
  • build(deps-dev): bump eslint from 7.3.1 to 7.14.0 (cebc80b)

v3.2.0

Compare Source

  • Skip CI for eslint 6 + node 8 (#​364) (f8f08e4)
  • Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#​360) (a1e5591)
  • Create dependabot.yml (f58b6c7)
  • docs(README): fix prettier getFileInfo link (#​335) (5a690f1)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
  • build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
  • build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
  • chore: update CI badge in readme (5012b66)
  • Use Github Actions for CI (#​305) (41eb64f)
fontsource/fontsource

v3.1.6

Compare Source

v3.1.5

Compare Source

gatsbyjs/gatsby

v1.7.0

Compare Source

v1.6.0

Compare Source

v1.5.0

Compare Source

v1.4.0

Compare Source

Added
Fixed
typicode/husky

v4.3.6

Compare Source

  • Fix prepare-commit-msg on windows #​737

v4.3.5

Compare Source

  • Rollback and do not throw error if husky install fails

v4.3.4

Compare Source

  • Throw error if husky install fails
  • Add workaround for npm 7 currently missing INIT_CWD environment variable

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

[Compare Source](https://togithub.com/typicode/husky/compare/v4.3.0


Renovate configuration

📅 Schedule: "before 10am on the first day of the month" in timezone GMT.

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 renovate label Dec 1, 2020
@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2020

🦋 Changeset detected

Latest commit: 5ae4548

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@lekoarts/gatsby-theme-cara Patch
@lekoarts/gatsby-theme-emilia-core Patch
@lekoarts/gatsby-theme-emilia Patch
@lekoarts/gatsby-theme-emma-core Patch
@lekoarts/gatsby-theme-emma Patch
@lekoarts/gatsby-theme-graphql-playground Patch
@lekoarts/gatsby-theme-jodie-core Patch
@lekoarts/gatsby-theme-jodie Patch
@lekoarts/gatsby-theme-minimal-blog-core Patch
@lekoarts/gatsby-theme-minimal-blog Patch
@lekoarts/gatsby-theme-specimens Patch
@lekoarts/gatsby-theme-status-dashboard Patch

Not sure what this means? Click here to learn what changesets are.

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

@renovate renovate bot changed the title chore(deps): update packages fix(deps): update packages Dec 1, 2020
@renovate renovate bot force-pushed the renovate/packages branch 5 times, most recently from c89b696 to 3db8e03 Compare December 2, 2020 01:43
@renovate renovate bot changed the title fix(deps): update packages chore(deps): update packages Dec 2, 2020
@renovate renovate bot force-pushed the renovate/packages branch 9 times, most recently from 5853dbb to 2eb999b Compare December 10, 2020 01:09
@renovate renovate bot force-pushed the renovate/packages branch 10 times, most recently from 0ca07b0 to e610aa7 Compare December 16, 2020 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants