@rollup/wasm-node 4.21.0 → 4.21.2

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.21.0",
3
+ "version": "4.21.2",
4
4
  "description": "Next-generation ES module bundler with Node wasm",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -38,7 +38,8 @@
38
38
  "@codemirror/language": "^6.10.2",
39
39
  "@codemirror/search": "^6.5.6",
40
40
  "@codemirror/state": "^6.4.1",
41
- "@codemirror/view": "^6.32.0",
41
+ "@codemirror/view": "^6.33.0",
42
+ "@eslint/js": "^9.9.1",
42
43
  "@jridgewell/sourcemap-codec": "^1.5.0",
43
44
  "@mermaid-js/mermaid-cli": "^10.9.1",
44
45
  "@napi-rs/cli": "^2.18.4",
@@ -51,17 +52,13 @@
51
52
  "@rollup/plugin-terser": "^0.4.4",
52
53
  "@rollup/plugin-typescript": "^11.1.6",
53
54
  "@rollup/pluginutils": "^5.1.0",
54
- "@shikijs/vitepress-twoslash": "^1.12.1",
55
- "@types/eslint": "^8.56.11",
55
+ "@shikijs/vitepress-twoslash": "^1.14.1",
56
+ "@types/eslint": "^9.6.1",
56
57
  "@types/inquirer": "^9.0.7",
57
58
  "@types/mocha": "^10.0.7",
58
59
  "@types/node": "~18.18.14",
59
60
  "@types/semver": "^7.5.8",
60
61
  "@types/yargs-parser": "^21.0.3",
61
- "@typescript-eslint/eslint-plugin": "^8.1.0",
62
- "@typescript-eslint/parser": "^8.1.0",
63
- "@vue/eslint-config-prettier": "^9.0.0",
64
- "@vue/eslint-config-typescript": "^13.0.0",
65
62
  "acorn": "^8.12.1",
66
63
  "acorn-import-assertions": "^1.9.0",
67
64
  "buble": "^0.20.0",
@@ -74,9 +71,8 @@
74
71
  "date-time": "^4.0.0",
75
72
  "es5-shim": "^4.6.7",
76
73
  "es6-shim": "^0.35.8",
77
- "eslint": "^8.57.0",
74
+ "eslint": "^9.9.1",
78
75
  "eslint-config-prettier": "^9.1.0",
79
- "eslint-plugin-import": "^2.29.1",
80
76
  "eslint-plugin-prettier": "^5.2.1",
81
77
  "eslint-plugin-unicorn": "^55.0.0",
82
78
  "eslint-plugin-vue": "^9.27.0",
@@ -84,22 +80,24 @@
84
80
  "flru": "^1.0.2",
85
81
  "fs-extra": "^11.2.0",
86
82
  "github-api": "^3.4.0",
87
- "husky": "^9.1.4",
83
+ "globals": "^15.9.0",
84
+ "husky": "^9.1.5",
88
85
  "inquirer": "^10.1.8",
89
86
  "is-reference": "^3.0.2",
90
- "lint-staged": "^15.2.8",
87
+ "lint-staged": "^15.2.9",
91
88
  "locate-character": "^3.0.0",
92
89
  "magic-string": "^0.30.11",
93
90
  "mocha": "^10.7.3",
94
91
  "nodemon": "^3.1.4",
95
92
  "npm-audit-resolver": "^3.0.0-RC.0",
96
93
  "nyc": "^17.0.0",
97
- "pinia": "^2.2.1",
94
+ "pinia": "^2.2.2",
98
95
  "prettier": "^3.3.3",
96
+ "prettier-plugin-organize-imports": "^4.0.0",
99
97
  "pretty-bytes": "^6.1.1",
100
98
  "pretty-ms": "^9.1.0",
101
99
  "requirejs": "^2.3.7",
102
- "rollup": "^4.20.0",
100
+ "rollup": "^4.21.1",
103
101
  "rollup-plugin-license": "^3.5.2",
104
102
  "rollup-plugin-string": "^3.0.0",
105
103
  "semver": "^7.6.3",
@@ -108,17 +106,18 @@
108
106
  "source-map": "^0.7.4",
109
107
  "source-map-support": "^0.5.21",
110
108
  "systemjs": "^6.15.1",
111
- "terser": "^5.31.5",
112
- "tslib": "^2.6.3",
109
+ "terser": "^5.31.6",
110
+ "tslib": "^2.7.0",
113
111
  "typescript": "^5.5.4",
114
- "vite": "^5.4.0",
115
- "vitepress": "^1.3.2",
116
- "vue": "^3.4.37",
112
+ "typescript-eslint": "^8.3.0",
113
+ "vite": "^5.4.2",
114
+ "vitepress": "^1.3.4",
115
+ "vue": "^3.4.38",
117
116
  "wasm-pack": "^0.13.0",
118
117
  "yargs-parser": "^21.1.1"
119
118
  },
120
119
  "overrides": {
121
- "axios": "^1.7.3",
120
+ "axios": "^1.7.5",
122
121
  "semver": "^7.6.3",
123
122
  "ws": "^8.18.0"
124
123
  },