rollup 4.22.5 → 4.24.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 v4.22.5
4
- Fri, 27 Sep 2024 11:47:46 GMT - commit bc7780c322e134492f40a76bf64afe561670425c
3
+ Rollup.js v4.24.0
4
+ Wed, 02 Oct 2024 09:36:48 GMT - commit d3c000f4fd453e39a354299f0cfaa6831f56d7d8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.22.5
4
- Fri, 27 Sep 2024 11:47:46 GMT - commit bc7780c322e134492f40a76bf64afe561670425c
3
+ Rollup.js v4.24.0
4
+ Wed, 02 Oct 2024 09:36:48 GMT - commit d3c000f4fd453e39a354299f0cfaa6831f56d7d8
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": "4.22.5",
3
+ "version": "4.24.0",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -107,22 +107,22 @@
107
107
  "homepage": "https://rollupjs.org/",
108
108
  "optionalDependencies": {
109
109
  "fsevents": "~2.3.2",
110
- "@rollup/rollup-darwin-arm64": "4.22.5",
111
- "@rollup/rollup-android-arm64": "4.22.5",
112
- "@rollup/rollup-win32-arm64-msvc": "4.22.5",
113
- "@rollup/rollup-linux-arm64-gnu": "4.22.5",
114
- "@rollup/rollup-linux-arm64-musl": "4.22.5",
115
- "@rollup/rollup-android-arm-eabi": "4.22.5",
116
- "@rollup/rollup-linux-arm-gnueabihf": "4.22.5",
117
- "@rollup/rollup-linux-arm-musleabihf": "4.22.5",
118
- "@rollup/rollup-win32-ia32-msvc": "4.22.5",
119
- "@rollup/rollup-linux-riscv64-gnu": "4.22.5",
120
- "@rollup/rollup-linux-powerpc64le-gnu": "4.22.5",
121
- "@rollup/rollup-linux-s390x-gnu": "4.22.5",
122
- "@rollup/rollup-darwin-x64": "4.22.5",
123
- "@rollup/rollup-win32-x64-msvc": "4.22.5",
124
- "@rollup/rollup-linux-x64-gnu": "4.22.5",
125
- "@rollup/rollup-linux-x64-musl": "4.22.5"
110
+ "@rollup/rollup-darwin-arm64": "4.24.0",
111
+ "@rollup/rollup-android-arm64": "4.24.0",
112
+ "@rollup/rollup-win32-arm64-msvc": "4.24.0",
113
+ "@rollup/rollup-linux-arm64-gnu": "4.24.0",
114
+ "@rollup/rollup-linux-arm64-musl": "4.24.0",
115
+ "@rollup/rollup-android-arm-eabi": "4.24.0",
116
+ "@rollup/rollup-linux-arm-gnueabihf": "4.24.0",
117
+ "@rollup/rollup-linux-arm-musleabihf": "4.24.0",
118
+ "@rollup/rollup-win32-ia32-msvc": "4.24.0",
119
+ "@rollup/rollup-linux-riscv64-gnu": "4.24.0",
120
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0",
121
+ "@rollup/rollup-linux-s390x-gnu": "4.24.0",
122
+ "@rollup/rollup-darwin-x64": "4.24.0",
123
+ "@rollup/rollup-win32-x64-msvc": "4.24.0",
124
+ "@rollup/rollup-linux-x64-gnu": "4.24.0",
125
+ "@rollup/rollup-linux-x64-musl": "4.24.0"
126
126
  },
127
127
  "dependencies": {
128
128
  "@types/estree": "1.0.6"
@@ -156,8 +156,10 @@
156
156
  "@types/node": "^18.19.50",
157
157
  "@types/semver": "^7.5.8",
158
158
  "@types/yargs-parser": "^21.0.3",
159
+ "@vue/language-server": "^2.1.6",
159
160
  "acorn": "^8.12.1",
160
161
  "acorn-import-assertions": "^1.9.0",
162
+ "acorn-jsx": "^5.3.2",
161
163
  "buble": "^0.20.0",
162
164
  "builtin-modules": "^4.0.0",
163
165
  "chokidar": "^3.6.0",