@applitools/eyes-storybook 3.67.1 → 3.67.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 +51 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.67.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.67.1...js/eyes-storybook@3.67.2) (2026-07-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.2.2
9
+ #### Bug Fixes
10
+
11
+ * CSP-safe sandbox opt-out for the MV3 extension content script | AD-14808 ([#3969](https://github.com/Applitools-Dev/sdk/issues/3969)) ([772aefa](https://github.com/Applitools-Dev/sdk/commit/772aefaa3e2bc1eb345fa8d3f6c91ad0913f82e7))
12
+ * @applitools/core-base bumped to 1.36.2
13
+ #### Bug Fixes
14
+
15
+ * guard logEventBatch against a logger-less event ([#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([bb8c9b2](https://github.com/Applitools-Dev/sdk/commit/bb8c9b242801e08dd573a77e261d5fb4540cd68e))
16
+ * @applitools/dom-snapshot bumped to 4.17.6
17
+
18
+ * @applitools/snippets bumped to 2.9.4
19
+ #### Bug Fixes
20
+
21
+ * bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
22
+
23
+
24
+
25
+ * @applitools/dom-capture bumped to 11.8.4
26
+
27
+ * @applitools/driver bumped to 1.26.6
28
+
29
+ * @applitools/spec-driver-webdriver bumped to 1.6.6
30
+
31
+ * @applitools/spec-driver-selenium bumped to 1.8.6
32
+
33
+ * @applitools/spec-driver-playwright bumped to 1.9.6
34
+
35
+ * @applitools/spec-driver-puppeteer bumped to 1.8.6
36
+
37
+ * @applitools/screenshoter bumped to 3.12.25
38
+
39
+ * @applitools/nml-client bumped to 1.11.36
40
+
41
+ * @applitools/ec-client bumped to 1.12.38
42
+
43
+ * @applitools/core bumped to 4.66.2
44
+ #### Bug Fixes
45
+
46
+ * bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
47
+ * send the old-infra retry in its check's slot | AD-14675 ([#3968](https://github.com/Applitools-Dev/sdk/issues/3968)) ([946b926](https://github.com/Applitools-Dev/sdk/commit/946b92632a511f1ed23f2f65d0382ef8d7177ea7))
48
+
49
+
50
+
51
+ * @applitools/eyes bumped to 1.43.7
52
+
53
+
3
54
  ## [3.67.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.67.0...js/eyes-storybook@3.67.1) (2026-07-08)
4
55
 
5
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.67.1",
3
+ "version": "3.67.2",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -60,13 +60,13 @@
60
60
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
61
61
  },
62
62
  "dependencies": {
63
- "@applitools/core": "4.66.1",
64
- "@applitools/driver": "1.26.5",
65
- "@applitools/eyes": "1.43.6",
63
+ "@applitools/core": "4.66.2",
64
+ "@applitools/driver": "1.26.6",
65
+ "@applitools/eyes": "1.43.7",
66
66
  "@applitools/functional-commons": "1.6.0",
67
67
  "@applitools/logger": "2.3.0",
68
68
  "@applitools/monitoring-commons": "1.0.19",
69
- "@applitools/spec-driver-puppeteer": "1.8.5",
69
+ "@applitools/spec-driver-puppeteer": "1.8.6",
70
70
  "@applitools/ufg-client": "1.22.5",
71
71
  "@applitools/utils": "1.15.1",
72
72
  "@inquirer/prompts": "7.0.1",