Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/actions/yarn-nm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
echo "NPM_GLOBAL_CACHE_FOLDER=$(npm config get cache)" >> $GITHUB_OUTPUT

- name: Restore yarn cache
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: yarn-download-cache
with:
path: ${{ steps.yarn-config.outputs.CACHE_FOLDER }}
Expand All @@ -73,22 +73,22 @@ runs:
- name: Restore node_modules
if: inputs.cache-node-modules == 'true'
id: yarn-nm-cache
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: ${{ inputs.cwd }}/**/node_modules
key: yarn-nm-cache-${{ runner.os }}-${{ steps.yarn-config.outputs.CURRENT_NODE_VERSION }}-${{ steps.yarn-config.outputs.CURRENT_BRANCH }}-${{ hashFiles(format('{0}/yarn.lock', inputs.cwd), format('{0}/.yarnrc.yml', inputs.cwd)) }}

- name: ♻️ Restore global npm cache folder
if: inputs.cache-npm-cache == 'true'
id: npm-global-cache
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: ${{ steps.yarn-config.outputs.NPM_GLOBAL_CACHE_FOLDER }}
key: npm-global-cache-${{ runner.os }}-${{ steps.yarn-config.outputs.CURRENT_NODE_VERSION }}-${{ hashFiles(format('{0}/yarn.lock', inputs.cwd), format('{0}/.yarnrc.yml', inputs.cwd)) }}

- name: Cache turbo build setup
if: inputs.cache-turbo == 'true'
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
Expand All @@ -98,7 +98,7 @@ runs:
- name: Restore yarn install state
if: inputs.cache-install-state == 'true' && inputs.cache-node-modules == 'true'
id: yarn-install-state-cache
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: ${{ inputs.cwd }}/.yarn/ci-cache
key: yarn-install-state-cache-${{ runner.os }}-${{ steps.yarn-config.outputs.CURRENT_NODE_VERSION }}-${{ steps.yarn-config.outputs.CURRENT_BRANCH }}-${{ hashFiles(format('{0}/yarn.lock', inputs.cwd), format('{0}/.yarnrc.yml', inputs.cwd)) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev-portal-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build documentation website
run: yarn docs:build:dev

- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs-v0.2.0
- uses: grafana/shared-workflows/actions/login-to-gcs@64c35f1dffd024130947f485ed6a150edfe83d22 # login-to-gcs-v0.2.0
id: login-to-gcs
with:
service_account: 'github-developer-portal-dev@grafanalabs-workload-identity.iam.gserviceaccount.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev-portal-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build documentation website
run: yarn docs:build

- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs-v0.2.0
- uses: grafana/shared-workflows/actions/login-to-gcs@64c35f1dffd024130947f485ed6a150edfe83d22 # login-to-gcs-v0.2.0
id: login-to-gcs
with:
service_account: 'github-developer-portal@grafanalabs-workload-identity.iam.gserviceaccount.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-crowdin-create-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
create-tasks-in-crowdin:
uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@main
uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@ea6ae56f0c8cee10e6538c6e395f5dc1072bf3a2 # main
with:
crowdin_project_id: 34
2 changes: 1 addition & 1 deletion .github/workflows/i18n-crowdin-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
download-sources-from-crowdin:
uses: grafana/grafana-github-actions/.github/workflows/crowdin-download.yml@main
uses: grafana/grafana-github-actions/.github/workflows/crowdin-download.yml@ea6ae56f0c8cee10e6538c6e395f5dc1072bf3a2 # main
with:
crowdin_project_id: 34
pr_labels: 'i18n'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-crowdin-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
upload-sources-to-crowdin:
uses: grafana/grafana-github-actions/.github/workflows/crowdin-upload.yml@main
uses: grafana/grafana-github-actions/.github/workflows/crowdin-upload.yml@ea6ae56f0c8cee10e6538c6e395f5dc1072bf3a2 # main
with:
crowdin_project_id: 34
2 changes: 1 addition & 1 deletion .github/workflows/i18n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
verify-i18n:
uses: grafana/grafana-github-actions/.github/workflows/verify-i18n.yml@main
uses: grafana/grafana-github-actions/.github/workflows/verify-i18n.yml@ea6ae56f0c8cee10e6538c6e395f5dc1072bf3a2 # main
12 changes: 6 additions & 6 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false

- name: Test using Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: '.nvmrc'

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- name: Get secrets from vault
id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@main
uses: grafana/shared-workflows/actions/get-vault-secrets@bddce3319c879a3ea289ee6c76fbc9ac08d53524 # main
with:
# Secrets placed in the ci/repo/grafana/scenes/ path in Vault
repo_secrets: |
Expand All @@ -61,12 +61,12 @@ jobs:

- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
with:
app-id: ${{ env.GITHUB_APP_ID }}
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
token: ${{ steps.generate-token.outputs.token }}
persist-credentials: false
Expand All @@ -75,7 +75,7 @@ jobs:
run: git fetch --unshallow --tags

- name: Test using Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: '.nvmrc'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand Down
4 changes: 2 additions & 2 deletions docusaurus/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0",
"@docusaurus/tsconfig": "^3.9.2",
"typescript": "^5.4.3"
"@docusaurus/tsconfig": "3.9.2",
"typescript": "5.7.3"
},
"browserslist": {
"production": [
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,47 +53,47 @@
"docusaurus/website"
],
"devDependencies": {
"@auto-it/omit-commits": "^11.0.7",
"@auto-it/released": "^11.0.7",
"@auto-it/omit-commits": "11.0.7",
"@auto-it/released": "11.0.7",
"@eslint/compat": "1.3.0",
"@eslint/js": "^9.28.0",
"@grafana/eslint-config": "^8.1.0",
"@grafana/tsconfig": "^1.3.0-rc1",
"@eslint/js": "9.28.0",
"@grafana/eslint-config": "8.1.0",
"@grafana/tsconfig": "1.3.0-rc1",
"@stylistic/eslint-plugin-ts": "3.1.0",
"@swc/core": "^1.2.162",
"@swc/jest": "^0.2.36",
"@swc/core": "1.3.70",
"@swc/jest": "0.2.36",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"auto": "^11.0.7",
"esbuild": "^0.25.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"auto": "11.0.7",
"esbuild": "0.25.1",
"eslint": "9.28.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "50.7.1",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^8.0.3",
"eslint-plugin-prettier": "5.4.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-matcher-utils": "29.7.0",
"lerna": "^9.0.0",
"lint-staged": "^13.2.0",
"lerna": "9.0.0",
"lint-staged": "13.2.3",
"prettier": "2.5.1",
"react-select-event": "^5.5.1",
"react-select-event": "5.5.1",
"rollup": "^4.36.0",
"rollup-plugin-dts": "^6.2.0",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-node-externals": "^8.0.0",
"rollup-plugin-dts": "6.2.0",
"rollup-plugin-esbuild": "6.2.1",
"rollup-plugin-node-externals": "8.0.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"turbo": "^2.5.8",
"typescript": "^5.4.3"
"turbo": "2.5.8",
"typescript": "5.7.3"
}
}
58 changes: 29 additions & 29 deletions packages/scenes-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,44 @@
"server": "docker-compose up --build"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/core": "7.25.8",
"@eslint/compat": "1.3.0",
"@grafana/e2e": "9.2.1",
"@grafana/e2e-selectors": "^11.5.0",
"@grafana/e2e-selectors": "11.5.0",
"@grafana/eslint-config": "8.1.0",
"@grafana/tsconfig": "1.3.0-rc1",
"@stylistic/eslint-plugin-ts": "3.1.0",
"@swc/core": "^1.2.144",
"@swc/helpers": "^0.3.6",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^12.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^7.1.2",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"@swc/core": "1.3.70",
"@swc/helpers": "0.3.17",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "12.1.5",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"copy-webpack-plugin": "10.2.4",
"css-loader": "7.1.2",
"eslint": "9.28.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-jsdoc": "50.7.1",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-prettier": "5.4.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-webpack-plugin": "5.0.2",
"fork-ts-checker-webpack-plugin": "^7.2.0",
"fork-ts-checker-webpack-plugin": "7.3.0",
"jest": "29.7.0",
"prettier": "^2.5.0",
"raw-loader": "^4.0.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"style-loader": "^4.0.0",
"swc-loader": "^0.1.15",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.3",
"prettier": "2.8.8",
"raw-loader": "4.0.2",
"replace-in-file-webpack-plugin": "1.0.6",
"style-loader": "4.0.0",
"swc-loader": "0.1.16",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.7.3",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-livereload-plugin": "^3.0.2"
"webpack-cli": "4.10.0",
"webpack-livereload-plugin": "3.0.2"
},
"resolutions": {
"rxjs": "7.3.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/scenes-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-eslint": "9.0.5",
"@rollup/plugin-node-resolve": "16.0.1",
"@types/history": "4.7.11",
"@types/lodash": "4.14.187",
"@types/node": "20.11.30",
Expand All @@ -75,12 +75,12 @@
"@types/react-grid-layout": "1.3.2",
"@types/react-virtualized-auto-sizer": "1.0.1",
"@types/uuid": "8.3.4",
"eslint": "^9.28.0",
"eslint": "9.28.0",
"jest": "29.7.0",
"rimraf": "^3.0.2",
"rimraf": "3.0.2",
"rollup": "^4.36.0",
"rxjs": "7.8.1",
"typescript": "^5.4.3"
"typescript": "5.7.3"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down
14 changes: 7 additions & 7 deletions packages/scenes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,25 @@
"devDependencies": {
"@grafana/i18n": "12.1.0",
"@rollup/plugin-dynamic-import-vars": "2.1.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-json": "6.1.0",
"@types/history": "4.7.11",
"@types/lodash": "4.14.187",
"@types/node": "20.11.30",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/react-grid-layout": "1.3.2",
"@types/react-virtualized-auto-sizer": "1.0.1",
"@types/systemjs": "^6.15.1",
"@types/systemjs": "6.15.1",
"@types/uuid": "8.3.4",
"eslint": "^9.28.0",
"eslint": "9.28.0",
"i18next-parser": "9.3.0",
"jest": "29.7.0",
"jest-canvas-mock": "^2.5.2",
"react-router-dom": "^6.28.0",
"rimraf": "^3.0.2",
"jest-canvas-mock": "2.5.2",
"react-router-dom": "6.28.0",
"rimraf": "3.0.2",
"rollup": "^4.36.0",
"rxjs": "7.8.1",
"typescript": "^5.4.3"
"typescript": "5.7.3"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down
Loading
Loading