From 25317c38370c3d5f1cee54793fa776053b26ed79 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 4 Sep 2026 06:51:02 +0000 Subject: [PATCH] build: update dependency cypress to v16 See associated pull request for more information. --- devtools/cypress/integration/node-search.e2e.js | 4 +++- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devtools/cypress/integration/node-search.e2e.js b/devtools/cypress/integration/node-search.e2e.js index 5ee6cc08917..16acbd5eb92 100644 --- a/devtools/cypress/integration/node-search.e2e.js +++ b/devtools/cypress/integration/node-search.e2e.js @@ -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 diff --git a/package.json b/package.json index 55e66d726ce..04a854ef7e6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f2cff14e01..4c0924a6f5c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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)