Skip to content

feature: Replace fast-glob with glob from node:fs/promises#1496

Merged
emmatown merged 1 commit intoThinkmill:mainfrom
Greenheart:feature/replace-fast-glob-with-node-js-native-glob
Mar 23, 2026
Merged

feature: Replace fast-glob with glob from node:fs/promises#1496
emmatown merged 1 commit intoThinkmill:mainfrom
Greenheart:feature/replace-fast-glob-with-node-js-native-glob

Conversation

@Greenheart
Copy link
Copy Markdown
Contributor

This only affects development and testing environments, and works well with Node.js 24.

All tests pass both before and after the change.

The output when building design-system/primitives seems OK as well.

Fix #1495

This change would be even better when paired with #1491

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jan 7, 2026

⚠️ No Changeset found

Latest commit: 4577a7f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

This only affects development and testing environments, and works well
with Node.js 24.

All tests pass both before and after the change.

The output when building `design-system/primitives` seems OK as well.
@emmatown emmatown force-pushed the feature/replace-fast-glob-with-node-js-native-glob branch from 59b532d to 4577a7f Compare March 23, 2026 04:19
@socket-security
Copy link
Copy Markdown

@emmatown emmatown merged commit 353b590 into Thinkmill:main Mar 23, 2026
7 checks passed
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.

Maintenance: Replace fast-glob with glob() from node:fs/promises

2 participants