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 #27092

Closed
wants to merge 2 commits into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/mdx (source) ^2.0.0-next.3 -> ^2.0.0-next.8 age adoption passing confidence
@mdx-js/react (source) ^2.0.0-next.3 -> ^2.0.0-next.8 age adoption passing confidence
@mdx-js/runtime (source) ^2.0.0-next.3 -> ^2.0.0-next.8 age adoption passing confidence
@pmmmwh/react-refresh-webpack-plugin ^0.4.1 -> ^0.4.3 age adoption passing confidence
@types/reach__router ^1.3.5 -> ^1.3.6 age adoption passing confidence
@types/semver ^7.1.0 -> ^7.3.4 age adoption passing confidence
@types/socket.io ^2.1.4 -> ^2.1.12 age adoption passing confidence
@types/webpack-dev-middleware ^3.7.1 -> ^3.7.2 age adoption passing confidence
@typescript-eslint/eslint-plugin ^2.24.0 -> ^2.34.0 age adoption passing confidence
@typescript-eslint/parser ^2.24.0 -> ^2.34.0 age adoption passing confidence
autoprefixer ^9.8.4 -> ^9.8.6 age adoption passing confidence
axios ^0.20.0 -> ^0.21.0 age adoption passing confidence
babel-loader ^8.1.0 -> ^8.2.2 age adoption passing confidence
better-opn ^2.0.0 -> ^2.1.1 age adoption passing confidence
browserslist ^4.12.2 -> ^4.16.0 age adoption passing confidence
chokidar ^3.4.2 -> ^3.4.3 age adoption passing confidence
copyfiles ^2.3.0 -> ^2.4.1 age adoption passing confidence
core-js ^3.6.5 -> ^3.8.1 age adoption passing confidence
date-fns ^2.14.0 -> ^2.16.1 age adoption passing confidence
enhanced-resolve ^4.2.0 -> ^4.3.0 age adoption passing confidence
eslint-plugin-import ^2.22.0 -> ^2.22.1 age adoption passing confidence
eslint-plugin-jsx-a11y ^6.3.1 -> ^6.4.1 age adoption passing confidence
eslint-plugin-react ^7.20.6 -> ^7.21.5 age adoption passing confidence
event-source-polyfill ^1.0.15 -> ^1.0.22 age adoption passing confidence
execa ^4.0.3 -> ^4.1.0 age adoption passing confidence
graphql ^14.6.0 -> ^14.7.0 age adoption passing confidence
graphql-playground-middleware-express ^1.7.18 -> ^1.7.22 age adoption passing confidence
hasha ^5.2.0 -> ^5.2.2 age adoption passing confidence
joi ^17.2.1 -> ^17.3.0 age adoption passing confidence
meant ^1.0.1 -> ^1.0.3 age adoption passing confidence
mini-css-extract-plugin ^0.11.2 -> ^0.11.3 age adoption passing confidence
moment (source) ^2.27.0 -> ^2.29.1 age adoption passing confidence
opentracing ^0.14.4 -> ^0.14.5 age adoption passing confidence
optimize-css-assets-webpack-plugin ^5.0.3 -> ^5.0.4 age adoption passing confidence
prompts ^2.3.2 -> ^2.4.0 age adoption passing confidence
query-string ^6.13.1 -> ^6.13.7 age adoption passing confidence
react-hot-loader ^4.12.21 -> ^4.13.0 age adoption passing confidence
react-refresh (source) ^0.8.3 -> ^0.9.0 age adoption passing confidence
remark-mdx (source) ^2.0.0-next.3 -> ^2.0.0-next.8 age adoption passing confidence
remark-mdxjs (source) ^2.0.0-next.3 -> ^2.0.0-next.8 age adoption passing confidence
semver ^7.3.2 -> ^7.3.4 age adoption passing confidence
slugify ^1.4.4 -> ^1.4.6 age adoption passing confidence
socket.io-client 2.3.0 -> 2.3.1 age adoption passing confidence
typescript (source) ^3.9.5 -> ^3.9.7 age adoption passing confidence
webpack ^4.44.1 -> ^4.44.2 age adoption passing confidence
webpack-virtual-modules ^0.2.2 -> ^0.4.1 age adoption passing confidence
xstate ^4.11.0 -> ^4.15.1 age adoption passing confidence

Release Notes

mdx-js/mdx

v2.0.0-next.8

Compare Source

v2.0.0-next.7

Compare Source

v2.0.0-next.6

Compare Source

v2.0.0-next.5

Compare Source

v2.0.0-next.4

Compare Source

pmmmwh/react-refresh-webpack-plugin

v0.4.3

Compare Source

Fixes
  • Fixed Yarn 2 PnP compatibility with absolute react-refresh/runtime imports (#​230)
  • Fixed Webpack 5 compatibility by requiring __webpack_require__ (#​233)
  • Fixed IE 11 compatibility in socket code (4033e6a)
  • Relaxed peer dependency requirement for react-refresh to allow 0.9.x (747c19b)

v0.4.2

Compare Source

Fixes
  • Patched loader to use with Node.js global fetch polyfills (#​193)
  • Patched default include and exclude options to be case-insensitive (#​194)
typescript-eslint/typescript-eslint

v2.34.0

Compare Source

Bug Fixes
  • typescript-estree: fix handling of range/loc removal (#​2028) (ce344d9)
Features
  • eslint-plugin: [no-invalid-void-type] allow union of void and allowInGenericTypeArguments (#​1960) (1bc105a)
  • eslint-plugin: [restrict-template-expressions] improve error message (#​1926) (1af59ba)
  • experimental-utils: add suggestion property for rule modules (#​2033) (f42a5b0)

v2.33.0

Compare Source

Bug Fixes
  • experimental-utils: remove accidental dep on json-schema (#​2010) (1875fba)
Features
  • eslint-plugin: add extension rule lines-between-class-members (#​1684) (08f93e6)

v2.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] support boolean in unions (#​1979) (6987ecc)
  • eslint-plugin: [no-type-alias] handle readonly types in aliases (#​1990) (56d9870)
  • eslint-plugin: [no-unused-expressions] inherit messages from base rule (#​1992) (51ca404)
Features

v2.31.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] handle missing declarations (#​1947) (383f931)
  • eslint-plugin: [method-signature-style] fix overloaded methods to an intersection type (#​1966) (7f3fba3)
  • eslint-plugin: [return-await] await in a normal function (#​1962) (f82fd7b)
  • eslint-plugin: [unbound-method] false positives for unary expressions (#​1964) (b35070e)
  • eslint-plugin: no-base-to-string boolean expression detect (#​1969) (f78f13a)
Features
  • eslint-plugin: [member-ordering] add decorators support (#​1870) (f7ec192)
  • eslint-plugin: [prefer-optional-chain] added option to convert to suggestion fixer (#​1965) (2f0824b)
  • eslint-plugin: new extended rule 'no-invalid-this' (#​1823) (b18bc35)
  • eslint-plugin-internal: add rule no-poorly-typed-ts-props (#​1949) (56ea7c9)
  • experimental-utils: expose our RuleTester extension (#​1948) (2dd1638)

v2.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] check for negative start index in slice (#​1920) (ed2bd60)
  • eslint-plugin: fix no-base-to-string boolean literal check (#​1850) (2f45e99)
Features

v2.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#​1916) (369978e)
Features
  • eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#​1799) (cea51bf)
  • eslint-plugin: [restrict-template-expressions] add support for intersection types (#​1803) (cc70e4f)
  • eslint-plugin: add extension rule init-declarations (#​1814) (b01f5e7)
  • eslint-plugin: add extension rule keyword-spacing (#​1739) (c5106dd)

v2.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] handle multiline params (#​1861) (5832a86)
  • eslint-plugin: [no-empty-interface] use suggestion fixer for ambient contexts (#​1880) (62b2278)
  • eslint-plugin: [unbound-method] false positive on property function initializer (#​1890) (f1c3b18)
  • eslint-plugin: [unbound-method] ignore assignments to methods (#​1736) (6b4680b)
  • eslint-plugin: no-empty-interface autofix (#​1865) (829a2f7), closes #​1864
  • eslint-plugin: use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#​1728) (05030f8)
Features
  • eslint-plugin: [ban-ts-comment] support ts-expect-error (#​1706) (469cff3)
  • eslint-plugin: [consistent-type-assertions] always allow const assertions (#​1713) (af2c00d)
  • eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#​1732) (2e9c202)
  • eslint-plugin: [explicit-module-boundary-types] add optio… (#​1778) (3eee804)
  • eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#​1763) (f5edb99)
  • eslint-plugin: [restrict-template-expressions] add option allowAny (#​1762) (d44c0f9)
  • eslint-plugin: add rule prefer-reduce-type-parameter (#​1707) (c92d240)
  • eslint-plugin: add rule prefer-ts-expect-error (#​1705) (7021f21)
  • eslint-plugin: add rule no-unsafe-assignment (#​1694) (a49b860)

v2.27.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-throw-literal] fix crash caused by getBaseTypes (#​1830) (9d53c76)
  • eslint-plugin: [no-unsafe-call] fix incorrect selector (#​1826) (8ec53a3)
  • eslint-plugin: [require-await] handle async generators (#​1782) (9642d9d)
  • eslint-plugin: no-explicit-any constructor functions (& mo… (#​1711) (ab8572e)
  • typescript-estree: add support for TS3.9 extra file extensions (#​1833) (1f0ff41)
Features

v2.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-explicit-any] error with ignoreRestArgs (#​1796) (638d84d)
  • eslint-plugin: [no-unsafe-call] allow import expressions (#​1800) (4fa7107)
  • eslint-plugin: [no-unsafe-return] error with <TS3.7 (#​1815) (f3160b4)
Features
  • eslint-plugin-tslint: support tslint 6 (#​1809) (7d963fd)
  • typescript-estree: add option to ignore certain folders from glob resolution (#​1802) (1e29e69)

v2.25.0

Compare Source

Bug Fixes
  • only run publish_canary_version on master (3814d4e)
  • eslint-plugin: [quotes] false positive with backtick in import equals statement (#​1769) (199863d)
  • eslint-plugin: fix message of no-base-to-string (#​1755) (6646959)
  • eslint-plugin-tslint: fix tslintConfig memoization key (#​1719) (abf1a2f

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 maintenance label Sep 26, 2020
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 26, 2020
@renovate renovate bot force-pushed the renovate/gatsby branch 5 times, most recently from debdc56 to 0b23602 Compare September 28, 2020 10:33
@sidharthachatterjee sidharthachatterjee removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 28, 2020
@renovate renovate bot force-pushed the renovate/gatsby branch 10 times, most recently from ff25af6 to 971c455 Compare October 5, 2020 15:04
@renovate renovate bot force-pushed the renovate/gatsby branch 7 times, most recently from 4343eae to b61d9ea Compare October 12, 2020 23:34
@renovate renovate bot force-pushed the renovate/gatsby branch 5 times, most recently from 95ed1d4 to ac5baa9 Compare October 16, 2020 12:26
@renovate renovate bot force-pushed the renovate/gatsby branch 5 times, most recently from 8495164 to ab5362e Compare December 10, 2020 22:10
@renovate renovate bot force-pushed the renovate/gatsby branch from ab5362e to b0d07f1 Compare December 21, 2020 01:53
@renovate renovate bot force-pushed the renovate/gatsby branch 2 times, most recently from c760f55 to ac6f4ba Compare January 4, 2021 01:04
@renovate renovate bot force-pushed the renovate/gatsby branch from ac6f4ba to dae3cba Compare January 11, 2021 01:23
@renovate renovate bot force-pushed the renovate/gatsby branch 2 times, most recently from b919e9a to 8a42a06 Compare February 1, 2021 02:00
@renovate renovate bot force-pushed the renovate/gatsby branch 2 times, most recently from 97ba3f6 to 1ef1646 Compare February 8, 2021 02:05
@renovate renovate bot force-pushed the renovate/gatsby branch from 1ef1646 to a561055 Compare February 15, 2021 03:21
@renovate renovate bot force-pushed the renovate/gatsby branch 2 times, most recently from cd54c51 to e7a87d8 Compare March 1, 2021 02:40
@renovate renovate bot force-pushed the renovate/gatsby branch from e7a87d8 to 5191526 Compare March 8, 2021 01:23
@renovate renovate bot force-pushed the renovate/gatsby branch from 5191526 to ba585d6 Compare March 15, 2021 01:37
@renovate renovate bot force-pushed the renovate/gatsby branch 2 times, most recently from 7304673 to 08211dd Compare March 29, 2021 00:35
@renovate renovate bot force-pushed the renovate/gatsby branch 2 times, most recently from 5f28a8d to 2d18a55 Compare April 12, 2021 01:07
@renovate renovate bot force-pushed the renovate/gatsby branch from 2d18a55 to 85ec31b Compare April 19, 2021 03:11
@renovate renovate bot force-pushed the renovate/gatsby branch from 85ec31b to 55c75c0 Compare April 26, 2021 00:35
@LekoArts LekoArts closed this Apr 29, 2021
@LekoArts LekoArts deleted the renovate/gatsby branch April 29, 2021 08:00
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.

3 participants