Skip to content

Conversation

@lukastaegert
Copy link
Member

@lukastaegert lukastaegert commented Sep 28, 2025

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

This should make deployments more secure by avoiding long-lived tokens.

@vercel
Copy link

vercel bot commented Sep 28, 2025

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

Project Deployment Preview Comments Updated (UTC)
rollup Ready Ready Preview Comment Sep 28, 2025 3:55pm

@github-actions
Copy link

github-actions bot commented Sep 28, 2025

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#trusted-publishing

Notice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-epszwlbn9-rollup-js.vercel.app/repl/?pr=6128

@github-actions
Copy link

github-actions bot commented Sep 28, 2025

Performance report

  • BUILD: 7097ms, 825 MB (+2%)
    • initialize: 0ms, 25 MB
    • generate module graph: 2635ms, 634 MB
      • generate ast: 1392ms, 623 MB
    • sort and bind modules: 403ms, 695 MB
    • mark included statements: 4011ms, 825 MB (+2%)
      • treeshaking pass 1: 2366ms, 819 MB
      • treeshaking pass 2: 464ms, 809 MB (-2%)
      • treeshaking pass 3: 398ms, 826 MB (+2%)
      • treeshaking pass 4: 385ms, 814 MB
      • treeshaking pass 5: 383ms, 825 MB (+2%)
  • GENERATE: 809ms (-134ms, -14.2%), 948 MB
    • initialize render: 0ms, 897 MB (-3%)
    • generate chunks: 60ms (+14ms, +31.9%), 912 MB
      • optimize chunks: 0ms, 906 MB (-4%)
    • render chunks: 734ms (-50ms, -6.3%), 928 MB
    • transform chunks: 18ms, 948 MB
    • generate bundle: 0ms, 948 MB

@codecov
Copy link

codecov bot commented Sep 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.72%. Comparing base (74c555c) to head (31d43dd).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6128   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         271      271           
  Lines       10637    10637           
  Branches     2846     2846           
=======================================
  Hits        10501    10501           
  Misses         91       91           
  Partials       45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

This PR has been released as part of [email protected]. Note that this is a pre-release, so to test it, you need to install Rollup via npm install [email protected] or npm install rollup@beta. It will likely become part of a regular release later.

@github-actions
Copy link

This PR has been released as part of [email protected]. Note that this is a pre-release, so to test it, you need to install Rollup via npm install [email protected] or npm install rollup@beta. It will likely become part of a regular release later.

@github-actions
Copy link

This PR has been released as part of [email protected]. Note that this is a pre-release, so to test it, you need to install Rollup via npm install [email protected] or npm install rollup@beta. It will likely become part of a regular release later.

@lukastaegert lukastaegert merged commit bef29f4 into master Sep 28, 2025
83 of 84 checks passed
@lukastaegert lukastaegert deleted the trusted-publishing branch September 28, 2025 16:43
@github-actions
Copy link

github-actions bot commented Oct 3, 2025

This PR has been released as part of [email protected]. You can test it via npm install rollup.

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.

Consider adopting npm trusted publishing Consider Enabling Trusted Publishing

2 participants