@rollup/wasm-node 4.37.0 → 4.39.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.37.0
4
- Sun, 23 Mar 2025 14:56:38 GMT - commit 8b1c634d945dda9294cf579de68c4b223c618e7f
3
+ Rollup.js v4.39.0
4
+ Wed, 02 Apr 2025 04:49:00 GMT - commit 5c001245779063abac3899aa9d25294ab003581b
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.37.0
4
- Sun, 23 Mar 2025 14:56:38 GMT - commit 8b1c634d945dda9294cf579de68c4b223c618e7f
3
+ Rollup.js v4.39.0
4
+ Wed, 02 Apr 2025 04:49:00 GMT - commit 5c001245779063abac3899aa9d25294ab003581b
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.37.0",
3
+ "version": "4.39.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",
@@ -26,7 +26,7 @@
26
26
  "fsevents": "~2.3.2"
27
27
  },
28
28
  "dependencies": {
29
- "@types/estree": "1.0.6"
29
+ "@types/estree": "1.0.7"
30
30
  },
31
31
  "devDependenciesComments": {
32
32
  "core-js": "We only update manually as every update requires a snapshot update"
@@ -38,7 +38,7 @@
38
38
  "@codemirror/search": "^6.5.10",
39
39
  "@codemirror/state": "^6.5.2",
40
40
  "@codemirror/view": "^6.36.4",
41
- "@eslint/js": "^9.22.0",
41
+ "@eslint/js": "^9.23.0",
42
42
  "@inquirer/prompts": "^7.4.0",
43
43
  "@jridgewell/sourcemap-codec": "^1.5.0",
44
44
  "@mermaid-js/mermaid-cli": "^11.4.2",
@@ -54,7 +54,8 @@
54
54
  "@rollup/pluginutils": "^5.1.4",
55
55
  "@shikijs/vitepress-twoslash": "^3.2.1",
56
56
  "@types/mocha": "^10.0.10",
57
- "@types/node": "^18.19.80",
57
+ "@types/node": "^18.19.83",
58
+ "@types/picomatch": "^3.0.2",
58
59
  "@types/semver": "^7.5.8",
59
60
  "@types/yargs-parser": "^21.0.3",
60
61
  "@vue/language-server": "^2.2.8",
@@ -70,10 +71,10 @@
70
71
  "date-time": "^4.0.0",
71
72
  "es5-shim": "^4.6.7",
72
73
  "es6-shim": "^0.35.8",
73
- "eslint": "^9.22.0",
74
+ "eslint": "^9.23.0",
74
75
  "eslint-config-prettier": "^10.1.1",
75
- "eslint-plugin-prettier": "^5.2.3",
76
- "eslint-plugin-unicorn": "^57.0.0",
76
+ "eslint-plugin-prettier": "^5.2.4",
77
+ "eslint-plugin-unicorn": "^58.0.0",
77
78
  "eslint-plugin-vue": "^10.0.0",
78
79
  "fixturify": "^3.0.0",
79
80
  "flru": "^1.0.2",
@@ -90,13 +91,14 @@
90
91
  "npm-audit-resolver": "^3.0.0-RC.0",
91
92
  "nyc": "^17.1.0",
92
93
  "picocolors": "^1.1.1",
94
+ "picomatch": "^4.0.2",
93
95
  "pinia": "^3.0.1",
94
96
  "prettier": "^3.5.3",
95
97
  "prettier-plugin-organize-imports": "^4.1.0",
96
98
  "pretty-bytes": "^6.1.1",
97
99
  "pretty-ms": "^9.2.0",
98
100
  "requirejs": "^2.3.7",
99
- "rollup": "^4.36.0",
101
+ "rollup": "^4.37.0",
100
102
  "rollup-plugin-license": "^3.6.0",
101
103
  "rollup-plugin-string": "^3.0.0",
102
104
  "semver": "^7.7.1",
@@ -108,8 +110,8 @@
108
110
  "terser": "^5.39.0",
109
111
  "tslib": "^2.8.1",
110
112
  "typescript": "^5.8.2",
111
- "typescript-eslint": "^8.26.1",
112
- "vite": "^6.2.2",
113
+ "typescript-eslint": "^8.28.0",
114
+ "vite": "^6.2.3",
113
115
  "vitepress": "^1.6.3",
114
116
  "vue": "^3.5.13",
115
117
  "vue-tsc": "^2.2.8",
@@ -117,7 +119,7 @@
117
119
  "yargs-parser": "^21.1.1"
118
120
  },
119
121
  "overrides": {
120
- "axios": "^1.8.3",
122
+ "axios": "^1.8.4",
121
123
  "semver": "^7.7.1",
122
124
  "readable-stream": "npm:@built-in/readable-stream@1",
123
125
  "esbuild": ">0.24.2"