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

Update grafana dev dependencies to v8.5.10 #194

Merged
merged 3 commits into from
Nov 30, 2022
Merged

Conversation

kevinwcyu
Copy link
Contributor

Separating out the dev dependency updates from #177 into a separate PR.

@kevinwcyu kevinwcyu requested a review from a team as a code owner November 30, 2022 19:30
@github-actions
Copy link

Backend code coverage report for PR #194
No changes

@github-actions
Copy link

Frontend code coverage report for PR #194

Plugin Main PR Difference
src 72.73% 72.73% 0%

Copy link
Member

@sarahzinger sarahzinger left a comment

Choose a reason for hiding this comment

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

code seems good! I didn't do any manual testing but so long as it builds ok for you let's ship! 🚀

@@ -84,6 +84,7 @@ export function ConfigEditor(props: Props) {
});
});
}
// eslint-disable-next-line react-hooks/exhaustive-deps
Copy link
Member

Choose a reason for hiding this comment

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

is this needed? seems like nothing is changing? maybe just fixing an old lint error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

probably updated packages pulls in new eslint rules?

@@ -227,7 +229,6 @@ export function ConfigEditor(props: Props) {
},
})
}
css={undefined}
Copy link
Member

Choose a reason for hiding this comment

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

😆

@@ -8,6 +8,7 @@ export const mockDatasource = new DataSource({
type: 'redshift-datasource',
name: 'Redshift Data Source',
jsonData: {},
access: 'direct',
Copy link
Member

Choose a reason for hiding this comment

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

what does this do again?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not really sure, think the type just expects an access property.

@kevinwcyu kevinwcyu changed the title Update grafana dev dependencies to v8.4.7 Update grafana dev dependencies to v8.5.10 Nov 30, 2022
@kevinwcyu kevinwcyu merged commit 4f2b9d9 into main Nov 30, 2022
@kevinwcyu kevinwcyu deleted the kevinwcyu/update-deps branch November 30, 2022 20:35
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.

None yet

2 participants