rollup 3.21.0 → 3.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/LICENSE.md +1 -1
- package/dist/bin/rollup +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +60 -53
- package/dist/es/shared/watch.js +23 -29
- 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 +22 -28
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/rollup.js +60 -55
- package/dist/shared/watch-cli.js +285 -261
- package/dist/shared/watch-proxy.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +36 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "3.21.
|
|
3
|
+
"version": "3.21.2",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -63,31 +63,30 @@
|
|
|
63
63
|
"fsevents": "~2.3.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@codemirror/commands": "^6.2.
|
|
67
|
-
"@codemirror/lang-javascript": "^6.1.
|
|
66
|
+
"@codemirror/commands": "^6.2.3",
|
|
67
|
+
"@codemirror/lang-javascript": "^6.1.7",
|
|
68
68
|
"@codemirror/language": "^6.6.0",
|
|
69
|
-
"@codemirror/search": "^6.
|
|
69
|
+
"@codemirror/search": "^6.4.0",
|
|
70
70
|
"@codemirror/state": "^6.2.0",
|
|
71
|
-
"@codemirror/view": "^6.
|
|
72
|
-
"@jridgewell/sourcemap-codec": "^1.4.
|
|
73
|
-
"@mermaid-js/mermaid-cli": "^10.0
|
|
74
|
-
"@rollup/plugin-alias": "^
|
|
71
|
+
"@codemirror/view": "^6.10.0",
|
|
72
|
+
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
73
|
+
"@mermaid-js/mermaid-cli": "^10.1.0",
|
|
74
|
+
"@rollup/plugin-alias": "^5.0.0",
|
|
75
75
|
"@rollup/plugin-buble": "^1.0.2",
|
|
76
|
-
"@rollup/plugin-commonjs": "^24.0
|
|
76
|
+
"@rollup/plugin-commonjs": "^24.1.0",
|
|
77
77
|
"@rollup/plugin-json": "^6.0.0",
|
|
78
|
-
"@rollup/plugin-node-resolve": "^15.0.
|
|
78
|
+
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
79
79
|
"@rollup/plugin-replace": "^5.0.2",
|
|
80
|
-
"@rollup/plugin-terser": "^0.4.
|
|
81
|
-
"@rollup/plugin-typescript": "^11.
|
|
80
|
+
"@rollup/plugin-terser": "^0.4.1",
|
|
81
|
+
"@rollup/plugin-typescript": "^11.1.0",
|
|
82
82
|
"@rollup/pluginutils": "^5.0.2",
|
|
83
|
-
"@types/estree": "1.0.
|
|
84
|
-
"@types/node": "^14.18.
|
|
85
|
-
"@types/signal-exit": "^3.0.1",
|
|
83
|
+
"@types/estree": "1.0.1",
|
|
84
|
+
"@types/node": "^14.18.42",
|
|
86
85
|
"@types/yargs-parser": "^21.0.0",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
88
|
-
"@typescript-eslint/parser": "^5.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
87
|
+
"@typescript-eslint/parser": "^5.59.1",
|
|
89
88
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
90
|
-
"@vue/eslint-config-typescript": "^11.0.
|
|
89
|
+
"@vue/eslint-config-typescript": "^11.0.3",
|
|
91
90
|
"acorn": "^8.8.2",
|
|
92
91
|
"acorn-import-assertions": "^1.8.0",
|
|
93
92
|
"acorn-jsx": "^5.3.2",
|
|
@@ -95,50 +94,50 @@
|
|
|
95
94
|
"buble": "^0.20.0",
|
|
96
95
|
"builtin-modules": "^3.3.0",
|
|
97
96
|
"chokidar": "^3.5.3",
|
|
98
|
-
"colorette": "^2.0.
|
|
99
|
-
"concurrently": "^
|
|
100
|
-
"core-js": "^3.
|
|
97
|
+
"colorette": "^2.0.20",
|
|
98
|
+
"concurrently": "^8.0.1",
|
|
99
|
+
"core-js": "^3.30.1",
|
|
101
100
|
"date-time": "^4.0.0",
|
|
102
101
|
"es5-shim": "^4.6.7",
|
|
103
|
-
"es6-shim": "^0.35.
|
|
104
|
-
"eslint": "^8.
|
|
105
|
-
"eslint-config-prettier": "^8.
|
|
102
|
+
"es6-shim": "^0.35.8",
|
|
103
|
+
"eslint": "^8.39.0",
|
|
104
|
+
"eslint-config-prettier": "^8.8.0",
|
|
106
105
|
"eslint-plugin-import": "^2.27.5",
|
|
107
106
|
"eslint-plugin-prettier": "^4.2.1",
|
|
108
107
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
109
|
-
"eslint-plugin-vue": "^9.
|
|
108
|
+
"eslint-plugin-vue": "^9.11.0",
|
|
110
109
|
"fixturify": "^3.0.0",
|
|
111
110
|
"flru": "^1.0.2",
|
|
112
|
-
"fs-extra": "^11.1.
|
|
111
|
+
"fs-extra": "^11.1.1",
|
|
113
112
|
"github-api": "^3.4.0",
|
|
114
113
|
"hash.js": "^1.1.7",
|
|
115
114
|
"husky": "^8.0.3",
|
|
116
|
-
"inquirer": "^9.
|
|
115
|
+
"inquirer": "^9.2.0",
|
|
117
116
|
"is-reference": "^3.0.1",
|
|
118
|
-
"lint-staged": "^13.1
|
|
117
|
+
"lint-staged": "^13.2.1",
|
|
119
118
|
"locate-character": "^2.0.5",
|
|
120
119
|
"magic-string": "^0.30.0",
|
|
121
120
|
"mocha": "^10.2.0",
|
|
122
121
|
"nyc": "^15.1.0",
|
|
123
|
-
"pinia": "^2.0.
|
|
124
|
-
"prettier": "^2.8.
|
|
122
|
+
"pinia": "^2.0.35",
|
|
123
|
+
"prettier": "^2.8.8",
|
|
125
124
|
"pretty-bytes": "^6.1.0",
|
|
126
125
|
"pretty-ms": "^8.0.0",
|
|
127
126
|
"requirejs": "^2.3.6",
|
|
128
|
-
"rollup": "^3.
|
|
127
|
+
"rollup": "^3.21.0",
|
|
129
128
|
"rollup-plugin-license": "^3.0.1",
|
|
130
129
|
"rollup-plugin-string": "^3.0.0",
|
|
131
130
|
"rollup-plugin-thatworks": "^1.0.4",
|
|
132
|
-
"semver": "^7.
|
|
131
|
+
"semver": "^7.5.0",
|
|
133
132
|
"shx": "^0.3.4",
|
|
134
|
-
"signal-exit": "^
|
|
133
|
+
"signal-exit": "^4.0.1",
|
|
135
134
|
"source-map": "^0.7.4",
|
|
136
135
|
"source-map-support": "^0.5.21",
|
|
137
|
-
"systemjs": "^6.14.
|
|
138
|
-
"terser": "^5.
|
|
136
|
+
"systemjs": "^6.14.1",
|
|
137
|
+
"terser": "^5.17.1",
|
|
139
138
|
"tslib": "^2.5.0",
|
|
140
|
-
"typescript": "^
|
|
141
|
-
"vitepress": "^1.0.0-alpha.
|
|
139
|
+
"typescript": "^5.0.4",
|
|
140
|
+
"vitepress": "^1.0.0-alpha.74",
|
|
142
141
|
"vue": "^3.2.47",
|
|
143
142
|
"weak-napi": "^2.0.2",
|
|
144
143
|
"yargs-parser": "^21.1.1"
|