Skip to content

Commit 1bf1004

Browse files
build(deps): update dependency rollup to v4.34.9 (#11661)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.34.8` -> `4.34.9`](https://renovatebot.com/diffs/npm/rollup/4.34.8/4.34.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.34.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.34.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.34.8/4.34.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.34.8/4.34.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.34.9`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4349) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.34.8...v4.34.9) *2025-03-01* ##### Bug Fixes - Support JSX modes in WASM ([#&#8203;5866](https://redirect.github.com/rollup/rollup/issues/5866)) - Allow the CustomPluginOptions to be extended ([#&#8203;5850](https://redirect.github.com/rollup/rollup/issues/5850)) ##### Pull Requests - [#&#8203;5850](https://redirect.github.com/rollup/rollup/pull/5850): Revert CustomPluginOptions to be an interface ([@&#8203;sapphi-red](https://redirect.github.com/sapphi-red), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;5851](https://redirect.github.com/rollup/rollup/pull/5851): Javascript to JavaScript ([@&#8203;dasa](https://redirect.github.com/dasa), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;5853](https://redirect.github.com/rollup/rollup/pull/5853): chore(deps): update dependency pinia to v3 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;5854](https://redirect.github.com/rollup/rollup/pull/5854): fix(deps): update swc monorepo (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;5855](https://redirect.github.com/rollup/rollup/pull/5855): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;5860](https://redirect.github.com/rollup/rollup/pull/5860): chore(deps): update dependency [@&#8203;shikijs/vitepress-twoslash](https://redirect.github.com/shikijs/vitepress-twoslash) to v3 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;5861](https://redirect.github.com/rollup/rollup/pull/5861): chore(deps): update dependency globals to v16 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;5863](https://redirect.github.com/rollup/rollup/pull/5863): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;5864](https://redirect.github.com/rollup/rollup/pull/5864): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;5866](https://redirect.github.com/rollup/rollup/pull/5866): Add jsx parameter to parseAsync in native.wasm.js ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 295a961 commit 1bf1004

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
lines changed

package-lock.json

+80-80
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
@@ -108,7 +108,7 @@
108108
"react": "18.3.1",
109109
"react-dom": "18.3.1",
110110
"rimraf": "6.0.1",
111-
"rollup": "4.34.8",
111+
"rollup": "4.34.9",
112112
"semver": "7.7.1",
113113
"shell-quote": "1.8.2",
114114
"storybook": "8.5.6",

0 commit comments

Comments
 (0)