Skip to content

Commit b7f2661

Browse files
authored
chore(deps): update dependency @rollup/plugin-commonjs to v29 (#169)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugins/tree/master/packages/commonjs/#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/commonjs)) | [`^25.0.7` → `^29.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/25.0.8/29.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-commonjs/29.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-commonjs/25.0.8/29.0.2?slim=true) | --- ### Release Notes <details> <summary>rollup/plugins (@&#8203;rollup/plugin-commonjs)</summary> ### [`v29.0.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2902) *2026-03-06* ##### Bugfixes - commonjs: conditional exports ([#&#8203;1952](https://redirect.github.com/rollup/plugins/issues/1952)) ### [`v29.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2901) *2026-03-05* ##### Bugfixes - commonjs: correctly replaces shorthand "global" property in object ([#&#8203;1957](https://redirect.github.com/rollup/plugins/issues/1957)) ### [`v29.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2900) *2025-10-30* ##### Breaking Changes - feat!: revert [#&#8203;1909](https://redirect.github.com/rollup/plugins/issues/1909) and add `requireNodeBuiltins` option ([#&#8203;1937](https://redirect.github.com/rollup/plugins/issues/1937)) ### [`v28.0.9`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2809) *2025-10-24* ##### Bugfixes - fix: handle `node:` builtins with `strictRequires: auto` ([#&#8203;1930](https://redirect.github.com/rollup/plugins/issues/1930)) ### [`v28.0.8`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2808) *2025-10-16* ##### Bugfixes - fix: guard moduleSideEffects for wrapped externals ([#&#8203;1914](https://redirect.github.com/rollup/plugins/issues/1914)) ### [`v28.0.7`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2807) *2025-10-14* ##### Bugfixes - fix: avoid hoisting dynamically required node: builtins under strictRequires ([#&#8203;1909](https://redirect.github.com/rollup/plugins/issues/1909)) ### [`v28.0.6`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2806) *2025-06-17* ##### Bugfixes - fix: fix crash with invalidated proxy modules ([#&#8203;1876](https://redirect.github.com/rollup/plugins/issues/1876)) ### [`v28.0.5`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2805) *2025-06-14* ##### Bugfixes - fix: crawl dynamicRequireRoot outside cwd ([#&#8203;1859](https://redirect.github.com/rollup/plugins/issues/1859)) ### [`v28.0.4`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2804) *2025-06-14* ##### Bugfixes - fix: try/catch instanceof in getAugmentedNamespace ([#&#8203;1868](https://redirect.github.com/rollup/plugins/issues/1868)) ### [`v28.0.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2803) *2025-03-06* ##### Bugfixes - fix: fix error when bundle contains require() of module with falsy `__esModule` export ([#&#8203;1850](https://redirect.github.com/rollup/plugins/issues/1850)) ### [`v28.0.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2802) *2024-12-15* ##### Updates - docs: `output.exports` recommendation also applies to IIFE ([#&#8203;1810](https://redirect.github.com/rollup/plugins/issues/1810)) ### [`v28.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2801) *2024-10-16* ##### Updates - chore: upgrade picomatch ([#&#8203;1775](https://redirect.github.com/rollup/plugins/issues/1775)) ### [`v28.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2800) *2024-09-23* ##### Breaking Changes - chore: switch to fdir for fewer dependencies ([#&#8203;1741](https://redirect.github.com/rollup/plugins/issues/1741)) ### [`v27.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2700) *2024-09-23* ##### Breaking Changes - feat!: default strictRequires to true ([#&#8203;1639](https://redirect.github.com/rollup/plugins/issues/1639)) - fix!: replace top-level this with exports name ([#&#8203;1618](https://redirect.github.com/rollup/plugins/issues/1618)) ### [`v26.0.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2603) *2024-09-23* ##### Updates - chore: revert [#&#8203;1618](https://redirect.github.com/rollup/plugins/issues/1618) ([`e98927b`](https://redirect.github.com/rollup/plugins/commit/e98927b)) ### [`v26.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2601) *2024-06-05* ##### Bugfixes - fix: correct import of glob ([`04a15b5`](https://redirect.github.com/rollup/plugins/commit/04a15b5)) ### [`v26.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2600) *2024-06-05* ##### Breaking Changes - chore!: bump glob's version ([#&#8203;1695](https://redirect.github.com/rollup/plugins/issues/1695)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/datum-cloud/activity). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45MS41IiwidXBkYXRlZEluVmVyIjoiNDMuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 96e8d08 + 70adfff commit b7f2661

2 files changed

Lines changed: 22 additions & 29 deletions

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@monaco-editor/react": "^4.6.0",
6060
"@playwright/test": "^1.48.0",
61-
"@rollup/plugin-commonjs": "^25.0.7",
61+
"@rollup/plugin-commonjs": "^29.0.0",
6262
"@rollup/plugin-node-resolve": "^15.2.3",
6363
"@rollup/plugin-typescript": "^11.1.6",
6464
"@tailwindcss/postcss": "^4.2.1",

ui/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)