@rollup/wasm-node 4.53.2 → 4.53.4
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/dist/bin/rollup +2 -2
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/parseAst.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +106 -54
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- package/dist/rollup.d.ts +5 -3
- package/dist/rollup.js +2 -2
- package/dist/shared/fsevents-importer.js +2 -2
- package/dist/shared/index.js +2 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +2 -2
- package/dist/shared/rollup.js +106 -54
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/dist/wasm-node/bindings_wasm.js +68 -71
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +24 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.53.
|
|
3
|
+
"version": "4.53.4",
|
|
4
4
|
"description": "Next-generation ES module bundler with Node wasm",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@codemirror/language": "^6.11.3",
|
|
41
41
|
"@codemirror/search": "^6.5.11",
|
|
42
42
|
"@codemirror/state": "^6.5.2",
|
|
43
|
-
"@codemirror/view": "^6.
|
|
43
|
+
"@codemirror/view": "^6.39.3",
|
|
44
44
|
"@eslint/js": "^9.39.1",
|
|
45
|
-
"@inquirer/prompts": "^7.
|
|
45
|
+
"@inquirer/prompts": "^7.10.1",
|
|
46
46
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
47
|
-
"@mermaid-js/mermaid-cli": "^11.
|
|
48
|
-
"@napi-rs/cli": "
|
|
47
|
+
"@mermaid-js/mermaid-cli": "^11.12.0",
|
|
48
|
+
"@napi-rs/cli": "3.4.1",
|
|
49
49
|
"@rollup/plugin-alias": "^6.0.0",
|
|
50
50
|
"@rollup/plugin-buble": "^1.0.3",
|
|
51
51
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"@rollup/plugin-terser": "^0.4.4",
|
|
56
56
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
57
57
|
"@rollup/pluginutils": "^5.3.0",
|
|
58
|
-
"@shikijs/vitepress-twoslash": "^3.
|
|
58
|
+
"@shikijs/vitepress-twoslash": "^3.19.0",
|
|
59
59
|
"@types/mocha": "^10.0.10",
|
|
60
|
-
"@types/node": "^20.19.
|
|
60
|
+
"@types/node": "^20.19.26",
|
|
61
61
|
"@types/picomatch": "^4.0.2",
|
|
62
62
|
"@types/semver": "^7.7.1",
|
|
63
63
|
"@types/yargs-parser": "^21.0.3",
|
|
64
|
-
"@vue/language-server": "^3.1.
|
|
64
|
+
"@vue/language-server": "^3.1.8",
|
|
65
65
|
"acorn": "^8.15.0",
|
|
66
66
|
"acorn-import-assertions": "^1.9.0",
|
|
67
67
|
"acorn-jsx": "^5.3.2",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"eslint-config-prettier": "^10.1.8",
|
|
79
79
|
"eslint-plugin-prettier": "^5.5.4",
|
|
80
80
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
81
|
-
"eslint-plugin-vue": "^10.
|
|
81
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
82
82
|
"fixturify": "^3.0.0",
|
|
83
83
|
"flru": "^1.0.2",
|
|
84
84
|
"fs-extra": "^11.3.2",
|
|
@@ -86,23 +86,24 @@
|
|
|
86
86
|
"globals": "^16.5.0",
|
|
87
87
|
"husky": "^9.1.7",
|
|
88
88
|
"is-reference": "^3.0.3",
|
|
89
|
-
"lint-staged": "^16.2.
|
|
89
|
+
"lint-staged": "^16.2.7",
|
|
90
90
|
"locate-character": "^3.0.0",
|
|
91
91
|
"magic-string": "^0.30.21",
|
|
92
|
-
"memfs": "^4.
|
|
93
|
-
"mocha": "^11.7.
|
|
94
|
-
"nodemon": "^3.1.
|
|
92
|
+
"memfs": "^4.51.1",
|
|
93
|
+
"mocha": "^11.7.5",
|
|
94
|
+
"nodemon": "^3.1.11",
|
|
95
|
+
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
95
96
|
"nyc": "^17.1.0",
|
|
96
97
|
"patch-package": "^8.0.1",
|
|
97
98
|
"picocolors": "^1.1.1",
|
|
98
99
|
"picomatch": "^4.0.3",
|
|
99
|
-
"pinia": "^3.0.
|
|
100
|
-
"prettier": "^3.
|
|
100
|
+
"pinia": "^3.0.4",
|
|
101
|
+
"prettier": "^3.7.4",
|
|
101
102
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
102
103
|
"pretty-bytes": "^7.1.0",
|
|
103
104
|
"pretty-ms": "^9.3.0",
|
|
104
|
-
"requirejs": "^2.3.
|
|
105
|
-
"rollup": "^4.
|
|
105
|
+
"requirejs": "^2.3.8",
|
|
106
|
+
"rollup": "^4.53.3",
|
|
106
107
|
"rollup-plugin-license": "^3.6.0",
|
|
107
108
|
"rollup-plugin-string": "^3.0.0",
|
|
108
109
|
"semver": "^7.7.3",
|
|
@@ -111,20 +112,20 @@
|
|
|
111
112
|
"source-map": "^0.7.6",
|
|
112
113
|
"source-map-support": "^0.5.21",
|
|
113
114
|
"systemjs": "^6.15.1",
|
|
114
|
-
"terser": "^5.44.
|
|
115
|
+
"terser": "^5.44.1",
|
|
115
116
|
"tslib": "^2.8.1",
|
|
116
117
|
"typescript": "^5.9.3",
|
|
117
|
-
"typescript-eslint": "^8.
|
|
118
|
-
"vite": "^7.
|
|
118
|
+
"typescript-eslint": "^8.49.0",
|
|
119
|
+
"vite": "^7.2.7",
|
|
119
120
|
"vitepress": "^1.6.4",
|
|
120
|
-
"vue": "^3.5.
|
|
121
|
+
"vue": "^3.5.25",
|
|
121
122
|
"vue-eslint-parser": "^10.2.0",
|
|
122
|
-
"vue-tsc": "^3.1.
|
|
123
|
+
"vue-tsc": "^3.1.8",
|
|
123
124
|
"wasm-pack": "^0.13.1",
|
|
124
125
|
"yargs-parser": "^21.1.1"
|
|
125
126
|
},
|
|
126
127
|
"overrides": {
|
|
127
|
-
"axios": "^1.13.
|
|
128
|
+
"axios": "^1.13.2",
|
|
128
129
|
"esbuild": ">0.24.2",
|
|
129
130
|
"readable-stream": "npm:@built-in/readable-stream@1",
|
|
130
131
|
"semver": "^7.7.3",
|