mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update dependency cypress to v16
See associated pull request for more information.
This commit is contained in:
committed by
Kristiyan Kostadinov
parent
bc0fd20d55
commit
25317c3837
@@ -79,7 +79,9 @@ describe('Search items in component tree', () => {
|
||||
});
|
||||
|
||||
it('should select correct node on enter', () => {
|
||||
inputSearchText('todo{enter}');
|
||||
inputSearchText('todo');
|
||||
checkSearchedNodesLength('.matched-text', 4);
|
||||
inputSearchText('{enter}');
|
||||
checkSearchedNodesLength('.selected', 1);
|
||||
|
||||
// should show correct buttons in breadcrumbs
|
||||
|
||||
+1
-1
@@ -148,7 +148,7 @@
|
||||
"cldr": "8.0.0",
|
||||
"cldrjs": "0.5.5",
|
||||
"conventional-changelog": "^8.0.0",
|
||||
"cypress": "15.21.1",
|
||||
"cypress": "16.0.0",
|
||||
"firebase-tools": "^15.0.0",
|
||||
"get-tsconfig": "^4.10.1",
|
||||
"gulp": "^5.0.0",
|
||||
|
||||
Generated
+6
-6
@@ -404,8 +404,8 @@ importers:
|
||||
specifier: ^8.0.0
|
||||
version: 8.1.3
|
||||
cypress:
|
||||
specifier: 15.21.1
|
||||
version: 15.21.1(bufferutil@4.1.0)
|
||||
specifier: 16.0.0
|
||||
version: 16.0.0(bufferutil@4.1.0)
|
||||
firebase-tools:
|
||||
specifier: ^15.0.0
|
||||
version: 15.28.2(@types/node@20.19.43)(bufferutil@4.1.0)(encoding@0.1.13)(supports-color@11.0.0)(utf-8-validate@6.0.6)
|
||||
@@ -6140,9 +6140,9 @@ packages:
|
||||
custom-event@1.0.1:
|
||||
resolution: {integrity: sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==}
|
||||
|
||||
cypress@15.21.1:
|
||||
resolution: {integrity: sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw==}
|
||||
engines: {node: ^20.1.0 || ^22.0.0 || >=24.0.0}
|
||||
cypress@16.0.0:
|
||||
resolution: {integrity: sha512-/H3zsayGwIGboFIiLWaXxy6ADmCdWy5QjjDBZgslCvjIgYAf1DkZerwAM7wXMPSpfpQ4w+lGjFlmwneRBpg27g==}
|
||||
engines: {node: ^22.0.0 || ^24.0.0 || >=26.0.0}
|
||||
hasBin: true
|
||||
|
||||
cytoscape-cose-bilkent@4.1.0:
|
||||
@@ -16556,7 +16556,7 @@ snapshots:
|
||||
|
||||
custom-event@1.0.1: {}
|
||||
|
||||
cypress@15.21.1(bufferutil@4.1.0):
|
||||
cypress@16.0.0(bufferutil@4.1.0):
|
||||
dependencies:
|
||||
'@cypress/request': 4.0.1
|
||||
'@cypress/xvfb': 1.2.4(supports-color@8.1.1)
|
||||
|
||||
Reference in New Issue
Block a user