Skip to content

Commit

Permalink
Update depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Oct 9, 2024
1 parent 73c422e commit e1c69aa
Show file tree
Hide file tree
Showing 7 changed files with 3,033 additions and 1,205 deletions.
25 changes: 0 additions & 25 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,3 @@ extends:
- plugin:@typescript-eslint/recommended
- plugin:@typescript-eslint/recommended-requiring-type-checking
- prettier

rules:
# Extra rules
arrow-parens: error
eqeqeq: error
grouped-accessor-pairs: error
no-console: error
no-extra-parens: off
no-loss-of-precision: error
no-sequences: error
no-template-curly-in-string: error
no-throw-literal: error
no-unused-expressions: error
no-useless-concat: error
no-var: error
radix: error
semi: error
# only sort inside groups, not between separate import lines
sort-imports: [error, { ignoreDeclarationSort: true }]
# sort-keys: [error, asc, {minKeys: 4}]
# disabled until https://github.com/eslint/eslint/issues/12759 is implemented
sort-keys: off
# disabled rules
'@typescript-eslint/no-inferrable-types': off
'@typescript-eslint/no-empty-function': off
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '21.x'
node-version: '22.x'
cache: 'npm'

- name: configure access to git repositories in package-lock.json
Expand All @@ -43,6 +43,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v3
with:
node-version: '22.x'
cache: 'npm'
- name: configure access to git repositories in package-lock.json
run: git config --global url."https://github.com/".insteadOf ssh://[email protected]
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '22.x'
cache: 'npm'
- uses: actions/setup-python@v4
with:
Expand Down
Loading

0 comments on commit e1c69aa

Please sign in to comment.