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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.18.0
4
- Wed, 01 Mar 2023 18:45:12 GMT - commit 25bdc129d21685b69a00ee55397d42ac6eff6449
3
+ Rollup.js v3.19.0
4
+ Thu, 09 Mar 2023 19:00:13 GMT - commit cff3bbcb34cf35a765a8bcbbd56ba643bd1de68d
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.18.0
4
- Wed, 01 Mar 2023 18:45:12 GMT - commit 25bdc129d21685b69a00ee55397d42ac6eff6449
3
+ Rollup.js v3.19.0
4
+ Thu, 09 Mar 2023 19:00:13 GMT - commit cff3bbcb34cf35a765a8bcbbd56ba643bd1de68d
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.18.0
4
- Wed, 01 Mar 2023 18:45:12 GMT - commit 25bdc129d21685b69a00ee55397d42ac6eff6449
3
+ Rollup.js v3.19.0
4
+ Thu, 09 Mar 2023 19:00:13 GMT - commit cff3bbcb34cf35a765a8bcbbd56ba643bd1de68d
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "3.18.0",
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.0",
67
- "@codemirror/lang-javascript": "^6.1.2",
68
- "@codemirror/language": "^6.4.0",
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.7.3",
71
+ "@codemirror/view": "^6.9.2",
72
72
  "@jridgewell/sourcemap-codec": "^1.4.14",
73
- "@rollup/plugin-alias": "^4.0.2",
74
- "@rollup/plugin-buble": "^1.0.1",
75
- "@rollup/plugin-commonjs": "^24.0.0",
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.3.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.50.0",
87
- "@typescript-eslint/parser": "^5.50.0",
88
- "@vue/eslint-config-prettier": "^7.0.0",
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.1",
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.27.1",
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.33.0",
104
- "eslint-config-prettier": "^8.6.0",
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": "^45.0.2",
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.0",
118
+ "lint-staged": "^13.1.2",
118
119
  "locate-character": "^2.0.5",
119
- "magic-string": "^0.29.0",
120
+ "magic-string": "^0.30.0",
120
121
  "mocha": "^10.2.0",
121
122
  "nyc": "^15.1.0",
122
- "pinia": "^2.0.29",
123
- "prettier": "^2.8.3",
124
- "pretty-bytes": "^6.0.0",
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.16.0",
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.13.0",
137
- "terser": "^5.16.1",
138
- "tslib": "^2.4.1",
139
- "typescript": "^4.9.4",
140
- "vitepress": "^1.0.0-alpha.44",
141
- "vitepress-plugin-mermaid": "^2.0.8",
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
  },