Skip to content

Commit

Permalink
update typesript-eslint to v8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bbrk24 committed Feb 2, 2025
1 parent 9f38f54 commit 71926fd
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 733 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ updates:
typescript-eslint:
patterns:
- '@typescript-eslint/*'
eslint:
patterns:
- eslint
- '@eslint/js'
- package-ecosystem: gitsubmodule
directory: /
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# restore-keys intentionally omitted
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: Run build script
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: npm lint
shell: bash
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: numworks/setup-emscripten@bbc4f5e15974bc13e69fdadecfd1858ecb1c4dbb
- uses: actions/setup-node@v4
with:
node-version: ^20.10
node-version: ^22.11
- name: Run build script
shell: bash
run: |
Expand Down
Loading

0 comments on commit 71926fd

Please sign in to comment.