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(ui): upgrade dependencies #5898

Merged
merged 38 commits into from
Apr 4, 2022
Merged

chore(ui): upgrade dependencies #5898

merged 38 commits into from
Apr 4, 2022

Conversation

sranka
Copy link
Contributor

@sranka sranka commented Mar 24, 2022

This PR upgrades existing yarn.lock dependencies using yarn upgrade --latest

It also includes a bunch of fixes after upgrade as described by particular git commit messages, most of them are about fixing redux/redux-thunk type definitions.

@sranka sranka requested a review from ivankudibal March 24, 2022 06:49
@sranka sranka added this to the 1.10 milestone Mar 24, 2022
@sranka sranka marked this pull request as draft March 24, 2022 08:01
@sranka sranka removed the request for review from ivankudibal March 24, 2022 08:01
@sranka sranka force-pushed the chore/upgrade_deps_20220324 branch from 36a2422 to e42ad59 Compare March 31, 2022 07:17
@@ -332,7 +336,7 @@ export const updateTagFilterAsync = (

try {
dispatch(updateTagFilter(dashboardID, tagFilter))
await dispatch(getAnnotationsAsync(indexURL, dashboardID))
await getAnnotationsAsync(indexURL, dashboardID)(dispatch, getState)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The await statement was repaired to be effective, the original await was malformed (did nothing)

@@ -115,7 +115,7 @@ export const DEFAULT_THRESHOLDS_LIST_COLORS = [
hex: THRESHOLD_COLORS[11].hex,
id: THRESHOLD_TYPE_BASE,
name: THRESHOLD_COLORS[11].name,
value: -999999999999999999,
value: -1000000000000000000,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

-999999999999999999 (as a number constant) loses precision, eslint complains about it

@sranka sranka force-pushed the chore/upgrade_deps_20220324 branch from 8d7f2e4 to 17c2d5d Compare April 1, 2022 09:22
@sranka sranka requested a review from ivankudibal April 1, 2022 09:29
@sranka sranka marked this pull request as ready for review April 1, 2022 09:29
@sranka sranka merged commit 3ae9a76 into master Apr 4, 2022
@sranka sranka deleted the chore/upgrade_deps_20220324 branch April 4, 2022 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants