@rollup/wasm-node 4.59.1 → 4.60.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.59.1
4
- Sat, 21 Mar 2026 06:45:31 GMT - commit 0cba9e079e1d6e56882558827b37557f36c52966
3
+ Rollup.js v4.60.1
4
+ Mon, 30 Mar 2026 04:32:12 GMT - commit ae871d762f6bbeb4320d28fe179211168f27a434
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.59.1
4
- Sat, 21 Mar 2026 06:45:31 GMT - commit 0cba9e079e1d6e56882558827b37557f36c52966
3
+ Rollup.js v4.60.1
4
+ Mon, 30 Mar 2026 04:32:12 GMT - commit ae871d762f6bbeb4320d28fe179211168f27a434
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.59.1",
3
+ "version": "4.60.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",
@@ -61,9 +61,10 @@
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.2.5",
64
+ "@vue/language-server": "^3.2.6",
65
65
  "acorn": "^8.16.0",
66
66
  "acorn-import-assertions": "^1.9.0",
67
+ "acorn-import-phases": "^1.0.4",
67
68
  "acorn-jsx": "^5.3.2",
68
69
  "buble": "^0.20.0",
69
70
  "builtin-modules": "^5.0.0",
@@ -74,7 +75,7 @@
74
75
  "date-time": "^4.0.0",
75
76
  "es5-shim": "^4.6.7",
76
77
  "es6-shim": "^0.35.8",
77
- "eslint": "^10.0.3",
78
+ "eslint": "^10.1.0",
78
79
  "eslint-config-prettier": "^10.1.8",
79
80
  "eslint-plugin-prettier": "^5.5.5",
80
81
  "eslint-plugin-unicorn": "^63.0.0",
@@ -89,21 +90,21 @@
89
90
  "lint-staged": "^16.4.0",
90
91
  "locate-character": "^3.0.0",
91
92
  "magic-string": "^0.30.21",
92
- "memfs": "^4.56.11",
93
+ "memfs": "^4.57.1",
93
94
  "mocha": "11.7.5",
94
95
  "nodemon": "^3.1.14",
95
96
  "npm-audit-resolver": "^3.0.0-RC.0",
96
97
  "nyc": "^18.0.0",
97
98
  "patch-package": "^8.0.1",
98
99
  "picocolors": "^1.1.1",
99
- "picomatch": "^4.0.3",
100
+ "picomatch": "^4.0.4",
100
101
  "pinia": "^3.0.4",
101
102
  "prettier": "^3.8.1",
102
103
  "prettier-plugin-organize-imports": "^4.3.0",
103
104
  "pretty-bytes": "^7.1.0",
104
105
  "pretty-ms": "^9.3.0",
105
106
  "requirejs": "^2.3.8",
106
- "rollup": "^4.59.0",
107
+ "rollup": "^4.60.0",
107
108
  "rollup-plugin-license": "^3.7.0",
108
109
  "semver": "^7.7.4",
109
110
  "shx": "^0.4.0",
@@ -114,12 +115,12 @@
114
115
  "terser": "^5.46.1",
115
116
  "tslib": "^2.8.1",
116
117
  "typescript": "^5.9.3",
117
- "typescript-eslint": "^8.57.1",
118
+ "typescript-eslint": "^8.57.2",
118
119
  "vite": "^7.3.1",
119
120
  "vitepress": "^1.6.4",
120
121
  "vue": "^3.5.30",
121
122
  "vue-eslint-parser": "^10.4.0",
122
- "vue-tsc": "^3.2.5",
123
+ "vue-tsc": "^3.2.6",
123
124
  "wasm-pack": "^0.14.0",
124
125
  "yargs-parser": "^21.1.1"
125
126
  },