Skip to content

Commit 38349c4

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @eslint/eslintrc | 3.3.1 | 3.3.1 | | npm | @eslint/js | 9.39.2 | 9.39.2 | | npm | @grafana/eslint-config | 9.0.0 | 9.0.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.14.0 | 1.14.0 | | 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.53.0 | 8.53.0 | | npm | @typescript-eslint/parser | 8.53.0 | 8.53.0 | | npm | esbuild | 0.27.2 | 0.27.2 | | npm | eslint | 9.39.2 | 9.39.2 | | npm | eslint-config-prettier | 10.1.8 | 10.1.8 | | npm | eslint-plugin-deprecation | 3.0.0 | 3.0.0 | | npm | eslint-plugin-jsdoc | 62.0.0 | 62.0.0 | | npm | eslint-plugin-react | 7.37.5 | 7.37.5 | | npm | eslint-plugin-react-hooks | 7.0.1 | 7.0.1 | | npm | identity-obj-proxy | 3.0.0 | 3.0.0 | | npm | jest-environment-jsdom | 30.2.0 | 30.2.0 | | npm | lefthook | 2.0.13 | 2.0.13 | | npm | node-notifier | 10.0.1 | 10.0.1 | | npm | prettier | 3.8.0 | 3.8.0 | | npm | react-select-event | 5.5.1 | 5.5.1 | | npm | rimraf | 6.0.1 | 6.0.1 | | npm | rollup-plugin-dts | 6.3.0 | 6.3.0 | | npm | rollup-plugin-esbuild | 6.2.1 | 6.2.1 | | npm | rollup-plugin-node-externals | 8.1.2 | 8.1.2 | | 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 44652f9 commit 38349c4

File tree

6 files changed

+94
-94
lines changed

6 files changed

+94
-94
lines changed

.github/workflows/issue_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@29824e69f54612133e76f7eaac726eef6c875baf # 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v6
46+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
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@v6
69+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
7070
with:
7171
node-version-file: '.nvmrc'
7272
registry-url: 'https://npm.pkg.github.com'
@@ -91,7 +91,7 @@ jobs:
9191
persist-credentials: false
9292

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

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Setup environment
23-
uses: actions/setup-node@v6
23+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
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@997185467fa4f803885201cee163a9f38240193d # 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.12.0"
3535
},
3636
"devDependencies": {
37-
"@eslint/eslintrc": "^3.3.1",
38-
"@eslint/js": "^9.38.0",
37+
"@eslint/eslintrc": "3.3.1",
38+
"@eslint/js": "9.39.2",
3939
"@grafana/data": "12.3.2",
40-
"@grafana/eslint-config": "^9.0.0",
40+
"@grafana/eslint-config": "9.0.0",
4141
"@grafana/runtime": "12.3.2",
42-
"@grafana/tsconfig": "^2.0.0",
42+
"@grafana/tsconfig": "2.0.1",
4343
"@grafana/ui": "12.3.2",
44-
"@rollup/plugin-node-resolve": "^16.0.0",
45-
"@stylistic/eslint-plugin-ts": "^4.2.0",
46-
"@swc/core": "^1.14.0",
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.14.0",
47+
"@swc/jest": "0.2.39",
4848
"@testing-library/jest-dom": "6.9.1",
4949
"@testing-library/react": "16.3.2",
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.23",
5454
"@types/node": "24.10.8",
5555
"@types/react": "18.3.27",
5656
"@types/react-dom": "18.3.7",
57-
"@typescript-eslint/eslint-plugin": "^8.53.0",
58-
"@typescript-eslint/parser": "^8.53.0",
57+
"@typescript-eslint/eslint-plugin": "8.53.0",
58+
"@typescript-eslint/parser": "8.53.0",
5959
"cspell": "9.6.0",
60-
"esbuild": "^0.27.0",
61-
"eslint": "^9.38.0",
62-
"eslint-config-prettier": "^10.0.1",
63-
"eslint-plugin-deprecation": "^3.0.0",
64-
"eslint-plugin-jsdoc": "^62.0.0",
65-
"eslint-plugin-react": "^7.37.2",
66-
"eslint-plugin-react-hooks": "^7.0.0",
67-
"identity-obj-proxy": "^3.0.0",
60+
"esbuild": "0.27.2",
61+
"eslint": "9.39.2",
62+
"eslint-config-prettier": "10.1.8",
63+
"eslint-plugin-deprecation": "3.0.0",
64+
"eslint-plugin-jsdoc": "62.0.0",
65+
"eslint-plugin-react": "7.37.5",
66+
"eslint-plugin-react-hooks": "7.0.1",
67+
"identity-obj-proxy": "3.0.0",
6868
"jest": "30.2.0",
69-
"jest-environment-jsdom": "^30.0.0",
70-
"lefthook": "^2.0.13",
71-
"node-notifier": "^10.0.1",
72-
"prettier": "^3.8.0",
69+
"jest-environment-jsdom": "30.2.0",
70+
"lefthook": "2.0.13",
71+
"node-notifier": "10.0.1",
72+
"prettier": "3.8.0",
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.55.1",
78-
"rollup-plugin-dts": "^6.3.0",
79-
"rollup-plugin-esbuild": "^6.1.1",
80-
"rollup-plugin-node-externals": "^8.1.1",
81-
"typescript": "^5.9.2"
78+
"rollup-plugin-dts": "6.3.0",
79+
"rollup-plugin-esbuild": "6.2.1",
80+
"rollup-plugin-node-externals": "8.1.2",
81+
"typescript": "5.9.3"
8282
},
8383
"packageManager": "[email protected]"
8484
}

0 commit comments

Comments
 (0)