Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v8 (major) (#550)
Browse files Browse the repository at this point in the history
* chore(deps): update typescript-eslint monorepo to v8

* chore: upgrading

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicholas Griffin <[email protected]>
  • Loading branch information
renovate[bot] and nicholasgriffintn authored Dec 16, 2024
1 parent 5c3a673 commit de660a2
Show file tree
Hide file tree
Showing 7 changed files with 247 additions and 339 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npx audit-ci

- name: Install Node Modules
run: npm ci --legacy-peer-deps
run: npm ci

- name: Report Coverage
uses: paambaati/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npx audit-ci

- name: Install Node Modules
run: npm ci --legacy-peer-deps
run: npm ci

- name: Build Docs
run: npm run generate-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'

- name: Install Node Modules
run: npm ci --legacy-peer-deps
run: npm ci

- name: Run Coverage Check
run: npm run lcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npx audit-ci

- name: Install Node Modules
run: npm ci --legacy-peer-deps
run: npm ci

- name: Run Tests and Linting
run: npm run test
Expand Down
Loading

0 comments on commit de660a2

Please sign in to comment.