File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
Original file line number Diff line number Diff line change 1
1
# rollup changelog
2
2
3
+ ## 4.40.2
4
+
5
+ _2025-05-06_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
10
+ - Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
11
+ - Throw when the output is watched in watch mode (#5939)
12
+
13
+ ### Pull Requests
14
+
15
+ - [#5934](https://github.com/rollup/rollup/pull/5934): fix(exports): avoid "exports is not defined" `ReferenceError` (@dasa)
16
+ - [#5937](https://github.com/rollup/rollup/pull/5937): consider TLA imports have higher execution priority (@TrickyPi)
17
+ - [#5939](https://github.com/rollup/rollup/pull/5939): fix: watch mode input should not be an output subpath (@btea)
18
+ - [#5940](https://github.com/rollup/rollup/pull/5940): chore(deps): update dependency vite to v6.3.4 [security] (@renovate[bot])
19
+ - [#5941](https://github.com/rollup/rollup/pull/5941): chore(deps): update dependency eslint-plugin-unicorn to v59 (@renovate[bot])
20
+ - [#5942](https://github.com/rollup/rollup/pull/5942): fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
21
+ - [#5943](https://github.com/rollup/rollup/pull/5943): fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
22
+
3
23
## 4.40.1
4
24
5
25
_2025-04-28_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rollup/browser" ,
3
- "version" : " 4.40.1 " ,
3
+ "version" : " 4.40.2 " ,
4
4
"description" : " Next-generation ES module bundler browser build" ,
5
5
"main" : " dist/rollup.browser.js" ,
6
6
"module" : " dist/es/rollup.browser.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rollup" ,
3
- "version" : " 4.40.1 " ,
3
+ "version" : " 4.40.2 " ,
4
4
"description" : " Next-generation ES module bundler" ,
5
5
"main" : " dist/rollup.js" ,
6
6
"module" : " dist/es/rollup.js" ,
You can’t perform that action at this time.
0 commit comments