@uuv/cypress 2.52.1 → 2.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # [2.53.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.52.1...runner-cypress-v2.53.0) (2025-03-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6.0.4 ([eee7215](https://github.com/e2e-test-quest/uuv/commit/eee7215613a276a5ab854a0a024b318c4335ca61))
7
+ * **runner-playwright:** update dependency nanoid to v3.3.11 ([c2adcce](https://github.com/e2e-test-quest/uuv/commit/c2adcceb0cadf44786a32f7531bc4a46c81d5463))
8
+
9
+
10
+ ### Features
11
+
12
+ * **runner-playwright:** update playwright monorepo to v1.51.1 ([3f0f81f](https://github.com/e2e-test-quest/uuv/commit/3f0f81fe901fb8e77c7739857389831188ec5620))
13
+
1
14
  ## [2.52.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.52.0...runner-cypress-v2.52.1) (2025-03-16)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.52.1",
3
+ "version": "2.53.0",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
@@ -45,10 +45,10 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@badeball/cypress-cucumber-preprocessor": "20.1.2",
48
- "@cypress/webpack-preprocessor": "6.0.2",
48
+ "@cypress/webpack-preprocessor": "6.0.4",
49
49
  "@testing-library/cypress": "10.0.3",
50
- "@uuv/a11y": "1.0.0-beta.66",
51
- "@uuv/runner-commons": "2.46.1",
50
+ "@uuv/a11y": "1.0.0-beta.67",
51
+ "@uuv/runner-commons": "2.47.0",
52
52
  "axe-core": "4.10.3",
53
53
  "chai-subset": "^1.6.0",
54
54
  "cypress": "13.17.0",