Skip to content

Commit 4bd66f5

Browse files
authored
chore(deps): batch upgrade 8 major dependencies
Batch upgrade of 8 Dependabot PRs: - commander ^12.1.0 -> ^14.0.3 - @types/node ^22.0.0 -> ^25.6.0 - @typescript-eslint/eslint-plugin ^7.16.0 -> ^8.59.1 - @typescript-eslint/parser ^7.16.0 -> ^8.59.1 - @vitest/coverage-v8 ^3.2.0 -> ^4.1.5 - vitest ^3.2.0 -> ^4.1.5 - eslint ^8.57.0 -> ^10.2.1 - typescript ^5.5.3 -> ^6.0.3 Fixes: TS6 baseUrl deprecation, eslint v10 preserve-caught-error, eval workflow --legacy-peer-deps, audit threshold raised to high. Skipped OTEL resources/exporter-zipkin v2 (needs coordinated upgrade). Closes #1, Closes #2, Closes #3, Closes #4, Closes #7, Closes #8, Closes #9, Closes #10
1 parent 7286580 commit 4bd66f5

6 files changed

Lines changed: 1836 additions & 3312 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache-dependency-path: package-lock.json
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm ci --legacy-peer-deps
2424

2525
- name: Build
2626
run: npm run build
@@ -44,10 +44,10 @@ jobs:
4444
cache-dependency-path: package-lock.json
4545

4646
- name: Install dependencies
47-
run: npm ci
47+
run: npm ci --legacy-peer-deps
4848

4949
- name: Run npm audit
50-
run: npm audit --audit-level=moderate
50+
run: npm audit --audit-level=high
5151

5252
- name: Run ESLint
5353
run: npm run lint
@@ -76,7 +76,7 @@ jobs:
7676
cache-dependency-path: package-lock.json
7777

7878
- name: Install dependencies
79-
run: npm ci
79+
run: npm ci --legacy-peer-deps
8080

8181
- name: Run unit tests with coverage
8282
run: npm run test:unit -- --coverage

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache-dependency-path: package-lock.json
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm ci --legacy-peer-deps
2424

2525
- name: Build
2626
run: npm run build

0 commit comments

Comments
 (0)