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

fix: update minor updates in packages except react, babel and eslint #17254

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2019

This PR contains the following updates:

Package Type Update Change
@emotion/babel-preset-css-prop dependencies patch ^10.0.14 -> ^10.0.17
ast-types dependencies minor ^0.12.4 -> ^0.13.2
aws-sdk devDependencies minor ^2.520.0 -> ^2.521.0
cross-env devDependencies patch ^5.2.0 -> ^5.2.1
query-string dependencies patch ^6.8.2 -> ^6.8.3

Release Notes

emotion-js/emotion

v10.0.17

Compare Source

benjamn/ast-types

v0.13.2

Compare Source

v0.13.1

Compare Source

v0.13.0

Compare Source

aws/aws-sdk-js

v2.521.0

Compare Source

  • bugfix: Credentials: fix stsConfig typing on chainable_temporary_credentials
  • feature: ApiGatewayManagementApi: You can use getConnection to return information about the connection (when it is connected, IP address, etc) and deleteConnection to disconnect the given connection
  • feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for modifying the cluster settings for existing clusters, which enables you to toggle whether Container Insights is enabled or not. Support is also introduced for custom log routing using the ECS FireLens integration.
  • feature: MQ: Adds support for updating security groups selection of an Amazon MQ broker.
kentcdodds/cross-env

v5.2.1

Compare Source

Bug Fixes
sindresorhus/query-string

v6.8.3

Compare Source

  • Make parseNumbers and parseBooleans options work with arrayFormat (#​202) d2451aa

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

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

@renovate renovate bot requested a review from a team as a code owner August 30, 2019 15:26
@renovate renovate bot changed the title fix: update dependency ast-types to ^0.13.2 fix: update minor updates in packages except react, babel and eslint Aug 30, 2019
@renovate renovate bot force-pushed the renovate/minor-updates-in-packages-except-react-babel-and-eslint branch 4 times, most recently from 1d4f900 to d8e4cb3 Compare August 31, 2019 23:55
@renovate renovate bot force-pushed the renovate/minor-updates-in-packages-except-react-babel-and-eslint branch from d8e4cb3 to b2fc05e Compare September 1, 2019 09:52
Copy link
Contributor

@sidharthachatterjee sidharthachatterjee left a comment

Choose a reason for hiding this comment

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

👍

@sidharthachatterjee sidharthachatterjee added the bot: merge on green Gatsbot will merge these PRs automatically when all tests passes label Sep 1, 2019
@gatsbybot gatsbybot merged commit 252d867 into master Sep 1, 2019
@delete-merged-branch delete-merged-branch bot deleted the renovate/minor-updates-in-packages-except-react-babel-and-eslint branch September 1, 2019 10:06
@ARXChrono ARXChrono restored the renovate/minor-updates-in-packages-except-react-babel-and-eslint branch September 3, 2019 07:27
@ARXChrono ARXChrono deleted the renovate/minor-updates-in-packages-except-react-babel-and-eslint branch September 3, 2019 07:27
@ARXChrono ARXChrono restored the renovate/minor-updates-in-packages-except-react-babel-and-eslint branch September 3, 2019 07:28
@@ -10,15 +10,15 @@
"@babel/code-frame": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@babel/types": "^7.5.5",
"ast-types": "^0.12.4",
"ast-types": "^0.13.2",
Copy link

Choose a reason for hiding this comment

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

this is wrong, actually cc @jquense

this was a breaking change. this package needs ^0.12

Copy link
Contributor

Choose a reason for hiding this comment

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

Do you mind pointing out what the breaking changes were? There doesn't seem to be a changelog on that package which makes it hard to find what was a breaking change.

Copy link

Choose a reason for hiding this comment

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

The issue is that react-docgen itself is still on 0.12, and there's an implicit requirement that this plugin be on the same version of ast-types as react-docgen.

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah, react-docgen should make this a peer dependency ideally. If you end up with 0.13 and 0.12 in a project it'll break.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, thanks @jquense

Fixed in ff7610f

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.

None yet

6 participants