@uuv/cypress 2.47.0 → 2.49.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 +29 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ # [2.49.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.48.0...runner-cypress-v2.49.0) (2025-02-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-cypress:** update testing-library monorepo ([be9645a](https://github.com/e2e-test-quest/uuv/commit/be9645a58812eb51ea6a445e5fb8504f4e201420))
7
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.2 ([3612d07](https://github.com/e2e-test-quest/uuv/commit/3612d0774a30b23a8f520f33733577117fb7b067))
8
+ * **runner-playwright:** update dependency typescript to v5.7.3 ([6402d29](https://github.com/e2e-test-quest/uuv/commit/6402d29ddb24bc38e33af4efb5bea5923c032fd0))
9
+ * update package-lock too, [#954](https://github.com/e2e-test-quest/uuv/issues/954) ([c2b8ecd](https://github.com/e2e-test-quest/uuv/commit/c2b8ecd123733b6fc253977e35f6b65001adae41))
10
+
11
+
12
+ ### Features
13
+
14
+ * **runner-cypress:** update dependency cypress-axe to v1.6.0 ([637762b](https://github.com/e2e-test-quest/uuv/commit/637762b35a2d39dd9de9930a87c49d17cd8882c8))
15
+ * **runner-cypress:** update dependency cypress-real-events to v1.14.0 ([0e6b3a5](https://github.com/e2e-test-quest/uuv/commit/0e6b3a501e55098d4b48d97fb3b98b675ceee02d))
16
+ * **runner-playwright:** update playwright monorepo to v1.50.1 ([0b8d9b1](https://github.com/e2e-test-quest/uuv/commit/0b8d9b1ffc8876693ed80dcb80580c3480b798b7))
17
+
18
+ # [2.48.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.47.0...runner-cypress-v2.48.0) (2025-01-13)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **assistant:** update dependency @codemirror/view to v6.36.2 ([63b0594](https://github.com/e2e-test-quest/uuv/commit/63b05944448f5d7338bab42faca9d8ee47cb93c6))
24
+
25
+
26
+ ### Features
27
+
28
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.0 ([ae6f840](https://github.com/e2e-test-quest/uuv/commit/ae6f840742357b5c513c72177082a59770328b27))
29
+
1
30
  # [2.47.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.46.0...runner-cypress-v2.47.0) (2025-01-05)
2
31
 
3
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.47.0",
3
+ "version": "2.49.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,21 +46,21 @@
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.59",
51
- "@uuv/runner-commons": "2.41.0",
49
+ "@testing-library/cypress": "10.0.3",
50
+ "@uuv/a11y": "1.0.0-beta.61",
51
+ "@uuv/runner-commons": "2.43.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",
59
59
  "lodash": "^4.17.21",
60
- "multiple-cucumber-html-reporter": "3.8.0",
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,8 +104,8 @@
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",
108
- "ts-loader": "9.4.2",
107
+ "eslint-plugin-cypress": "4.1.0",
108
+ "ts-loader": "9.5.2",
109
109
  "tsconfig-paths": "4.2.0"
110
110
  }
111
111
  }