@rollup/wasm-node 4.9.6 → 4.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.9.6",
3
+ "version": "4.10.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",
@@ -29,18 +29,19 @@
29
29
  "@types/estree": "1.0.5"
30
30
  },
31
31
  "devDependenciesComments": {
32
- "@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"
32
+ "@types/node": "Version 18.19.0 breaks chokidar and vite types",
33
+ "vitepress": "Version 1.0.0-rc.40 breaks npm run dev"
33
34
  },
34
35
  "devDependencies": {
35
36
  "@codemirror/commands": "^6.3.3",
36
37
  "@codemirror/lang-javascript": "^6.2.1",
37
- "@codemirror/language": "^6.10.0",
38
+ "@codemirror/language": "^6.10.1",
38
39
  "@codemirror/search": "^6.5.5",
39
40
  "@codemirror/state": "^6.4.0",
40
- "@codemirror/view": "^6.23.0",
41
+ "@codemirror/view": "^6.23.1",
41
42
  "@jridgewell/sourcemap-codec": "^1.4.15",
42
- "@mermaid-js/mermaid-cli": "^10.6.1",
43
- "@napi-rs/cli": "^2.17.0",
43
+ "@mermaid-js/mermaid-cli": "^10.7.0",
44
+ "@napi-rs/cli": "^2.18.0",
44
45
  "@rollup/plugin-alias": "^5.1.0",
45
46
  "@rollup/plugin-buble": "^1.0.3",
46
47
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -48,15 +49,15 @@
48
49
  "@rollup/plugin-node-resolve": "^15.2.3",
49
50
  "@rollup/plugin-replace": "^5.0.5",
50
51
  "@rollup/plugin-terser": "^0.4.4",
51
- "@rollup/plugin-typescript": "11.1.5",
52
+ "@rollup/plugin-typescript": "^11.1.6",
52
53
  "@rollup/pluginutils": "^5.1.0",
53
54
  "@types/eslint": "^8.56.2",
54
55
  "@types/inquirer": "^9.0.7",
55
56
  "@types/mocha": "^10.0.6",
56
- "@types/node": "^18.11.19",
57
+ "@types/node": "~18.18.14",
57
58
  "@types/yargs-parser": "^21.0.3",
58
- "@typescript-eslint/eslint-plugin": "^6.19.0",
59
- "@typescript-eslint/parser": "^6.19.0",
59
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
60
+ "@typescript-eslint/parser": "^6.21.0",
60
61
  "@vue/eslint-config-prettier": "^9.0.0",
61
62
  "@vue/eslint-config-typescript": "^12.0.0",
62
63
  "acorn": "^8.11.3",
@@ -66,7 +67,7 @@
66
67
  "chokidar": "^3.5.3",
67
68
  "colorette": "^2.0.20",
68
69
  "concurrently": "^8.2.2",
69
- "core-js": "^3.35.0",
70
+ "core-js": "^3.35.1",
70
71
  "date-time": "^4.0.0",
71
72
  "es5-shim": "^4.6.7",
72
73
  "es6-shim": "^0.35.8",
@@ -75,46 +76,46 @@
75
76
  "eslint-plugin-import": "^2.29.1",
76
77
  "eslint-plugin-prettier": "^5.1.3",
77
78
  "eslint-plugin-unicorn": "^50.0.1",
78
- "eslint-plugin-vue": "^9.20.1",
79
+ "eslint-plugin-vue": "^9.21.1",
79
80
  "fixturify": "^3.0.0",
80
81
  "flru": "^1.0.2",
81
82
  "fs-extra": "^11.2.0",
82
83
  "github-api": "^3.4.0",
83
- "husky": "^8.0.3",
84
- "inquirer": "^9.2.12",
84
+ "husky": "^9.0.10",
85
+ "inquirer": "^9.2.14",
85
86
  "is-reference": "^3.0.2",
86
- "lint-staged": "^15.2.0",
87
+ "lint-staged": "^15.2.2",
87
88
  "locate-character": "^3.0.0",
88
- "magic-string": "^0.30.5",
89
+ "magic-string": "^0.30.7",
89
90
  "mocha": "^10.2.0",
90
91
  "nyc": "^15.1.0",
91
92
  "pinia": "^2.1.7",
92
- "prettier": "^3.2.2",
93
+ "prettier": "^3.2.5",
93
94
  "pretty-bytes": "^6.1.1",
94
- "pretty-ms": "^8.0.0",
95
+ "pretty-ms": "^9.0.0",
95
96
  "requirejs": "^2.3.6",
96
- "rollup": "^4.9.5",
97
+ "rollup": "^4.9.6",
97
98
  "rollup-plugin-license": "^3.2.0",
98
99
  "rollup-plugin-string": "^3.0.0",
99
- "semver": "^7.5.4",
100
+ "semver": "^7.6.0",
100
101
  "shx": "^0.3.4",
101
102
  "signal-exit": "^4.1.0",
102
103
  "source-map": "^0.7.4",
103
104
  "source-map-support": "^0.5.21",
104
105
  "systemjs": "^6.14.3",
105
- "terser": "^5.26.0",
106
+ "terser": "^5.27.0",
106
107
  "tslib": "^2.6.2",
107
108
  "typescript": "^5.3.3",
108
- "vite": "^5.0.11",
109
- "vitepress": "^1.0.0-rc.39",
110
- "vue": "^3.4.14",
109
+ "vite": "^5.0.12",
110
+ "vitepress": "1.0.0-rc.39",
111
+ "vue": "^3.4.15",
111
112
  "wasm-pack": "^0.12.1",
112
113
  "weak-napi": "^2.0.2",
113
114
  "yargs-parser": "^21.1.1"
114
115
  },
115
116
  "overrides": {
116
- "axios": "^1.6.5",
117
- "semver": "^7.5.4"
117
+ "axios": "^1.6.7",
118
+ "semver": "^7.6.0"
118
119
  },
119
120
  "files": [
120
121
  "dist/wasm-node/*.wasm",