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

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies patch ^6.28.4 -> ^6.28.6 6.29.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies minor ^1.10.3 -> ^1.11.0 1.11.2 (+1) age adoption passing confidence
@types/eslint (source) devDependencies patch ^8.56.10 -> ^8.56.11 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^7.16.1 -> ^7.17.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^7.16.1 -> ^7.17.0 age adoption passing confidence
eslint-plugin-prettier devDependencies patch ^5.1.3 -> ^5.2.1 age adoption passing confidence
husky devDependencies patch ^9.0.11 -> ^9.1.1 9.1.2 age adoption passing confidence
inquirer (source) devDependencies minor ^10.0.1 -> ^10.1.2 age adoption passing confidence
mocha (source) devDependencies minor ^10.6.0 -> ^10.7.0 age adoption passing confidence
rollup (source) devDependencies minor ^4.18.1 -> ^4.19.0 age adoption passing confidence
semver overrides patch ^7.6.2 -> ^7.6.3 age adoption passing confidence
semver devDependencies patch ^7.6.2 -> ^7.6.3 age adoption passing confidence
terser (source) devDependencies patch ^5.31.2 -> ^5.31.3 age adoption passing confidence
typescript (source) devDependencies patch ^5.5.3 -> ^5.5.4 age adoption passing confidence
vue (source) devDependencies patch ^3.4.31 -> ^3.4.33 3.4.34 age adoption passing confidence
napi-derive dependencies patch 2.16.9 -> 2.16.10 age adoption passing confidence
swc_common dependencies patch 0.36.1 -> 0.36.2 age adoption passing confidence
swc_compiler_base dependencies patch 0.15.0 -> 0.15.2 age adoption passing confidence
swc_ecma_ast dependencies patch 0.117.1 -> 0.117.4 age adoption passing confidence
swc_ecma_parser dependencies patch 0.148.0 -> 0.148.1 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.28.6

Compare Source

Bug fixes

Fix an issue where the editor got confused about the position of inserted text when using Chrome's EditContext and canceling transactions for typed text.

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

v1.11.0

Compare Source

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

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

v7.17.0

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.

SBoudrias/Inquirer.js (inquirer)

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.4

Compare Source

mochajs/mocha (mocha)

v10.7.0

Compare Source

🎉 Enhancements

v10.6.1

Compare Source

🐛 Fixes
rollup/rollup (rollup)

v4.19.0

Compare Source

2024-07-20

Features
  • Implement support for decorators (#​5562)
Bug Fixes
  • Improve soucemap generation when tree-shaking logical expressions (#​5581)
Pull Requests
Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

napi-rs/napi-rs (napi-derive)

v2.16.10

Compare Source

What Changed

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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge July 26, 2024 01:12
Copy link

vercel bot commented Jul 26, 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 26, 2024 1:13am

Copy link

github-actions bot commented Jul 26, 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-dubgo9bsv-rollup-js.vercel.app/repl/?pr=5592

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.353 ± 0.022 9.337 9.378 1.02 ± 0.01
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.189 ± 0.059 9.123 9.232 1.00

Internal benchmark

  • BUILD: 8240ms, 754 MB
    • initialize: 0ms, 26 MB
    • generate module graph: 3153ms, 575 MB
      • generate ast: 1513ms, 568 MB
    • sort and bind modules: 445ms, 617 MB
    • mark included statements: 4623ms, 754 MB
      • treeshaking pass 1: 1578ms, 719 MB
      • treeshaking pass 2: 757ms, 739 MB
      • treeshaking pass 3: 293ms, 743 MB
      • treeshaking pass 4: 274ms, 746 MB
      • treeshaking pass 5: 321ms, 752 MB
      • treeshaking pass 6: 262ms, 750 MB
      • treeshaking pass 7: 242ms, 751 MB
      • treeshaking pass 8: 236ms, 751 MB
      • treeshaking pass 9: 215ms, 752 MB
      • treeshaking pass 10: 218ms, 753 MB
      • treeshaking pass 11: 213ms, 754 MB
  • GENERATE: 901ms, 1.02 GB
    • initialize render: 0ms, 914 MB
    • generate chunks: 88ms, 923 MB
      • optimize chunks: 0ms, 917 MB
    • render chunks: 792ms, 1 GB
    • transform chunks: 19ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.05%. Comparing base (28546b5) to head (cb5f255).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5592   +/-   ##
=======================================
  Coverage   99.05%   99.05%           
=======================================
  Files         241      241           
  Lines        9273     9273           
  Branches     2444     2444           
=======================================
  Hits         9185     9185           
  Misses         58       58           
  Partials       30       30           

☔ 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 Jul 26, 2024
Merged via the queue into master with commit cff9a43 Jul 26, 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.

0 participants