Skip to content

Commit 9e41bdf

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @eslint/eslintrc | 3.3.1 | 3.3.1 | | npm | @eslint/js | 9.34.0 | 9.34.0 | | npm | @grafana/eslint-config | 8.2.0 | 8.2.0 | | npm | @grafana/tsconfig | 2.0.1 | 2.0.1 | | npm | @rollup/plugin-node-resolve | 16.0.3 | 16.0.3 | | npm | @stylistic/eslint-plugin-ts | 4.4.1 | 4.4.1 | | npm | @swc/core | 1.13.20 | 1.13.20 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/user-event | 14.6.1 | 14.6.1 | | npm | @typescript-eslint/eslint-plugin | 8.46.1 | 8.46.1 | | npm | @typescript-eslint/parser | 8.46.1 | 8.46.1 | | npm | esbuild | 0.25.11 | 0.25.11 | | npm | eslint | 9.37.0 | 9.37.0 | | npm | eslint-config-prettier | 10.1.8 | 10.1.8 | | npm | eslint-plugin-deprecation | 3.0.0 | 3.0.0 | | npm | eslint-plugin-jsdoc | 60.8.3 | 60.8.3 | | npm | eslint-plugin-react | 7.37.5 | 7.37.5 | | npm | eslint-plugin-react-hooks | 5.2.0 | 5.2.0 | | npm | identity-obj-proxy | 3.0.0 | 3.0.0 | | npm | jest-environment-jsdom | 30.2.0 | 30.2.0 | | npm | lefthook | 1.13.6 | 1.13.6 | | npm | node-notifier | 10.0.1 | 10.0.1 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | react-select-event | 5.5.1 | 5.5.1 | | npm | rimraf | 6.0.1 | 6.0.1 | | npm | rollup-plugin-dts | 6.2.3 | 6.2.3 | | npm | rollup-plugin-esbuild | 6.2.1 | 6.2.1 | | npm | rollup-plugin-node-externals | 8.1.1 | 8.1.1 | | npm | typescript | 5.9.3 | 5.9.3 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent aad31f4 commit 9e41bdf

File tree

6 files changed

+175
-1632
lines changed

6 files changed

+175
-1632
lines changed

.github/workflows/issue_commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Actions
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616
with:
1717
repository: 'grafana/grafana-github-actions'
1818
path: ./actions
@@ -29,7 +29,7 @@ jobs:
2929
AWS_DS_TOKEN_CREATOR_PEM=aws-ds-token-creator:pem
3030
- name: 'Generate token'
3131
id: generate_token
32-
uses: actions/create-github-app-token@v2
32+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3333
with:
3434
app-id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
3535
private-key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}

.github/workflows/publish-npm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version_changed: ${{ steps.version_check.outputs.changed }}
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2626
with:
2727
ref: main
2828
persist-credentials: false
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup .npmrc file for NPM registry
4545
if: steps.version_check.outputs.changed == 'true'
46-
uses: actions/setup-node@v5
46+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
4747
with:
4848
node-version-file: '.nvmrc'
4949
registry-url: 'https://registry.npmjs.org'
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Setup .npmrc file for GitHub Packages
6868
if: steps.version_check.outputs.changed == 'true'
69-
uses: actions/setup-node@v5
69+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
7070
with:
7171
node-version-file: '.nvmrc'
7272
registry-url: 'https://npm.pkg.github.com'
@@ -86,12 +86,12 @@ jobs:
8686
contents: write
8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v5
89+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9090
with:
9191
persist-credentials: false
9292

9393
- name: Create Release Notes
94-
uses: actions/[email protected]
94+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
9595
env:
9696
TAG_NAME: 'v${{ needs.npm-publish.outputs.new_version }}'
9797
with:

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
with:
2020
persist-credentials: false
2121

2222
- name: Setup environment
23-
uses: actions/setup-node@v5
23+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2424
with:
2525
node-version-file: '.nvmrc'
2626

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@v10
14+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
# start from the oldest issues when performing stale operations

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -34,51 +34,51 @@
3434
"@grafana/plugin-ui": "^0.11.0"
3535
},
3636
"devDependencies": {
37-
"@eslint/eslintrc": "^3.1.0",
38-
"@eslint/js": "^9.13.0",
37+
"@eslint/eslintrc": "3.3.1",
38+
"@eslint/js": "9.34.0",
3939
"@grafana/data": "12.2.1",
40-
"@grafana/eslint-config": "^8.0.0",
40+
"@grafana/eslint-config": "8.2.0",
4141
"@grafana/runtime": "12.2.1",
42-
"@grafana/tsconfig": "^2.0.0",
42+
"@grafana/tsconfig": "2.0.1",
4343
"@grafana/ui": "12.2.1",
44-
"@rollup/plugin-node-resolve": "^16.0.0",
45-
"@stylistic/eslint-plugin-ts": "^4.2.0",
46-
"@swc/core": "^1.7.28",
47-
"@swc/jest": "^0.2.36",
44+
"@rollup/plugin-node-resolve": "16.0.3",
45+
"@stylistic/eslint-plugin-ts": "4.4.1",
46+
"@swc/core": "1.13.20",
47+
"@swc/jest": "0.2.39",
4848
"@testing-library/jest-dom": "6.9.1",
4949
"@testing-library/react": "16.3.0",
5050
"@testing-library/react-hooks": "8.0.1",
51-
"@testing-library/user-event": "^14.5.2",
51+
"@testing-library/user-event": "14.6.1",
5252
"@types/jest": "30.0.0",
5353
"@types/lodash": "4.17.20",
5454
"@types/node": "22.18.11",
5555
"@types/react": "18.3.12",
5656
"@types/react-dom": "18.3.1",
57-
"@typescript-eslint/eslint-plugin": "^8.12.2",
58-
"@typescript-eslint/parser": "^8.12.2",
57+
"@typescript-eslint/eslint-plugin": "8.46.1",
58+
"@typescript-eslint/parser": "8.46.1",
5959
"cspell": "9.2.1",
60-
"esbuild": "^0.25.0",
61-
"eslint": "^9.13.0",
62-
"eslint-config-prettier": "^10.0.1",
63-
"eslint-plugin-deprecation": "^3.0.0",
64-
"eslint-plugin-jsdoc": "^60.1.1",
65-
"eslint-plugin-react": "^7.37.2",
66-
"eslint-plugin-react-hooks": "^5.0.0",
67-
"identity-obj-proxy": "^3.0.0",
60+
"esbuild": "0.25.11",
61+
"eslint": "9.37.0",
62+
"eslint-config-prettier": "10.1.8",
63+
"eslint-plugin-deprecation": "3.0.0",
64+
"eslint-plugin-jsdoc": "60.8.3",
65+
"eslint-plugin-react": "7.37.5",
66+
"eslint-plugin-react-hooks": "5.2.0",
67+
"identity-obj-proxy": "3.0.0",
6868
"jest": "30.2.0",
69-
"jest-environment-jsdom": "^30.0.0",
70-
"lefthook": "^1.9.2",
71-
"node-notifier": "^10.0.1",
72-
"prettier": "^3.4.2",
69+
"jest-environment-jsdom": "30.2.0",
70+
"lefthook": "1.13.6",
71+
"node-notifier": "10.0.1",
72+
"prettier": "3.6.2",
7373
"react": "18.3.1",
7474
"react-dom": "18.3.1",
75-
"react-select-event": "^5.5.1",
76-
"rimraf": "^6.0.1",
75+
"react-select-event": "5.5.1",
76+
"rimraf": "6.0.1",
7777
"rollup": "4.52.4",
78-
"rollup-plugin-dts": "^6.1.1",
79-
"rollup-plugin-esbuild": "^6.1.1",
80-
"rollup-plugin-node-externals": "^8.0.0",
81-
"typescript": "^5.9.2"
78+
"rollup-plugin-dts": "6.2.3",
79+
"rollup-plugin-esbuild": "6.2.1",
80+
"rollup-plugin-node-externals": "8.1.1",
81+
"typescript": "5.9.3"
8282
},
8383
"packageManager": "[email protected]"
8484
}

0 commit comments

Comments
 (0)