diff --git a/bazel/integration/tests/angular-cli/package.json b/bazel/integration/tests/angular-cli/package.json index 3758376b5..e9256c47e 100644 --- a/bazel/integration/tests/angular-cli/package.json +++ b/bazel/integration/tests/angular-cli/package.json @@ -25,7 +25,7 @@ "@angular/build": "21.1.0-rc.0", "@angular/cli": "21.1.0-rc.0", "@angular/compiler-cli": "21.2.0-next.0", - "@types/jasmine": "~5.1.9", + "@types/jasmine": "~6.0.0", "@types/node": "24.10.9", "chromedriver": "^143.0.0", "jasmine-core": "~5.13.0", diff --git a/bazel/integration/tests/angular-cli/pnpm-lock.yaml b/bazel/integration/tests/angular-cli/pnpm-lock.yaml index 4260424fb..a14a1cc68 100644 --- a/bazel/integration/tests/angular-cli/pnpm-lock.yaml +++ b/bazel/integration/tests/angular-cli/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: 21.2.0-next.0 version: 21.2.0-next.0(@angular/compiler@21.2.0-next.0)(typescript@5.9.3) '@types/jasmine': - specifier: ~5.1.9 - version: 5.1.15 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': specifier: 24.10.9 version: 24.10.9 @@ -1302,8 +1302,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/jasmine@5.1.15': - resolution: {integrity: sha512-ZAC8KjmV2MJxbNTrwXFN+HKeajpXQZp6KpPiR6Aa4XvaEnjP6qh23lL/Rqb7AYzlp3h/rcwDrQ7Gg7q28cQTQg==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} '@types/node@24.10.9': resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==} @@ -4118,7 +4118,7 @@ snapshots: '@types/estree@1.0.8': {} - '@types/jasmine@5.1.15': {} + '@types/jasmine@6.0.0': {} '@types/node@24.10.9': dependencies: diff --git a/bazel/spec-bundling/test/package.json b/bazel/spec-bundling/test/package.json index 0bb8a45d1..76e439ed2 100644 --- a/bazel/spec-bundling/test/package.json +++ b/bazel/spec-bundling/test/package.json @@ -3,7 +3,7 @@ "@angular/compiler": "21.2.0-next.0", "@angular/core": "21.2.0-next.0", "@angular/platform-browser": "21.2.0-next.0", - "@types/jasmine": "5.1.15", + "@types/jasmine": "6.0.0", "@types/jsdom": "27.0.0", "@types/node": "24.10.9", "jasmine-reporters": "2.5.2", diff --git a/github-actions/feature-request/package.json b/github-actions/feature-request/package.json index 9ceae9aa1..1532f6048 100644 --- a/github-actions/feature-request/package.json +++ b/github-actions/feature-request/package.json @@ -5,7 +5,7 @@ "@actions/github": "7.0.0", "@octokit/request-error": "7.1.0", "@octokit/rest": "22.0.1", - "@types/jasmine": "5.1.15", + "@types/jasmine": "6.0.0", "@types/node": "24.10.9", "jasmine-reporters": "2.5.2", "jasmine": "6.0.0", diff --git a/github-actions/package.json b/github-actions/package.json index d5bda1cee..bfd409a40 100644 --- a/github-actions/package.json +++ b/github-actions/package.json @@ -5,7 +5,7 @@ "@actions/github": "7.0.0", "@octokit/auth-app": "8.1.2", "@octokit/rest": "22.0.1", - "@types/jasmine": "5.1.15", + "@types/jasmine": "6.0.0", "@types/node": "24.10.9" } } diff --git a/ng-dev/package.json b/ng-dev/package.json index 588bb1123..4f34cbaa4 100644 --- a/ng-dev/package.json +++ b/ng-dev/package.json @@ -36,7 +36,7 @@ "@types/events": "3.0.3", "@types/folder-hash": "4.0.4", "@types/git-raw-commits": "5.0.1", - "@types/jasmine": "5.1.15", + "@types/jasmine": "6.0.0", "@types/node": "24.10.9", "@types/semver": "7.7.1", "@types/which": "3.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4247babdc..5c33355c8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -269,8 +269,8 @@ importers: specifier: 21.2.0-next.0 version: 21.2.0-next.0(@angular/animations@21.2.0-next.0(@angular/core@21.2.0-next.0(@angular/compiler@21.2.0-next.0)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.0(@angular/core@21.2.0-next.0(@angular/compiler@21.2.0-next.0)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.0(@angular/compiler@21.2.0-next.0)(rxjs@7.8.2)(zone.js@0.16.0)) '@types/jasmine': - specifier: 5.1.15 - version: 5.1.15 + specifier: 6.0.0 + version: 6.0.0 '@types/jsdom': specifier: 27.0.0 version: 27.0.0 @@ -308,8 +308,8 @@ importers: specifier: 22.0.1 version: 22.0.1 '@types/jasmine': - specifier: 5.1.15 - version: 5.1.15 + specifier: 6.0.0 + version: 6.0.0 '@types/node': specifier: 24.10.9 version: 24.10.9 @@ -371,8 +371,8 @@ importers: specifier: 22.0.1 version: 22.0.1 '@types/jasmine': - specifier: 5.1.15 - version: 5.1.15 + specifier: 6.0.0 + version: 6.0.0 '@types/node': specifier: 24.10.9 version: 24.10.9 @@ -599,8 +599,8 @@ importers: specifier: 5.0.1 version: 5.0.1 '@types/jasmine': - specifier: 5.1.15 - version: 5.1.15 + specifier: 6.0.0 + version: 6.0.0 '@types/node': specifier: 24.10.9 version: 24.10.9 @@ -2490,8 +2490,8 @@ packages: '@types/http-errors@2.0.5': resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/jasmine@5.1.15': - resolution: {integrity: sha512-ZAC8KjmV2MJxbNTrwXFN+HKeajpXQZp6KpPiR6Aa4XvaEnjP6qh23lL/Rqb7AYzlp3h/rcwDrQ7Gg7q28cQTQg==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} '@types/jsdom@27.0.0': resolution: {integrity: sha512-NZyFl/PViwKzdEkQg96gtnB8wm+1ljhdDay9ahn4hgb+SfVtPCbm3TlmDUFXTA+MGN3CijicnMhG18SI5H3rFw==} @@ -8483,7 +8483,7 @@ snapshots: '@types/http-errors@2.0.5': {} - '@types/jasmine@5.1.15': {} + '@types/jasmine@6.0.0': {} '@types/jsdom@27.0.0': dependencies: