rollup 4.23.0 → 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.23.0
4
- Tue, 01 Oct 2024 07:09:35 GMT - commit ed98e0821e6ad064839f0af46ceca061adbe3f14
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.23.0
4
- Tue, 01 Oct 2024 07:09:35 GMT - commit ed98e0821e6ad064839f0af46ceca061adbe3f14
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.23.0",
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.23.0",
111
- "@rollup/rollup-android-arm64": "4.23.0",
112
- "@rollup/rollup-win32-arm64-msvc": "4.23.0",
113
- "@rollup/rollup-linux-arm64-gnu": "4.23.0",
114
- "@rollup/rollup-linux-arm64-musl": "4.23.0",
115
- "@rollup/rollup-android-arm-eabi": "4.23.0",
116
- "@rollup/rollup-linux-arm-gnueabihf": "4.23.0",
117
- "@rollup/rollup-linux-arm-musleabihf": "4.23.0",
118
- "@rollup/rollup-win32-ia32-msvc": "4.23.0",
119
- "@rollup/rollup-linux-riscv64-gnu": "4.23.0",
120
- "@rollup/rollup-linux-powerpc64le-gnu": "4.23.0",
121
- "@rollup/rollup-linux-s390x-gnu": "4.23.0",
122
- "@rollup/rollup-darwin-x64": "4.23.0",
123
- "@rollup/rollup-win32-x64-msvc": "4.23.0",
124
- "@rollup/rollup-linux-x64-gnu": "4.23.0",
125
- "@rollup/rollup-linux-x64-musl": "4.23.0"
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"
@@ -159,6 +159,7 @@
159
159
  "@vue/language-server": "^2.1.6",
160
160
  "acorn": "^8.12.1",
161
161
  "acorn-import-assertions": "^1.9.0",
162
+ "acorn-jsx": "^5.3.2",
162
163
  "buble": "^0.20.0",
163
164
  "builtin-modules": "^4.0.0",
164
165
  "chokidar": "^3.6.0",