Skip to content

Commit a58dbf5

Browse files
committed
update typesript-eslint to v8
eslint 9.9 Upgrade to typescript-eslint 8.1 typescript-eslint 8.2 eslint-plugin-civet 0.0.5 typescript-eslint 8.3 update indirect deps to match master Update stylelint to match master eslint 9.10 and typescript-eslint 8.4 Put express back at 5.0 typescript-eslint 8.6 typescript-eslint 8.7 update linters typescript-eslint 8.9 typescript-eslint 8.13 typescript-eslint 8.14 Update workflows to node 22.11 typescript-eslint 8.16
1 parent 4707bbf commit a58dbf5

File tree

5 files changed

+674
-733
lines changed

5 files changed

+674
-733
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ updates:
1111
typescript-eslint:
1212
patterns:
1313
- '@typescript-eslint/*'
14+
eslint:
15+
patterns:
16+
- eslint
17+
- '@eslint/js'
1418
- package-ecosystem: gitsubmodule
1519
directory: /
1620
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)