@depup/react-email__render 2.1.0-depup.4 → 2.1.0-depup.5

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/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/react-email__render
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@react-email/render](https://www.npmjs.com/package/@react-email/render) @ 2.1.0 |
17
- | Processed | 2026-07-21 |
17
+ | Processed | 2026-09-08 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 3 |
20
20
 
@@ -22,8 +22,8 @@ npm install @depup/react-email__render
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | entities | ^4.5.0 | ^8.0.0 |
26
- | html-to-text | ^9.0.5 | ^10.0.0 |
25
+ | entities | ^4.5.0 | ^8.1.0 |
26
+ | html-to-text | ^9.0.5 | ^10.0.1 |
27
27
  | prettier | ^3.5.3 | ^3.9.6 |
28
28
 
29
29
  ---
package/changes.json CHANGED
@@ -2,17 +2,17 @@
2
2
  "bumped": {
3
3
  "entities": {
4
4
  "from": "^4.5.0",
5
- "to": "^8.0.0"
5
+ "to": "^8.1.0"
6
6
  },
7
7
  "html-to-text": {
8
8
  "from": "^9.0.5",
9
- "to": "^10.0.0"
9
+ "to": "^10.0.1"
10
10
  },
11
11
  "prettier": {
12
12
  "from": "^3.5.3",
13
13
  "to": "^3.9.6"
14
14
  }
15
15
  },
16
- "timestamp": "2026-07-21T16:06:58.573Z",
16
+ "timestamp": "2026-09-08T00:32:18.584Z",
17
17
  "totalUpdated": 3
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/react-email__render",
3
- "version": "2.1.0-depup.4",
3
+ "version": "2.1.0-depup.5",
4
4
  "description": "Transform React components into HTML email templates (with updated dependencies)",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/browser/index.cjs",
@@ -119,8 +119,8 @@
119
119
  "node": ">=20.0.0"
120
120
  },
121
121
  "dependencies": {
122
- "entities": "^8.0.0",
123
- "html-to-text": "^10.0.0",
122
+ "entities": "^8.1.0",
123
+ "html-to-text": "^10.0.1",
124
124
  "html5parser": "^3.0.0",
125
125
  "prettier": "^3.9.6"
126
126
  },
@@ -153,11 +153,11 @@
153
153
  "changes": {
154
154
  "entities": {
155
155
  "from": "^4.5.0",
156
- "to": "^8.0.0"
156
+ "to": "^8.1.0"
157
157
  },
158
158
  "html-to-text": {
159
159
  "from": "^9.0.5",
160
- "to": "^10.0.0"
160
+ "to": "^10.0.1"
161
161
  },
162
162
  "prettier": {
163
163
  "from": "^3.5.3",
@@ -167,7 +167,7 @@
167
167
  "depsUpdated": 3,
168
168
  "originalPackage": "@react-email/render",
169
169
  "originalVersion": "2.1.0",
170
- "processedAt": "2026-07-21T16:07:09.034Z",
170
+ "processedAt": "2026-09-08T00:32:28.498Z",
171
171
  "smokeTest": "failed"
172
172
  }
173
173
  }