File tree 4 files changed +21
-4
lines changed
Filter options
4 files changed +21
-4
lines changed
Original file line number Diff line number Diff line change 1
1
# rollup changelog
2
2
3
+ ## 4.35.0
4
+
5
+ _ 2025-03-08_
6
+
7
+ ### Features
8
+
9
+ - Pass build errors to the closeBundle hook (#5867 )
10
+
11
+ ### Pull Requests
12
+
13
+ - [ #5852 ] ( https://github.com/rollup/rollup/pull/5852 ) : chore(deps): update dependency eslint-plugin-unicorn to v57 (@renovate [ bot] , @lukastaegert )
14
+ - [ #5862 ] ( https://github.com/rollup/rollup/pull/5862 ) : fix(deps): update swc monorepo (major) (@renovate [ bot] , @lukastaegert )
15
+ - [ #5867 ] ( https://github.com/rollup/rollup/pull/5867 ) : feat(5858): make closeBundle hook receive the last error (@GauBen )
16
+ - [ #5872 ] ( https://github.com/rollup/rollup/pull/5872 ) : chore(deps): update dependency builtin-modules to v5 (@renovate [ bot] )
17
+ - [ #5873 ] ( https://github.com/rollup/rollup/pull/5873 ) : chore(deps): update uraimo/run-on-arch-action action to v3 (@renovate [ bot] )
18
+ - [ #5874 ] ( https://github.com/rollup/rollup/pull/5874 ) : fix(deps): lock file maintenance minor/patch updates (@renovate [ bot] )
19
+
3
20
## 4.34.9
4
21
5
22
_ 2025-03-01_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rollup/browser" ,
3
- "version" : " 4.34.9 " ,
3
+ "version" : " 4.35.0 " ,
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.34.9 " ,
3
+ "version" : " 4.35.0 " ,
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