Skip to content

chore(studio-deps-dev)(deps-dev): bump tinyglobby from 0.2.14 to 0.2.15 in /studio - #2488

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/main/tinyglobby-0.2.15
Sep 8, 2025
Merged

chore(studio-deps-dev)(deps-dev): bump tinyglobby from 0.2.14 to 0.2.15 in /studio#2488
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/studio/main/tinyglobby-0.2.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2025

Copy link
Copy Markdown
Contributor

Bumps tinyglobby from 0.2.14 to 0.2.15.

Release notes

Sourced from tinyglobby's releases.

0.2.15

Added

  • Documentation page at https://superchupu.dev/tinyglobby, which also contains a library comparison page and migration guide.

    It's been a huge effort that took two months to make.

    Big thanks to @​outslept, @​43081j and @​benmccann for helping out! ❤️

  • JSDoc to all functions and options based on the online documentation page

  • Benchmarks with help from @​43081j and @​benmccann

  • braceExpansion option

  • extglob option

  • fs option

  • globstar option by @​benmccann

  • signal option

  • package.json export as tinyglobby/package.json

  • Ability to pass readonly types by @​TomerAberbach

  • Support for URLs in cwd option

Changed

  • Rewritten path processing algorithm leading to a huge performance increase in many cases with help from @​43081j and @​benmccann

  • Deprecated using patterns inside the options object

  • Enabled trusted publishing using npm's OIDC support

Fixed

  • Negated bracket expressions i.e. [!abc]
  • Some patterns like +++ breaking the partial matcher

Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem

Changelog

Sourced from tinyglobby's changelog.

0.2.15

Added

  • Documentation page at https://superchupu.dev/tinyglobby, which also contains a library comparison page and migration guide.

    It's been a huge effort that took two months to make.

    Big thanks to outslept, 43081j and benmccann for helping out! ❤️

  • JSDoc to all functions and options based on the online documentation page

  • Benchmarks with help from 43081j and benmccann

  • braceExpansion option

  • extglob option

  • fs option

  • globstar option by benmccann

  • signal option

  • package.json export as tinyglobby/package.json

  • Ability to pass readonly types by TomerAberbach

  • Support for URLs in cwd option

Changed

  • Rewritten path processing algorithm leading to a huge performance increase in many cases with help from 43081j and benmccann

  • Deprecated using patterns inside the options object

  • Enabled trusted publishing using npm's OIDC support

Fixed

  • Negated bracket expressions i.e. [!abc]
  • Some patterns like +++ breaking the partial matcher
Commits
  • c2eb99f release 0.2.15
  • 63333fa stop using picomatch.makeRe on partial matcher
  • 8590700 chore(deps): update all non-major dependencies (#161)
  • d5da27f move documentation to website, add jsdoc
  • c911fae chore(deps): update dependency tinybench to v5 (#159)
  • b870b83 workaround to fix dts build
  • c3a6fb8 up coverage to 100%
  • e2c2e7c chore(deps): update dependency @​types/node to ^24.3.0 (#157)
  • 225cca2 add fs option
  • c5dadd9 chore(deps): update actions/checkout action to v5 (#156)
  • Additional commits viewable in compare view