diff --git a/bazel/integration/tests/angular-cli/package.json b/bazel/integration/tests/angular-cli/package.json index 0a3ab686e..e81b625d9 100644 --- a/bazel/integration/tests/angular-cli/package.json +++ b/bazel/integration/tests/angular-cli/package.json @@ -28,7 +28,7 @@ "@types/jasmine": "~6.0.0", "@types/node": "24.13.3", "chromedriver": "^151.0.0", - "jasmine-core": "6.3.0", + "jasmine-core": "7.0.1", "karma": "~6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.1", diff --git a/bazel/integration/tests/angular-cli/pnpm-lock.yaml b/bazel/integration/tests/angular-cli/pnpm-lock.yaml index d51ca300e..da7a68747 100644 --- a/bazel/integration/tests/angular-cli/pnpm-lock.yaml +++ b/bazel/integration/tests/angular-cli/pnpm-lock.yaml @@ -55,8 +55,8 @@ importers: specifier: ^151.0.0 version: 151.0.5(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0) jasmine-core: - specifier: 6.3.0 - version: 6.3.0 + specifier: 7.0.1 + version: 7.0.1 karma: specifier: ~6.4.4 version: 6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0) @@ -71,7 +71,7 @@ importers: version: 5.1.0(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)) karma-jasmine-html-reporter: specifier: ~2.2.0 - version: 2.2.0(jasmine-core@6.3.0)(karma-jasmine@5.1.0(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)))(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)) + version: 2.2.0(jasmine-core@7.0.1)(karma-jasmine@5.1.0(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)))(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)) typescript: specifier: ~6.0.2 version: 6.0.3 @@ -1845,8 +1845,8 @@ packages: jasmine-core@4.6.1: resolution: {integrity: sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==} - jasmine-core@6.3.0: - resolution: {integrity: sha512-eMm5qBovNjNoGOcgE/W207+wrcK5zrQv0Rg/rWGboUJUmZp0dFCpHTyjpuDAfCwRCqg7f9U2q2jtv/aUuzdCQg==} + jasmine-core@7.0.1: + resolution: {integrity: sha512-AVUnCekV7RBFS6k4+bc9OrLTbEcDYM9gVHtUuPMWrpFUZBovr5p47WbVTKbr6gBYeAtBBe+nX32ivrvc0Ne2XA==} js-tokens@10.0.0: resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==} @@ -4187,7 +4187,7 @@ snapshots: jasmine-core@4.6.1: {} - jasmine-core@6.3.0: {} + jasmine-core@7.0.1: {} js-tokens@10.0.0: {} @@ -4220,9 +4220,9 @@ snapshots: transitivePeerDependencies: - supports-color - karma-jasmine-html-reporter@2.2.0(jasmine-core@6.3.0)(karma-jasmine@5.1.0(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)))(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)): + karma-jasmine-html-reporter@2.2.0(jasmine-core@7.0.1)(karma-jasmine@5.1.0(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)))(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)): dependencies: - jasmine-core: 6.3.0 + jasmine-core: 7.0.1 karma: 6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0) karma-jasmine: 5.1.0(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)) diff --git a/bazel/rules/rules_browsers/package.json b/bazel/rules/rules_browsers/package.json index 9cc2faed6..aefbbcee6 100644 --- a/bazel/rules/rules_browsers/package.json +++ b/bazel/rules/rules_browsers/package.json @@ -25,7 +25,7 @@ "@web/test-runner-core": "^1.0.0", "@web/test-runner-puppeteer": "^1.0.0", "get-port": "^7.1.0", - "jasmine": "^6.0.0", + "jasmine": "^7.0.0", "protractor": "^7.0.0", "tinyglobby": "^0.2.12", "typescript": "6.0.3", diff --git a/bazel/rules/rules_browsers/pnpm-lock.yaml b/bazel/rules/rules_browsers/pnpm-lock.yaml index 0d63dfd98..8d8e3e725 100644 --- a/bazel/rules/rules_browsers/pnpm-lock.yaml +++ b/bazel/rules/rules_browsers/pnpm-lock.yaml @@ -38,8 +38,8 @@ importers: specifier: ^7.1.0 version: 7.2.0 jasmine: - specifier: ^6.0.0 - version: 6.3.0 + specifier: ^7.0.0 + version: 7.0.0 protractor: specifier: ^7.0.0 version: 7.0.0(supports-color@7.2.0) @@ -66,8 +66,8 @@ packages: '@hapi/bourne@3.0.0': resolution: {integrity: sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==} - '@jasminejs/reporters@1.0.0': - resolution: {integrity: sha512-rM3GG4vx2H1Gp5kYCTr9aKlOEJFd43pzpiMAiy5b1+FUc2ub4e6bS6yCi/WQNDzAa5MVp9++dwcoEtcIfoEnhA==} + '@jasminejs/reporters@1.1.0': + resolution: {integrity: sha512-JIrlfaf9c6m0+GtBAgZdcFB6RIRbFBbXxZDZ0WOewq4cLIEcVKEe0RgI1FA77M39FNzeSMTAm+LK/kcQVIkfGQ==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} @@ -1341,12 +1341,15 @@ packages: jasmine-core@6.3.0: resolution: {integrity: sha512-eMm5qBovNjNoGOcgE/W207+wrcK5zrQv0Rg/rWGboUJUmZp0dFCpHTyjpuDAfCwRCqg7f9U2q2jtv/aUuzdCQg==} + jasmine-core@7.0.1: + resolution: {integrity: sha512-AVUnCekV7RBFS6k4+bc9OrLTbEcDYM9gVHtUuPMWrpFUZBovr5p47WbVTKbr6gBYeAtBBe+nX32ivrvc0Ne2XA==} + jasmine@2.8.0: resolution: {integrity: sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw==} hasBin: true - jasmine@6.3.0: - resolution: {integrity: sha512-u6L7yYtrtS1JALlp7f4k7Wz7o7ZKXauSKKkXc0L3qUkKrdaxYvNiMHhHp5gtTuVZZXVihXRxS7bWwDBX1wJ7EQ==} + jasmine@7.0.0: + resolution: {integrity: sha512-rnjiyg1LAhFZMoyU8ei/Wqyvti5oCzFhW7ZtkD6o+CSx3LpU9aYurPrh5BKyX3coGvmdEVYPC2HYh1rrBvZoWg==} hasBin: true jasminewd2@2.2.0: @@ -2187,7 +2190,7 @@ snapshots: '@hapi/bourne@3.0.0': {} - '@jasminejs/reporters@1.0.0': {} + '@jasminejs/reporters@1.1.0': {} '@jridgewell/resolve-uri@3.1.2': {} @@ -3603,17 +3606,19 @@ snapshots: jasmine-core@6.3.0: {} + jasmine-core@7.0.1: {} + jasmine@2.8.0: dependencies: exit: 0.1.2 glob: 7.2.3 jasmine-core: 2.8.0 - jasmine@6.3.0: + jasmine@7.0.0: dependencies: - '@jasminejs/reporters': 1.0.0 + '@jasminejs/reporters': 1.1.0 glob: 13.0.6 - jasmine-core: 6.3.0 + jasmine-core: 7.0.1 jasminewd2@2.2.0: {} diff --git a/bazel/spec-bundling/test/package.json b/bazel/spec-bundling/test/package.json index c07a16fe5..23fabe07d 100644 --- a/bazel/spec-bundling/test/package.json +++ b/bazel/spec-bundling/test/package.json @@ -7,7 +7,7 @@ "@types/jsdom": "30.0.0", "@types/node": "24.13.3", "jasmine-reporters": "2.5.2", - "jasmine": "6.3.0", + "jasmine": "7.0.0", "jsdom": "30.0.1", "tinyglobby": "0.2.17", "zone.js": "0.16.2" diff --git a/github-actions/labeling/package.json b/github-actions/labeling/package.json index d6ad05a9f..62ad00bc5 100644 --- a/github-actions/labeling/package.json +++ b/github-actions/labeling/package.json @@ -11,6 +11,6 @@ "micromatch": "^4.0.8", "typed-graphqlify": "3.1.6", "@octokit/openapi-types": "28.0.0", - "jasmine": "6.3.0" + "jasmine": "7.0.0" } } diff --git a/ng-dev/package.json b/ng-dev/package.json index 87525770e..408ba7d8d 100644 --- a/ng-dev/package.json +++ b/ng-dev/package.json @@ -52,9 +52,9 @@ "fast-glob": "3.3.3", "firebase": "12.17.1", "folder-hash": "4.1.3", - "jasmine-core": "6.3.0", + "jasmine-core": "7.0.1", "jasmine-reporters": "2.5.2", - "jasmine": "6.3.0", + "jasmine": "7.0.0", "jsonc-parser": "3.3.1", "minimatch": "10.2.6", "multimatch": "8.0.0", diff --git a/package.json b/package.json index 4cc73164a..b5c5d0ba4 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "@bazel/buildifier": "8.2.1", "firebase-tools": "15.26.0", "husky": "9.1.7", - "jasmine-core": "6.3.0", + "jasmine-core": "7.0.1", "jasmine-reporters": "2.5.2", - "jasmine": "6.3.0", + "jasmine": "7.0.0", "prettier": "3.9.6", "tslib": "^2.5.2", "tslint": "6.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be3acc095..959392e50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,11 +30,11 @@ importers: specifier: 9.1.7 version: 9.1.7 jasmine: - specifier: 6.3.0 - version: 6.3.0 + specifier: 7.0.0 + version: 7.0.0 jasmine-core: - specifier: 6.3.0 - version: 6.3.0 + specifier: 7.0.1 + version: 7.0.1 jasmine-reporters: specifier: 2.5.2 version: 2.5.2 @@ -300,8 +300,8 @@ importers: specifier: 24.13.3 version: 24.13.3 jasmine: - specifier: 6.3.0 - version: 6.3.0 + specifier: 7.0.0 + version: 7.0.0 jasmine-reporters: specifier: 2.5.2 version: 2.5.2 @@ -423,8 +423,8 @@ importers: specifier: 24.13.3 version: 24.13.3 jasmine: - specifier: 6.3.0 - version: 6.3.0 + specifier: 7.0.0 + version: 7.0.0 micromatch: specifier: ^4.0.8 version: 4.0.8 @@ -663,11 +663,11 @@ importers: specifier: 4.1.3 version: 4.1.3(supports-color@11.0.0) jasmine: - specifier: 6.3.0 - version: 6.3.0 + specifier: 7.0.0 + version: 7.0.0 jasmine-core: - specifier: 6.3.0 - version: 6.3.0 + specifier: 7.0.1 + version: 7.0.1 jasmine-reporters: specifier: 2.5.2 version: 2.5.2 @@ -1927,8 +1927,8 @@ packages: resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} engines: {node: '>=18.0.0'} - '@jasminejs/reporters@1.0.0': - resolution: {integrity: sha512-rM3GG4vx2H1Gp5kYCTr9aKlOEJFd43pzpiMAiy5b1+FUc2ub4e6bS6yCi/WQNDzAa5MVp9++dwcoEtcIfoEnhA==} + '@jasminejs/reporters@1.1.0': + resolution: {integrity: sha512-JIrlfaf9c6m0+GtBAgZdcFB6RIRbFBbXxZDZ0WOewq4cLIEcVKEe0RgI1FA77M39FNzeSMTAm+LK/kcQVIkfGQ==} '@jridgewell/gen-mapping@0.3.13': resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} @@ -4240,8 +4240,8 @@ packages: jasmine-core@2.8.0: resolution: {integrity: sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==} - jasmine-core@6.3.0: - resolution: {integrity: sha512-eMm5qBovNjNoGOcgE/W207+wrcK5zrQv0Rg/rWGboUJUmZp0dFCpHTyjpuDAfCwRCqg7f9U2q2jtv/aUuzdCQg==} + jasmine-core@7.0.1: + resolution: {integrity: sha512-AVUnCekV7RBFS6k4+bc9OrLTbEcDYM9gVHtUuPMWrpFUZBovr5p47WbVTKbr6gBYeAtBBe+nX32ivrvc0Ne2XA==} jasmine-reporters@2.5.2: resolution: {integrity: sha512-qdewRUuFOSiWhiyWZX8Yx3YNQ9JG51ntBEO4ekLQRpktxFTwUHy24a86zD/Oi2BRTKksEdfWQZcQFqzjqIkPig==} @@ -4250,8 +4250,8 @@ packages: resolution: {integrity: sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw==} hasBin: true - jasmine@6.3.0: - resolution: {integrity: sha512-u6L7yYtrtS1JALlp7f4k7Wz7o7ZKXauSKKkXc0L3qUkKrdaxYvNiMHhHp5gtTuVZZXVihXRxS7bWwDBX1wJ7EQ==} + jasmine@7.0.0: + resolution: {integrity: sha512-rnjiyg1LAhFZMoyU8ei/Wqyvti5oCzFhW7ZtkD6o+CSx3LpU9aYurPrh5BKyX3coGvmdEVYPC2HYh1rrBvZoWg==} hasBin: true jasminewd2@2.2.0: @@ -7420,7 +7420,7 @@ snapshots: dependencies: minipass: 7.1.3 - '@jasminejs/reporters@1.0.0': {} + '@jasminejs/reporters@1.1.0': {} '@jridgewell/gen-mapping@0.3.13': dependencies: @@ -10109,7 +10109,7 @@ snapshots: jasmine-core@2.8.0: {} - jasmine-core@6.3.0: {} + jasmine-core@7.0.1: {} jasmine-reporters@2.5.2: dependencies: @@ -10122,11 +10122,11 @@ snapshots: glob: 7.2.3 jasmine-core: 2.8.0 - jasmine@6.3.0: + jasmine@7.0.0: dependencies: - '@jasminejs/reporters': 1.0.0 + '@jasminejs/reporters': 1.1.0 glob: 13.0.6 - jasmine-core: 6.3.0 + jasmine-core: 7.0.1 jasminewd2@2.2.0: {}