Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @rollup/plugin-typescript to v12 #5682

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-typescript (source) ^11.1.6 -> ^12.1.0 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-typescript)

v12.1.0

2024-09-22

Features
  • feat: add transformers factory. (#​1668)

v12.0.0

2024-09-22

Breaking Changes
  • fix!: correctly resolve filenames of declaration files for output.file (#​1728)

Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), 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.

Copy link

vercel bot commented Sep 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 27, 2024 1:45am

Copy link

github-actions bot commented Sep 27, 2024

Thank you for your contribution! ❤️

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

npm install rollup/rollup#renovate/rollup-plugin-typescript-12.x

Notice: Ensure you have installed the latest stable 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-gsg04lwrd-rollup-js.vercel.app/repl/?pr=5682

Copy link

Performance report!

Rough benchmark

Command Mean [s] Min [s] Max [s] Relative
node _benchmark/previous/bin/rollup -i ./perf/entry.js -o _benchmark/result/previous.js 9.177 ± 0.089 9.103 9.276 1.00
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.288 ± 0.044 9.257 9.337 1.01 ± 0.01

Internal benchmark

  • BUILD: 8169ms, 748 MB
    • initialize: 0ms, 25.9 MB
    • generate module graph: 3165ms, 574 MB
      • generate ast: 1536ms, 567 MB
    • sort and bind modules: 443ms, 619 MB
    • mark included statements: 4570ms, 748 MB
      • treeshaking pass 1: 1581ms, 715 MB
      • treeshaking pass 2: 741ms (-17ms, -2.2%), 743 MB
      • treeshaking pass 3: 291ms, 745 MB
      • treeshaking pass 4: 267ms, 743 MB
      • treeshaking pass 5: 311ms, 747 MB
      • treeshaking pass 6: 255ms, 753 MB
      • treeshaking pass 7: 237ms, 756 MB
      • treeshaking pass 8: 231ms, 757 MB
      • treeshaking pass 9: 212ms, 753 MB
      • treeshaking pass 10: 214ms, 752 MB
      • treeshaking pass 11: 211ms, 748 MB
  • GENERATE: 882ms, 1.02 GB
    • initialize render: 0ms, 914 MB
    • generate chunks: 87ms, 917 MB
      • optimize chunks: 0ms, 918 MB
    • render chunks: 774ms, 1 GB
    • transform chunks: 19ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (89a68c2) to head (c2a3ad7).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5682      +/-   ##
==========================================
- Coverage   99.39%   99.04%   -0.35%     
==========================================
  Files         242      242              
  Lines        9352     9352              
  Branches     2473     2473              
==========================================
- Hits         9295     9263      -32     
- Misses         48       58      +10     
- Partials        9       31      +22     

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

@lukastaegert lukastaegert merged commit 6d75b6d into master Sep 27, 2024
39 of 40 checks passed
@lukastaegert lukastaegert deleted the renovate/rollup-plugin-typescript-12.x branch September 27, 2024 04:36
Copy link

This PR has been released as part of rollup@4.22.5. 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.

1 participant