Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2025

This PR contains the following updates:

Package Change Age Confidence
rollup (source) 4.40.0 -> 4.49.0 age confidence

Release Notes

rollup/rollup (rollup)

v4.49.0

Compare Source

2025-08-27

Features
  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#​6038)
Pull Requests

v4.48.1

Compare Source

2025-08-25

Bug Fixes
  • Correctly ignore white-space in JSX strings around line-breaks (#​6051)
Pull Requests

v4.48.0

Compare Source

2025-08-23

Features
  • If configured, also keep unparseable import attributes of external dynamic imports in the output(#​6071)
Bug Fixes
  • Ensure variables referenced in non-removed import attributes are included (#​6071)
Pull Requests

v4.47.1

Compare Source

2025-08-21

Bug Fixes
  • Revert build process changes to investigate issues (#​6077)
Pull Requests

v4.47.0

Compare Source

2025-08-21

Features
  • Aggressively reduce WASM build size (#​6053)
Bug Fixes
  • Fix illegal instruction error on Android ARM platforms (#​6072)
  • Allow to pass explicit undefined for optional fields in Rollup types (#​6061)
Pull Requests

v4.46.4

Compare Source

2025-08-20

Bug Fixes
  • Do not omit synthetic namespaces when only accessed via in operator (#​6052)
Pull Requests

v4.46.3

Compare Source

2025-08-18

Bug Fixes
  • Resolve illegal instruction error on arm64 architectures (#​6055)
  • Resolve sourcemap generation performance regression (#​6057)
Pull Requests

v4.46.2

Compare Source

2025-07-29

Bug Fixes
  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#​6041)
Pull Requests

v4.46.1

Compare Source

2025-07-28

Bug Fixes
  • Do not fail when using the in operator on external namespaces (#​6036)
Pull Requests

v4.46.0

Compare Source

2025-07-27

Features
  • Optimize in checks on namespaces to keep them treeshake-able (#​6029)
Pull Requests

v4.45.3

Compare Source

2025-07-26

Bug Fixes
  • Do not fail build if a const is reassigned but warn instead (#​6020)
  • Fail with a helpful error message if an exported binding is not defined (#​6023)
Pull Requests

v4.45.1

Compare Source

2025-07-15

Bug Fixes
  • Resolve crash when using certain conditional expressions (#​6009)
Pull Requests

v4.45.0

Compare Source

2025-07-12

Features
  • Improve tree-shaking when both branches of a conditional expression return the same boolean value (#​6000)
  • In environments that support both CJS and ESM, prefer the ESM build of Rollup (#​6005)
Bug Fixes
  • Ensure static blocks do not prevent tree-shaking if they access this (#​6001)
Pull Requests

v4.44.2

Compare Source

2025-07-04

Bug Fixes
  • Correctly handle @__PURE__ annotations after new keyword (#​5998)
  • Generate correct source mapping for closing braces of block statements (#​5999)
Pull Requests

v4.44.1

Compare Source

2025-06-26

Bug Fixes
  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#​5992)
Pull Requests

v4.44.0

Compare Source

2025-06-19

Features
  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#​5986)
Bug Fixes
  • Provide better source mappings when coarse intermediate maps are used (#​5985)
Pull Requests

v4.43.0

Compare Source

2025-06-11

Features
  • Provide new fs option and this.fs API to replace file system (#​5944)
Pull Requests

v4.42.0

Compare Source

2025-06-06

Features
  • Add option to allow the input to be located in the output in watch mode (#​5966)
Pull Requests

v4.41.2

Compare Source

2025-06-06

Bug Fixes
  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#​5977)
  • Do not replace usages of constant variables with their values for readability (#​5968)
Pull Requests

v4.41.1

Compare Source

2025-05-24

Bug Fixes
  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#​5945)
Pull Requests

v4.41.0

Compare Source

2025-05-18

Features
  • Detect named exports in more dynamic import scenarios (#​5954)
Pull Requests

v4.40.2

Compare Source

2025-05-06

Bug Fixes
  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#​5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#​5937)
  • Throw when the output is watched in watch mode (#​5939)
Pull Requests

v4.40.1

Compare Source

2025-04-28

Bug Fixes
  • Limit hash size for asset file names to the supported 21 (#​5921)
  • Do not inline user-defined entry chunks or chunks with explicit file name (#​5923)
  • Avoid top-level-await cycles when non-entry chunks use top-level await (#​5930)
  • Expose package.json via exports (#​5931)
Pull Requests

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.


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

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

@coveralls
Copy link

coveralls commented May 29, 2025

Pull Request Test Coverage Report for Build 17265048295

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 25.729%

Totals Coverage Status
Change from base Build 15324255967: 0.0%
Covered Lines: 909
Relevant Lines: 3533

💛 - Coveralls

@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.41.1 chore(deps): update dependency rollup to v4.42.0 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch 2 times, most recently from 5046bfa to 32997b8 Compare June 11, 2025 06:05
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.42.0 chore(deps): update dependency rollup to v4.43.0 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 32997b8 to c398f99 Compare June 19, 2025 13:11
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.43.0 chore(deps): update dependency rollup to v4.44.0 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from c398f99 to 6315292 Compare June 26, 2025 06:27
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.44.0 chore(deps): update dependency rollup to v4.44.1 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 6315292 to 69e09ed Compare July 4, 2025 16:57
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.44.1 chore(deps): update dependency rollup to v4.44.2 Jul 4, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 69e09ed to 607ff8f Compare July 12, 2025 08:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.44.2 chore(deps): update dependency rollup to v4.45.0 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 607ff8f to 6857be2 Compare July 15, 2025 16:54
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.45.0 chore(deps): update dependency rollup to v4.45.1 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 6857be2 to aa5bbef Compare July 26, 2025 13:56
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.45.1 chore(deps): update dependency rollup to v4.45.3 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from aa5bbef to 4662f5c Compare July 27, 2025 08:24
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.45.3 chore(deps): update dependency rollup to v4.46.0 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 4662f5c to 54d6ea1 Compare July 28, 2025 07:33
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.46.0 chore(deps): update dependency rollup to v4.46.1 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 54d6ea1 to cf8ad2c Compare July 30, 2025 00:35
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.46.1 chore(deps): update dependency rollup to v4.46.2 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from cf8ad2c to 6b7c2cb Compare August 18, 2025 09:44
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.46.2 chore(deps): update dependency rollup to v4.46.3 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 6b7c2cb to 85160f5 Compare August 20, 2025 11:53
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.46.3 chore(deps): update dependency rollup to v4.46.4 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 85160f5 to 372d1b3 Compare August 21, 2025 14:05
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.46.4 chore(deps): update dependency rollup to v4.47.1 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 372d1b3 to 750650f Compare August 23, 2025 09:31
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.47.1 chore(deps): update dependency rollup to v4.48.0 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 750650f to 665391d Compare August 25, 2025 10:39
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.48.0 chore(deps): update dependency rollup to v4.48.1 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/rollup-4.x branch from 665391d to 463bfce Compare August 27, 2025 11:11
@renovate renovate bot changed the title chore(deps): update dependency rollup to v4.48.1 chore(deps): update dependency rollup to v4.49.0 Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant