Skip to content

Commit 998b595

Browse files
committed
4.53.3
1 parent ef834c2 commit 998b595

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# rollup changelog
22

3+
## 4.53.3
4+
5+
_2025-11-19_
6+
7+
### Bug Fixes
8+
9+
- Fix an error where too many modules where flagged for having an unused external import (#6182)
10+
- Fix an error where an assignment was wrongly tree-shaken when mutating it (#6183)
11+
12+
### Pull Requests
13+
14+
- [#6171](https://github.com/rollup/rollup/pull/6171): Add test-install CI job to test packaging, installation and importing of rollup package (@antoninkriz, @lukastaegert)
15+
- [#6174](https://github.com/rollup/rollup/pull/6174): Re-enable TypeScript test (@lukastaegert)
16+
- [#6180](https://github.com/rollup/rollup/pull/6180): fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
17+
- [#6182](https://github.com/rollup/rollup/pull/6182): Tracing the importers chain for exported variables in external module (@TrickyPi, @lukastaegert)
18+
- [#6183](https://github.com/rollup/rollup/pull/6183): Check if left side is included when checking if assigning to an assignment has side effects (@lukastaegert)
19+
320
## 4.53.2
421

522
_2025-11-10_

‎browser/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/browser",
3-
"version": "4.53.2",
3+
"version": "4.53.3",
44
"description": "Next-generation ES module bundler browser build",
55
"main": "dist/rollup.browser.js",
66
"module": "dist/es/rollup.browser.js",

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "4.53.2",
3+
"version": "4.53.3",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)