@rollup/wasm-node 4.17.2 → 4.18.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.17.2
4
- Tue, 30 Apr 2024 05:00:09 GMT - commit 5e955a1c2c5e080f80f20f650da9b44909d65d56
3
+ Rollup.js v4.18.1
4
+ Mon, 08 Jul 2024 15:24:39 GMT - commit 21f9a4949358b60801c948cd4777d7a39d9e6de0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.17.2
4
- Tue, 30 Apr 2024 05:00:09 GMT - commit 5e955a1c2c5e080f80f20f650da9b44909d65d56
3
+ Rollup.js v4.18.1
4
+ Mon, 08 Jul 2024 15:24:39 GMT - commit 21f9a4949358b60801c948cd4777d7a39d9e6de0
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -215,7 +215,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
215
215
  takeObject(arg0);
216
216
  };
217
217
 
218
- module.exports.__wbg_crypto_566d7465cdbb6b7a = function(arg0) {
218
+ module.exports.__wbg_crypto_1d1f22824a6a080c = function(arg0) {
219
219
  const ret = getObject(arg0).crypto;
220
220
  return addHeapObject(ret);
221
221
  };
@@ -226,17 +226,17 @@ module.exports.__wbindgen_is_object = function(arg0) {
226
226
  return ret;
227
227
  };
228
228
 
229
- module.exports.__wbg_process_dc09a8c7d59982f6 = function(arg0) {
229
+ module.exports.__wbg_process_4a72847cc503995b = function(arg0) {
230
230
  const ret = getObject(arg0).process;
231
231
  return addHeapObject(ret);
232
232
  };
233
233
 
234
- module.exports.__wbg_versions_d98c6400c6ca2bd8 = function(arg0) {
234
+ module.exports.__wbg_versions_f686565e586dd935 = function(arg0) {
235
235
  const ret = getObject(arg0).versions;
236
236
  return addHeapObject(ret);
237
237
  };
238
238
 
239
- module.exports.__wbg_node_caaf83d002149bd5 = function(arg0) {
239
+ module.exports.__wbg_node_104a2ff8d6ea03a2 = function(arg0) {
240
240
  const ret = getObject(arg0).node;
241
241
  return addHeapObject(ret);
242
242
  };
@@ -246,12 +246,7 @@ module.exports.__wbindgen_is_string = function(arg0) {
246
246
  return ret;
247
247
  };
248
248
 
249
- module.exports.__wbg_msCrypto_0b84745e9245cdf6 = function(arg0) {
250
- const ret = getObject(arg0).msCrypto;
251
- return addHeapObject(ret);
252
- };
253
-
254
- module.exports.__wbg_require_94a9da52636aacbf = function() { return handleError(function () {
249
+ module.exports.__wbg_require_cca90b1a94a0255b = function() { return handleError(function () {
255
250
  const ret = module.require;
256
251
  return addHeapObject(ret);
257
252
  }, arguments) };
@@ -266,11 +261,16 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
266
261
  return addHeapObject(ret);
267
262
  };
268
263
 
269
- module.exports.__wbg_randomFillSync_290977693942bf03 = function() { return handleError(function (arg0, arg1) {
264
+ module.exports.__wbg_msCrypto_eb05e62b530a1508 = function(arg0) {
265
+ const ret = getObject(arg0).msCrypto;
266
+ return addHeapObject(ret);
267
+ };
268
+
269
+ module.exports.__wbg_randomFillSync_5c9c955aa56b6049 = function() { return handleError(function (arg0, arg1) {
270
270
  getObject(arg0).randomFillSync(takeObject(arg1));
271
271
  }, arguments) };
272
272
 
273
- module.exports.__wbg_getRandomValues_260cc23a41afad9a = function() { return handleError(function (arg0, arg1) {
273
+ module.exports.__wbg_getRandomValues_3aa56aa6edec874c = function() { return handleError(function (arg0, arg1) {
274
274
  getObject(arg0).getRandomValues(getObject(arg1));
275
275
  }, arguments) };
276
276
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.17.2",
3
+ "version": "4.18.1",
4
4
  "description": "Next-generation ES module bundler with Node wasm",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -33,38 +33,39 @@
33
33
  "core-js": "We only update manually as every update requires a snapshot update"
34
34
  },
35
35
  "devDependencies": {
36
- "@codemirror/commands": "^6.5.0",
36
+ "@codemirror/commands": "^6.6.0",
37
37
  "@codemirror/lang-javascript": "^6.2.2",
38
- "@codemirror/language": "^6.10.1",
38
+ "@codemirror/language": "^6.10.2",
39
39
  "@codemirror/search": "^6.5.6",
40
40
  "@codemirror/state": "^6.4.1",
41
- "@codemirror/view": "^6.26.3",
41
+ "@codemirror/view": "^6.28.3",
42
42
  "@jridgewell/sourcemap-codec": "^1.4.15",
43
- "@mermaid-js/mermaid-cli": "^10.8.0",
44
- "@napi-rs/cli": "^2.18.2",
43
+ "@mermaid-js/mermaid-cli": "^10.9.1",
44
+ "@napi-rs/cli": "^2.18.4",
45
45
  "@rollup/plugin-alias": "^5.1.0",
46
46
  "@rollup/plugin-buble": "^1.0.3",
47
- "@rollup/plugin-commonjs": "^25.0.7",
47
+ "@rollup/plugin-commonjs": "^26.0.1",
48
48
  "@rollup/plugin-json": "^6.1.0",
49
49
  "@rollup/plugin-node-resolve": "^15.2.3",
50
- "@rollup/plugin-replace": "^5.0.5",
50
+ "@rollup/plugin-replace": "^5.0.7",
51
51
  "@rollup/plugin-terser": "^0.4.4",
52
52
  "@rollup/plugin-typescript": "^11.1.6",
53
53
  "@rollup/pluginutils": "^5.1.0",
54
- "@shikijs/vitepress-twoslash": "^1.3.0",
54
+ "@shikijs/vitepress-twoslash": "^1.10.0",
55
55
  "@types/eslint": "^8.56.10",
56
56
  "@types/inquirer": "^9.0.7",
57
- "@types/mocha": "^10.0.6",
57
+ "@types/mocha": "^10.0.7",
58
58
  "@types/node": "~18.18.14",
59
+ "@types/semver": "^7.5.8",
59
60
  "@types/yargs-parser": "^21.0.3",
60
- "@typescript-eslint/eslint-plugin": "^7.7.1",
61
- "@typescript-eslint/parser": "^7.7.1",
61
+ "@typescript-eslint/eslint-plugin": "^7.15.0",
62
+ "@typescript-eslint/parser": "^7.15.0",
62
63
  "@vue/eslint-config-prettier": "^9.0.0",
63
64
  "@vue/eslint-config-typescript": "^13.0.0",
64
- "acorn": "^8.11.3",
65
+ "acorn": "^8.12.0",
65
66
  "acorn-import-assertions": "^1.9.0",
66
67
  "buble": "^0.20.0",
67
- "builtin-modules": "^3.3.0",
68
+ "builtin-modules": "^4.0.0",
68
69
  "chokidar": "^3.6.0",
69
70
  "colorette": "^2.0.20",
70
71
  "concurrently": "^8.2.2",
@@ -77,47 +78,51 @@
77
78
  "eslint-config-prettier": "^9.1.0",
78
79
  "eslint-plugin-import": "^2.29.1",
79
80
  "eslint-plugin-prettier": "^5.1.3",
80
- "eslint-plugin-unicorn": "^52.0.0",
81
- "eslint-plugin-vue": "^9.25.0",
81
+ "eslint-plugin-unicorn": "^54.0.0",
82
+ "eslint-plugin-vue": "^9.26.0",
82
83
  "fixturify": "^3.0.0",
83
84
  "flru": "^1.0.2",
84
85
  "fs-extra": "^11.2.0",
85
86
  "github-api": "^3.4.0",
86
87
  "husky": "^9.0.11",
87
- "inquirer": "^9.2.19",
88
+ "inquirer": "^9.3.2",
88
89
  "is-reference": "^3.0.2",
89
- "lint-staged": "^15.2.2",
90
+ "lint-staged": "^15.2.7",
90
91
  "locate-character": "^3.0.0",
91
92
  "magic-string": "^0.30.10",
92
- "mocha": "^10.4.0",
93
- "nyc": "^15.1.0",
93
+ "mocha": "^10.5.2",
94
+ "nodemon": "^3.1.4",
95
+ "nyc": "^17.0.0",
94
96
  "pinia": "^2.1.7",
95
- "prettier": "^3.2.5",
97
+ "prettier": "^3.3.2",
96
98
  "pretty-bytes": "^6.1.1",
97
99
  "pretty-ms": "^9.0.0",
98
100
  "requirejs": "^2.3.6",
99
- "rollup": "^4.16.3",
100
- "rollup-plugin-license": "^3.3.1",
101
+ "rollup": "^4.18.0",
102
+ "rollup-plugin-license": "^3.5.1",
101
103
  "rollup-plugin-string": "^3.0.0",
102
- "semver": "^7.6.0",
104
+ "semver": "^7.6.2",
103
105
  "shx": "^0.3.4",
104
106
  "signal-exit": "^4.1.0",
105
107
  "source-map": "^0.7.4",
106
108
  "source-map-support": "^0.5.21",
107
- "systemjs": "^6.14.3",
108
- "terser": "^5.30.4",
109
- "tslib": "^2.6.2",
110
- "typescript": "^5.4.5",
111
- "vite": "^5.2.10",
112
- "vitepress": "^1.1.3",
113
- "vue": "^3.4.24",
114
- "wasm-pack": "^0.12.1",
115
- "weak-napi": "^2.0.2",
109
+ "systemjs": "^6.15.1",
110
+ "terser": "^5.31.1",
111
+ "tslib": "^2.6.3",
112
+ "typescript": "^5.5.3",
113
+ "vite": "^5.3.2",
114
+ "vitepress": "^1.2.3",
115
+ "vue": "^3.4.31",
116
+ "wasm-pack": "^0.13.0",
116
117
  "yargs-parser": "^21.1.1"
117
118
  },
118
119
  "overrides": {
119
- "axios": "^1.6.8",
120
- "semver": "^7.6.0"
120
+ "axios": "^1.7.2",
121
+ "semver": "^7.6.2",
122
+ "ws": "^8.17.1"
123
+ },
124
+ "overrides_comments": {
125
+ "ws": "mermaid requires an older 8.13.0 version via puppeteer with vulnerabilities"
121
126
  },
122
127
  "files": [
123
128
  "dist/wasm-node/*.wasm",