rollup 3.28.0 → 3.29.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 +3 -3
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +148 -40
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/rollup.d.ts +7 -3
- 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 +148 -40
- package/dist/shared/watch-cli.js +21 -14
- package/dist/shared/watch-proxy.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +36 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -62,30 +62,33 @@
|
|
|
62
62
|
"optionalDependencies": {
|
|
63
63
|
"fsevents": "~2.3.2"
|
|
64
64
|
},
|
|
65
|
+
"devDependenciesComments": {
|
|
66
|
+
"@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"
|
|
67
|
+
},
|
|
65
68
|
"devDependencies": {
|
|
66
|
-
"@codemirror/commands": "^6.2.
|
|
67
|
-
"@codemirror/lang-javascript": "^6.1
|
|
68
|
-
"@codemirror/language": "^6.
|
|
69
|
-
"@codemirror/search": "^6.5.
|
|
69
|
+
"@codemirror/commands": "^6.2.5",
|
|
70
|
+
"@codemirror/lang-javascript": "^6.2.1",
|
|
71
|
+
"@codemirror/language": "^6.9.0",
|
|
72
|
+
"@codemirror/search": "^6.5.2",
|
|
70
73
|
"@codemirror/state": "^6.2.1",
|
|
71
|
-
"@codemirror/view": "^6.
|
|
74
|
+
"@codemirror/view": "^6.17.0",
|
|
72
75
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
73
|
-
"@mermaid-js/mermaid-cli": "^10.
|
|
76
|
+
"@mermaid-js/mermaid-cli": "^10.3.1",
|
|
74
77
|
"@rollup/plugin-alias": "^5.0.0",
|
|
75
78
|
"@rollup/plugin-buble": "^1.0.2",
|
|
76
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
79
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
77
80
|
"@rollup/plugin-json": "^6.0.0",
|
|
78
|
-
"@rollup/plugin-node-resolve": "^15.1
|
|
81
|
+
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
79
82
|
"@rollup/plugin-replace": "^5.0.2",
|
|
80
83
|
"@rollup/plugin-terser": "^0.4.3",
|
|
81
|
-
"@rollup/plugin-typescript": "
|
|
82
|
-
"@rollup/pluginutils": "^5.0.
|
|
84
|
+
"@rollup/plugin-typescript": "11.1.2",
|
|
85
|
+
"@rollup/pluginutils": "^5.0.4",
|
|
83
86
|
"@types/estree": "1.0.1",
|
|
84
87
|
"@types/mocha": "^10.0.1",
|
|
85
|
-
"@types/node": "~14.18.
|
|
88
|
+
"@types/node": "~14.18.56",
|
|
86
89
|
"@types/yargs-parser": "^21.0.0",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
88
|
-
"@typescript-eslint/parser": "^6.
|
|
90
|
+
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
91
|
+
"@typescript-eslint/parser": "^6.5.0",
|
|
89
92
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
90
93
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
91
94
|
"acorn": "^8.10.0",
|
|
@@ -96,50 +99,50 @@
|
|
|
96
99
|
"builtin-modules": "^3.3.0",
|
|
97
100
|
"chokidar": "^3.5.3",
|
|
98
101
|
"colorette": "^2.0.20",
|
|
99
|
-
"concurrently": "^8.2.
|
|
100
|
-
"core-js": "^3.
|
|
102
|
+
"concurrently": "^8.2.1",
|
|
103
|
+
"core-js": "^3.32.1",
|
|
101
104
|
"date-time": "^4.0.0",
|
|
102
105
|
"es5-shim": "^4.6.7",
|
|
103
106
|
"es6-shim": "^0.35.8",
|
|
104
|
-
"eslint": "^8.
|
|
105
|
-
"eslint-config-prettier": "^
|
|
106
|
-
"eslint-plugin-import": "^2.
|
|
107
|
+
"eslint": "^8.48.0",
|
|
108
|
+
"eslint-config-prettier": "^9.0.0",
|
|
109
|
+
"eslint-plugin-import": "^2.28.1",
|
|
107
110
|
"eslint-plugin-prettier": "^5.0.0",
|
|
108
|
-
"eslint-plugin-unicorn": "^48.0.
|
|
109
|
-
"eslint-plugin-vue": "^9.
|
|
111
|
+
"eslint-plugin-unicorn": "^48.0.1",
|
|
112
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
110
113
|
"fixturify": "^3.0.0",
|
|
111
114
|
"flru": "^1.0.2",
|
|
112
115
|
"fs-extra": "^11.1.1",
|
|
113
116
|
"github-api": "^3.4.0",
|
|
114
117
|
"hash.js": "^1.1.7",
|
|
115
118
|
"husky": "^8.0.3",
|
|
116
|
-
"inquirer": "^9.2.
|
|
119
|
+
"inquirer": "^9.2.10",
|
|
117
120
|
"is-reference": "^3.0.1",
|
|
118
|
-
"lint-staged": "^
|
|
121
|
+
"lint-staged": "^14.0.1",
|
|
119
122
|
"locate-character": "^3.0.0",
|
|
120
|
-
"magic-string": "^0.30.
|
|
123
|
+
"magic-string": "^0.30.3",
|
|
121
124
|
"mocha": "^10.2.0",
|
|
122
125
|
"nyc": "^15.1.0",
|
|
123
|
-
"pinia": "^2.1.
|
|
124
|
-
"prettier": "^3.0.
|
|
126
|
+
"pinia": "^2.1.6",
|
|
127
|
+
"prettier": "^3.0.2",
|
|
125
128
|
"pretty-bytes": "^6.1.1",
|
|
126
129
|
"pretty-ms": "^8.0.0",
|
|
127
130
|
"requirejs": "^2.3.6",
|
|
128
|
-
"rollup": "^3.
|
|
131
|
+
"rollup": "^3.28.1",
|
|
129
132
|
"rollup-plugin-license": "^3.0.1",
|
|
130
133
|
"rollup-plugin-string": "^3.0.0",
|
|
131
134
|
"rollup-plugin-thatworks": "^1.0.4",
|
|
132
135
|
"semver": "^7.5.4",
|
|
133
136
|
"shx": "^0.3.4",
|
|
134
|
-
"signal-exit": "^4.0
|
|
137
|
+
"signal-exit": "^4.1.0",
|
|
135
138
|
"source-map": "^0.7.4",
|
|
136
139
|
"source-map-support": "^0.5.21",
|
|
137
|
-
"systemjs": "^6.14.
|
|
140
|
+
"systemjs": "^6.14.2",
|
|
138
141
|
"terser": "^5.19.2",
|
|
139
|
-
"tslib": "^2.6.
|
|
140
|
-
"typescript": "^5.
|
|
141
|
-
"vite": "^4.4.
|
|
142
|
-
"vitepress": "^1.0.0-
|
|
142
|
+
"tslib": "^2.6.2",
|
|
143
|
+
"typescript": "^5.2.2",
|
|
144
|
+
"vite": "^4.4.9",
|
|
145
|
+
"vitepress": "^1.0.0-rc.10",
|
|
143
146
|
"vue": "^3.3.4",
|
|
144
147
|
"weak-napi": "^2.0.2",
|
|
145
148
|
"yargs-parser": "^21.1.1"
|