Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
'react-dom-18',
// see https://github.com/web-infra-dev/rslib/pull/992
'@ast-grep/napi',
// Temporary ignore
'tinyglobby',
],
postUpdateOptions: ['pnpmDedupe'],
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
},
"dependencies": {
"@rsbuild/core": "~1.5.7",
"rsbuild-plugin-dts": "workspace:*",
"tinyglobby": "^0.2.15"
"rsbuild-plugin-dts": "workspace:*"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.19.1",
Expand All @@ -61,6 +60,7 @@
"rsbuild-plugin-publint": "^0.3.3",
"rslib": "npm:@rslib/[email protected]",
"rslog": "^1.2.11",
"tinyglobby": "0.2.14",
"tsconfck": "3.1.6",
"typescript": "^5.9.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/core/prebundle.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default {
typescript: 'typescript',
},
dependencies: [
'tinyglobby',
{
name: 'chokidar',
// strip sourcemap comment
Expand Down
1 change: 1 addition & 0 deletions packages/core/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default defineConfig({
picocolors: '../compiled/picocolors/index.js',
chokidar: '../compiled/chokidar/index.js',
rslog: '../compiled/rslog/index.js',
tinyglobby: '../compiled/tinyglobby/index.js',
},
},
tools: {
Expand Down
3 changes: 2 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"paths": {
"chokidar": ["./compiled/chokidar"],
"picocolors": ["./compiled/picocolors"],
"rslog": ["./compiled/rslog"]
"rslog": ["./compiled/rslog"],
"tinyglobby": ["./compiled/tinyglobby"]
}
},
"include": ["src", "types.d.ts"],
Expand Down
15 changes: 12 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading