Skip to content

Commit

Permalink
chore: use 0.0.10 to build self (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Oct 11, 2024
1 parent eceb8b9 commit 9d89dfc
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 114 deletions.
8 changes: 7 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:recommended', 'schedule:weekly'],
ignorePaths: ['**/tests/**', '**/node_modules/**', '**/e2e/cases/**'],
ignorePaths: ['**/node_modules/**'],
packageRules: [
// Use chore as semantic commit type for commit messages
{
Expand All @@ -20,6 +20,12 @@
matchPackageNames: ['@rsbuild/**'],
groupSlug: 'rsbuild',
},
{
groupName: 'rslib',
matchPackageNames: ['rslib'],
groupSlug: 'rslib',
extends: ['schedule:daily'],
},
{
groupName: 'rspress',
matchPackageNames: ['@rspress/**'],
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,5 @@
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
},
"pnpm": {
"overrides": {
"@rspack/core": "npm:@rspack/core-canary@1.0.9-canary-0cad17d5-20240929151646"
}
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"memfs": "^4.13.0",
"picocolors": "1.1.0",
"prebundle": "1.2.2",
"rslib": "npm:@rslib/core@0.0.9",
"rslib": "npm:@rslib/core@0.0.10",
"rslog": "^1.2.3",
"tsconfck": "3.1.4",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "~18.19.39",
"fs-extra": "^11.2.0",
"rslib": "npm:@rslib/core@0.0.9",
"rslib": "npm:@rslib/core@0.0.10",
"typescript": "^5.6.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@microsoft/api-extractor": "^7.47.9",
"@rsbuild/core": "1.0.12",
"@rslib/tsconfig": "workspace:*",
"rslib": "npm:@rslib/core@0.0.9",
"rslib": "npm:@rslib/core@0.0.10",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9d89dfc

Please sign in to comment.