Skip to content

Commit c7d3229

Browse files
chore: update dependency @eslint/core to ^0.17.0 (#20256)
* chore: update dependency @eslint/core to ^0.17.0 * use @eslint/core@latest in type integration tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Francesco Trotta <[email protected]>
1 parent 0f0385f commit c7d3229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/types-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
run: |
172172
npm install
173173
npm run build
174-
npm install ../eslint
174+
npm install ../eslint @eslint/core@latest
175175
176176
- name: Run TSC
177177
working-directory: json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@eslint-community/regexpp": "^4.12.1",
111111
"@eslint/config-array": "^0.21.1",
112112
"@eslint/config-helpers": "^0.4.1",
113-
"@eslint/core": "^0.16.0",
113+
"@eslint/core": "^0.17.0",
114114
"@eslint/eslintrc": "^3.3.1",
115115
"@eslint/js": "9.38.0",
116116
"@eslint/plugin-kit": "^0.4.0",

0 commit comments

Comments
 (0)