-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix: update minor updates in packages except react, babel and eslint #17254
Conversation
1d4f900
to
d8e4cb3
Compare
d8e4cb3
to
b2fc05e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -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", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains the following updates:
^10.0.14
->^10.0.17
^0.12.4
->^0.13.2
^2.520.0
->^2.521.0
^5.2.0
->^5.2.1
^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
kentcdodds/cross-env
v5.2.1
Compare Source
Bug Fixes
sindresorhus/query-string
v6.8.3
Compare Source
parseNumbers
andparseBooleans
options work witharrayFormat
(#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.
This PR has been generated by Renovate Bot. View repository job log here.