diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2f2378305926..ed96315e7db9 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -8,6 +8,10 @@ _Released 1/2/2024 (PENDING)_ - Now 'node_modules' will not be ignored if a project path or a provided path to spec files contains it. Fixes [#23616](https://github.com/cypress-io/cypress/issues/23616). - When generating assertions via Cypress Studio, the preview of the generated assertions now correctly displays the past tense of 'expected' instead of 'expect'. Fixed in [#28593](https://github.com/cypress-io/cypress/pull/28593). +**Dependency Updates:** + +- Updated `@cypress/unique-selector` to include a performance optimization. It's possible this could improve performance of the selector playground. Addressed in [#28571](https://github.com/cypress-io/cypress/pull/28571). + ## 13.6.2 _Released 12/26/2023_ diff --git a/packages/driver/package.json b/packages/driver/package.json index ca196c19ff95..315bdd6b90c2 100644 --- a/packages/driver/package.json +++ b/packages/driver/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@babel/code-frame": "7.8.3", "@cypress/sinon-chai": "2.9.1", - "@cypress/unique-selector": "0.4.4", + "@cypress/unique-selector": "0.0.5", "@cypress/webpack-dev-server": "0.0.0-development", "@cypress/webpack-preprocessor": "0.0.0-development", "@cypress/what-is-circular": "1.0.1", diff --git a/yarn.lock b/yarn.lock index 9f637918c4b9..e18e85c33a92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2502,10 +2502,10 @@ resolved "https://registry.yarnpkg.com/@cypress/snapbuild-windows-64/-/snapbuild-windows-64-1.0.2.tgz#cdca8da74f20e5b2926a06b4d2b91ebbe444694e" integrity sha512-5GPLRFLKFz6sn/Nh44s7aWpj18LQBmIh086wbVhGk4RlM29C9iDk3xobAy4WNJbAdLXZsutOT7BtkiRRlEfwtw== -"@cypress/unique-selector@0.4.4": - version "0.4.4" - resolved "https://registry.yarnpkg.com/@cypress/unique-selector/-/unique-selector-0.4.4.tgz#5e14be46ba5d7a4dad8eda07c0fd431a99227d83" - integrity sha512-hAvSShXUzIRpYDJNIC/OoQA/8stGcYGG2surkY/pMVElqWmAcfccjOWYbuii/ktP8zqUcPzxWKWCuFauJYWEfQ== +"@cypress/unique-selector@0.0.5": + version "0.0.5" + resolved "https://registry.yarnpkg.com/@cypress/unique-selector/-/unique-selector-0.0.5.tgz#1ce7889dd9ffe47e8b39d31da3a6b7e9a0c9c93d" + integrity sha512-WS1M1arFAcl2v+A4OHT4ZPAXQgoQuVwM4quyZZQUmJsshXZqbTFyT918WQujC6yikOddZgiVGk46CIBGoCMnow== dependencies: css.escape "^1.5.1"