@applitools/eyes-storybook 3.47.4 → 3.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 +140 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,145 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.49.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook-v3.48.2...js/eyes-storybook@3.49.0) (2024-04-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * added notification about outdated sdk version ([#2012](https://github.com/Applitools-Dev/sdk/issues/2012)) ([0f0a646](https://github.com/Applitools-Dev/sdk/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add .cmd for storybook binary for windows for local binaries ([#1964](https://github.com/Applitools-Dev/sdk/issues/1964)) ([b6ee7d9](https://github.com/Applitools-Dev/sdk/commit/b6ee7d90d13a85f4ccc999cdcbaedb868d94b307))
14
+ * lodash.pick vulnerability ([#2169](https://github.com/Applitools-Dev/sdk/issues/2169)) ([7354088](https://github.com/Applitools-Dev/sdk/commit/735408874e4917f5e9b086e1796f84101fd1f304))
15
+ * storybook upgrade puppeteer ([#2260](https://github.com/Applitools-Dev/sdk/issues/2260)) ([cb419a5](https://github.com/Applitools-Dev/sdk/commit/cb419a541cdfefaf7ab01727647ee40a002cb78a))
16
+
17
+
18
+ ### Code Refactoring
19
+
20
+ * fix safe selector generation ([#2072](https://github.com/Applitools-Dev/sdk/issues/2072)) ([373f11b](https://github.com/Applitools-Dev/sdk/commit/373f11b0dfea6eab417eb7077e0cfec79877dc1b))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/utils bumped to 1.7.1
26
+ #### Bug Fixes
27
+
28
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
29
+ * @applitools/logger bumped to 2.0.15
30
+
31
+ * @applitools/req bumped to 1.6.6
32
+
33
+ * @applitools/image bumped to 1.1.10
34
+
35
+ * @applitools/spec-driver-webdriver bumped to 1.1.4
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.4.4
38
+
39
+ * @applitools/screenshoter bumped to 3.8.28
40
+
41
+ * @applitools/tunnel-client bumped to 1.5.1
42
+ #### Bug Fixes
43
+
44
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
45
+
46
+
47
+
48
+ * @applitools/ec-client bumped to 1.8.1
49
+ #### Bug Fixes
50
+
51
+ * change tunnel idle timeout to 20 seconds ([#2318](https://github.com/Applitools-Dev/sdk/issues/2318)) ([9b3873c](https://github.com/Applitools-Dev/sdk/commit/9b3873c180a130a01212d857b084efe51d6d30a4))
52
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
53
+
54
+
55
+
56
+ * @applitools/socket bumped to 1.1.15
57
+
58
+ * @applitools/spec-driver-selenium bumped to 1.5.75
59
+
60
+ * @applitools/driver bumped to 1.16.6
61
+
62
+ * @applitools/nml-client bumped to 1.8.1
63
+
64
+ * @applitools/ufg-client bumped to 1.11.1
65
+
66
+ * @applitools/core-base bumped to 1.11.1
67
+
68
+ * @applitools/core bumped to 4.12.2
69
+ #### Bug Fixes
70
+
71
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
72
+
73
+
74
+
75
+
76
+ ## [3.48.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.48.0...js/eyes-storybook@3.48.1) (2024-04-01)
77
+
78
+
79
+ ### Dependencies
80
+
81
+ * @applitools/spec-driver-selenium bumped to 1.5.74
82
+ #### Bug Fixes
83
+
84
+ * trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
85
+ * @applitools/core-base bumped to 1.10.1
86
+ #### Bug Fixes
87
+
88
+ * trigger JS release ([6022ac8](https://github.com/Applitools-Dev/sdk/commit/6022ac85626287a37101b65732e9d46c63bbd8b8))
89
+ * @applitools/ec-client bumped to 1.7.32
90
+
91
+ * @applitools/core bumped to 4.11.1
92
+
93
+
94
+ ## [3.48.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook-v3.47.5...js/eyes-storybook@3.48.0) (2024-03-31)
95
+
96
+
97
+ ### Features
98
+
99
+ * added notification about outdated sdk version ([#2012](https://github.com/Applitools-Dev/sdk/issues/2012)) ([0f0a646](https://github.com/Applitools-Dev/sdk/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * add .cmd for storybook binary for windows for local binaries ([#1964](https://github.com/Applitools-Dev/sdk/issues/1964)) ([b6ee7d9](https://github.com/Applitools-Dev/sdk/commit/b6ee7d90d13a85f4ccc999cdcbaedb868d94b307))
105
+ * docs for eyes setup and concurrency message output ([#1953](https://github.com/Applitools-Dev/sdk/issues/1953)) ([13704da](https://github.com/Applitools-Dev/sdk/commit/13704dac39fa899c5e8bdb268539cd46aee5ccfb))
106
+ * lodash.pick vulnerability ([#2169](https://github.com/Applitools-Dev/sdk/issues/2169)) ([7354088](https://github.com/Applitools-Dev/sdk/commit/735408874e4917f5e9b086e1796f84101fd1f304))
107
+ * storybook upgrade puppeteer ([#2260](https://github.com/Applitools-Dev/sdk/issues/2260)) ([cb419a5](https://github.com/Applitools-Dev/sdk/commit/cb419a541cdfefaf7ab01727647ee40a002cb78a))
108
+
109
+
110
+ ### Code Refactoring
111
+
112
+ * fix safe selector generation ([#2072](https://github.com/Applitools-Dev/sdk/issues/2072)) ([373f11b](https://github.com/Applitools-Dev/sdk/commit/373f11b0dfea6eab417eb7077e0cfec79877dc1b))
113
+
114
+
115
+ ### Dependencies
116
+
117
+ * @applitools/spec-driver-selenium bumped to 1.5.73
118
+ #### Bug Fixes
119
+
120
+ * remove getSessionDetails call in JS Selenium ([#2280](https://github.com/Applitools-Dev/sdk/issues/2280)) ([d15748f](https://github.com/Applitools-Dev/sdk/commit/d15748f68c931f2f84c13efd8472399c1ff72e25))
121
+ * @applitools/core-base bumped to 1.10.0
122
+ #### Features
123
+
124
+ * Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
125
+ * batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
126
+ * send heartbeat to keep test alive ([#2246](https://github.com/Applitools-Dev/sdk/issues/2246)) ([58636e7](https://github.com/Applitools-Dev/sdk/commit/58636e7dd353f06eb2b3bee1120ab81c3f9fcc94))
127
+
128
+
129
+ #### Bug Fixes
130
+
131
+ * retry Eyes request on ECONNREFUSED to improve stability during deployment ([d1e4dca](https://github.com/Applitools-Dev/sdk/commit/d1e4dcae79185578808b4f2c5f94fa79d7d914a3))
132
+ * @applitools/ec-client bumped to 1.7.31
133
+
134
+ * @applitools/core bumped to 4.11.0
135
+ #### Features
136
+
137
+ * Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
138
+ * batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
139
+
140
+
141
+
142
+
3
143
  ## [3.47.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.47.3...js/eyes-storybook@3.47.4) (2024-03-18)
4
144
 
5
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.47.4",
3
+ "version": "3.49.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -54,14 +54,14 @@
54
54
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.10.2",
58
- "@applitools/driver": "1.16.5",
57
+ "@applitools/core": "4.12.2",
58
+ "@applitools/driver": "1.16.6",
59
59
  "@applitools/functional-commons": "1.6.0",
60
- "@applitools/logger": "2.0.14",
60
+ "@applitools/logger": "2.0.15",
61
61
  "@applitools/monitoring-commons": "1.0.19",
62
- "@applitools/spec-driver-puppeteer": "1.4.3",
63
- "@applitools/ufg-client": "1.10.2",
64
- "@applitools/utils": "1.7.0",
62
+ "@applitools/spec-driver-puppeteer": "1.4.4",
63
+ "@applitools/ufg-client": "1.11.1",
64
+ "@applitools/utils": "1.7.1",
65
65
  "boxen": "4.2.0",
66
66
  "chalk": "3.0.0",
67
67
  "detect-port": "1.3.0",