Skip to content

fix(deps): update all non-major dependencies#13

Merged
ghiscoding merged 1 commit intoghiscoding:mainfrom
renovate-bot:renovate/all-minor-patch
Apr 15, 2025
Merged

fix(deps): update all non-major dependencies#13
ghiscoding merged 1 commit intoghiscoding:mainfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.12.0 -> ^22.14.1 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.5 -> ^3.1.1 age adoption passing confidence
tinyglobby ^0.2.10 -> ^0.2.12 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.3 age adoption passing confidence
vitest (source) ^3.0.5 -> ^3.1.1 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub

v3.0.9

Compare Source

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
SuperchupuDev/tinyglobby (tinyglobby)

v0.2.12

Compare Source

Fixed
  • Using .. inside ignore patterns could sometimes make the optimizer ignore parent directories
Changed
  • The debug option now logs skipped directories

v0.2.11

Compare Source

I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev
if you'd like to support the development of this project. This is a huge release in a technical aspect
that took many months to get right.

Added
  • New optimizer to avoid crawling directories with entries that will never match.

    This is a huge performance improvement and it should solve most if not all performance issues in the library.

    This has taken many months to figure out and implement and has gotten through three different implementations
    with the help and/or advice of many people, most from e18e:

  • Other performance improvements, such as early returning without patterns by bluwy
    and micro-optimizations by Torathion

  • debug option. Useful for development purposes

Fixed
  • Usage of escaped patterns with a cwd that partially matches the pattern
  • Unsupported usages of backslashes making the library really slow. It should be way faster now thanks to the new optimizer
microsoft/TypeScript (typescript)

v5.8.3

Compare Source

v5.8.2

Compare Source


Configuration

📅 Schedule: Branch creation - "every 3 months" (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.

👻 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.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b7ccff8) to head (c7ec704).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          162       161    -1     
  Branches        43        43           
=========================================
- Hits           162       161    -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a2e2d08 to f524681 Compare April 5, 2025 01:37
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from f524681 to c7ec704 Compare April 11, 2025 21:59
@ghiscoding ghiscoding merged commit 780ade0 into ghiscoding:main Apr 15, 2025
4 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch April 15, 2025 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants