Skip to content

chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.62.2#124

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/rollup-rollup-linux-x64-musl-4.x-lockfile
Closed

chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.62.2#124
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/rollup-rollup-linux-x64-musl-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@rollup/rollup-linux-x64-musl (source) 4.52.24.62.2 age confidence

Release Notes

rollup/rollup (@​rollup/rollup-linux-x64-musl)

v4.62.2

Compare Source

2026-06-19

Bug Fixes
  • Do not add spurious side-effect-free external imports to chunks when using minChunkSize (#​6411)
Pull Requests

v4.62.1

Compare Source

2026-06-19

Bug Fixes
  • Preserve multipart file extensions when deconflicting output chunks (#​6408)
  • Fix an issue where getLogFilter would match additional logs (#​6415)
Pull Requests

v4.62.0

Compare Source

2026-06-13

Features
  • Ensure that shared dependencies between manual chunks and entry points receive a serparate chunk (#​6374)
Pull Requests

v4.61.1

Compare Source

2026-06-04

Bug Fixes
  • Avoid extraneous newlines when adding headers via plugins (#​6403)
  • Fix a rare issue where starting Rollup would hang on Windows (#​6404)
Pull Requests

v4.61.0

Compare Source

2026-06-01

Features
  • Sort entry modules to make chunk hashes deterministic (#​6391)
Pull Requests

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

v4.52.3

Compare Source

2025-09-27

Bug Fixes
  • Fix check in native loader for environments that do not support reports (#​6123)
Pull Requests

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot enabled auto-merge (squash) September 27, 2025 09:14
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from caeba2e to 4b648d3 Compare October 3, 2025 10:05
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.52.3 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.52.4 Oct 3, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 4b648d3 to 8a55969 Compare October 18, 2025 09:44
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.52.4 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.52.5 Oct 18, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 8a55969 to 6ca3bb4 Compare October 28, 2025 19:52
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 6ca3bb4 to 7a013a2 Compare November 7, 2025 20:08
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.52.5 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.0 Nov 7, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 7a013a2 to 9eebbc4 Compare November 7, 2025 22:31
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.1 Nov 7, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 9eebbc4 to dbb1ac1 Compare November 10, 2025 10:43
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.1 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.2 Nov 10, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from dbb1ac1 to 238fe1b Compare November 18, 2025 18:31
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.2 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.3 Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 238fe1b to 5fa287a Compare November 19, 2025 08:42
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 5fa287a to 46586fb Compare December 15, 2025 13:08
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.3 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.4 Dec 15, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 46586fb to 95df341 Compare December 16, 2025 08:54
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.4 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.5 Dec 16, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 95df341 to f00cda7 Compare December 20, 2025 13:04
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.53.5 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.54.0 Dec 20, 2025
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from f00cda7 to f952ae1 Compare January 5, 2026 13:55
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.54.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.55.1 Jan 5, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch 2 times, most recently from b996514 to 923a505 Compare January 19, 2026 11:43
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.55.1 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.55.2 Jan 19, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 923a505 to 26ccfcb Compare January 21, 2026 06:03
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.55.2 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.55.3 Jan 21, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 26ccfcb to 8ac32e7 Compare January 22, 2026 08:27
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.57.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.57.1 Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from b2f8b0a to 7c747b8 Compare February 20, 2026 13:50
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.57.1 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.58.0 Feb 20, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 7c747b8 to 2f8ea86 Compare February 22, 2026 17:24
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.58.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.59.0 Feb 22, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 2f8ea86 to 602eb89 Compare March 21, 2026 09:15
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.59.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.59.1 Mar 21, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 602eb89 to c838b6f Compare March 22, 2026 13:39
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.59.1 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.0 Mar 22, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from c838b6f to d8258c5 Compare March 30, 2026 05:51
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.1 Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from d8258c5 to af8ebf5 Compare April 18, 2026 14:15
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.1 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.2 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from af8ebf5 to 385e91d Compare May 4, 2026 18:54
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.2 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.3 May 4, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 385e91d to 07402a1 Compare May 14, 2026 20:57
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.3 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.4 May 14, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 07402a1 to b8682c2 Compare June 1, 2026 22:49
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.60.4 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.61.0 Jun 1, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from b8682c2 to 6be4b8c Compare June 4, 2026 05:58
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.61.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.61.1 Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 6be4b8c to 798f097 Compare June 13, 2026 10:02
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.61.1 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.62.0 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 798f097 to 3ae0ff6 Compare June 19, 2026 14:02
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.62.0 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.62.1 Jun 19, 2026
@renovate renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-musl-4.x-lockfile branch from 3ae0ff6 to 095d757 Compare June 19, 2026 19:07
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.62.1 chore(deps): update dependency @rollup/rollup-linux-x64-musl to v4.62.2 Jun 19, 2026
auto-merge was automatically disabled July 9, 2026 19:08

Pull request was closed

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