-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Downgrade to query-string v5.1.1 #59633
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@wylieconlon Could you please review that PR? I think it's less risky than revert all code |
# Conflicts: # yarn.lock
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.
LGTM
Build is red for reasons not related to these changes |
@elasticmachine merge upstream |
I think I'm going to make this unnecessary in #59923 |
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.
Checked this out and tested it in IE11. This fixes the problem.
# Conflicts: # yarn.lock
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.
infra
changes LGTM
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
ping @elastic/apm-ui |
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.
Thanks for doing this, @alexwizp! Looking forward to being able to upgrade in 8.0 🙂
ping @elastic/apm-ui |
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.
APM changes look good!
* Downgrade to query-string v5.1.1 * update lib version for x-pack * fix JEST * fix functional tests Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Thanks @alexwizp! |
* Downgrade to query-string v5.1.1 * update lib version for x-pack * fix JEST * fix functional tests Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Closes: #58684
Summary
In #56957, query-string 6.x was added, which does not support IE11. This needs to be downgraded in master and 7.x before the next release.
Checklist
Delete any items that are not applicable to this PR.
For maintainers