eyes_capybara 6.6.7 → 6.6.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea0a246e7ad191488210926ff27470b69ca627be34861aab2de2cf5db9fc3cc8
4
- data.tar.gz: 84ccddb697e60d987ebfe7086eb8d74133ee196e367b491479f81d6078b505d9
3
+ metadata.gz: f32950155dd4d063418339b489dff51629c3f35f75aee4b3c9589b04db61cbe3
4
+ data.tar.gz: 3a5597df45752a58a1c14eb603110f31fda08157c0aefe6778db97daa331a492
5
5
  SHA512:
6
- metadata.gz: 1612d2431bfec49d66fc292bc1de9dee5a012ea15d89911ae97100cd4a6c21417d4b178fce91fccb77a23977a260d073a64f967642cdd2003848fc236a24f641
7
- data.tar.gz: 353d67606557883a44746989fe54b5372db1f62a5b7d227eb00f850fb9f7dab51829c6f6f2602414a56628c17eaa31db72f4635c0e6bc132ed67247c3119ecd5
6
+ metadata.gz: '099167397a17833f762ffa4a1bfaf703061f394f7524576e3194bfb3ce295e099839016e3ef3eb8be2dabab68267877c8c4cb966717ec18430789c94e3a574b3'
7
+ data.tar.gz: 528399d08c876dc81738936b9af60cc3329e1ae631f72e15e94b007e0c3aaf247c97216fbbf504bdbfb1b3ef636a04d7a04902088fb74c0e665201ed421a7a31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.7...ruby/eyes_capybara@6.6.8) (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/dom-snapshot bumped to 4.15.0
13
+ #### Features
14
+
15
+ * 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))
16
+
17
+
18
+
19
+ * @applitools/dom-capture bumped to 11.6.6
20
+ #### Performance Improvements
21
+
22
+ * 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))
23
+
24
+
25
+
26
+ * @applitools/core-base bumped to 1.29.0
27
+ #### Features
28
+
29
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
30
+
31
+
32
+
33
+ * @applitools/core bumped to 4.52.0
34
+ #### Features
35
+
36
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
37
+
38
+
39
+ #### Performance Improvements
40
+
41
+ * 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))
42
+
43
+
44
+
45
+ * @applitools/logger bumped to 2.2.5
46
+
47
+ * @applitools/socket bumped to 1.3.6
48
+
49
+ * @applitools/req bumped to 1.8.5
50
+
51
+ * @applitools/image bumped to 1.2.4
52
+
53
+ * @applitools/driver bumped to 1.24.1
54
+
55
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
56
+
57
+ * @applitools/spec-driver-selenium bumped to 1.7.7
58
+
59
+ * @applitools/spec-driver-puppeteer bumped to 1.6.7
60
+
61
+ * @applitools/screenshoter bumped to 3.12.8
62
+
63
+ * @applitools/nml-client bumped to 1.11.10
64
+
65
+ * @applitools/tunnel-client bumped to 1.11.3
66
+
67
+ * @applitools/ufg-client bumped to 1.18.1
68
+
69
+ * @applitools/ec-client bumped to 1.12.12
70
+
71
+ * eyes_universal bumped to 4.52.0
72
+
73
+ * eyes_core bumped to 6.9.8
74
+
75
+ * eyes_selenium bumped to 6.12.8
76
+
77
+ * @applitools/test-server bumped to 1.3.4
78
+
79
+
3
80
  ## [6.6.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.6...ruby/eyes_capybara@6.6.7) (2025-11-03)
4
81
 
5
82
 
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_selenium', "= 6.12.7"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.8"
31
31
  spec.add_dependency 'capybara'
32
32
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.6.7'.freeze
5
+ VERSION = '6.6.8'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.6.7
4
+ version: 6.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-03 00:00:00.000000000 Z
11
+ date: 2025-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.12.7
19
+ version: 6.12.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.12.7
26
+ version: 6.12.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement