chore(deps-dev): Bump @shellygo/cypress-test-utils from 4.1.19 to 5.0.0 (#1176)

Bumps
[@shellygo/cypress-test-utils](https://github.com/shellyDCMS/cypress-test-utils)
from 4.1.19 to 5.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ShellyDCMS/cypress-test-utils/blob/main/CHANGELOG.md"><code>@​shellygo/cypress-test-utils</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v5.0.0 (2025-May-03)</h2>
<h4>Dependency Updates</h4>
<ul>
<li>update Cypress dependencies</li>
<li>update Angular dependencies</li>
<li>update React dependencies</li>
</ul>
<h4>Breaking Changes</h4>
<ul>
<li>requires Angular v19 or greater</li>
<li>requires Cypress v14 or greater</li>
<li>requires React v19 or greater</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/shellyDCMS/cypress-test-utils/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@shellygo/cypress-test-utils&package-manager=npm_and_yarn&previous-version=4.1.19&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-05 13:57:17 +00:00
committed by GitHub
parent 1e8586d6b0
commit f46e9ec7c9
2 changed files with 73 additions and 30 deletions

101
package-lock.json generated
View File

@@ -66,7 +66,7 @@
"@eslint/js": "^9.25.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^4.1.19",
"@shellygo/cypress-test-utils": "^5.0.0",
"@types/codemirror": "^5.60.15",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.17",
@@ -139,9 +139,9 @@
}
},
"node_modules/@angular/common": {
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz",
"integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==",
"version": "19.2.9",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.9.tgz",
"integrity": "sha512-4Lio3nRp13sTU15hsVcv8Zkj+7OKZ6Pc6CIIkQYHs9KisSwwvwmRZDU1wFhKlH+ogebLgOcNurIPdqeYWWnLjQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -151,14 +151,14 @@
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
"@angular/core": "18.2.13",
"@angular/core": "19.2.9",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/@angular/compiler": {
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.13.tgz",
"integrity": "sha512-TzWcrkopyjFF+WeDr2cRe8CcHjU72KfYV3Sm2TkBkcXrkYX5sDjGWrBGrG3hRB4e4okqchrOCvm1MiTdy2vKMA==",
"version": "19.2.9",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.9.tgz",
"integrity": "sha512-K6wtAsJhQeD2OjoupV03gWHBqnqhEP9llzFzlnQoXAAZzM1eIT/KAtQEdNY75NO+BESKxaXvQBAU16Tg/1I6uw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -166,20 +166,12 @@
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
"@angular/core": "18.2.13"
},
"peerDependenciesMeta": {
"@angular/core": {
"optional": true
}
}
},
"node_modules/@angular/core": {
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.13.tgz",
"integrity": "sha512-8mbWHMgO95OuFV1Ejy4oKmbe9NOJ3WazQf/f7wks8Bck7pcihd0IKhlPBNjFllbF5o+04EYSwFhEtvEgjMDClA==",
"version": "19.2.9",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.9.tgz",
"integrity": "sha512-73WMvxWll8/nQiAbigDhR27dQ+GjciODY5JVADdneNBSEwcQxi0HirlGzm5wy1TonOu4eTTWkvgV/3YlTOmo4A==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -190,7 +182,7 @@
},
"peerDependencies": {
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
}
},
"node_modules/@babel/code-frame": {
@@ -2680,21 +2672,22 @@
]
},
"node_modules/@shellygo/cypress-test-utils": {
"version": "4.1.19",
"resolved": "https://registry.npmjs.org/@shellygo/cypress-test-utils/-/cypress-test-utils-4.1.19.tgz",
"integrity": "sha512-N/mkNB7UtQ3nB7Hzi53+m/wLMV4daUtiVwQer3JL2nt8F70O2I7V5uOvs28sQO/tms9I1DOhWnMgb6y6inUdRg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@shellygo/cypress-test-utils/-/cypress-test-utils-5.0.0.tgz",
"integrity": "sha512-eHIYNU9cB5uOsUk70puFmTphQ8SnOK0OV0tlGi4R/ArcMasl/DDD+kkAHmaWmc66XHbq5rxW/7C3TxXIrHYlTA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@angular/common": "~18.2.11",
"@angular/compiler": "~18.2.11",
"@angular/core": "~18.2.13",
"@angular/common": "~19.2.7",
"@angular/compiler": "~19.2.7",
"@angular/core": "~19.2.7",
"@cypress/mount-utils": "^4.1.2",
"@lit/react": "^1.0.7",
"@open-wc/lit-helpers": "^0.7.0",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/chai-subset": "^1.3.6",
"@types/react": "^18.3.20",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-html-parser": "^2.0.7",
"axe-core": "^4.10.3",
"chai-subset": "^1.6.0",
@@ -2705,8 +2698,8 @@
"cypress-wait-until": "^3.0.2",
"lit": "^3.1.2",
"ng-dynamic-component": "^10.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "^6.30.0",
"ts-stubber": "^1.0.19"
@@ -2719,6 +2712,56 @@
"cypress": ">=12.17.3"
}
},
"node_modules/@shellygo/cypress-test-utils/node_modules/@types/react": {
"version": "19.1.2",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.2.tgz",
"integrity": "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==",
"dev": true,
"license": "MIT",
"dependencies": {
"csstype": "^3.0.2"
}
},
"node_modules/@shellygo/cypress-test-utils/node_modules/@types/react-dom": {
"version": "19.1.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.3.tgz",
"integrity": "sha512-rJXC08OG0h3W6wDMFxQrZF00Kq6qQvw0djHRdzl3U5DnIERz0MRce3WVc7IS6JYBwtaP/DwYtRRjVlvivNveKg==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"@types/react": "^19.0.0"
}
},
"node_modules/@shellygo/cypress-test-utils/node_modules/react": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
"integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/@shellygo/cypress-test-utils/node_modules/react-dom": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
"integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
"dev": true,
"license": "MIT",
"dependencies": {
"scheduler": "^0.26.0"
},
"peerDependencies": {
"react": "^19.1.0"
}
},
"node_modules/@shellygo/cypress-test-utils/node_modules/scheduler": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
"integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
"dev": true,
"license": "MIT"
},
"node_modules/@simonsmith/cypress-image-snapshot": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/@simonsmith/cypress-image-snapshot/-/cypress-image-snapshot-9.1.0.tgz",

View File

@@ -97,7 +97,7 @@
"@eslint/js": "^9.25.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^4.1.19",
"@shellygo/cypress-test-utils": "^5.0.0",
"@types/codemirror": "^5.60.15",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.17",