@rollup/wasm-node 4.18.0 → 4.19.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.18.0
4
- Wed, 22 May 2024 05:03:09 GMT - commit bb6f069ea3623b0297ef3895f2dcb98a2ca5ef58
3
+ Rollup.js v4.19.0
4
+ Sat, 20 Jul 2024 05:45:44 GMT - commit 28546b5821efcb72c2eb05f422d986524647a0e3
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.18.0
4
- Wed, 22 May 2024 05:03:09 GMT - commit bb6f069ea3623b0297ef3895f2dcb98a2ca5ef58
3
+ Rollup.js v4.19.0
4
+ Sat, 20 Jul 2024 05:45:44 GMT - commit 28546b5821efcb72c2eb05f422d986524647a0e3
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -246,11 +246,6 @@ module.exports.__wbindgen_is_string = function(arg0) {
246
246
  return ret;
247
247
  };
248
248
 
249
- module.exports.__wbg_msCrypto_eb05e62b530a1508 = function(arg0) {
250
- const ret = getObject(arg0).msCrypto;
251
- return addHeapObject(ret);
252
- };
253
-
254
249
  module.exports.__wbg_require_cca90b1a94a0255b = function() { return handleError(function () {
255
250
  const ret = module.require;
256
251
  return addHeapObject(ret);
@@ -266,6 +261,11 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
266
261
  return addHeapObject(ret);
267
262
  };
268
263
 
264
+ module.exports.__wbg_msCrypto_eb05e62b530a1508 = function(arg0) {
265
+ const ret = getObject(arg0).msCrypto;
266
+ return addHeapObject(ret);
267
+ };
268
+
269
269
  module.exports.__wbg_randomFillSync_5c9c955aa56b6049 = function() { return handleError(function (arg0, arg1) {
270
270
  getObject(arg0).randomFillSync(takeObject(arg1));
271
271
  }, arguments) };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.18.0",
3
+ "version": "4.19.0",
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,36 +33,36 @@
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",
42
- "@jridgewell/sourcemap-codec": "^1.4.15",
43
- "@mermaid-js/mermaid-cli": "^10.9.0",
44
- "@napi-rs/cli": "^2.18.3",
41
+ "@codemirror/view": "^6.28.4",
42
+ "@jridgewell/sourcemap-codec": "^1.5.0",
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.5.1",
54
+ "@shikijs/vitepress-twoslash": "^1.10.3",
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
59
  "@types/semver": "^7.5.8",
60
60
  "@types/yargs-parser": "^21.0.3",
61
- "@typescript-eslint/eslint-plugin": "^7.9.0",
62
- "@typescript-eslint/parser": "^7.9.0",
61
+ "@typescript-eslint/eslint-plugin": "^7.16.1",
62
+ "@typescript-eslint/parser": "^7.16.1",
63
63
  "@vue/eslint-config-prettier": "^9.0.0",
64
64
  "@vue/eslint-config-typescript": "^13.0.0",
65
- "acorn": "^8.11.3",
65
+ "acorn": "^8.12.1",
66
66
  "acorn-import-assertions": "^1.9.0",
67
67
  "buble": "^0.20.0",
68
68
  "builtin-modules": "^4.0.0",
@@ -78,27 +78,29 @@
78
78
  "eslint-config-prettier": "^9.1.0",
79
79
  "eslint-plugin-import": "^2.29.1",
80
80
  "eslint-plugin-prettier": "^5.1.3",
81
- "eslint-plugin-unicorn": "^53.0.0",
82
- "eslint-plugin-vue": "^9.26.0",
81
+ "eslint-plugin-unicorn": "^54.0.0",
82
+ "eslint-plugin-vue": "^9.27.0",
83
83
  "fixturify": "^3.0.0",
84
84
  "flru": "^1.0.2",
85
85
  "fs-extra": "^11.2.0",
86
86
  "github-api": "^3.4.0",
87
87
  "husky": "^9.0.11",
88
- "inquirer": "^9.2.21",
88
+ "inquirer": "^10.0.1",
89
89
  "is-reference": "^3.0.2",
90
- "lint-staged": "^15.2.2",
90
+ "lint-staged": "^15.2.7",
91
91
  "locate-character": "^3.0.0",
92
92
  "magic-string": "^0.30.10",
93
- "mocha": "^10.4.0",
94
- "nyc": "^15.1.0",
93
+ "mocha": "^10.6.0",
94
+ "nodemon": "^3.1.4",
95
+ "npm-audit-resolver": "^3.0.0-RC.0",
96
+ "nyc": "^17.0.0",
95
97
  "pinia": "^2.1.7",
96
- "prettier": "^3.2.5",
98
+ "prettier": "^3.3.3",
97
99
  "pretty-bytes": "^6.1.1",
98
100
  "pretty-ms": "^9.0.0",
99
101
  "requirejs": "^2.3.6",
100
- "rollup": "^4.17.2",
101
- "rollup-plugin-license": "^3.3.1",
102
+ "rollup": "^4.18.1",
103
+ "rollup-plugin-license": "^3.5.2",
102
104
  "rollup-plugin-string": "^3.0.0",
103
105
  "semver": "^7.6.2",
104
106
  "shx": "^0.3.4",
@@ -106,19 +108,22 @@
106
108
  "source-map": "^0.7.4",
107
109
  "source-map-support": "^0.5.21",
108
110
  "systemjs": "^6.15.1",
109
- "terser": "^5.31.0",
110
- "tslib": "^2.6.2",
111
- "typescript": "^5.4.5",
112
- "vite": "^5.2.11",
113
- "vitepress": "^1.1.4",
114
- "vue": "^3.4.27",
115
- "wasm-pack": "^0.12.1",
116
- "weak-napi": "^2.0.2",
111
+ "terser": "^5.31.2",
112
+ "tslib": "^2.6.3",
113
+ "typescript": "^5.5.3",
114
+ "vite": "^5.3.4",
115
+ "vitepress": "^1.3.1",
116
+ "vue": "^3.4.31",
117
+ "wasm-pack": "^0.13.0",
117
118
  "yargs-parser": "^21.1.1"
118
119
  },
119
120
  "overrides": {
120
- "axios": "^1.6.8",
121
- "semver": "^7.6.2"
121
+ "axios": "^1.7.2",
122
+ "semver": "^7.6.2",
123
+ "ws": "^8.18.0"
124
+ },
125
+ "overrides_comments": {
126
+ "ws": "mermaid requires an older 8.13.0 version via puppeteer with vulnerabilities"
122
127
  },
123
128
  "files": [
124
129
  "dist/wasm-node/*.wasm",