chore(deps): update dependency jasmine-core to v6#750
chore(deps): update dependency jasmine-core to v6#750renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
|
View your CI Pipeline Execution ↗ for commit 0a35106
☁️ Nx Cloud last updated this comment at |
f3d8642 to
631efbb
Compare
bc03e34 to
bb34d80
Compare
bb34d80 to
92c12a3
Compare
92c12a3 to
be1a3a6
Compare
be1a3a6 to
bd51270
Compare
bd51270 to
664b191
Compare
664b191 to
504f243
Compare
504f243 to
fbefca4
Compare
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud is proposing a fix for your failed CI:
These changes update karma-jasmine-html-reporter to v2.2.0 and @types/jasmine to v6.0.0 to ensure compatibility with jasmine-core v6. The previous versions were incompatible with jasmine-core v6's breaking API changes, causing the "jasmine.QueryString is not a constructor" error in the material-right-sheet tests.
Tip
✅ We verified this fix by re-running material-right-sheet:test:ci.
Suggested Fix changes
diff --git a/bun.lock b/bun.lock
index b6ce303..f766fa0 100644
--- a/bun.lock
+++ b/bun.lock
@@ -58,7 +58,7 @@
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.11",
"@swc/helpers": "0.5.19",
- "@types/jasmine": "~5.1.0",
+ "@types/jasmine": "~6.0.0",
"@types/jest": "30.0.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.0.0",
@@ -90,7 +90,7 @@
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
- "karma-jasmine-html-reporter": "~2.1.0",
+ "karma-jasmine-html-reporter": "~2.2.0",
"karma-jsdom-launcher": "^19.0.0",
"lint-staged": "^16.2.7",
"ng-packagr": "21.0.1",
@@ -1388,7 +1388,7 @@
"@types/istanbul-reports": ["@types/istanbul-reports@3.0.4", "", { "dependencies": { "@types/istanbul-lib-report": "*" } }, "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ=="],
- "@types/jasmine": ["@types/jasmine@5.1.13", "", {}, "sha512-MYCcDkruFc92LeYZux5BC0dmqo2jk+M5UIZ4/oFnAPCXN9mCcQhLyj7F3/Za7rocVyt5YRr1MmqJqFlvQ9LVcg=="],
+ "@types/jasmine": ["@types/jasmine@6.0.0", "", {}, "sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw=="],
"@types/jest": ["@types/jest@30.0.0", "", { "dependencies": { "expect": "^30.0.0", "pretty-format": "^30.0.0" } }, "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA=="],
@@ -2760,7 +2760,7 @@
"karma-jasmine": ["karma-jasmine@5.1.0", "", { "dependencies": { "jasmine-core": "^4.1.0" }, "peerDependencies": { "karma": "^6.0.0" } }, "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ=="],
- "karma-jasmine-html-reporter": ["karma-jasmine-html-reporter@2.1.0", "", { "peerDependencies": { "jasmine-core": "^4.0.0 || ^5.0.0", "karma": "^6.0.0", "karma-jasmine": "^5.0.0" } }, "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ=="],
+ "karma-jasmine-html-reporter": ["karma-jasmine-html-reporter@2.2.0", "", { "peerDependencies": { "jasmine-core": "^4.0.0 || ^5.0.0 || ^6.0.0", "karma": "^6.0.0", "karma-jasmine": "^5.0.0" } }, "sha512-J0laEC43Oy2RdR5V5R3bqmdo7yRIYySq6XHKbA+e5iSAgLjhR1oICLGeSREPlJXpeyNcdJf3J17YcdhD0mRssQ=="],
"karma-jsdom-launcher": ["karma-jsdom-launcher@19.0.0", "", { "peerDependencies": { "jsdom": ">=20 <=27", "karma": ">=3 <=6" } }, "sha512-3vfxAK4uSACL7cvxQRfPm94LTqN930JluwJS70PvX/CT65ritw9UTOIZc/rKgsVzw4ilKJRLC1JgZDcU5YDAAQ=="],
diff --git a/package.json b/package.json
index 0f2dfef..6c68da9 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.11",
"@swc/helpers": "0.5.19",
- "@types/jasmine": "~5.1.0",
+ "@types/jasmine": "~6.0.0",
"@types/jest": "30.0.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.0.0",
@@ -99,7 +99,7 @@
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
- "karma-jasmine-html-reporter": "~2.1.0",
+ "karma-jasmine-html-reporter": "~2.2.0",
"karma-jsdom-launcher": "^19.0.0",
"lint-staged": "^16.2.7",
"ng-packagr": "21.0.1",
Or Apply changes locally with:
npx nx-cloud apply-locally 7JLa-eLJ1
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
fbefca4 to
0a35106
Compare
This PR contains the following updates:
~5.13.0→~6.1.0Release Notes
jasmine/jasmine (jasmine-core)
v6.1.0Compare Source
v6.0.1Compare Source
Please see the release notes.
v6.0.0Compare Source
Please see the release notes.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.