-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: rollup/rollup
base: v4.57.0
head repository: rollup/rollup
compare: v4.57.1
- 7 commits
- 14 files changed
- 4 contributors
Commits on Jan 29, 2026
-
Mitigate vulnerability that would allow to steal credentials
While our pull_request_target flows can only be triggered by adding a label, there is a short time window where a user could push another commit to the target. If we do not check out the sha referenced in the Github action but the ref, then this ref would point to the newly pushed commit, allowing to inject code to steal credentials.
Configuration menu - View commit details
-
Copy full SHA for c79e6c2 - Browse repository at this point
Copy the full SHA c79e6c2View commit details
Commits on Jan 30, 2026
-
chore(deps): lock file maintenance minor/patch updates (#6253)
* chore(deps): lock file maintenance minor/patch updates * Resolve audit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c931d23 - Browse repository at this point
Copy the full SHA c931d23View commit details -
fix: Isolate and cache
process.report.getReport()calls in a child ……process for robust environment detection (#6251) fix: Isolate and cache `process.report.getReport()` calls in a child process for robust environment detection. This refactoring isolates the `process.report.getReport()` call into a separate child process. This change is necessary because since the introduction of this code, we have observed frequent process crashes on Windows, specifically with the error code -1073740940 (0xC0000374), which corresponds to a Windows heap corruption error. By moving the report generation to an isolated process, any potential instability or memory corruption is contained and does not affect the main process. The retrieved report header is cached to ensure that the child process is spawned only once, making this a fast and efficient solution for environment detection. Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e393e3 - Browse repository at this point
Copy the full SHA 5e393e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 416f476 - Browse repository at this point
Copy the full SHA 416f476View commit details -
chore(deps): update dependency lru-cache to v11 (#6252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 47fa568 - Browse repository at this point
Copy the full SHA 47fa568View commit details -
chore(deps): lock file maintenance (#6255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eafac0b - Browse repository at this point
Copy the full SHA eafac0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d37675f - Browse repository at this point
Copy the full SHA d37675fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.57.0...v4.57.1