@applitools/eyes-storybook 3.62.1 → 3.62.2

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 +73 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.62.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.62.1...js/eyes-storybook@3.62.2) (2025-11-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.13.0
9
+ #### Features
10
+
11
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
12
+ * @applitools/logger bumped to 2.2.5
13
+
14
+ * @applitools/dom-snapshot bumped to 4.15.0
15
+ #### Features
16
+
17
+ * add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
18
+
19
+
20
+
21
+ * @applitools/core-base bumped to 1.29.0
22
+ #### Features
23
+
24
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
25
+
26
+
27
+
28
+ * @applitools/socket bumped to 1.3.6
29
+
30
+ * @applitools/req bumped to 1.8.5
31
+
32
+ * @applitools/image bumped to 1.2.4
33
+
34
+ * @applitools/dom-capture bumped to 11.6.6
35
+ #### Performance Improvements
36
+
37
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
38
+
39
+
40
+
41
+ * @applitools/driver bumped to 1.24.1
42
+
43
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
44
+
45
+ * @applitools/spec-driver-selenium bumped to 1.7.7
46
+
47
+ * @applitools/spec-driver-puppeteer bumped to 1.6.7
48
+
49
+ * @applitools/screenshoter bumped to 3.12.8
50
+
51
+ * @applitools/nml-client bumped to 1.11.10
52
+
53
+ * @applitools/tunnel-client bumped to 1.11.3
54
+
55
+ * @applitools/ufg-client bumped to 1.18.1
56
+
57
+ * @applitools/ec-client bumped to 1.12.12
58
+
59
+ * @applitools/core bumped to 4.52.0
60
+ #### Features
61
+
62
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
63
+
64
+
65
+ #### Performance Improvements
66
+
67
+ * remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
68
+
69
+
70
+
71
+ * @applitools/eyes bumped to 1.36.15
72
+
73
+ * @applitools/test-server bumped to 1.3.4
74
+
75
+
3
76
  ## [3.62.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.62.0...js/eyes-storybook@3.62.1) (2025-11-03)
4
77
 
5
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.62.1",
3
+ "version": "3.62.2",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -59,15 +59,15 @@
59
59
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/core": "4.51.0",
63
- "@applitools/driver": "1.24.0",
64
- "@applitools/eyes": "1.36.14",
62
+ "@applitools/core": "4.52.0",
63
+ "@applitools/driver": "1.24.1",
64
+ "@applitools/eyes": "1.36.15",
65
65
  "@applitools/functional-commons": "1.6.0",
66
- "@applitools/logger": "2.2.4",
66
+ "@applitools/logger": "2.2.5",
67
67
  "@applitools/monitoring-commons": "1.0.19",
68
- "@applitools/spec-driver-puppeteer": "1.6.6",
69
- "@applitools/ufg-client": "1.18.0",
70
- "@applitools/utils": "1.12.0",
68
+ "@applitools/spec-driver-puppeteer": "1.6.7",
69
+ "@applitools/ufg-client": "1.18.1",
70
+ "@applitools/utils": "1.13.0",
71
71
  "@inquirer/prompts": "7.0.1",
72
72
  "boxen": "4.2.0",
73
73
  "chalk": "3.0.0",
@@ -83,7 +83,7 @@
83
83
  "devDependencies": {
84
84
  "@applitools/bongo": "^5.10.0",
85
85
  "@applitools/snaptdout": "^1.1.0",
86
- "@applitools/test-server": "^1.3.3",
86
+ "@applitools/test-server": "^1.3.4",
87
87
  "@applitools/test-utils": "^1.5.17",
88
88
  "@storybook/addon-interactions": "^6.4.18",
89
89
  "@storybook/react": "^6.5.16",