Commit b7f2661
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)
|

|

|
---
### Release Notes
<details>
<summary>rollup/plugins (@​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
([#​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
([#​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
[#​1909](https://redirect.github.com/rollup/plugins/issues/1909)
and add `requireNodeBuiltins` option
([#​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`
([#​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
([#​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
([#​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
([#​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
([#​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
([#​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
([#​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
([#​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
([#​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
([#​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
([#​1639](https://redirect.github.com/rollup/plugins/issues/1639))
- fix!: replace top-level this with exports name
([#​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
[#​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
([#​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 files changed
Lines changed: 22 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments