File tree 4 files changed +24
-4
lines changed
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.9.2
4
+
5
+ _ 2023-12-30_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Extend support for arbitrary namespace identifiers in SystemJS (#5321 )
10
+ - Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322 )
11
+
12
+ ### Pull Requests
13
+
14
+ - [ #5305 ] ( https://github.com/rollup/rollup/pull/5305 ) : Add JSDoc types to internal scripts (@lukastaegert )
15
+ - [ #5309 ] ( https://github.com/rollup/rollup/pull/5309 ) : chore(deps): update actions/download-artifact action to v4 (@renovate [ bot] )
16
+ - [ #5311 ] ( https://github.com/rollup/rollup/pull/5311 ) : chode: add node badge (@btea )
17
+ - [ #5312 ] ( https://github.com/rollup/rollup/pull/5312 ) : Remove rollup-plugin-thatworks from devDeps (@TrickyPi )
18
+ - [ #5318 ] ( https://github.com/rollup/rollup/pull/5318 ) : chore(deps): update dependency eslint-plugin-unicorn to v50 (@renovate [ bot] )
19
+ - [ #5319 ] ( https://github.com/rollup/rollup/pull/5319 ) : chore(deps): lock file maintenance minor/patch updates (@renovate [ bot] )
20
+ - [ #5321 ] ( https://github.com/rollup/rollup/pull/5321 ) : Handle arbitrary namespace identifiers in some SystemJS scenarios (@lukastaegert )
21
+ - [ #5322 ] ( https://github.com/rollup/rollup/pull/5322 ) : Do not handle declarations in modules without side effects as TDZ (@lukastaegert )
22
+
3
23
## 4.9.1
4
24
5
25
_ 2023-12-17_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rollup/browser" ,
3
- "version" : " 4.9.1 " ,
3
+ "version" : " 4.9.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.9.1 " ,
3
+ "version" : " 4.9.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