Skip to content

Commit f9d745e

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.21 | 1.13.21 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/dom | 10.4.1 | 10.4.1 | | npm | @testing-library/jest-dom | 6.8.0 | 6.8.0 | | npm | @testing-library/react-hooks | 8.0.1 | 8.0.1 | | npm | @types/semver | 7.7.1 | 7.7.1 | | npm | @typescript-eslint/eslint-plugin | 8.41.0 | 8.41.0 | | npm | @typescript-eslint/parser | 8.42.0 | 8.42.0 | | npm | esbuild | 0.25.11 | 0.25.11 | | npm | eslint | 9.36.0 | 9.36.0 | | npm | eslint-config-prettier | 10.1.8 | 10.1.8 | | 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 | 30.1.3 | 30.1.3 | | npm | jest-environment-jsdom | 30.1.2 | 30.1.2 | | npm | node-notifier | 10.0.1 | 10.0.1 | | npm | rimraf | 6.0.1 | 6.0.1 | | npm | rollup | 4.52.5 | 4.52.5 | | 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 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 31bc92d commit f9d745e

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
with:
1616
persist-credentials: false
1717

1818
- name: Setup environment
19-
uses: actions/setup-node@v6
19+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2020
with:
2121
node-version-file: '.nvmrc'
2222

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
with:
2626
ref: main
2727
persist-credentials: false
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Setup .npmrc file for NPM registry
4444
if: steps.version_check.outputs.changed == 'true'
45-
uses: actions/setup-node@v6
45+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4646
with:
4747
node-version-file: '.nvmrc'
4848
registry-url: 'https://registry.npmjs.org'
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Setup .npmrc file for GitHub Packages
6767
if: steps.version_check.outputs.changed == 'true'
68-
uses: actions/setup-node@v6
68+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
6969
with:
7070
node-version-file: '.nvmrc'
7171
registry-url: 'https://npm.pkg.github.com'
@@ -87,12 +87,12 @@ jobs:
8787
contents: write
8888
steps:
8989
- name: Checkout code
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9191
with:
9292
persist-credentials: false
9393

9494
- name: Create Release Notes
95-
uses: actions/[email protected]
95+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
9696
with:
9797
github-token: ${{secrets.GITHUB_TOKEN}}
9898
script: |

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,44 +30,44 @@
3030
"tslib": "^2.8.0"
3131
},
3232
"devDependencies": {
33-
"@eslint/eslintrc": "^3.2.0",
34-
"@eslint/js": "^9.18.0",
33+
"@eslint/eslintrc": "3.3.1",
34+
"@eslint/js": "9.34.0",
3535
"@grafana/data": "12.2.1",
36-
"@grafana/eslint-config": "^8.0.0",
36+
"@grafana/eslint-config": "8.2.0",
3737
"@grafana/runtime": "12.2.1",
38-
"@grafana/tsconfig": "^2.0.0",
38+
"@grafana/tsconfig": "2.0.1",
3939
"@grafana/ui": "12.2.1",
40-
"@rollup/plugin-node-resolve": "^16.0.0",
41-
"@stylistic/eslint-plugin-ts": "^4.2.0",
42-
"@swc/core": "^1.7.40",
43-
"@swc/jest": "^0.2.36",
44-
"@testing-library/dom": "^10.4.0",
45-
"@testing-library/jest-dom": "^6.6.2",
40+
"@rollup/plugin-node-resolve": "16.0.3",
41+
"@stylistic/eslint-plugin-ts": "4.4.1",
42+
"@swc/core": "1.13.21",
43+
"@swc/jest": "0.2.39",
44+
"@testing-library/dom": "10.4.1",
45+
"@testing-library/jest-dom": "6.8.0",
4646
"@testing-library/react": "16.3.0",
47-
"@testing-library/react-hooks": "^8.0.1",
47+
"@testing-library/react-hooks": "8.0.1",
4848
"@types/jest": "30.0.0",
4949
"@types/react": "19.0.7",
5050
"@types/react-dom": "19.0.3",
51-
"@types/semver": "^7.5.8",
52-
"@typescript-eslint/eslint-plugin": "^8.12.0",
53-
"@typescript-eslint/parser": "^8.12.0",
54-
"esbuild": "^0.25.0",
55-
"eslint": "^9.18.0",
56-
"eslint-config-prettier": "^10.0.1",
57-
"eslint-plugin-jsdoc": "^60.5.0",
58-
"eslint-plugin-react": "^7.37.2",
59-
"eslint-plugin-react-hooks": "^5.0.0",
60-
"identity-obj-proxy": "^3.0.0",
61-
"jest": "^30.0.4",
62-
"jest-environment-jsdom": "^30.0.4",
63-
"node-notifier": "^10.0.1",
51+
"@types/semver": "7.7.1",
52+
"@typescript-eslint/eslint-plugin": "8.41.0",
53+
"@typescript-eslint/parser": "8.42.0",
54+
"esbuild": "0.25.11",
55+
"eslint": "9.36.0",
56+
"eslint-config-prettier": "10.1.8",
57+
"eslint-plugin-jsdoc": "60.8.3",
58+
"eslint-plugin-react": "7.37.5",
59+
"eslint-plugin-react-hooks": "5.2.0",
60+
"identity-obj-proxy": "3.0.0",
61+
"jest": "30.1.3",
62+
"jest-environment-jsdom": "30.1.2",
63+
"node-notifier": "10.0.1",
6464
"react": "18.3.1",
6565
"react-dom": "18.3.1",
66-
"rimraf": "^6.0.1",
67-
"rollup": "^4.24.2",
68-
"rollup-plugin-dts": "^6.1.1",
69-
"rollup-plugin-esbuild": "^6.1.1",
70-
"rollup-plugin-node-externals": "^8.0.0",
66+
"rimraf": "6.0.1",
67+
"rollup": "4.52.5",
68+
"rollup-plugin-dts": "6.2.3",
69+
"rollup-plugin-esbuild": "6.2.1",
70+
"rollup-plugin-node-externals": "8.1.1",
7171
"typescript": "5.9.3"
7272
},
7373
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)