Skip to content

chore(deps) Update dependency rollup to v2.52.0#1996

Merged
lucasfernog merged 1 commit into
devfrom
renovate/alltauriapidefinitions
Jun 16, 2021
Merged

chore(deps) Update dependency rollup to v2.52.0#1996
lucasfernog merged 1 commit into
devfrom
renovate/alltauriapidefinitions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 2.51.2 -> 2.52.0 age adoption passing confidence

Release Notes

rollup/rollup

v2.52.0

Compare Source

2021-06-16

Features
  • Add --configPlugin CLI option to apply plugins to the config file for e.g. TypeScript configs (#​3835)
  • Add "safest" and "smallest" presets to tree-shaking options for easier configuration (#​4131)
  • Add treeshake.correctVarValueBeforeDeclaration option to deoptimize var declarations (#​4139)
Pull Requests

Configuration

📅 Schedule: "after 3am on Wednesday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot requested a review from a team June 16, 2021 07:12
@renovate renovate Bot added the type: chore label Jun 16, 2021
@lucasfernog lucasfernog merged commit 31f2fd3 into dev Jun 16, 2021
@lucasfernog lucasfernog deleted the renovate/alltauriapidefinitions branch June 16, 2021 12:18
senamakel pushed a commit to tinyhumansai/tauri-cef that referenced this pull request May 20, 2026
The exclude list introduced for glibc/NSS (PR #15 and tauri-apps#1996's precedent)
broke AppImage launch on every host in two ways that the original PRs'
test plans didn't cover:

1. `ld-linux` was bundled in the exclude list under the "glibc family"
   rationale, but sharun *requires* a loader to be present in
   `$APPDIR/shared/lib/` to bootstrap the dynamic OpenHuman binary
   (whose INTERP is stripped during lib4bin processing). With it
   excluded, sharun aborts with "Interpreter not found!" before any
   chromium code runs. The loader is ABI-stable enough across glibc
   versions for the host-vs-bundle mix here to remain safe.

2. The exclusion sweep used `fs::read_dir` on top-level `shared/lib`
   only. lib4bin mirrors source paths when libraries are pulled in from
   nested locations (e.g.
   `shared/lib/snap/core20/<rev>/usr/lib/x86_64-linux-gnu/libc.so.6`
   when the build host has snap-managed apps like VS Code), so nested
   copies of `libc.so`, `libm.so`, etc. survived the sweep and broke
   `GLIBC_2.x` symbol lookups on the target host even though the
   intent was to defer to host glibc.

Both reproduce on Ubuntu 26.04 GNOME-Wayland with the locally-built
v0.53.49 AppImage. Without (1), launch dies at sharun bootstrap;
with (1) but without (2), launch dies at `libm.so.6: version
GLIBC_2.35 not found`. Both fixed by this change.

Refs tinyhumansai/openhuman#2001, tinyhumansai/openhuman#2032,
#15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants