Skip to content

Commit ab7bfa8

Browse files
committed
4.36.0
1 parent 7f0164e commit ab7bfa8

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# rollup changelog
22

3+
## 4.36.0
4+
5+
_2025-03-17_
6+
7+
### Features
8+
9+
- Extend `renderDynamicImport` hook to provide information about static dependencies of the imported module (#5870)
10+
- Export several additional types used by Vite (#5879)
11+
12+
### Bug Fixes
13+
14+
- Do not merge chunks if that would create a top-level await cycle between chunks (#5843)
15+
16+
### Pull Requests
17+
18+
- [#5843](https://github.com/rollup/rollup/pull/5843): avoiding top level await circular (@TrickyPi, @lukastaegert)
19+
- [#5870](https://github.com/rollup/rollup/pull/5870): draft for extended renderDynamicImport hook (@iczero, @lukastaegert)
20+
- [#5876](https://github.com/rollup/rollup/pull/5876): Update axios overrides to 1.8.2 (@vadym-khodak)
21+
- [#5877](https://github.com/rollup/rollup/pull/5877): chore(deps): update dependency eslint-plugin-vue to v10 (@renovate[bot])
22+
- [#5878](https://github.com/rollup/rollup/pull/5878): fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
23+
- [#5879](https://github.com/rollup/rollup/pull/5879): fix: export types (@sxzz)
24+
325
## 4.35.0
426

527
_2025-03-08_

browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/browser",
3-
"version": "4.35.0",
3+
"version": "4.36.0",
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup",
3-
"version": "4.35.0",
3+
"version": "4.36.0",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/es/rollup.js",

0 commit comments

Comments
 (0)