rollup 3.29.1 → 3.29.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/dist/bin/rollup +2 -2
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +3 -3
- 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 +1 -1
- 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 +3 -3
- 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 +11 -11
package/dist/bin/rollup
CHANGED
package/dist/es/getLogFilter.js
CHANGED
package/dist/es/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v3.29.
|
|
4
|
-
|
|
3
|
+
Rollup.js v3.29.2
|
|
4
|
+
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -15,7 +15,7 @@ import { createHash as createHash$1 } from 'node:crypto';
|
|
|
15
15
|
import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
|
|
16
16
|
import * as tty from 'tty';
|
|
17
17
|
|
|
18
|
-
var version$1 = "3.29.
|
|
18
|
+
var version$1 = "3.29.2";
|
|
19
19
|
|
|
20
20
|
const comma = ','.charCodeAt(0);
|
|
21
21
|
const semicolon = ';'.charCodeAt(0);
|
package/dist/es/shared/watch.js
CHANGED
package/dist/getLogFilter.js
CHANGED
package/dist/loadConfigFile.js
CHANGED
package/dist/rollup.d.ts
CHANGED
|
@@ -503,7 +503,7 @@ export interface Plugin<A = any> extends OutputPlugin, Partial<PluginHooks> {
|
|
|
503
503
|
api?: A;
|
|
504
504
|
}
|
|
505
505
|
|
|
506
|
-
type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
|
|
506
|
+
export type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
|
|
507
507
|
|
|
508
508
|
export interface NormalizedTreeshakingOptions {
|
|
509
509
|
annotations: boolean;
|
package/dist/rollup.js
CHANGED
package/dist/shared/index.js
CHANGED
package/dist/shared/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v3.29.
|
|
4
|
-
|
|
3
|
+
Rollup.js v3.29.2
|
|
4
|
+
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -30,7 +30,7 @@ function _interopNamespaceDefault(e) {
|
|
|
30
30
|
|
|
31
31
|
const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty);
|
|
32
32
|
|
|
33
|
-
var version$1 = "3.29.
|
|
33
|
+
var version$1 = "3.29.2";
|
|
34
34
|
|
|
35
35
|
function ensureArray$1(items) {
|
|
36
36
|
if (Array.isArray(items)) {
|
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.29.
|
|
3
|
+
"version": "3.29.2",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@codemirror/language": "^6.9.0",
|
|
72
72
|
"@codemirror/search": "^6.5.2",
|
|
73
73
|
"@codemirror/state": "^6.2.1",
|
|
74
|
-
"@codemirror/view": "^6.
|
|
74
|
+
"@codemirror/view": "^6.18.1",
|
|
75
75
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
76
76
|
"@mermaid-js/mermaid-cli": "^10.4.0",
|
|
77
77
|
"@rollup/plugin-alias": "^5.0.0",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"@rollup/pluginutils": "^5.0.4",
|
|
86
86
|
"@types/estree": "1.0.1",
|
|
87
87
|
"@types/mocha": "^10.0.1",
|
|
88
|
-
"@types/node": "~14.18.
|
|
88
|
+
"@types/node": "~14.18.59",
|
|
89
89
|
"@types/yargs-parser": "^21.0.0",
|
|
90
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
91
|
-
"@typescript-eslint/parser": "^6.
|
|
90
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
91
|
+
"@typescript-eslint/parser": "^6.7.0",
|
|
92
92
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
93
93
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
94
94
|
"acorn": "^8.10.0",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
"chokidar": "^3.5.3",
|
|
101
101
|
"colorette": "^2.0.20",
|
|
102
102
|
"concurrently": "^8.2.1",
|
|
103
|
-
"core-js": "^3.32.
|
|
103
|
+
"core-js": "^3.32.2",
|
|
104
104
|
"date-time": "^4.0.0",
|
|
105
105
|
"es5-shim": "^4.6.7",
|
|
106
106
|
"es6-shim": "^0.35.8",
|
|
107
|
-
"eslint": "^8.
|
|
107
|
+
"eslint": "^8.49.0",
|
|
108
108
|
"eslint-config-prettier": "^9.0.0",
|
|
109
109
|
"eslint-plugin-import": "^2.28.1",
|
|
110
110
|
"eslint-plugin-prettier": "^5.0.0",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"github-api": "^3.4.0",
|
|
117
117
|
"hash.js": "^1.1.7",
|
|
118
118
|
"husky": "^8.0.3",
|
|
119
|
-
"inquirer": "^9.2.
|
|
120
|
-
"is-reference": "^3.0.
|
|
119
|
+
"inquirer": "^9.2.11",
|
|
120
|
+
"is-reference": "^3.0.2",
|
|
121
121
|
"lint-staged": "^14.0.1",
|
|
122
122
|
"locate-character": "^3.0.0",
|
|
123
123
|
"magic-string": "^0.30.3",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"pretty-bytes": "^6.1.1",
|
|
129
129
|
"pretty-ms": "^8.0.0",
|
|
130
130
|
"requirejs": "^2.3.6",
|
|
131
|
-
"rollup": "^3.
|
|
131
|
+
"rollup": "^3.29.1",
|
|
132
132
|
"rollup-plugin-license": "^3.1.0",
|
|
133
133
|
"rollup-plugin-string": "^3.0.0",
|
|
134
134
|
"rollup-plugin-thatworks": "^1.0.4",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"tslib": "^2.6.2",
|
|
143
143
|
"typescript": "^5.2.2",
|
|
144
144
|
"vite": "^4.4.9",
|
|
145
|
-
"vitepress": "^1.0.0-rc.
|
|
145
|
+
"vitepress": "^1.0.0-rc.12",
|
|
146
146
|
"vue": "^3.3.4",
|
|
147
147
|
"weak-napi": "^2.0.2",
|
|
148
148
|
"yargs-parser": "^21.1.1"
|