@depup/monaco-editor 0.55.1-depup.0 → 0.55.1-depup.1

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/monaco-editor
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [monaco-editor](https://www.npmjs.com/package/monaco-editor) @ 0.55.1 |
17
- | Processed | 2026-03-18 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 2 |
20
20
 
@@ -23,7 +23,7 @@ npm install @depup/monaco-editor
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | dompurify | 3.2.7 | ^3.3.3 |
26
- | marked | 14.0.0 | ^17.0.4 |
26
+ | marked | 14.0.0 | ^18.0.0 |
27
27
 
28
28
  ---
29
29
 
package/changes.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "bumped": {
3
3
  "marked": {
4
4
  "from": "14.0.0",
5
- "to": "^17.0.4"
5
+ "to": "^18.0.0"
6
6
  },
7
7
  "dompurify": {
8
8
  "from": "3.2.7",
9
9
  "to": "^3.3.3"
10
10
  }
11
11
  },
12
- "timestamp": "2026-03-18T22:41:12.830Z",
12
+ "timestamp": "2026-04-07T08:35:36.679Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/monaco-editor",
3
- "version": "0.55.1-depup.0",
3
+ "version": "0.55.1-depup.1",
4
4
  "vscodeRef": "86f5a62f058e3905f74a9fa65d04b2f3b533408e",
5
5
  "description": "A browser based code editor (with updated dependencies)",
6
6
  "homepage": "https://github.com/microsoft/monaco-editor",
@@ -100,7 +100,7 @@
100
100
  "buffer": false
101
101
  },
102
102
  "dependencies": {
103
- "marked": "^17.0.4",
103
+ "marked": "^18.0.0",
104
104
  "dompurify": "^3.3.3"
105
105
  },
106
106
  "vscodeCommitId": "86f5a62f058e3905f74a9fa65d04b2f3b533408e",
@@ -117,7 +117,7 @@
117
117
  "changes": {
118
118
  "marked": {
119
119
  "from": "14.0.0",
120
- "to": "^17.0.4"
120
+ "to": "^18.0.0"
121
121
  },
122
122
  "dompurify": {
123
123
  "from": "3.2.7",
@@ -127,7 +127,7 @@
127
127
  "depsUpdated": 2,
128
128
  "originalPackage": "monaco-editor",
129
129
  "originalVersion": "0.55.1",
130
- "processedAt": "2026-03-18T22:41:34.999Z",
130
+ "processedAt": "2026-04-07T08:35:48.893Z",
131
131
  "smokeTest": "failed"
132
132
  }
133
133
  }