Skip to content

Commit

Permalink
Merge pull request #576 from audioverse-org/dependencies-update
Browse files Browse the repository at this point in the history
AV-565, AV-1234, AV-1233: Update Dependencies
  • Loading branch information
narthur authored Oct 24, 2024
2 parents c61e735 + cb5cd52 commit 30acd42
Show file tree
Hide file tree
Showing 334 changed files with 14,523 additions and 20,546 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ module.exports = {
argsIgnorePattern: '_',
},
],
'@typescript-eslint/no-unused-expressions': [
'error',
{
allowShortCircuit: true,
allowTernary: true,
},
],
'no-mixed-spaces-and-tabs': 'off',
'@typescript-eslint/interface-name-prefix': 'off',
'testing-library/prefer-screen-queries': 'off',
Expand Down Expand Up @@ -96,6 +103,15 @@ module.exports = {
'@calm/react-intl/missing-formatted-message': 'off',
'@calm/react-intl/missing-attribute': 'off',
'@calm/react-intl/missing-values': 'off',
'@typescript-eslint/no-unused-vars': [
'error',
{
varsIgnorePattern: '_',
argsIgnorePattern: '_',
caughtErrorsIgnorePattern: '_',
},
],
'testing-library/no-node-access': 'off',
},
},
],
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version-file: '.nvmrc'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version-file: '.nvmrc'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version-file: '.nvmrc'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version-file: '.nvmrc'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version-file: '.nvmrc'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version-file: '.nvmrc'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
replace: ${{github.event.deployment_status.target_url}}
include: 'https?:\/\/[\w\.-]+\/en\/'
# Ignore contrast-related errors for now
ignore: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail,WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Fail
ignore: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail,WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Fail,WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1
config-path: pa11y-ci.json
lighthouse:
if: github.event.deployment_status.state == 'success'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15.0
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
Loading

0 comments on commit 30acd42

Please sign in to comment.