Skip to content

Commit 7df7947

Browse files
committed
4.53.4
1 parent eb7ffe9 commit 7df7947

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

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

3+
## 4.53.4
4+
5+
_2025-12-15_
6+
7+
### Bug Fixes
8+
9+
- Ensure `Symbol.dispose` and `Symbol.asyncDispose` properties are never removed with `(await) using` declarations. (#6209)
10+
11+
### Pull Requests
12+
13+
- [#6185](https://github.com/rollup/rollup/pull/6185): chore(deps): update dependency @inquirer/prompts to v8 (@renovate[bot], @lukastaegert)
14+
- [#6186](https://github.com/rollup/rollup/pull/6186): fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
15+
- [#6187](https://github.com/rollup/rollup/pull/6187): chore(deps): lock file maintenance (@renovate[bot])
16+
- [#6188](https://github.com/rollup/rollup/pull/6188): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
17+
- [#6190](https://github.com/rollup/rollup/pull/6190): Fix syntax error in manualChunks example (@jonnyeom)
18+
- [#6194](https://github.com/rollup/rollup/pull/6194): chore(deps): update actions/checkout action to v6 (@renovate[bot])
19+
- [#6195](https://github.com/rollup/rollup/pull/6195): fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
20+
- [#6202](https://github.com/rollup/rollup/pull/6202): fix(deps): update swc monorepo (major) (@renovate[bot])
21+
- [#6203](https://github.com/rollup/rollup/pull/6203): fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
22+
- [#6209](https://github.com/rollup/rollup/pull/6209): Do not tree-shake handlers for "using" (@lukastaegert)
23+
324
## 4.53.3
425

526
_2025-11-19_

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.3",
3+
"version": "4.53.4",
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.3",
3+
"version": "4.53.4",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)