@rollup/wasm-node 4.62.5 → 4.63.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.62.5
4
- Thu, 20 Aug 2026 16:59:36 GMT - commit c20402e2d4498a5861a4f49e00b2e7446c9900bb
3
+ Rollup.js v4.63.0
4
+ Tue, 25 Aug 2026 13:03:35 GMT - commit 34b8b924c815ec9413d7821f6fd54cc615584a51
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.5
4
- Thu, 20 Aug 2026 16:59:36 GMT - commit c20402e2d4498a5861a4f49e00b2e7446c9900bb
3
+ Rollup.js v4.63.0
4
+ Tue, 25 Aug 2026 13:03:35 GMT - commit 34b8b924c815ec9413d7821f6fd54cc615584a51
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.62.5",
3
+ "version": "4.63.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",
@@ -36,12 +36,12 @@
36
36
  "core-js": "We only update manually as every update requires a snapshot update"
37
37
  },
38
38
  "devDependencies": {
39
- "@codemirror/commands": "^6.10.4",
39
+ "@codemirror/commands": "^6.11.0",
40
40
  "@codemirror/lang-javascript": "^6.2.5",
41
41
  "@codemirror/language": "^6.12.4",
42
42
  "@codemirror/search": "^6.7.1",
43
43
  "@codemirror/state": "^6.7.1",
44
- "@codemirror/view": "^6.43.8",
44
+ "@codemirror/view": "^6.43.9",
45
45
  "@emnapi/core": "^1.11.3",
46
46
  "@emnapi/runtime": "^1.11.3",
47
47
  "@eslint/js": "^10.0.1",
@@ -64,7 +64,7 @@
64
64
  "@types/picomatch": "^4.0.3",
65
65
  "@types/semver": "^7.8.0",
66
66
  "@types/yargs-parser": "^21.0.3",
67
- "@vue/language-server": "^3.3.9",
67
+ "@vue/language-server": "^3.3.10",
68
68
  "acorn": "^8.18.0",
69
69
  "acorn-import-assertions": "^1.9.0",
70
70
  "acorn-import-phases": "^1.0.4",
@@ -86,12 +86,12 @@
86
86
  "flru": "^1.0.2",
87
87
  "fs-extra": "^11.4.0",
88
88
  "github-api": "^3.4.0",
89
- "globals": "^17.9.0",
89
+ "globals": "^17.11.0",
90
90
  "husky": "^9.1.7",
91
91
  "is-reference": "^3.0.3",
92
92
  "lint-staged": "^17.3.0",
93
93
  "locate-character": "^3.0.0",
94
- "magic-string": "^1.1.0",
94
+ "magic-string": "^1.2.1",
95
95
  "memfs": "^4.68.1",
96
96
  "mocha": "11.8.0",
97
97
  "nodemon": "^3.1.14",
@@ -100,7 +100,7 @@
100
100
  "patch-package": "^8.0.1",
101
101
  "picocolors": "^1.1.1",
102
102
  "picomatch": "^4.0.5",
103
- "pinia": "^4.0.2",
103
+ "pinia": "^4.0.3",
104
104
  "prettier": "^3.9.6",
105
105
  "prettier-plugin-organize-imports": "^4.3.0",
106
106
  "pretty-bytes": "^7.1.1",
@@ -114,7 +114,7 @@
114
114
  "source-map": "^0.8.0",
115
115
  "source-map-support": "^0.5.21",
116
116
  "systemjs": "^6.15.1",
117
- "terser": "^5.49.2",
117
+ "terser": "^5.50.0",
118
118
  "tslib": "^2.8.1",
119
119
  "typescript": "^5.9.3",
120
120
  "typescript-eslint": "^8.67.0",
@@ -122,7 +122,7 @@
122
122
  "vitepress": "^1.6.4",
123
123
  "vue": "^3.5.41",
124
124
  "vue-eslint-parser": "^10.4.1",
125
- "vue-tsc": "^3.3.9",
125
+ "vue-tsc": "^3.3.10",
126
126
  "wasm-pack": "^0.15.0",
127
127
  "yargs-parser": "^21.1.1"
128
128
  },