rollup 3.18.0 → 3.19.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/dist/bin/rollup +8 -5
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +444 -298
- package/dist/es/shared/watch.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/rollup.js +2 -2
- package/dist/shared/fsevents-importer.js +2 -2
- package/dist/shared/index.js +2 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/rollup.js +444 -298
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch-proxy.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +30 -30
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.19.0",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -63,31 +63,32 @@
|
|
|
63
63
|
"fsevents": "~2.3.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@codemirror/commands": "^6.2.
|
|
67
|
-
"@codemirror/lang-javascript": "^6.1.
|
|
68
|
-
"@codemirror/language": "^6.
|
|
66
|
+
"@codemirror/commands": "^6.2.1",
|
|
67
|
+
"@codemirror/lang-javascript": "^6.1.4",
|
|
68
|
+
"@codemirror/language": "^6.6.0",
|
|
69
69
|
"@codemirror/search": "^6.2.3",
|
|
70
70
|
"@codemirror/state": "^6.2.0",
|
|
71
|
-
"@codemirror/view": "^6.
|
|
71
|
+
"@codemirror/view": "^6.9.2",
|
|
72
72
|
"@jridgewell/sourcemap-codec": "^1.4.14",
|
|
73
|
-
"@
|
|
74
|
-
"@rollup/plugin-
|
|
75
|
-
"@rollup/plugin-
|
|
73
|
+
"@mermaid-js/mermaid-cli": "^10.0.2",
|
|
74
|
+
"@rollup/plugin-alias": "^4.0.3",
|
|
75
|
+
"@rollup/plugin-buble": "^1.0.2",
|
|
76
|
+
"@rollup/plugin-commonjs": "^24.0.1",
|
|
76
77
|
"@rollup/plugin-json": "^6.0.0",
|
|
77
78
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
78
79
|
"@rollup/plugin-replace": "^5.0.2",
|
|
79
|
-
"@rollup/plugin-terser": "^0.
|
|
80
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
80
81
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
81
82
|
"@rollup/pluginutils": "^5.0.2",
|
|
82
83
|
"@types/estree": "1.0.0",
|
|
83
84
|
"@types/node": "^14.18.36",
|
|
84
85
|
"@types/signal-exit": "^3.0.1",
|
|
85
86
|
"@types/yargs-parser": "^21.0.0",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
87
|
-
"@typescript-eslint/parser": "^5.
|
|
88
|
-
"@vue/eslint-config-prettier": "^7.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
88
|
+
"@typescript-eslint/parser": "^5.54.1",
|
|
89
|
+
"@vue/eslint-config-prettier": "^7.1.0",
|
|
89
90
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
90
|
-
"acorn": "^8.8.
|
|
91
|
+
"acorn": "^8.8.2",
|
|
91
92
|
"acorn-import-assertions": "^1.8.0",
|
|
92
93
|
"acorn-jsx": "^5.3.2",
|
|
93
94
|
"acorn-walk": "^8.2.0",
|
|
@@ -96,15 +97,15 @@
|
|
|
96
97
|
"chokidar": "^3.5.3",
|
|
97
98
|
"colorette": "^2.0.19",
|
|
98
99
|
"concurrently": "^7.6.0",
|
|
99
|
-
"core-js": "^3.
|
|
100
|
+
"core-js": "^3.29.0",
|
|
100
101
|
"date-time": "^4.0.0",
|
|
101
102
|
"es5-shim": "^4.6.7",
|
|
102
103
|
"es6-shim": "^0.35.7",
|
|
103
|
-
"eslint": "^8.
|
|
104
|
-
"eslint-config-prettier": "^8.
|
|
104
|
+
"eslint": "^8.35.0",
|
|
105
|
+
"eslint-config-prettier": "^8.7.0",
|
|
105
106
|
"eslint-plugin-import": "^2.27.5",
|
|
106
107
|
"eslint-plugin-prettier": "^4.2.1",
|
|
107
|
-
"eslint-plugin-unicorn": "^
|
|
108
|
+
"eslint-plugin-unicorn": "^46.0.0",
|
|
108
109
|
"eslint-plugin-vue": "^9.9.0",
|
|
109
110
|
"fixturify": "^3.0.0",
|
|
110
111
|
"flru": "^1.0.2",
|
|
@@ -114,17 +115,17 @@
|
|
|
114
115
|
"husky": "^8.0.3",
|
|
115
116
|
"inquirer": "^9.1.4",
|
|
116
117
|
"is-reference": "^3.0.1",
|
|
117
|
-
"lint-staged": "^13.1.
|
|
118
|
+
"lint-staged": "^13.1.2",
|
|
118
119
|
"locate-character": "^2.0.5",
|
|
119
|
-
"magic-string": "^0.
|
|
120
|
+
"magic-string": "^0.30.0",
|
|
120
121
|
"mocha": "^10.2.0",
|
|
121
122
|
"nyc": "^15.1.0",
|
|
122
|
-
"pinia": "^2.0.
|
|
123
|
-
"prettier": "^2.8.
|
|
124
|
-
"pretty-bytes": "^6.
|
|
123
|
+
"pinia": "^2.0.33",
|
|
124
|
+
"prettier": "^2.8.4",
|
|
125
|
+
"pretty-bytes": "^6.1.0",
|
|
125
126
|
"pretty-ms": "^8.0.0",
|
|
126
127
|
"requirejs": "^2.3.6",
|
|
127
|
-
"rollup": "^3.
|
|
128
|
+
"rollup": "^3.18.0",
|
|
128
129
|
"rollup-plugin-license": "^3.0.1",
|
|
129
130
|
"rollup-plugin-string": "^3.0.0",
|
|
130
131
|
"rollup-plugin-thatworks": "^1.0.4",
|
|
@@ -133,13 +134,12 @@
|
|
|
133
134
|
"signal-exit": "^3.0.7",
|
|
134
135
|
"source-map": "^0.7.4",
|
|
135
136
|
"source-map-support": "^0.5.21",
|
|
136
|
-
"systemjs": "^6.
|
|
137
|
-
"terser": "^5.16.
|
|
138
|
-
"tslib": "^2.
|
|
139
|
-
"typescript": "^4.9.
|
|
140
|
-
"vitepress": "^1.0.0-alpha.
|
|
141
|
-
"
|
|
142
|
-
"vue": "^3.2.45",
|
|
137
|
+
"systemjs": "^6.14.0",
|
|
138
|
+
"terser": "^5.16.5",
|
|
139
|
+
"tslib": "^2.5.0",
|
|
140
|
+
"typescript": "^4.9.5",
|
|
141
|
+
"vitepress": "^1.0.0-alpha.50",
|
|
142
|
+
"vue": "^3.2.47",
|
|
143
143
|
"weak-napi": "^2.0.2",
|
|
144
144
|
"yargs-parser": "^21.1.1"
|
|
145
145
|
},
|