Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@typescript-eslint/eslint-plugin (source) devDependencies patch ^7.16.0 -> ^7.16.1 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies patch ^7.16.0 -> ^7.16.1 age adoption passing confidence
prettier (source) devDependencies patch ^3.3.2 -> ^3.3.3 age adoption passing confidence
terser (source) devDependencies patch ^5.31.1 -> ^5.31.2 5.31.3 age adoption passing confidence
vite (source) devDependencies patch ^5.3.3 -> ^5.3.4 age adoption passing confidence
vitepress (source) devDependencies patch ^1.3.0 -> ^1.3.1 age adoption passing confidence
napi-derive dependencies patch 2.16.8 -> 2.16.9 age adoption passing confidence
swc_common dependencies minor 0.35.0 -> 0.36.1 age adoption passing confidence
swc_compiler_base dependencies minor 0.13.0 -> 0.15.0 age adoption passing confidence
swc_ecma_ast dependencies minor 0.116.0 -> 0.117.1 age adoption passing confidence
swc_ecma_parser dependencies minor 0.147.0 -> 0.148.0 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.16.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

vitejs/vite (vite)

v5.3.4

Compare Source

vuejs/vitepress (vitepress)

v1.3.1

Compare Source

Bug Fixes
  • don't reopen browser on restart when vite.server.open is specified (6263db1), closes #​4040
  • theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #​4042
napi-rs/napi-rs (napi-derive)

v2.16.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.9


Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge July 19, 2024 00:45
Copy link

vercel bot commented Jul 19, 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 Jul 19, 2024 0:17am

Copy link

github-actions bot commented Jul 19, 2024

Thank you for your contribution! ❤️

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

npm install rollup/rollup#renovate/minorpatch-updates

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-pdwd997wa-rollup-js.vercel.app/repl/?pr=5580

Copy link

github-actions bot commented Jul 19, 2024

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.274 ± 0.074 9.194 9.341 1.00
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.278 ± 0.068 9.232 9.357 1.00 ± 0.01

Internal benchmark

  • BUILD: 8203ms, 753 MB
    • initialize: 0ms, 25.8 MB
    • generate module graph: 3165ms, 575 MB
      • generate ast: 1537ms (+40ms, +2.7%), 568 MB
    • sort and bind modules: 454ms, 615 MB
    • mark included statements: 4580ms, 753 MB
      • treeshaking pass 1: 1546ms, 718 MB
      • treeshaking pass 2: 748ms, 739 MB
      • treeshaking pass 3: 290ms, 745 MB
      • treeshaking pass 4: 272ms, 745 MB
      • treeshaking pass 5: 318ms, 751 MB
      • treeshaking pass 6: 260ms, 749 MB
      • treeshaking pass 7: 242ms, 750 MB
      • treeshaking pass 8: 237ms, 751 MB
      • treeshaking pass 9: 214ms, 754 MB
      • treeshaking pass 10: 217ms, 752 MB
      • treeshaking pass 11: 213ms, 753 MB
  • GENERATE: 895ms, 1.02 GB
    • initialize render: 0ms, 914 MB
    • generate chunks: 86ms, 919 MB
      • optimize chunks: 0ms, 917 MB
    • render chunks: 787ms, 1 GB
    • transform chunks: 19ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (4f37dac) to head (3ebc09b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5580   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files         238      238           
  Lines        9256     9256           
  Branches     2441     2441           
=======================================
  Hits         9168     9168           
  Misses         58       58           
  Partials       30       30           

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

@lukastaegert lukastaegert force-pushed the renovate/minorpatch-updates branch from 73f32bf to 3ebc09b Compare July 19, 2024 12:16
@renovate renovate bot added this pull request to the merge queue Jul 19, 2024
Copy link
Contributor Author

renovate bot commented Jul 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Merged via the queue into master with commit a9a6108 Jul 19, 2024
Copy link

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.

1 participant