Skip to content

Commit

Permalink
Merge pull request #500 from grafana/sandersaarond/@grafana---11.4.0
Browse files Browse the repository at this point in the history
Update dependencies to remediate various security warnings
  • Loading branch information
SandersAaronD authored Dec 11, 2024
2 parents 21ca09a + 72c10bf commit e96338b
Show file tree
Hide file tree
Showing 11 changed files with 8,263 additions and 14,925 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ jobs:
- name: Run backend tests
run: npm run backend:test

- name: Run E2E tests
run: npm run e2e:ci
id: run-e2e-tests

- name: Archive E2E output
uses: actions/upload-artifact@v3
if: steps.run-e2e-tests.outcome != 'success'
with:
name: cypress-videos
path: cypress/videos
retention-days: 5

- name: Publish to NPM
run: |
cd packages/grafana-llm-frontend
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ jobs:
- name: Run backend tests
run: npm run backend:test

- name: Run E2E tests
run: npm run e2e:ci
id: run-e2e-tests

- name: Archive E2E output
uses: actions/upload-artifact@v3
if: steps.run-e2e-tests.outcome != 'success'
with:
name: cypress-videos
path: cypress/videos
retention-days: 5

- name: Warn missing Grafana API key
run: |
echo Please generate a Grafana API key: https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#generate-an-api-key
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,3 @@ jobs:
run: npm run test:ci
- name: Run backend tests
run: npm run backend:test
- name: Run E2E tests
run: npm run e2e:ci
id: run-e2e-tests
- name: Archive E2E output
uses: actions/upload-artifact@v3
if: steps.run-e2e-tests.outcome != 'success'
with:
name: cypress-videos
path: cypress/videos
retention-days: 5
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ e2e-results/
.DS_Store

# CI directory
__to-upload__
__to-upload__
Loading

0 comments on commit e96338b

Please sign in to comment.