Skip to content

Commit 55a8fd5

Browse files
committed
4.52.5
1 parent 58f5a7b commit 55a8fd5

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

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

3+
## 4.52.5
4+
5+
_2025-10-18_
6+
7+
### Bug Fixes
8+
9+
- Always produce valid UUIDs as debugIds in sourcemaps (#6144)
10+
11+
### Pull Requests
12+
13+
- [#6135](https://github.com/rollup/rollup/pull/6135): chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
14+
- [#6140](https://github.com/rollup/rollup/pull/6140): chore(deps): update peter-evans/create-or-update-comment action to v5 (@renovate[bot])
15+
- [#6141](https://github.com/rollup/rollup/pull/6141): chore(deps): update peter-evans/find-comment action to v4 (@renovate[bot])
16+
- [#6142](https://github.com/rollup/rollup/pull/6142): fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
17+
- [#6143](https://github.com/rollup/rollup/pull/6143): chore: eslint enable concurrency option (@btea)
18+
- [#6144](https://github.com/rollup/rollup/pull/6144): fix: generation of debugIDs with invalid length (@pablomatiasgomez, @lukastaegert)
19+
- [#6146](https://github.com/rollup/rollup/pull/6146): chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
20+
- [#6147](https://github.com/rollup/rollup/pull/6147): chore(deps): update actions/setup-node action to v6 (@renovate[bot])
21+
322
## 4.52.4
423

524
_2025-10-03_

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

0 commit comments

Comments
 (0)