@uuv/cypress 2.48.0 → 2.50.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 +26 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # [2.50.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.49.0...runner-cypress-v2.50.0) (2025-02-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * **assistant:** update dependency antd to v5.24.0 ([420fa88](https://github.com/e2e-test-quest/uuv/commit/420fa88c4d73b95f5b8be677a801200b033e22e1))
7
+ * **deps:** update dependency @cucumber/gherkin to v31 ([f661a82](https://github.com/e2e-test-quest/uuv/commit/f661a825045b94d3cb7f578266a9872cdd84f02a))
8
+ * **runner-playwright:** update dependency axe-playwright to v2.1.0 ([dfb261a](https://github.com/e2e-test-quest/uuv/commit/dfb261acae0584f696e26c2ce0b10e06e9064e72))
9
+
10
+ # [2.49.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.48.0...runner-cypress-v2.49.0) (2025-02-02)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **runner-cypress:** update testing-library monorepo ([be9645a](https://github.com/e2e-test-quest/uuv/commit/be9645a58812eb51ea6a445e5fb8504f4e201420))
16
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.2 ([3612d07](https://github.com/e2e-test-quest/uuv/commit/3612d0774a30b23a8f520f33733577117fb7b067))
17
+ * **runner-playwright:** update dependency typescript to v5.7.3 ([6402d29](https://github.com/e2e-test-quest/uuv/commit/6402d29ddb24bc38e33af4efb5bea5923c032fd0))
18
+ * update package-lock too, [#954](https://github.com/e2e-test-quest/uuv/issues/954) ([c2b8ecd](https://github.com/e2e-test-quest/uuv/commit/c2b8ecd123733b6fc253977e35f6b65001adae41))
19
+
20
+
21
+ ### Features
22
+
23
+ * **runner-cypress:** update dependency cypress-axe to v1.6.0 ([637762b](https://github.com/e2e-test-quest/uuv/commit/637762b35a2d39dd9de9930a87c49d17cd8882c8))
24
+ * **runner-cypress:** update dependency cypress-real-events to v1.14.0 ([0e6b3a5](https://github.com/e2e-test-quest/uuv/commit/0e6b3a501e55098d4b48d97fb3b98b675ceee02d))
25
+ * **runner-playwright:** update playwright monorepo to v1.50.1 ([0b8d9b1](https://github.com/e2e-test-quest/uuv/commit/0b8d9b1ffc8876693ed80dcb80580c3480b798b7))
26
+
1
27
  # [2.48.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.47.0...runner-cypress-v2.48.0) (2025-01-13)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.48.0",
3
+ "version": "2.50.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",
@@ -46,13 +46,13 @@
46
46
  "dependencies": {
47
47
  "@badeball/cypress-cucumber-preprocessor": "20.1.2",
48
48
  "@cypress/webpack-preprocessor": "6.0.2",
49
- "@testing-library/cypress": "10.0.2",
50
- "@uuv/a11y": "1.0.0-beta.60",
51
- "@uuv/runner-commons": "2.42.0",
49
+ "@testing-library/cypress": "10.0.3",
50
+ "@uuv/a11y": "1.0.0-beta.62",
51
+ "@uuv/runner-commons": "2.44.0",
52
52
  "axe-core": "4.10.2",
53
53
  "chai-subset": "^1.6.0",
54
54
  "cypress": "13.17.0",
55
- "cypress-axe": "1.5.0",
55
+ "cypress-axe": "1.6.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "is-admin": "4.0.0",
58
58
  "junit-report-merger": "^7.0.0",
@@ -60,7 +60,7 @@
60
60
  "multiple-cucumber-html-reporter": "3.9.0",
61
61
  "path-browserify": "^1.0.1",
62
62
  "ts-node": "10.9.2",
63
- "typescript": "5.7.2",
63
+ "typescript": "5.7.3",
64
64
  "webpack": "5.97.1"
65
65
  },
66
66
  "types": "./dist/index.d.ts",
@@ -104,7 +104,7 @@
104
104
  "@types/node": "20.12.12",
105
105
  "chalk": "^4.1.2",
106
106
  "cross-env": "7.0.3",
107
- "eslint-plugin-cypress": "2.15.2",
107
+ "eslint-plugin-cypress": "4.1.0",
108
108
  "ts-loader": "9.5.2",
109
109
  "tsconfig-paths": "4.2.0"
110
110
  }