Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 23, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rollup/rollup-linux-x64-gnu (source) 4.34.74.62.2 age confidence

Release Notes

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

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

v4.52.2

Compare Source

2025-09-23

Bug Fixes
  • Fix Android build crashing due to failed dlopen (#​6109)
Pull Requests

v4.52.1

Compare Source

2025-09-23

Bug Fixes
  • Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#​6121)
Pull Requests

v4.52.0

Compare Source

2025-09-19

Features
  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#​6087)
  • Add support for x86_64-pc-windows-gnu platform (#​6110)
Pull Requests

v4.51.0

Compare Source

2025-09-19

Features
  • Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#​6108)
Bug Fixes
  • Improve OpenHarmony build to work in more situations (#​6115)
Pull Requests

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@vercel

vercel Bot commented Mar 23, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
koach Ready Ready Preview Comment Oct 3, 2025 8:37am

@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.36.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.37.0 Mar 23, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from e7def60 to ff599f0 Compare March 23, 2025 19:08
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from ff599f0 to 750d7a5 Compare March 23, 2025 20:04
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.37.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.38.0 Mar 29, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 750d7a5 to 8c8b0fa Compare March 29, 2025 09:43
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.38.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.39.0 Apr 2, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 8c8b0fa to 3c83b0b Compare April 2, 2025 06:37
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 3c83b0b to 61c961b Compare April 12, 2025 09:57
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.39.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.40.0 Apr 12, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.40.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.40.1 Apr 28, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 61c961b to 4d18455 Compare April 28, 2025 06:33
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 4d18455 to 6c3046a Compare May 6, 2025 08:02
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.40.1 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.40.2 May 6, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 6c3046a to 3a2ad77 Compare May 18, 2025 06:03
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.40.2 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.41.0 May 18, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 3a2ad77 to bff8140 Compare May 24, 2025 11:23
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.41.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.41.1 May 24, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from bff8140 to eba244d Compare June 6, 2025 23:12
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.41.1 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.42.0 Jun 6, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 6e5415c to acd6750 Compare July 12, 2025 08:59
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.44.2 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.45.0 Jul 12, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from acd6750 to bd17a1a Compare July 15, 2025 17:36
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.45.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.45.1 Jul 15, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from bd17a1a to 85d108c Compare July 26, 2025 16:57
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.45.1 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.45.3 Jul 26, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 85d108c to b010501 Compare July 27, 2025 09:33
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.45.3 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.0 Jul 27, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from b010501 to 2fb289d Compare July 28, 2025 07:35
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.1 Jul 28, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 2fb289d to 0eb49cf Compare August 7, 2025 11:23
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.1 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.2 Aug 7, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.2 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.3 Aug 18, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 0eb49cf to 1977bff Compare August 18, 2025 10:32
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.3 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.4 Aug 20, 2025
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 1977bff to 591a06e Compare August 20, 2025 11:12
@renovate
renovate Bot force-pushed the renovate/rollup-rollup-linux-x64-gnu-4.x-lockfile branch from 591a06e to e9d9bb7 Compare August 21, 2025 05:57
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.46.4 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.47.0 Aug 21, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.47.0 chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.47.1 Aug 21, 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.

0 participants