Skip to content

Commit f31fc10

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @stylistic/eslint-plugin-ts | 2.9.0 | 2.9.0 | | npm | @types/eslint | 9.6.1 | 9.6.1 | | npm | @typescript-eslint/eslint-plugin | 8.9.0 | 8.9.0 | | npm | @typescript-eslint/parser | 8.9.0 | 8.9.0 | | npm | eslint | 9.12.0 | 9.12.0 | | npm | eslint-plugin-jsdoc | 50.4.1 | 50.4.1 | | npm | eslint-plugin-react | 7.37.1 | 7.37.1 | | npm | eslint-plugin-react-hooks | 5.0.0 | 5.0.0 | | npm | typescript | 5.6.3 | 5.6.3 |
1 parent 13b0e33 commit f31fc10

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
packages: write
1515
steps:
1616
- id: get-secrets
17-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1 # zizmor: ignore[unpinned-uses] provided by grafana
17+
uses: grafana/shared-workflows/actions/get-vault-secrets@9f37f656e063f0ad0b0bfc38d49894b57d363936 # get-vault-secrets/v1.2.1 # zizmor: ignore[unpinned-uses] provided by grafana
1818
with:
1919
repo_secrets: |
2020
NPM_TOKEN=npm_token:npm_token
2121
export_env: false
2222

2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525
with:
2626
ref: master
2727
persist-credentials: false
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Setup .npmrc file for NPM registry
4646
if: steps.version_check.outputs.changed == 'true'
47-
uses: actions/setup-node@v4
47+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4848
with:
4949
node-version: "20"
5050
registry-url: "https://registry.npmjs.org"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"CHANGELOG.md"
2727
],
2828
"devDependencies": {
29-
"@stylistic/eslint-plugin-ts": "^2.9.0",
30-
"@types/eslint": "^9.0.0",
31-
"@typescript-eslint/eslint-plugin": "^8.9.0",
32-
"@typescript-eslint/parser": "^8.9.0",
33-
"eslint": "^9.0.0",
29+
"@stylistic/eslint-plugin-ts": "2.9.0",
30+
"@types/eslint": "9.6.1",
31+
"@typescript-eslint/eslint-plugin": "8.9.0",
32+
"@typescript-eslint/parser": "8.9.0",
33+
"eslint": "9.12.0",
3434
"eslint-config-prettier": "9.1.0",
35-
"eslint-plugin-jsdoc": "^50.4.1",
36-
"eslint-plugin-react": "^7.37.1",
37-
"eslint-plugin-react-hooks": "^5.0.0",
38-
"typescript": "^5.5.0"
35+
"eslint-plugin-jsdoc": "50.4.1",
36+
"eslint-plugin-react": "7.37.1",
37+
"eslint-plugin-react-hooks": "5.0.0",
38+
"typescript": "5.6.3"
3939
},
4040
"peerDependencies": {
4141
"@stylistic/eslint-plugin-ts": ">=2.9.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,16 @@ __metadata:
9696
version: 0.0.0-use.local
9797
resolution: "@grafana/eslint-config@workspace:."
9898
dependencies:
99-
"@stylistic/eslint-plugin-ts": "npm:^2.9.0"
100-
"@types/eslint": "npm:^9.0.0"
101-
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
102-
"@typescript-eslint/parser": "npm:^8.9.0"
103-
eslint: "npm:^9.0.0"
99+
"@stylistic/eslint-plugin-ts": "npm:2.9.0"
100+
"@types/eslint": "npm:9.6.1"
101+
"@typescript-eslint/eslint-plugin": "npm:8.9.0"
102+
"@typescript-eslint/parser": "npm:8.9.0"
103+
eslint: "npm:9.12.0"
104104
eslint-config-prettier: "npm:9.1.0"
105-
eslint-plugin-jsdoc: "npm:^50.4.1"
106-
eslint-plugin-react: "npm:^7.37.1"
107-
eslint-plugin-react-hooks: "npm:^5.0.0"
108-
typescript: "npm:^5.5.0"
105+
eslint-plugin-jsdoc: "npm:50.4.1"
106+
eslint-plugin-react: "npm:7.37.1"
107+
eslint-plugin-react-hooks: "npm:5.0.0"
108+
typescript: "npm:5.6.3"
109109
peerDependencies:
110110
"@stylistic/eslint-plugin-ts": ">=2.9.0"
111111
"@typescript-eslint/eslint-plugin": ">=6.18.0"
@@ -184,7 +184,7 @@ __metadata:
184184
languageName: node
185185
linkType: hard
186186

187-
"@stylistic/eslint-plugin-ts@npm:^2.9.0":
187+
"@stylistic/eslint-plugin-ts@npm:2.9.0":
188188
version: 2.9.0
189189
resolution: "@stylistic/eslint-plugin-ts@npm:2.9.0"
190190
dependencies:
@@ -197,7 +197,7 @@ __metadata:
197197
languageName: node
198198
linkType: hard
199199

200-
"@types/eslint@npm:^9.0.0":
200+
"@types/eslint@npm:9.6.1":
201201
version: 9.6.1
202202
resolution: "@types/eslint@npm:9.6.1"
203203
dependencies:
@@ -221,7 +221,7 @@ __metadata:
221221
languageName: node
222222
linkType: hard
223223

224-
"@typescript-eslint/eslint-plugin@npm:^8.9.0":
224+
"@typescript-eslint/eslint-plugin@npm:8.9.0":
225225
version: 8.9.0
226226
resolution: "@typescript-eslint/eslint-plugin@npm:8.9.0"
227227
dependencies:
@@ -244,7 +244,7 @@ __metadata:
244244
languageName: node
245245
linkType: hard
246246

247-
"@typescript-eslint/parser@npm:^8.9.0":
247+
"@typescript-eslint/parser@npm:8.9.0":
248248
version: 8.9.0
249249
resolution: "@typescript-eslint/parser@npm:8.9.0"
250250
dependencies:
@@ -836,7 +836,7 @@ __metadata:
836836
languageName: node
837837
linkType: hard
838838

839-
"eslint-plugin-jsdoc@npm:^50.4.1":
839+
"eslint-plugin-jsdoc@npm:50.4.1":
840840
version: 50.4.1
841841
resolution: "eslint-plugin-jsdoc@npm:50.4.1"
842842
dependencies:
@@ -857,7 +857,7 @@ __metadata:
857857
languageName: node
858858
linkType: hard
859859

860-
"eslint-plugin-react-hooks@npm:^5.0.0":
860+
"eslint-plugin-react-hooks@npm:5.0.0":
861861
version: 5.0.0
862862
resolution: "eslint-plugin-react-hooks@npm:5.0.0"
863863
peerDependencies:
@@ -866,7 +866,7 @@ __metadata:
866866
languageName: node
867867
linkType: hard
868868

869-
"eslint-plugin-react@npm:^7.37.1":
869+
"eslint-plugin-react@npm:7.37.1":
870870
version: 7.37.1
871871
resolution: "eslint-plugin-react@npm:7.37.1"
872872
dependencies:
@@ -918,7 +918,7 @@ __metadata:
918918
languageName: node
919919
linkType: hard
920920

921-
"eslint@npm:^9.0.0":
921+
"eslint@npm:9.12.0":
922922
version: 9.12.0
923923
resolution: "eslint@npm:9.12.0"
924924
dependencies:
@@ -2278,7 +2278,7 @@ __metadata:
22782278
languageName: node
22792279
linkType: hard
22802280

2281-
"typescript@npm:^5.5.0":
2281+
"typescript@npm:5.6.3":
22822282
version: 5.6.3
22832283
resolution: "typescript@npm:5.6.3"
22842284
bin:
@@ -2288,7 +2288,7 @@ __metadata:
22882288
languageName: node
22892289
linkType: hard
22902290

2291-
"typescript@patch:typescript@npm%3A^5.5.0#optional!builtin<compat/typescript>":
2291+
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
22922292
version: 5.6.3
22932293
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
22942294
bin:

0 commit comments

Comments
 (0)