Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies minor ^6.32.0 -> ^6.33.0 age adoption passing confidence
@eslint/js (source) devDependencies patch ^9.9.0 -> ^9.9.1 age adoption passing confidence
@types/eslint (source) devDependencies patch ^9.6.0 -> ^9.6.1 age adoption passing confidence
axios (source) overrides patch ^1.7.4 -> ^1.7.5 age adoption passing confidence
eslint (source) devDependencies patch ^9.9.0 -> ^9.9.1 age adoption passing confidence
husky devDependencies patch ^9.1.4 -> ^9.1.5 age adoption passing confidence
rollup (source) devDependencies patch ^4.21.0 -> ^4.21.1 age adoption passing confidence
tslib (source) devDependencies minor ^2.6.3 -> ^2.7.0 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.2.0 -> ^8.3.0 age adoption passing confidence
vite (source) devDependencies patch ^5.4.1 -> ^5.4.2 age adoption passing confidence
vitepress (source) devDependencies patch ^1.3.3 -> ^1.3.4 age adoption passing confidence
swc_compiler_base dependencies minor 0.18.1 -> 0.19.0 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.33.0

Compare Source

Bug fixes

Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow.

New features

The new EditorView.clipboardInputFilter and clipboardOutputFilter facets allow you to register filter functions that change text taken from or sent to the clipboard.

eslint/eslint (@​eslint/js)

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)

Documentation

Chores

axios/axios (axios)

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release
eslint/eslint (eslint)

v9.9.1

Compare Source

rollup/rollup (rollup)

v4.21.1

Compare Source

2024-08-26

Bug Fixes
  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#​5618)
  • Do not produce invalid code for import.meta.url in compact mode (#​5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#​5625)
Pull Requests
Microsoft/tslib (tslib)

v2.7.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

vuejs/vitepress (vitepress)

v1.3.4

Compare Source

Bug Fixes
  • check if _importGlobMap (vite internal) exists before using it (612d66f)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 August 30, 2024 00:37
Copy link

vercel bot commented Aug 30, 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 Aug 30, 2024 0:39am

Copy link

github-actions bot commented Aug 30, 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-kjpw6pg1v-rollup-js.vercel.app/repl/?pr=5630

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.315 ± 0.116 9.191 9.420 1.01 ± 0.01
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.189 ± 0.019 9.168 9.206 1.00

Internal benchmark

  • BUILD: 8210ms, 750 MB
    • initialize: 0ms, 25.9 MB
    • generate module graph: 3160ms, 574 MB
      • generate ast: 1536ms, 567 MB
    • sort and bind modules: 440ms, 618 MB
    • mark included statements: 4601ms, 750 MB
      • treeshaking pass 1: 1566ms, 716 MB
      • treeshaking pass 2: 754ms, 740 MB
      • treeshaking pass 3: 294ms, 745 MB
      • treeshaking pass 4: 271ms, 745 MB
      • treeshaking pass 5: 319ms, 749 MB
      • treeshaking pass 6: 259ms, 751 MB
      • treeshaking pass 7: 241ms, 750 MB
      • treeshaking pass 8: 235ms, 754 MB
      • treeshaking pass 9: 215ms, 755 MB
      • treeshaking pass 10: 217ms, 752 MB
      • treeshaking pass 11: 213ms, 750 MB
  • GENERATE: 890ms, 1.02 GB
    • initialize render: 0ms, 914 MB
    • generate chunks: 86ms, 920 MB
      • optimize chunks: 0ms, 917 MB
    • render chunks: 783ms, 1 GB
    • transform chunks: 19ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (c33c6ce) to head (5563865).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5630   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files         242      242           
  Lines        9329     9329           
  Branches     2467     2467           
=======================================
  Hits         9240     9240           
  Misses         58       58           
  Partials       31       31           

☔ 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 Aug 30, 2024
Merged via the queue into master with commit 84b4ca4 Aug 30, 2024
40 checks passed
Copy link

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