Skip to content

Bump fast-glob from 1.0.1 to 1.1.0 - #884

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/fast-glob-1.1.0
Open

Bump fast-glob from 1.0.1 to 1.1.0#884
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/fast-glob-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps fast-glob from 1.0.1 to 1.1.0.

Release notes

Sourced from fast-glob's releases.

v1.1.0

Added

  • add validate API for reporting invalid patterns (#153)

Other

  • update sponsor section (#151)
  • mention glob-match fork (#148)
  • normalize README sponsor section (#143)
  • (deps) update dependency rust to v1.95.0 (#112)

Added

  • validate function and Error type to reject invalid patterns (unclosed { or [, trailing \, too-deep brace nesting) with a descriptive error

Fixed

  • treat invalid patterns as non-matching under ! negation, so negated globs like !src/[abpp.js no longer match everything
  • interpret character classes consistently between brace-branch scanning and matching (e.g. a , or } inside [...] inside braces is a class member, not a branch separator)
  • document that the result of glob_match for an invalid pattern is unspecified
Changelog

Sourced from fast-glob's changelog.

1.1.0 - 2026-07-21

Added

  • add validate API for reporting invalid patterns (#153)

Other

  • update sponsor section (#151)
  • mention glob-match fork (#148)
  • normalize README sponsor section (#143)
  • (deps) update dependency rust to v1.95.0 (#112)

Added

  • validate function and Error type to reject invalid patterns (unclosed { or [, trailing \, too-deep brace nesting) with a descriptive error

Fixed

  • treat invalid patterns as non-matching under ! negation, so negated globs like !src/[abpp.js no longer match everything
  • interpret character classes consistently between brace-branch scanning and matching (e.g. a , or } inside [...] inside braces is a class member, not a branch separator)
  • document that the result of glob_match for an invalid pattern is unspecified
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 30, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/fast-glob-1.1.0 branch from 2801615 to c363779 Compare August 2, 2026 21:22
@dependabot dependabot Bot changed the title chore(deps): bump fast-glob from 1.0.1 to 1.1.0 Bump fast-glob from 1.0.1 to 1.1.0 Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/fast-glob-1.1.0 branch from c363779 to c0c231b Compare August 11, 2026 15:47
Bumps [fast-glob](https://github.com/oxc-project/fast-glob) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/oxc-project/fast-glob/releases)
- [Changelog](https://github.com/oxc-project/fast-glob/blob/main/CHANGELOG.md)
- [Commits](oxc-project/fast-glob@v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/fast-glob-1.1.0 branch from c0c231b to 9de7620 Compare August 12, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants