Skip to content

Commit 8d97dd0

Browse files
authored
Merge pull request #2512 from srod/hotfixes/v9
Merge hotfixes to main: 9.0.1
2 parents cf983d1 + ffe20b0 commit 8d97dd0

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "public",
8-
"baseBranch": "master",
8+
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []
1111
}

.changeset/gorgeous-cows-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@node-minify/core": patch
3+
---
4+
5+
feat(glob): replace glob with fast-glob

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@node-minify/utils": "workspace:*",
54-
"fast-glob": "3.3.2",
54+
"glob": "10.3.3",
5555
"mkdirp": "3.0.1"
5656
},
5757
"devDependencies": {

packages/core/src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import path from "node:path";
1111
import type { Settings } from "@node-minify/types";
1212
import { utils } from "@node-minify/utils";
13-
import { globSync } from "fast-glob";
13+
import { globSync } from "glob";
1414

1515
/**
1616
* Default settings.

pnpm-lock.yaml

Lines changed: 24 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)