Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @rollup/plugin-commonjs from 26.0.1 to 28.0.0 (#…
…1050) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 26.0.1 to 28.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md"><code>@rollup/plugin-commonjs</code>'s changelog</a>.</em></p> <blockquote> <h2>v28.0.0</h2> <p><em>2024-09-23</em></p> <h3>Breaking Changes</h3> <ul> <li>chore: switch to fdir for fewer dependencies (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1741">#1741</a>)</li> </ul> <h2>v27.0.0</h2> <p><em>2024-09-23</em></p> <h3>Breaking Changes</h3> <ul> <li>feat!: default strictRequires to true (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1639">#1639</a>)</li> <li>fix!: replace top-level this with exports name (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1618">#1618</a>)</li> </ul> <h2>v26.0.3</h2> <p><em>2024-09-23</em></p> <h3>Updates</h3> <ul> <li>chore: revert <a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1618">#1618</a> (e98927b)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/0af45c266cb5160656efd1d591e2a9d436147a05"><code>0af45c2</code></a> chore(release): commonjs v28.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/c2a05eb174a8f444210fdd72c426aaef2313dee1"><code>c2a05eb</code></a> chore(commonjs): switch to fdir for fewer dependencies (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1741">#1741</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/b6fa3b135f58f5258c11adc76935925a736316e0"><code>b6fa3b1</code></a> chore(release): commonjs v27.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/8f029877ef94819e87baf9ba899c261d918b0fd8"><code>8f02987</code></a> feat(commonjs)!: default strictRequires to true (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1639">#1639</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/274b72cc025ba1e701178486466e7b2f667e44a7"><code>274b72c</code></a> chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...</li> <li><a href="https://github.com/rollup/plugins/commit/e2a719511dbe1f4ddc8327a8a6ba148729bc6bbe"><code>e2a7195</code></a> chore(release): commonjs v26.0.3</li> <li><a href="https://github.com/rollup/plugins/commit/e98927bc75889f2e1f34dd9cd51f581168a0593b"><code>e98927b</code></a> chore(commonjs): revert <a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1618">#1618</a></li> <li><a href="https://github.com/rollup/plugins/commit/1e73857cbcefe25b8ceaac664b73c9b68ab6f573"><code>1e73857</code></a> chore(release): commonjs v26.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/2fdd077665550db744c0512e8c48784c3a43da43"><code>2fdd077</code></a> fix(commonjs): replace top-level this with exports name (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1618">#1618</a>)</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v28.0.0/packages/commonjs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=26.0.1&new-version=28.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kanad Gupta <[email protected]>
- Loading branch information