@siteimprove/alfa-dom 0.110.0 → 0.112.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @siteimprove/alfa-dom
2
2
 
3
+ ## 0.112.0
4
+
5
+ ## 0.111.0
6
+
3
7
  ## 0.110.0
4
8
 
5
9
  ### Patch Changes
@@ -21,10 +21,8 @@ export declare class Declaration implements Equatable, Serializable {
21
21
  * @remarks
22
22
  * If the declaration is in a style attribute on an element, point to it
23
23
  *
24
- * @remarks
25
- * "owner" use the same vocabulary as attribute's owner
24
+ * "owner" uses the same vocabulary as attribute's owner
26
25
  *
27
- * @remarks
28
26
  * Only one of _parent and _owner should be Some.
29
27
  */
30
28
  private _owner;
@@ -18,10 +18,8 @@ export class Declaration {
18
18
  * @remarks
19
19
  * If the declaration is in a style attribute on an element, point to it
20
20
  *
21
- * @remarks
22
- * "owner" use the same vocabulary as attribute's owner
21
+ * "owner" uses the same vocabulary as attribute's owner
23
22
  *
24
- * @remarks
25
23
  * Only one of _parent and _owner should be Some.
26
24
  */
27
25
  _owner = None;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@siteimprove/alfa-dom",
4
4
  "homepage": "https://alfa.siteimprove.com",
5
- "version": "0.110.0",
5
+ "version": "0.112.0",
6
6
  "license": "MIT",
7
7
  "description": "Implementations of the core DOM and CSSOM node types",
8
8
  "repository": {
@@ -35,37 +35,37 @@
35
35
  "dist/**/*.d.ts"
36
36
  ],
37
37
  "dependencies": {
38
- "@siteimprove/alfa-array": "^0.110.0",
39
- "@siteimprove/alfa-cache": "^0.110.0",
40
- "@siteimprove/alfa-comparable": "^0.110.0",
41
- "@siteimprove/alfa-css": "^0.110.0",
42
- "@siteimprove/alfa-css-feature": "^0.110.0",
43
- "@siteimprove/alfa-device": "^0.110.0",
44
- "@siteimprove/alfa-earl": "^0.110.0",
45
- "@siteimprove/alfa-equatable": "^0.110.0",
46
- "@siteimprove/alfa-flags": "^0.110.0",
47
- "@siteimprove/alfa-iterable": "^0.110.0",
48
- "@siteimprove/alfa-json": "^0.110.0",
49
- "@siteimprove/alfa-lazy": "^0.110.0",
50
- "@siteimprove/alfa-map": "^0.110.0",
51
- "@siteimprove/alfa-option": "^0.110.0",
52
- "@siteimprove/alfa-parser": "^0.110.0",
53
- "@siteimprove/alfa-predicate": "^0.110.0",
54
- "@siteimprove/alfa-rectangle": "^0.110.0",
55
- "@siteimprove/alfa-refinement": "^0.110.0",
56
- "@siteimprove/alfa-result": "^0.110.0",
57
- "@siteimprove/alfa-sarif": "^0.110.0",
58
- "@siteimprove/alfa-selective": "^0.110.0",
59
- "@siteimprove/alfa-sequence": "^0.110.0",
60
- "@siteimprove/alfa-slice": "^0.110.0",
61
- "@siteimprove/alfa-string": "^0.110.0",
62
- "@siteimprove/alfa-trampoline": "^0.110.0",
63
- "@siteimprove/alfa-tree": "^0.110.0"
38
+ "@siteimprove/alfa-array": "^0.112.0",
39
+ "@siteimprove/alfa-cache": "^0.112.0",
40
+ "@siteimprove/alfa-comparable": "^0.112.0",
41
+ "@siteimprove/alfa-css": "^0.112.0",
42
+ "@siteimprove/alfa-css-feature": "^0.112.0",
43
+ "@siteimprove/alfa-device": "^0.112.0",
44
+ "@siteimprove/alfa-earl": "^0.112.0",
45
+ "@siteimprove/alfa-equatable": "^0.112.0",
46
+ "@siteimprove/alfa-flags": "^0.112.0",
47
+ "@siteimprove/alfa-iterable": "^0.112.0",
48
+ "@siteimprove/alfa-json": "^0.112.0",
49
+ "@siteimprove/alfa-lazy": "^0.112.0",
50
+ "@siteimprove/alfa-map": "^0.112.0",
51
+ "@siteimprove/alfa-option": "^0.112.0",
52
+ "@siteimprove/alfa-parser": "^0.112.0",
53
+ "@siteimprove/alfa-predicate": "^0.112.0",
54
+ "@siteimprove/alfa-rectangle": "^0.112.0",
55
+ "@siteimprove/alfa-refinement": "^0.112.0",
56
+ "@siteimprove/alfa-result": "^0.112.0",
57
+ "@siteimprove/alfa-sarif": "^0.112.0",
58
+ "@siteimprove/alfa-selective": "^0.112.0",
59
+ "@siteimprove/alfa-sequence": "^0.112.0",
60
+ "@siteimprove/alfa-slice": "^0.112.0",
61
+ "@siteimprove/alfa-string": "^0.112.0",
62
+ "@siteimprove/alfa-trampoline": "^0.112.0",
63
+ "@siteimprove/alfa-tree": "^0.112.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@siteimprove/alfa-test": "^0.110.0",
66
+ "@siteimprove/alfa-test": "^0.112.0",
67
67
  "@types/jsdom": "^27.0.0",
68
- "jsdom": "^27.4.0"
68
+ "jsdom": "^28.1.0"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public",