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: update dependencies #337

Merged
merged 7 commits into from
Jul 5, 2024
Merged

Chore: update dependencies #337

merged 7 commits into from
Jul 5, 2024

Conversation

kevinwcyu
Copy link
Contributor

@kevinwcyu kevinwcyu commented Jul 4, 2024

Changes:

  • ran npx @grafana/create-plugin@latest update which automatically:
    • updated all the files in the .config/
    • updated scripts and dependencies in package.json
  • .nvmrc: updated node version to 20
  • docker-compose.yaml: update grafana image to use 10.4.5
  • removed @grafana/e2e packages and references to it
  • src/components/query/QueryEditor.test.tsx: remove unnecessary await to fix a warning
  • othersrc/* files:
    • formatting changes
    • a lot of the functions in src/sitewiseCache.ts used toPromise which has a return type of Promise<T | undefined> so I updated the type signature of those functions and update its usages to check for undefined.

Note to reviewer: I recommended hiding whitespace changes when viewing to hide formatting changes.

@kevinwcyu kevinwcyu marked this pull request as ready for review July 4, 2024 17:39
@kevinwcyu kevinwcyu requested a review from a team as a code owner July 4, 2024 17:39
@kevinwcyu kevinwcyu requested review from sarahzinger and idastambuk and removed request for a team July 4, 2024 17:39
@kevinwcyu kevinwcyu merged commit 95029c1 into main Jul 5, 2024
9 checks passed
@kevinwcyu kevinwcyu deleted the kevinwcyu/update-deps branch July 5, 2024 15:30
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.

3 participants