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

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/language devDependencies patch ^6.10.1 -> ^6.10.2 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^1.6.1 -> ^1.6.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^7.11.0 -> ^7.12.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^7.11.0 -> ^7.12.0 age adoption passing confidence
inquirer (source) devDependencies patch ^9.2.22 -> ^9.2.23 age adoption passing confidence
prettier (source) devDependencies minor ^3.2.5 -> ^3.3.0 3.3.1 age adoption passing confidence
swc_ecma_ast dependencies patch 0.113.5 -> 0.113.6 age adoption passing confidence
swc_ecma_parser dependencies patch 0.144.1 -> 0.144.2 age adoption passing confidence

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


Release Notes

codemirror/language (@​codemirror/language)

v6.10.2

Compare Source

Bug fixes

Fix an infinite loop that could occur when enabling bidiIsolates in documents with both bidirectional text and very long lines.

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.6.2

Compare Source

   🚀 Features
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

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

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

SBoudrias/Inquirer.js (inquirer)

v9.2.23

Compare Source

prettier/prettier (prettier)

v3.3.0

Compare Source

diff

🔗 Release Notes


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 June 7, 2024 00:14
Copy link

vercel bot commented Jun 7, 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 Jun 7, 2024 0:16am

Copy link

github-actions bot commented Jun 7, 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-1dkswomry-rollup-js.vercel.app/repl/?pr=5541

Copy link

github-actions bot commented Jun 7, 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 10.416 ± 0.079 10.347 10.502 1.06 ± 0.01
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.866 ± 0.103 9.774 9.977 1.00

Internal benchmark

  • BUILD: 8963ms, 750 MB
    • initialize: 0ms, 26.1 MB
    • generate module graph: 3403ms, 574 MB
      • generate ast: 1572ms, 568 MB
    • sort and bind modules: 484ms, 616 MB
    • mark included statements: 5061ms, 750 MB
      • treeshaking pass 1: 1713ms, 717 MB
      • treeshaking pass 2: 833ms, 741 MB
      • treeshaking pass 3: 322ms, 747 MB
      • treeshaking pass 4: 300ms, 747 MB
      • treeshaking pass 5: 352ms, 749 MB
      • treeshaking pass 6: 289ms, 751 MB
      • treeshaking pass 7: 266ms, 752 MB
      • treeshaking pass 8: 258ms, 750 MB
      • treeshaking pass 9: 232ms, 757 MB
      • treeshaking pass 10: 236ms, 754 MB
      • treeshaking pass 11: 232ms, 750 MB
  • GENERATE: 980ms, 1.03 GB
    • initialize render: 0ms, 914 MB
    • generate chunks: 94ms, 927 MB
      • optimize chunks: 0ms, 920 MB
    • render chunks: 862ms, 1000 MB (+2%)
    • transform chunks: 18ms, 1.03 GB
    • generate bundle: 0ms, 1.03 GB

Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.81%. Comparing base (8ad322c) to head (cefb896).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5541   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files         238      238           
  Lines        9544     9544           
  Branches     2439     2439           
=======================================
  Hits         9431     9431           
  Misses         48       48           
  Partials       65       65           

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

@renovate renovate bot added this pull request to the merge queue Jun 7, 2024
Merged via the queue into master with commit ec040c2 Jun 7, 2024
Copy link

github-actions bot commented Jul 8, 2024

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.

0 participants