@depup/jsdom 29.0.1-depup.2 → 29.0.1-depup.3

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 (3) hide show
  1. package/README.md +6 -5
  2. package/changes.json +9 -5
  3. package/package.json +14 -10
package/README.md CHANGED
@@ -14,18 +14,19 @@ npm install @depup/jsdom
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [jsdom](https://www.npmjs.com/package/jsdom) @ 29.0.1 |
17
- | Processed | 2026-04-02 |
17
+ | Processed | 2026-04-06 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 4 |
19
+ | Deps updated | 5 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @asamuzakjp/css-color | ^5.0.1 | ^5.1.1 |
26
- | @asamuzakjp/dom-selector | ^7.0.3 | ^7.0.4 |
25
+ | @asamuzakjp/css-color | ^5.0.1 | ^5.1.5 |
26
+ | @asamuzakjp/dom-selector | ^7.0.3 | ^7.0.6 |
27
27
  | @csstools/css-syntax-patches-for-csstree | ^1.1.1 | ^1.1.2 |
28
- | undici | ^7.24.5 | ^8.0.0 |
28
+ | lru-cache | ^11.2.7 | ^11.3.0 |
29
+ | undici | ^7.24.5 | ^8.0.2 |
29
30
 
30
31
  ---
31
32
 
package/changes.json CHANGED
@@ -2,21 +2,25 @@
2
2
  "bumped": {
3
3
  "@asamuzakjp/css-color": {
4
4
  "from": "^5.0.1",
5
- "to": "^5.1.1"
5
+ "to": "^5.1.5"
6
6
  },
7
7
  "@asamuzakjp/dom-selector": {
8
8
  "from": "^7.0.3",
9
- "to": "^7.0.4"
9
+ "to": "^7.0.6"
10
10
  },
11
11
  "@csstools/css-syntax-patches-for-csstree": {
12
12
  "from": "^1.1.1",
13
13
  "to": "^1.1.2"
14
14
  },
15
+ "lru-cache": {
16
+ "from": "^11.2.7",
17
+ "to": "^11.3.0"
18
+ },
15
19
  "undici": {
16
20
  "from": "^7.24.5",
17
- "to": "^8.0.0"
21
+ "to": "^8.0.2"
18
22
  }
19
23
  },
20
- "timestamp": "2026-04-02T12:30:10.015Z",
21
- "totalUpdated": 4
24
+ "timestamp": "2026-04-06T00:42:50.406Z",
25
+ "totalUpdated": 5
22
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/jsdom",
3
- "version": "29.0.1-depup.2",
3
+ "version": "29.0.1-depup.3",
4
4
  "description": "A JavaScript implementation of many web standards (with updated dependencies)",
5
5
  "keywords": [
6
6
  "jsdom",
@@ -29,8 +29,8 @@
29
29
  "url": "git+https://github.com/jsdom/jsdom.git"
30
30
  },
31
31
  "dependencies": {
32
- "@asamuzakjp/css-color": "^5.1.1",
33
- "@asamuzakjp/dom-selector": "^7.0.4",
32
+ "@asamuzakjp/css-color": "^5.1.5",
33
+ "@asamuzakjp/dom-selector": "^7.0.6",
34
34
  "@bramus/specificity": "^2.4.2",
35
35
  "@csstools/css-syntax-patches-for-csstree": "^1.1.2",
36
36
  "@exodus/bytes": "^1.15.0",
@@ -39,12 +39,12 @@
39
39
  "decimal.js": "^10.6.0",
40
40
  "html-encoding-sniffer": "^6.0.0",
41
41
  "is-potential-custom-element-name": "^1.0.1",
42
- "lru-cache": "^11.2.7",
42
+ "lru-cache": "^11.3.0",
43
43
  "parse5": "^8.0.0",
44
44
  "saxes": "^6.0.0",
45
45
  "symbol-tree": "^3.2.4",
46
46
  "tough-cookie": "^6.0.1",
47
- "undici": "^8.0.0",
47
+ "undici": "^8.0.2",
48
48
  "w3c-xmlserializer": "^5.0.0",
49
49
  "webidl-conversions": "^8.0.1",
50
50
  "whatwg-mimetype": "^5.0.0",
@@ -132,25 +132,29 @@
132
132
  "changes": {
133
133
  "@asamuzakjp/css-color": {
134
134
  "from": "^5.0.1",
135
- "to": "^5.1.1"
135
+ "to": "^5.1.5"
136
136
  },
137
137
  "@asamuzakjp/dom-selector": {
138
138
  "from": "^7.0.3",
139
- "to": "^7.0.4"
139
+ "to": "^7.0.6"
140
140
  },
141
141
  "@csstools/css-syntax-patches-for-csstree": {
142
142
  "from": "^1.1.1",
143
143
  "to": "^1.1.2"
144
144
  },
145
+ "lru-cache": {
146
+ "from": "^11.2.7",
147
+ "to": "^11.3.0"
148
+ },
145
149
  "undici": {
146
150
  "from": "^7.24.5",
147
- "to": "^8.0.0"
151
+ "to": "^8.0.2"
148
152
  }
149
153
  },
150
- "depsUpdated": 4,
154
+ "depsUpdated": 5,
151
155
  "originalPackage": "jsdom",
152
156
  "originalVersion": "29.0.1",
153
- "processedAt": "2026-04-02T12:30:15.469Z",
157
+ "processedAt": "2026-04-06T00:42:55.742Z",
154
158
  "smokeTest": "failed"
155
159
  }
156
160
  }