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

Merged
merged 3 commits into from
Sep 28, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2020

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.201
query-string devDependencies patch ^6.13.1 -> ^6.13.3
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

Compare Source

v10.0.34

Compare Source

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)
frenic/csstype

v2.6.13

Compare Source

v2.6.12

Compare Source

v2.6.11

Compare Source

formik/formik

v2.1.5

Compare Source

Bugfixes
  • Properly handle nested array data in prepareDataForValidation. (#​2265)
  • Fix 2.1.4 regression with initialValues updating (#​2318)
  • Correct import of LowPriority from scheduler
  • Updated innerRef type signature (#​2325)
  • Fix handleChange / handleBlur typings (#​2472)
  • Fix peer dependency version (#​2451)
  • Fixed @typescript-eslint/unbound-method warning.
Internal
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 [email protected]
Commits
  • Properly handle nested array data in prepareDataForValidation. (#​2265)
  • Fix 2.1.4 regression with initialValues updating (#​2318)
  • Added "shouldValidate" to "setValue" and "setTouched" field hel… (#​2371)
  • Add FieldProps change to v2 migration guide (#​2356)
  • Correct import of LowPriority from scheduler
  • Fix: return onSubmit promise result in submission (#​2420)
  • fix: Update innerRef type signature (#​2325)
  • Fix handleChange / handleBlur typings (#​2472)
  • Fix peer dependency version (#​2451)
  • Make validateOnMount rerun validations when initialValues have changed
  • Update LICENSE
  • Merge pull request #​2507 from stefanoverna/fix-validateonmount
  • Merge pull request #​2438 from helious/master
  • Fixes @​typescript-eslint/unbound-method.
sindresorhus/query-string

v6.13.3

Compare Source

  • Fix the TypeScript type for the .stringifyUrl() method b15f945

v6.13.2

Compare Source

  • Fix the ParsedQuery TypeScript typ 56d2923
bvaughn/react-error-boundary

v3.0.2

Compare Source

Bug Fixes
react-icons/react-icons

v3.11.0

Compare Source

Icon Library License Version
Font Awesome CC BY 4.0 License 0d1f27e
Ionicons MIT 4.5.6
Material Design icons Apache License Version 2.0 3.0.1
Typicons CC BY-SA 3.0 2.0.9
Github Octicons icons MIT 8.5.0
Feather MIT 4.21.0
Game Icons CC BY 3.0 a53463d
Weather Icons SIL OFL 1.1 2.0.10
Devicons MIT 1.8.0
Ant Design Icons MIT 4.0.0
Bootstrap Icons MIT 1.0.0-alpha3
Remix Icon Apache License Version 2.0 2.5.0
Flat Color Icons MIT 1.0.2
Grommet-Icons Apache License Version 2.0 4.4.0
Heroicons MIT 0.3.5
Simple Icons CC0 1.0 Universal 2.13.0
IcoMoon Free CC BY 4.0 License d006795
BoxIcons CC BY 4.0 License 2.0.5
css.gg MIT 2.0.0
VS Code Icons CC BY 4.0 0.0.1
apollostack/subscriptions-transport-ws

v0.9.18

Compare Source

Bug Fixes
New Features

v0.9.17

Compare Source

system-ui/theme-ui

v0.4.0-rc.5

Compare Source

v0.4.0-rc.3

Compare Source

v0.4.0-rc.1

Compare Source

v0.4.0-highlight.0

Compare Source

Microsoft/TypeScript

v3.9.7

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

v3.9.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

FormidableLabs/urql

v1.10.1

Compare Source

v1.10.0

Compare Source

jquense/yup

v0.29.3

Compare Source

v0.29.2

Compare Source

Bug Fixes
Features

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.


  • 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 27, 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 27, 2020
Copy link
Contributor

@mxstbr mxstbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to downgrade gatsby-interface again because the newest version has removed support for two deprecated components we use (TextAreaField & TextAreaFieldControl). I also used this opportunity to upgrade us to the new Feedback Fish integration ✨

@mxstbr mxstbr added the bot: merge on green Gatsbot will merge these PRs automatically when all tests passes label Sep 28, 2020
@gatsbybot gatsbybot merged commit 61bc30c into master Sep 28, 2020
@delete-merged-branch delete-merged-branch bot deleted the renovate/gatsby-admin branch September 28, 2020 12:19
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants