@rollup/wasm-node 4.62.1 → 4.62.3

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.62.1
4
- Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a
3
+ Rollup.js v4.62.3
4
+ Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.62.1
4
- Fri, 19 Jun 2026 12:41:14 GMT - commit caacf701b89e5be4a94b3ffdbf70b51e5cfa3a1a
3
+ Rollup.js v4.62.3
4
+ Sun, 26 Jul 2026 14:58:21 GMT - commit a80a1974c584bfa8b694fb5d1a20f3fa75ebaf0a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -296,8 +296,8 @@ class Task {
296
296
  this.watchFile(id);
297
297
  }
298
298
  for (const module of this.cache.modules) {
299
- for (const depId of module.transformDependencies) {
300
- this.watchFile(depId, true);
299
+ for (const dependencyId of module.transformDependencies) {
300
+ this.watchFile(dependencyId, true);
301
301
  }
302
302
  }
303
303
  for (const id of previouslyWatched) {
@@ -91,7 +91,7 @@ exports.xxhashBase64Url = xxhashBase64Url;
91
91
  function __wbg_get_imports() {
92
92
  const import0 = {
93
93
  __proto__: null,
94
- __wbg___wbindgen_throw_ea4887a5f8f9a9db: function(arg0, arg1) {
94
+ __wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
95
95
  throw new Error(getStringFromWasm0(arg0, arg1));
96
96
  },
97
97
  __wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
@@ -105,7 +105,7 @@ function __wbg_get_imports() {
105
105
  wasm.__wbindgen_export(deferred0_0, deferred0_1, 1);
106
106
  }
107
107
  },
108
- __wbg_length_589238bdcf171f0e: function(arg0) {
108
+ __wbg_length_1f0964f4a5e2c6d8: function(arg0) {
109
109
  const ret = getObject(arg0).length;
110
110
  return ret;
111
111
  },
@@ -113,7 +113,7 @@ function __wbg_get_imports() {
113
113
  const ret = new Error();
114
114
  return addHeapObject(ret);
115
115
  },
116
- __wbg_prototypesetcall_d721637c7ca66eb8: function(arg0, arg1, arg2) {
116
+ __wbg_prototypesetcall_4770620bbe4688a0: function(arg0, arg1, arg2) {
117
117
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
118
118
  },
119
119
  __wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.62.1",
3
+ "version": "4.62.3",
4
4
  "description": "Next-generation ES module bundler with Node wasm",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -35,18 +35,18 @@
35
35
  "core-js": "We only update manually as every update requires a snapshot update"
36
36
  },
37
37
  "devDependencies": {
38
- "@codemirror/commands": "^6.10.3",
38
+ "@codemirror/commands": "^6.10.4",
39
39
  "@codemirror/lang-javascript": "^6.2.5",
40
- "@codemirror/language": "^6.12.3",
41
- "@codemirror/search": "^6.7.0",
42
- "@codemirror/state": "^6.6.0",
43
- "@codemirror/view": "^6.43.1",
44
- "@emnapi/core": "^1.11.1",
45
- "@emnapi/runtime": "^1.11.1",
40
+ "@codemirror/language": "^6.12.4",
41
+ "@codemirror/search": "^6.7.1",
42
+ "@codemirror/state": "^6.7.1",
43
+ "@codemirror/view": "^6.43.6",
44
+ "@emnapi/core": "^1.11.2",
45
+ "@emnapi/runtime": "^1.11.2",
46
46
  "@eslint/js": "^10.0.1",
47
47
  "@inquirer/prompts": "^7.10.1",
48
48
  "@jridgewell/sourcemap-codec": "^1.5.5",
49
- "@mermaid-js/mermaid-cli": "^11.15.0",
49
+ "@mermaid-js/mermaid-cli": "^11.16.0",
50
50
  "@napi-rs/cli": "3.4.1",
51
51
  "@rollup/plugin-alias": "^6.0.0",
52
52
  "@rollup/plugin-buble": "^1.0.3",
@@ -57,76 +57,76 @@
57
57
  "@rollup/plugin-terser": "^0.4.4",
58
58
  "@rollup/plugin-typescript": "^12.3.0",
59
59
  "@rollup/pluginutils": "^5.4.0",
60
- "@shikijs/vitepress-twoslash": "^4.2.0",
60
+ "@shikijs/vitepress-twoslash": "^4.3.1",
61
61
  "@types/mocha": "^10.0.10",
62
62
  "@types/node": "^20.19.43",
63
63
  "@types/picomatch": "^4.0.3",
64
64
  "@types/semver": "^7.7.1",
65
65
  "@types/yargs-parser": "^21.0.3",
66
- "@vue/language-server": "^3.3.5",
66
+ "@vue/language-server": "^3.3.7",
67
67
  "acorn": "^8.17.0",
68
68
  "acorn-import-assertions": "^1.9.0",
69
69
  "acorn-import-phases": "^1.0.4",
70
70
  "acorn-jsx": "^5.3.2",
71
71
  "buble": "^0.20.0",
72
- "builtin-modules": "^5.2.0",
72
+ "builtin-modules": "^5.3.0",
73
73
  "chokidar": "^3.6.0",
74
- "concurrently": "^9.2.1",
74
+ "concurrently": "^9.2.4",
75
75
  "core-js": "3.38.1",
76
76
  "date-time": "^4.0.0",
77
77
  "es5-shim": "^4.6.7",
78
78
  "es6-shim": "^0.35.8",
79
- "eslint": "^10.5.0",
79
+ "eslint": "^10.7.0",
80
80
  "eslint-config-prettier": "^10.1.8",
81
81
  "eslint-plugin-prettier": "^5.5.6",
82
- "eslint-plugin-unicorn": "^66.0.0",
83
- "eslint-plugin-vue": "^10.9.2",
82
+ "eslint-plugin-unicorn": "^72.0.0",
83
+ "eslint-plugin-vue": "^10.10.0",
84
84
  "fixturify": "^3.0.0",
85
85
  "flru": "^1.0.2",
86
- "fs-extra": "^11.3.5",
86
+ "fs-extra": "^11.3.6",
87
87
  "github-api": "^3.4.0",
88
- "globals": "^17.6.0",
88
+ "globals": "^17.7.0",
89
89
  "husky": "^9.1.7",
90
90
  "is-reference": "^3.0.3",
91
- "lint-staged": "^17.0.7",
91
+ "lint-staged": "^17.1.0",
92
92
  "locate-character": "^3.0.0",
93
- "magic-string": "^0.30.21",
94
- "memfs": "^4.57.7",
93
+ "magic-string": "^1.0.0",
94
+ "memfs": "^4.64.0",
95
95
  "mocha": "11.7.6",
96
96
  "nodemon": "^3.1.14",
97
97
  "npm-audit-resolver": "^3.0.0-RC.0",
98
98
  "nyc": "^18.0.0",
99
99
  "patch-package": "^8.0.1",
100
100
  "picocolors": "^1.1.1",
101
- "picomatch": "^4.0.4",
102
- "pinia": "^3.0.4",
103
- "prettier": "^3.8.4",
101
+ "picomatch": "^4.0.5",
102
+ "pinia": "^4.0.2",
103
+ "prettier": "^3.9.5",
104
104
  "prettier-plugin-organize-imports": "^4.3.0",
105
- "pretty-bytes": "^7.1.0",
105
+ "pretty-bytes": "^7.1.1",
106
106
  "pretty-ms": "^9.3.0",
107
107
  "requirejs": "^2.3.8",
108
- "rollup": "^4.62.0",
108
+ "rollup": "^4.62.2",
109
109
  "rollup-plugin-license": "^3.7.1",
110
- "semver": "^7.8.4",
110
+ "semver": "^7.8.5",
111
111
  "shx": "^0.4.0",
112
112
  "signal-exit": "^4.1.0",
113
- "source-map": "^0.7.6",
113
+ "source-map": "^0.8.0",
114
114
  "source-map-support": "^0.5.21",
115
115
  "systemjs": "^6.15.1",
116
- "terser": "^5.48.0",
116
+ "terser": "^5.49.0",
117
117
  "tslib": "^2.8.1",
118
118
  "typescript": "^5.9.3",
119
- "typescript-eslint": "^8.61.1",
120
- "vite": "^7.3.5",
119
+ "typescript-eslint": "^8.65.0",
120
+ "vite": "^7.3.6",
121
121
  "vitepress": "^1.6.4",
122
- "vue": "^3.5.38",
122
+ "vue": "^3.5.40",
123
123
  "vue-eslint-parser": "^10.4.1",
124
- "vue-tsc": "^3.3.5",
124
+ "vue-tsc": "^3.3.7",
125
125
  "wasm-pack": "^0.15.0",
126
126
  "yargs-parser": "^21.1.1"
127
127
  },
128
128
  "overrides": {
129
- "axios": "^1.18.0",
129
+ "axios": "^1.18.1",
130
130
  "esbuild": ">0.24.2",
131
131
  "lodash-es": ">4.17.22",
132
132
  "path-scurry": {
@@ -135,7 +135,7 @@
135
135
  "readable-stream": "npm:@built-in/readable-stream@1",
136
136
  "react": "^18.3.1",
137
137
  "react-dom": "^18.3.1",
138
- "semver": "^7.8.4",
138
+ "semver": "^7.8.5",
139
139
  "tar": ">7.5.6",
140
140
  "vite": "$vite"
141
141
  },