Skip to content

chore(deps): replace fast-glob with tinyglobby - #4078

Open
GiHoon1123 wants to merge 1 commit into
nestjs:masterfrom
GiHoon1123:fix-3731-switch-to-tinyglobby
Open

chore(deps): replace fast-glob with tinyglobby#4078
GiHoon1123 wants to merge 1 commit into
nestjs:masterfrom
GiHoon1123:fix-3731-switch-to-tinyglobby

Conversation

@GiHoon1123

Copy link
Copy Markdown

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

Issue Number: #3731

@nestjs/graphql uses fast-glob for GraphQL type path lookups.

What is the new behavior?

Uses tinyglobby instead.

There are a few small differences between the two packages, so I added a small helper to keep typePaths working the same way as before.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Ran yarn lint and yarn test:e2e:graphql.

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.

1 participant