mirror of https://github.com/grafana/grafana.git
Chore: Bump node to v22.16.0 (#106758)
This commit is contained in:
parent
c481c979f9
commit
9a17e9abd6
66
.drone.yml
66
.drone.yml
|
@ -117,14 +117,14 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- yarn storybook --quiet
|
- yarn storybook --quiet
|
||||||
depends_on:
|
depends_on:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
detach: true
|
detach: true
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: start-storybook
|
name: start-storybook
|
||||||
- commands:
|
- commands:
|
||||||
- npx wait-on@7.2.0 -t 1m http://$HOST:$PORT
|
- npx wait-on@7.2.0 -t 1m http://$HOST:$PORT
|
||||||
|
@ -461,7 +461,7 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- apk add --update jq bash
|
- apk add --update jq bash
|
||||||
|
@ -472,7 +472,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: build-frontend-packages
|
name: build-frontend-packages
|
||||||
- failure: ignore
|
- failure: ignore
|
||||||
image: grafana/drone-downstream
|
image: grafana/drone-downstream
|
||||||
|
@ -538,7 +538,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: build-test-plugins
|
name: build-test-plugins
|
||||||
- commands:
|
- commands:
|
||||||
- apk add --update tar bash
|
- apk add --update tar bash
|
||||||
|
@ -756,7 +756,7 @@ steps:
|
||||||
- build-frontend-packages
|
- build-frontend-packages
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=4096
|
NODE_OPTIONS: --max_old_space_size=4096
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: build-storybook
|
name: build-storybook
|
||||||
when:
|
when:
|
||||||
paths:
|
paths:
|
||||||
|
@ -1067,7 +1067,7 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- yarn run prettier:checkDocs
|
- yarn run prettier:checkDocs
|
||||||
|
@ -1075,7 +1075,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: lint-docs
|
name: lint-docs
|
||||||
- commands:
|
- commands:
|
||||||
- mkdir -p /hugo/content/docs/grafana/latest
|
- mkdir -p /hugo/content/docs/grafana/latest
|
||||||
|
@ -1424,7 +1424,7 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- yarn run prettier:checkDocs
|
- yarn run prettier:checkDocs
|
||||||
|
@ -1432,7 +1432,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: lint-docs
|
name: lint-docs
|
||||||
- commands:
|
- commands:
|
||||||
- mkdir -p /hugo/content/docs/grafana/latest
|
- mkdir -p /hugo/content/docs/grafana/latest
|
||||||
|
@ -1641,14 +1641,14 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- yarn storybook --quiet
|
- yarn storybook --quiet
|
||||||
depends_on:
|
depends_on:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
detach: true
|
detach: true
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: start-storybook
|
name: start-storybook
|
||||||
- commands:
|
- commands:
|
||||||
- npx wait-on@7.2.0 -t 1m http://$HOST:$PORT
|
- npx wait-on@7.2.0 -t 1m http://$HOST:$PORT
|
||||||
|
@ -1748,7 +1748,7 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- apk add --update jq
|
- apk add --update jq
|
||||||
|
@ -1759,7 +1759,7 @@ steps:
|
||||||
- yarn install --mode=update-lockfile
|
- yarn install --mode=update-lockfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: update-package-json-version
|
name: update-package-json-version
|
||||||
- commands:
|
- commands:
|
||||||
- apk add --update jq bash
|
- apk add --update jq bash
|
||||||
|
@ -1771,7 +1771,7 @@ steps:
|
||||||
- update-package-json-version
|
- update-package-json-version
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: build-frontend-packages
|
name: build-frontend-packages
|
||||||
- commands:
|
- commands:
|
||||||
- wget -qO- https://github.com/dagger/dagger/releases/download/v0.18.8/dagger_v0.18.8_linux_amd64.tar.gz
|
- wget -qO- https://github.com/dagger/dagger/releases/download/v0.18.8/dagger_v0.18.8_linux_amd64.tar.gz
|
||||||
|
@ -1828,7 +1828,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: build-test-plugins
|
name: build-test-plugins
|
||||||
- commands:
|
- commands:
|
||||||
- apk add --update tar bash
|
- apk add --update tar bash
|
||||||
|
@ -2046,7 +2046,7 @@ steps:
|
||||||
- build-frontend-packages
|
- build-frontend-packages
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --max_old_space_size=4096
|
NODE_OPTIONS: --max_old_space_size=4096
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: build-storybook
|
name: build-storybook
|
||||||
when:
|
when:
|
||||||
paths:
|
paths:
|
||||||
|
@ -2096,7 +2096,7 @@ steps:
|
||||||
GRAFANA_MISC_STATS_API_KEY:
|
GRAFANA_MISC_STATS_API_KEY:
|
||||||
from_secret: grafana_misc_stats_api_key
|
from_secret: grafana_misc_stats_api_key
|
||||||
failure: ignore
|
failure: ignore
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: publish-frontend-metrics
|
name: publish-frontend-metrics
|
||||||
when:
|
when:
|
||||||
repo:
|
repo:
|
||||||
|
@ -2136,7 +2136,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
NPM_TOKEN:
|
NPM_TOKEN:
|
||||||
from_secret: npm_token
|
from_secret: npm_token
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: release-canary-npm-packages
|
name: release-canary-npm-packages
|
||||||
when:
|
when:
|
||||||
paths:
|
paths:
|
||||||
|
@ -2506,14 +2506,14 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- apk add --update git bash
|
- apk add --update git bash
|
||||||
- yarn betterer:ci
|
- yarn betterer:ci
|
||||||
depends_on:
|
depends_on:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: betterer-frontend
|
name: betterer-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- yarn run ci:test-frontend
|
- yarn run ci:test-frontend
|
||||||
|
@ -2521,7 +2521,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
TEST_MAX_WORKERS: 50%
|
TEST_MAX_WORKERS: 50%
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: test-frontend
|
name: test-frontend
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -2562,7 +2562,7 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- yarn run prettier:check
|
- yarn run prettier:check
|
||||||
|
@ -2572,7 +2572,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
TEST_MAX_WORKERS: 50%
|
TEST_MAX_WORKERS: 50%
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: lint-frontend
|
name: lint-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- |-
|
- |-
|
||||||
|
@ -3398,7 +3398,7 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/build artifacts npm retrieve --tag ${DRONE_TAG}
|
- ./bin/build artifacts npm retrieve --tag ${DRONE_TAG}
|
||||||
|
@ -3422,7 +3422,7 @@ steps:
|
||||||
NPM_TOKEN:
|
NPM_TOKEN:
|
||||||
from_secret: npm_token
|
from_secret: npm_token
|
||||||
failure: ignore
|
failure: ignore
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: release-npm-packages
|
name: release-npm-packages
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -3457,7 +3457,7 @@ steps:
|
||||||
1\n else\n sleep 60\n fi\n done\n
|
1\n else\n sleep 60\n fi\n done\n
|
||||||
\ "
|
\ "
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: verify-grafanacom
|
name: verify-grafanacom
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -3557,7 +3557,7 @@ steps:
|
||||||
\ "
|
\ "
|
||||||
depends_on:
|
depends_on:
|
||||||
- publish-grafanacom
|
- publish-grafanacom
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: verify-grafanacom
|
name: verify-grafanacom
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -3941,14 +3941,14 @@ steps:
|
||||||
- commands:
|
- commands:
|
||||||
- yarn install --immutable || yarn install --immutable
|
- yarn install --immutable || yarn install --immutable
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: yarn-install
|
name: yarn-install
|
||||||
- commands:
|
- commands:
|
||||||
- apk add --update git bash
|
- apk add --update git bash
|
||||||
- yarn betterer:ci
|
- yarn betterer:ci
|
||||||
depends_on:
|
depends_on:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: betterer-frontend
|
name: betterer-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- yarn run ci:test-frontend
|
- yarn run ci:test-frontend
|
||||||
|
@ -3956,7 +3956,7 @@ steps:
|
||||||
- yarn-install
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
TEST_MAX_WORKERS: 50%
|
TEST_MAX_WORKERS: 50%
|
||||||
image: node:22.11.0-alpine
|
image: node:22.16.0-alpine
|
||||||
name: test-frontend
|
name: test-frontend
|
||||||
trigger:
|
trigger:
|
||||||
cron:
|
cron:
|
||||||
|
@ -4912,7 +4912,7 @@ steps:
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM docker:27-cli
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM docker:27-cli
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM alpine/git:2.40.1
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM alpine/git:2.40.1
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM golang:1.24.4-alpine
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM golang:1.24.4-alpine
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:22.11.0-alpine
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:22.16.0-alpine
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:22-bookworm
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:22-bookworm
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM google/cloud-sdk:431.0.0
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM google/cloud-sdk:431.0.0
|
||||||
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM grafana/grafana-ci-deploy:1.3.3
|
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM grafana/grafana-ci-deploy:1.3.3
|
||||||
|
@ -4950,7 +4950,7 @@ steps:
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL docker:27-cli
|
- trivy --exit-code 1 --severity HIGH,CRITICAL docker:27-cli
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL alpine/git:2.40.1
|
- trivy --exit-code 1 --severity HIGH,CRITICAL alpine/git:2.40.1
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL golang:1.24.4-alpine
|
- trivy --exit-code 1 --severity HIGH,CRITICAL golang:1.24.4-alpine
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL node:22.11.0-alpine
|
- trivy --exit-code 1 --severity HIGH,CRITICAL node:22.16.0-alpine
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL node:22-bookworm
|
- trivy --exit-code 1 --severity HIGH,CRITICAL node:22-bookworm
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL google/cloud-sdk:431.0.0
|
- trivy --exit-code 1 --severity HIGH,CRITICAL google/cloud-sdk:431.0.0
|
||||||
- trivy --exit-code 1 --severity HIGH,CRITICAL grafana/grafana-ci-deploy:1.3.3
|
- trivy --exit-code 1 --severity HIGH,CRITICAL grafana/grafana-ci-deploy:1.3.3
|
||||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22.11.0
|
node-version: 22.16.0
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
@ -86,7 +86,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22.11.0
|
node-version: 22.16.0
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
@ -136,7 +136,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22.11.0
|
node-version: 22.16.0
|
||||||
|
|
||||||
- name: Get built packages from pr
|
- name: Get built packages from pr
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '22.11.0'
|
node-version: '22.16.0'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "workspace:*",
|
"@grafana/plugin-configs": "workspace:*",
|
||||||
"@types/lodash": "4.17.7",
|
"@types/lodash": "4.17.7",
|
||||||
"@types/node": "22.10.2",
|
"@types/node": "22.15.0",
|
||||||
"@types/prismjs": "1.26.4",
|
"@types/prismjs": "1.26.4",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/plugin-configs": "workspace:*",
|
"@grafana/plugin-configs": "workspace:*",
|
||||||
"@types/lodash": "4.17.7",
|
"@types/lodash": "4.17.7",
|
||||||
"@types/node": "22.10.2",
|
"@types/node": "22.15.0",
|
||||||
"@types/prismjs": "1.26.4",
|
"@types/prismjs": "1.26.4",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/logfmt": "^1.2.3",
|
"@types/logfmt": "^1.2.3",
|
||||||
"@types/lucene": "^2",
|
"@types/lucene": "^2",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/node-forge": "^1",
|
"@types/node-forge": "^1",
|
||||||
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.3.0",
|
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.3.0",
|
||||||
"@types/pluralize": "^0.0.33",
|
"@types/pluralize": "^0.0.33",
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
"@rollup/plugin-node-resolve": "16.0.0",
|
"@rollup/plugin-node-resolve": "16.0.0",
|
||||||
"@types/history": "4.7.11",
|
"@types/history": "4.7.11",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/papaparse": "5.3.16",
|
"@types/papaparse": "5.3.16",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-node-resolve": "16.0.0",
|
"@rollup/plugin-node-resolve": "16.0.0",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/semver": "7.7.0",
|
"@types/semver": "7.7.0",
|
||||||
"esbuild": "0.25.0",
|
"esbuild": "0.25.0",
|
||||||
"rimraf": "6.0.1",
|
"rimraf": "6.0.1",
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"@types/d3": "^7",
|
"@types/d3": "^7",
|
||||||
"@types/jest": "^29.5.4",
|
"@types/jest": "^29.5.4",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-virtualized-auto-sizer": "1.0.4",
|
"@types/react-virtualized-auto-sizer": "1.0.4",
|
||||||
"@types/tinycolor2": "1.4.6",
|
"@types/tinycolor2": "1.4.6",
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"@testing-library/react": "16.2.0",
|
"@testing-library/react": "16.2.0",
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "^29.5.4",
|
"@types/jest": "^29.5.4",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/systemjs": "6.15.1",
|
"@types/systemjs": "6.15.1",
|
||||||
"jest": "^29.6.4",
|
"jest": "^29.6.4",
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
"@testing-library/react": "16.2.0",
|
"@testing-library/react": "16.2.0",
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/pluralize": "^0.0.33",
|
"@types/pluralize": "^0.0.33",
|
||||||
"@types/prismjs": "1.26.5",
|
"@types/prismjs": "1.26.5",
|
||||||
"esbuild": "0.25.0",
|
"esbuild": "0.25.0",
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "^29.5.4",
|
"@types/jest": "^29.5.4",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
"@types/react-virtualized-auto-sizer": "1.0.4",
|
"@types/react-virtualized-auto-sizer": "1.0.4",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@grafana/tsconfig": "^2.0.0",
|
"@grafana/tsconfig": "^2.0.0",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"typescript": "5.7.3"
|
"typescript": "5.7.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -164,7 +164,7 @@
|
||||||
"@types/is-hotkey": "0.1.10",
|
"@types/is-hotkey": "0.1.10",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/mock-raf": "1.0.6",
|
"@types/mock-raf": "1.0.6",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/prismjs": "1.26.5",
|
"@types/prismjs": "1.26.5",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-color": "3.0.13",
|
"@types/react-color": "3.0.13",
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/prismjs": "1.26.5",
|
"@types/prismjs": "1.26.5",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"@types/debounce-promise": "3.1.9",
|
"@types/debounce-promise": "3.1.9",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/prismjs": "1.26.5",
|
"@types/prismjs": "1.26.5",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
"typescript": "5.7.3",
|
"typescript": "5.7.3",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/prismjs": "1.26.5",
|
"@types/prismjs": "1.26.5",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"@types/d3-random": "^3.0.2",
|
"@types/d3-random": "^3.0.2",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
"@types/uuid": "10.0.0",
|
"@types/uuid": "10.0.0",
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/logfmt": "^1.2.3",
|
"@types/logfmt": "^1.2.3",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
"@types/react-window": "1.8.8",
|
"@types/react-window": "1.8.8",
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"i18next-parser": "9.3.0",
|
"i18next-parser": "9.3.0",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
"typescript": "5.7.3",
|
"typescript": "5.7.3",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"@testing-library/react": "16.2.0",
|
"@testing-library/react": "16.2.0",
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
"@testing-library/user-event": "14.6.1",
|
"@testing-library/user-event": "14.6.1",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/prismjs": "1.26.5",
|
"@types/prismjs": "1.26.5",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"@testing-library/react": "16.2.0",
|
"@testing-library/react": "16.2.0",
|
||||||
"@types/jest": "29.5.14",
|
"@types/jest": "29.5.14",
|
||||||
"@types/lodash": "4.17.15",
|
"@types/lodash": "4.17.15",
|
||||||
"@types/node": "22.12.0",
|
"@types/node": "22.15.0",
|
||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "18.3.5",
|
"@types/react-dom": "18.3.5",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
|
|
|
@ -6,5 +6,5 @@ grabpl_version = "v3.1.2"
|
||||||
golang_version = "1.24.4"
|
golang_version = "1.24.4"
|
||||||
|
|
||||||
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
||||||
nodejs_version = "22.11.0"
|
nodejs_version = "22.16.0"
|
||||||
dagger_version = "v0.18.8"
|
dagger_version = "v0.18.8"
|
||||||
|
|
63
yarn.lock
63
yarn.lock
|
@ -2536,7 +2536,7 @@ __metadata:
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/prismjs": "npm:1.26.5"
|
"@types/prismjs": "npm:1.26.5"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
|
@ -2579,7 +2579,7 @@ __metadata:
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
lodash: "npm:4.17.21"
|
lodash: "npm:4.17.21"
|
||||||
react: "npm:18.3.1"
|
react: "npm:18.3.1"
|
||||||
|
@ -2609,7 +2609,7 @@ __metadata:
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/prismjs": "npm:1.26.5"
|
"@types/prismjs": "npm:1.26.5"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
|
@ -2650,7 +2650,7 @@ __metadata:
|
||||||
"@types/d3-random": "npm:^3.0.2"
|
"@types/d3-random": "npm:^3.0.2"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
"@types/uuid": "npm:10.0.0"
|
"@types/uuid": "npm:10.0.0"
|
||||||
|
@ -2691,7 +2691,7 @@ __metadata:
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/logfmt": "npm:^1.2.3"
|
"@types/logfmt": "npm:^1.2.3"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
"@types/react-window": "npm:1.8.8"
|
"@types/react-window": "npm:1.8.8"
|
||||||
|
@ -2732,7 +2732,7 @@ __metadata:
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
i18next-parser: "npm:9.3.0"
|
i18next-parser: "npm:9.3.0"
|
||||||
lodash: "npm:4.17.21"
|
lodash: "npm:4.17.21"
|
||||||
|
@ -2764,7 +2764,7 @@ __metadata:
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
lodash: "npm:4.17.21"
|
lodash: "npm:4.17.21"
|
||||||
react: "npm:18.3.1"
|
react: "npm:18.3.1"
|
||||||
|
@ -2792,7 +2792,7 @@ __metadata:
|
||||||
"@testing-library/react": "npm:16.2.0"
|
"@testing-library/react": "npm:16.2.0"
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
lodash: "npm:4.17.21"
|
lodash: "npm:4.17.21"
|
||||||
|
@ -2830,7 +2830,7 @@ __metadata:
|
||||||
"@types/debounce-promise": "npm:3.1.9"
|
"@types/debounce-promise": "npm:3.1.9"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/prismjs": "npm:1.26.5"
|
"@types/prismjs": "npm:1.26.5"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
|
@ -2882,7 +2882,7 @@ __metadata:
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/prismjs": "npm:1.26.5"
|
"@types/prismjs": "npm:1.26.5"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
|
@ -2932,7 +2932,7 @@ __metadata:
|
||||||
"@testing-library/react": "npm:16.2.0"
|
"@testing-library/react": "npm:16.2.0"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
lodash: "npm:4.17.21"
|
lodash: "npm:4.17.21"
|
||||||
|
@ -3020,7 +3020,7 @@ __metadata:
|
||||||
"@types/d3-interpolate": "npm:^3.0.0"
|
"@types/d3-interpolate": "npm:^3.0.0"
|
||||||
"@types/history": "npm:4.7.11"
|
"@types/history": "npm:4.7.11"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/papaparse": "npm:5.3.16"
|
"@types/papaparse": "npm:5.3.16"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
|
@ -3067,7 +3067,7 @@ __metadata:
|
||||||
dependencies:
|
dependencies:
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@rollup/plugin-node-resolve": "npm:16.0.0"
|
"@rollup/plugin-node-resolve": "npm:16.0.0"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/semver": "npm:7.7.0"
|
"@types/semver": "npm:7.7.0"
|
||||||
esbuild: "npm:0.25.0"
|
esbuild: "npm:0.25.0"
|
||||||
rimraf: "npm:6.0.1"
|
rimraf: "npm:6.0.1"
|
||||||
|
@ -3174,7 +3174,7 @@ __metadata:
|
||||||
"@types/d3": "npm:^7"
|
"@types/d3": "npm:^7"
|
||||||
"@types/jest": "npm:^29.5.4"
|
"@types/jest": "npm:^29.5.4"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-virtualized-auto-sizer": "npm:1.0.4"
|
"@types/react-virtualized-auto-sizer": "npm:1.0.4"
|
||||||
"@types/tinycolor2": "npm:1.4.6"
|
"@types/tinycolor2": "npm:1.4.6"
|
||||||
|
@ -3296,7 +3296,7 @@ __metadata:
|
||||||
"@testing-library/react": "npm:16.2.0"
|
"@testing-library/react": "npm:16.2.0"
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:^29.5.4"
|
"@types/jest": "npm:^29.5.4"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/systemjs": "npm:6.15.1"
|
"@types/systemjs": "npm:6.15.1"
|
||||||
jest: "npm:^29.6.4"
|
jest: "npm:^29.6.4"
|
||||||
|
@ -3407,7 +3407,7 @@ __metadata:
|
||||||
"@types/debounce-promise": "npm:3.1.9"
|
"@types/debounce-promise": "npm:3.1.9"
|
||||||
"@types/jest": "npm:29.5.14"
|
"@types/jest": "npm:29.5.14"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/pluralize": "npm:^0.0.33"
|
"@types/pluralize": "npm:^0.0.33"
|
||||||
"@types/prismjs": "npm:1.26.5"
|
"@types/prismjs": "npm:1.26.5"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
|
@ -3569,7 +3569,7 @@ __metadata:
|
||||||
"@testing-library/user-event": "npm:14.6.1"
|
"@testing-library/user-event": "npm:14.6.1"
|
||||||
"@types/jest": "npm:^29.5.4"
|
"@types/jest": "npm:^29.5.4"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
"@types/react-virtualized-auto-sizer": "npm:1.0.4"
|
"@types/react-virtualized-auto-sizer": "npm:1.0.4"
|
||||||
|
@ -3601,7 +3601,7 @@ __metadata:
|
||||||
resolution: "@grafana/test-utils@workspace:packages/grafana-test-utils"
|
resolution: "@grafana/test-utils@workspace:packages/grafana-test-utils"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@grafana/tsconfig": "npm:^2.0.0"
|
"@grafana/tsconfig": "npm:^2.0.0"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
msw: "npm:2.7.0"
|
msw: "npm:2.7.0"
|
||||||
typescript: "npm:5.7.3"
|
typescript: "npm:5.7.3"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
@ -3669,7 +3669,7 @@ __metadata:
|
||||||
"@types/jquery": "npm:3.5.32"
|
"@types/jquery": "npm:3.5.32"
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/mock-raf": "npm:1.0.6"
|
"@types/mock-raf": "npm:1.0.6"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/prismjs": "npm:1.26.5"
|
"@types/prismjs": "npm:1.26.5"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-color": "npm:3.0.13"
|
"@types/react-color": "npm:3.0.13"
|
||||||
|
@ -8465,7 +8465,7 @@ __metadata:
|
||||||
"@grafana/schema": "workspace:*"
|
"@grafana/schema": "workspace:*"
|
||||||
"@grafana/ui": "workspace:*"
|
"@grafana/ui": "workspace:*"
|
||||||
"@types/lodash": "npm:4.17.7"
|
"@types/lodash": "npm:4.17.7"
|
||||||
"@types/node": "npm:22.10.2"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/prismjs": "npm:1.26.4"
|
"@types/prismjs": "npm:1.26.4"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
|
@ -8497,7 +8497,7 @@ __metadata:
|
||||||
"@grafana/schema": "workspace:*"
|
"@grafana/schema": "workspace:*"
|
||||||
"@grafana/ui": "workspace:*"
|
"@grafana/ui": "workspace:*"
|
||||||
"@types/lodash": "npm:4.17.7"
|
"@types/lodash": "npm:4.17.7"
|
||||||
"@types/node": "npm:22.10.2"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/prismjs": "npm:1.26.4"
|
"@types/prismjs": "npm:1.26.4"
|
||||||
"@types/react": "npm:18.3.18"
|
"@types/react": "npm:18.3.18"
|
||||||
"@types/react-dom": "npm:18.3.5"
|
"@types/react-dom": "npm:18.3.5"
|
||||||
|
@ -9636,7 +9636,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:*, @types/node@npm:22.12.0, @types/node@npm:>=10.0.0, @types/node@npm:>=13.7.0, @types/node@npm:>=13.7.4":
|
"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:>=13.7.0, @types/node@npm:>=13.7.4":
|
||||||
version: 22.12.0
|
version: 22.12.0
|
||||||
resolution: "@types/node@npm:22.12.0"
|
resolution: "@types/node@npm:22.12.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -9652,12 +9652,12 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:22.10.2":
|
"@types/node@npm:22.15.0":
|
||||||
version: 22.10.2
|
version: 22.15.0
|
||||||
resolution: "@types/node@npm:22.10.2"
|
resolution: "@types/node@npm:22.15.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: "npm:~6.20.0"
|
undici-types: "npm:~6.21.0"
|
||||||
checksum: 10/451adfefed4add58b069407173e616220fd4aaa3307cdde1bb701aa053b65b54ced8483db2f870dcedec7a58cb3b06101fbc19d85852716672ec1fd3660947fa
|
checksum: 10/96911bc8bcebd32e96d0d6b46214f5b935e47ff3dac1fc6cf6a5256ebdd01dfecf689a41b3e3a1f35385c3341e0b79e0cf42a6409ce81e6b5fb9b3d7317fedbb
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -18073,7 +18073,7 @@ __metadata:
|
||||||
"@types/lodash": "npm:4.17.15"
|
"@types/lodash": "npm:4.17.15"
|
||||||
"@types/logfmt": "npm:^1.2.3"
|
"@types/logfmt": "npm:^1.2.3"
|
||||||
"@types/lucene": "npm:^2"
|
"@types/lucene": "npm:^2"
|
||||||
"@types/node": "npm:22.12.0"
|
"@types/node": "npm:22.15.0"
|
||||||
"@types/node-forge": "npm:^1"
|
"@types/node-forge": "npm:^1"
|
||||||
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.3.0"
|
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.3.0"
|
||||||
"@types/pluralize": "npm:^0.0.33"
|
"@types/pluralize": "npm:^0.0.33"
|
||||||
|
@ -31052,6 +31052,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"undici-types@npm:~6.21.0":
|
||||||
|
version: 6.21.0
|
||||||
|
resolution: "undici-types@npm:6.21.0"
|
||||||
|
checksum: 10/ec8f41aa4359d50f9b59fa61fe3efce3477cc681908c8f84354d8567bb3701fafdddf36ef6bff307024d3feb42c837cf6f670314ba37fc8145e219560e473d14
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"undici@npm:^6.19.5":
|
"undici@npm:^6.19.5":
|
||||||
version: 6.21.2
|
version: 6.21.2
|
||||||
resolution: "undici@npm:6.21.2"
|
resolution: "undici@npm:6.21.2"
|
||||||
|
|
Loading…
Reference in New Issue