Skip to content

Commit 0494fa9

Browse files
authored
Merge pull request #142 from bbrk24/eslint-updates
Update eslint and typescript-eslint
2 parents 9f38f54 + de370eb commit 0494fa9

File tree

5 files changed

+763
-853
lines changed

5 files changed

+763
-853
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ updates:
1111
typescript-eslint:
1212
patterns:
1313
- '@typescript-eslint/*'
14+
eslint:
15+
patterns:
16+
- eslint
17+
- '@eslint/js'
18+
civet:
19+
patterns:
20+
- '@danielx/civet'
21+
- eslint-plugin-civet
1422
- package-ecosystem: gitsubmodule
1523
directory: /
1624
schedule:

.github/workflows/build-and-deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# restore-keys intentionally omitted
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: ^20.10
29+
node-version: ^22.11
3030
- name: Run build script
3131
shell: bash
3232
run: |

.github/workflows/lint-web-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: ^20.10
20+
node-version: ^22.11
2121
- name: npm lint
2222
shell: bash
2323
run: |
@@ -32,7 +32,7 @@ jobs:
3232
- uses: numworks/setup-emscripten@bbc4f5e15974bc13e69fdadecfd1858ecb1c4dbb
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: ^20.10
35+
node-version: ^22.11
3636
- name: Run build script
3737
shell: bash
3838
run: |

0 commit comments

Comments
 (0)