Skip to content

chore(deps): update rollup (major)#428

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-rollup
Open

chore(deps): update rollup (major)#428
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-rollup

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rollup/plugin-commonjs (source) ^24.1.0^29.0.2 age confidence
@rollup/plugin-html (source) ^1.1.0^2.0.0 age confidence
@rollup/plugin-node-resolve (source) ^15.3.1^16.0.3 age confidence
@rollup/plugin-replace (source) ^5.0.7^6.0.3 age confidence
@rollup/plugin-typescript (source) ^11.1.6^12.3.0 age confidence
rollup (source) ^3.30.0^4.60.4 age confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v29.0.2

2026-03-06

Bugfixes
  • commonjs: conditional exports (#​1952)

v29.0.1

2026-03-05

Bugfixes
  • commonjs: correctly replaces shorthand "global" property in object (#​1957)

v29.0.0

2025-10-30

Breaking Changes

v28.0.9

2025-10-24

Bugfixes
  • fix: handle node: builtins with strictRequires: auto (#​1930)

v28.0.8

2025-10-16

Bugfixes
  • fix: guard moduleSideEffects for wrapped externals (#​1914)

v28.0.7

2025-10-14

Bugfixes
  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#​1909)

v28.0.6

2025-06-17

Bugfixes
  • fix: fix crash with invalidated proxy modules (#​1876)

v28.0.5

2025-06-14

Bugfixes
  • fix: crawl dynamicRequireRoot outside cwd (#​1859)

v28.0.4

2025-06-14

Bugfixes
  • fix: try/catch instanceof in getAugmentedNamespace (#​1868)

v28.0.3

2025-03-06

Bugfixes
  • fix: fix error when bundle contains require() of module with falsy __esModule export (#​1850)

v28.0.2

2024-12-15

Updates
  • docs: output.exports recommendation also applies to IIFE (#​1810)

v28.0.1

2024-10-16

Updates

v28.0.0

2024-09-23

Breaking Changes
  • chore: switch to fdir for fewer dependencies (#​1741)

v27.0.0

2024-09-23

Breaking Changes
  • feat!: default strictRequires to true (#​1639)
  • fix!: replace top-level this with exports name (#​1618)

v26.0.3

2024-09-23

Updates

v26.0.1

2024-06-05

Bugfixes
  • fix: correct import of glob (04a15b5)

v26.0.0

2024-06-05

Breaking Changes
  • chore!: bump glob's version (#​1695)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)

v25.0.7

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v25.0.6

Compare Source

2023-10-15

Bugfixes
  • fix: Keep the shebang at the top of the file content #​1610

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v25.0.4

Compare Source

2023-08-11

Updates

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537

v25.0.2

Compare Source

2023-06-19

Bugfixes

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508

v25.0.0

Compare Source

2023-05-12

Breaking Changes
  • fix: dynamic require root check was broken in some cases #​1461
rollup/plugins (@​rollup/plugin-html)

v2.0.0

2025-01-23

Breaking Changes
  • fix!: output only entry chunks by default, not assets or nonentry chunks (#​1835)
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.3

2025-10-13

Bugfixes
  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#​1908)

v16.0.2

2025-10-04

Bugfixes
  • fix: error thrown with empty entry (#​1893)

v16.0.1

2025-03-11

Bugfixes
  • fix: add ignoreSideEffectsForRoot to exported interface (#​1841)

v16.0.0

2024-12-15

Breaking Changes
  • feat!: set development or production condition (#​1823)
rollup/plugins (@​rollup/plugin-replace)

v6.0.3

2025-10-29

Bugfixes
  • fix: update delimiters to respect valid js identifier chars (#​1938)

v6.0.2

2024-12-15

Bugfixes
  • fix: add missing types for objectGuards option (#​1818)

v6.0.1

2024-09-23

Bugfixes
  • fix: The preventAssignment option is treated as a value to replace (#​1768)

v6.0.0

2024-09-23

Breaking Changes
  • fix!: objectGuards doesn't take effects (#​1764)
rollup/plugins (@​rollup/plugin-typescript)

v12.3.0

2025-10-23

Features
  • feat: expose latest Program to transformers in watch mode (#​1923)

v12.2.0

2025-10-22

Features
  • feat: process .js when allowJs is enabled (#​1920)

v12.1.4

2025-06-28

Bugfixes

v12.1.3

2025-06-17

Bugfixes
  • fix: fixes #​1652 compile when source exists anywhere in the working directory (#​1653)

v12.1.2

2024-12-15

Bugfixes
  • fix: path validation issue in validatePaths function (#​1800)

v12.1.1

2024-10-16

Bugfixes
  • fix: allow for files to be nested in folders within outDir (#​1783)

v12.1.0

2024-09-22

Features
  • feat: add transformers factory. (#​1668)

v12.0.0

2024-09-22

Breaking Changes
  • fix!: correctly resolve filenames of declaration files for output.file (#​1728)
rollup/rollup (rollup)

v4.60.4

Compare Source

2026-05-14

Bug Fixes
  • Improve stability of chunk hashes (#​6362)
Pull Requests

v4.60.3

Compare Source

2026-05-04

Bug Fixes
  • Ensure nested "exports" variables are not renamed (#​6360)
Pull Requests

v4.60.2

Compare Source

2026-04-18

Bug Fixes
  • Resolve a variable rendering bug when generating different formats from the same build (#​6350)
Pull Requests

v4.60.1

Compare Source

2026-03-30

Bug Fixes
  • Resolve a situation where side effect imports could be dropped due to a caching issue (#​6286)
Pull Requests

v4.60.0

Compare Source

2026-03-22

Features
  • Support source phase imports as long as they are external (#​6279)
Pull Requests

v4.59.1

Compare Source

2026-03-21

Bug Fixes
  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#​6306)
Pull Requests

v4.59.0

Compare Source

2026-02-22

Features
  • Throw when the generated bundle contains paths that would leave the output directory (#​6276)
Pull Requests

v4.58.0

Compare Source

2026-02-20

Features
  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#​6272)
Pull Requests

v4.57.1

Compare Source

2026-01-30

Bug Fixes
  • Fix heap corruption issue in Windows (#​6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#​6254)
Pull Requests

v4.57.0

Compare Source

2026-01-27

Features
  • Add import attributes to all plugin hooks that did not provide them yet (#​5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#​5700)
Pull Requests

v4.56.0

Compare Source

2026-01-22

Features
  • Track object property inclusions of dynamic namespace members (#​6230)
Bug Fixes
  • Handle methods that access dynamically imported namespace members via this (#​6230)
Pull Requests

v4.55.3

Compare Source

2026-01-21

Bug Fixes
  • Fix JSX semicolon insert position in variable declarations (#​6241)
Pull Requests

v4.55.2

Compare Source

2026-01-19

Bug Fixes
  • Sort manual chunks by execution order to reduce circular dependency issues (#​6240)
Pull Requests

v4.55.1

Compare Source

2026-01-05

Bug Fixes
  • Fix artifact reference for OpenBSD (#​6231)
Pull Requests

v4.54.0

Compare Source

2025-12-20

Features
  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#​6046)
Bug Fixes
  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#​6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#​6216)
Pull Requests

v4.53.5

Compare Source

2025-12-16

Bug Fixes
  • Fix wrong semicolon insertion position when using JSX (#​6206)
  • Generate spec-compliant sourcemaps when sources content is excluded (#​6196)
Pull Requests

v4.53.4

Compare Source

2025-12-15

Bug Fixes
  • Ensure Symbol.dispose and Symbol.asyncDispose properties are never removed with (await) using declarations. (#​6209)
Pull Requests

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests

v4.53.1

Compare Source

2025-11-07

Bug Fixes
Pull Requests

v4.53.0

Compare Source

2025-11-07

Features
  • Improve rendering performance by caching generated variable names (#​5947)
Pull Requests

v4.52.5

Compare Source

2025-10-18

Bug Fixes
  • Always produce valid UUIDs as debugIds in sourcemaps (#​6144)
Pull Requests

v4.52.4

Compare Source

2025-10-03

Bug Fixes
  • Fix an issue where the wrong branch of nullish coalescing was picked (#​6133)
Pull Requests
  • [#&#8203

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on the first day of the month"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Jun 1, 2023
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 1, 2023

⚠️ No Changeset found

Latest commit: 03f2595

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/major-rollup branch from fc0e444 to 06fc587 Compare June 1, 2023 09:43
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 06fc587 to a4b1d22 Compare June 10, 2023 07:55
@renovate renovate Bot force-pushed the renovate/major-rollup branch from a4b1d22 to 1fd76cf Compare June 19, 2023 15:21
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 1fd76cf to 96ebc86 Compare July 2, 2023 03:11
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 96ebc86 to def557f Compare July 15, 2023 13:54
@renovate renovate Bot force-pushed the renovate/major-rollup branch from def557f to 514cfbf Compare August 2, 2023 01:00
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 514cfbf to 090f560 Compare August 11, 2023 19:33
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 090f560 to b2f4e8c Compare September 1, 2023 17:04
@renovate renovate Bot force-pushed the renovate/major-rollup branch 2 times, most recently from a642994 to 8c185cf Compare October 5, 2023 13:36
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/plugin-commonjs to v25 chore(deps): update rollup (major) Oct 5, 2023
@renovate renovate Bot force-pushed the renovate/major-rollup branch 2 times, most recently from e31d6f9 to 110c327 Compare October 6, 2023 15:38
@renovate renovate Bot force-pushed the renovate/major-rollup branch 4 times, most recently from 65060ae to 29293e1 Compare October 16, 2023 06:06
@renovate renovate Bot force-pushed the renovate/major-rollup branch 6 times, most recently from 4111e1a to fc8a13f Compare November 3, 2023 21:44
@renovate renovate Bot force-pushed the renovate/major-rollup branch 4 times, most recently from 32ab22a to 4d5bde7 Compare November 18, 2023 07:49
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 4d5bde7 to 47d7ab4 Compare November 21, 2023 21:33
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 30a5a29 to 19ec711 Compare January 12, 2024 10:53
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 19ec711 to db9b266 Compare January 21, 2024 07:25
@renovate renovate Bot force-pushed the renovate/major-rollup branch from db9b266 to cd84ff9 Compare February 2, 2024 14:29
@renovate renovate Bot force-pushed the renovate/major-rollup branch 3 times, most recently from 1743804 to 4ecb2b7 Compare February 16, 2024 16:43
@renovate renovate Bot force-pushed the renovate/major-rollup branch 3 times, most recently from 7178d36 to 0317946 Compare March 6, 2024 08:53
@renovate renovate Bot force-pushed the renovate/major-rollup branch from 0317946 to 52744d1 Compare March 12, 2024 07:38
@renovate renovate Bot force-pushed the renovate/major-rollup branch 4 times, most recently from 1b482ee to 864ef70 Compare April 3, 2024 07:39
@renovate renovate Bot force-pushed the renovate/major-rollup branch 2 times, most recently from 51df7f6 to b3f0fa2 Compare April 12, 2024 12:08
@renovate renovate Bot force-pushed the renovate/major-rollup branch 4 times, most recently from 9c53321 to 0f9756c Compare April 21, 2024 18:33
@renovate renovate Bot force-pushed the renovate/major-rollup branch 5 times, most recently from a36f870 to 0ec3da2 Compare April 29, 2024 07:59
@renovate renovate Bot force-pushed the renovate/major-rollup branch 2 times, most recently from 3dc88a7 to ad5ad2f Compare May 1, 2024 07:13
@renovate renovate Bot force-pushed the renovate/major-rollup branch 2 times, most recently from c724f4e to b51f9f9 Compare May 22, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants