Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all patch dependencies #79

Merged
merged 2 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@e2e/helper": "workspace:*",
"@playwright/test": "1.43.1",
"@rsbuild/core": "1.0.1-beta.10",
"@rsbuild/core": "1.0.1-beta.11",
"@rslib/core": "workspace:*",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/express-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@rslib/core": "workspace:*",
"@types/express": "^4.17.21",
"express": "^4.19.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"express": "^4"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "1.0.1-beta.9",
"@rsbuild/plugin-react": "1.0.1-beta.11",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.3",
"react": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"fs-extra": "^11.2.0",
"nano-staged": "^0.8.0",
"nx": "^19.4.2",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rsbuild/core": "1.0.1-beta.10",
"@rsbuild/core": "1.0.1-beta.11",
"rsbuild-plugin-dts": "workspace:*"
},
"devDependencies": {
Expand All @@ -51,7 +51,7 @@
"picocolors": "1.0.1",
"prebundle": "1.1.0",
"rslog": "^1.2.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"@microsoft/api-extractor": "^7",
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export async function build(
const rsbuildInstance = await initRsbuild(config);

await rsbuildInstance.build({
mode: 'production',
watch: options?.watch,
});

Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/cli/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type BuildOptions = CommonOptions & {
};

export type InspectOptions = CommonOptions & {
env: RsbuildMode;
mode: RsbuildMode;
output: string;
verbose?: boolean;
};
Expand Down Expand Up @@ -64,7 +64,7 @@ export function runCli(): void {
const rslibConfig = await loadConfig(options.config, options.envMode);
const rsbuildInstance = await initRsbuild(rslibConfig);
await rsbuildInstance.inspectConfig({
env: options.env,
mode: options.mode,
verbose: options.verbose,
outputPath: options.output,
writeToDisk: true,
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export const composeAutoExternalConfig = (options: {

export async function createInternalRsbuildConfig(): Promise<RsbuildConfig> {
return defineRsbuildConfig({
mode: 'production',
dev: {
progressBar: false,
},
Expand Down
3 changes: 3 additions & 0 deletions packages/core/tests/__snapshots__/config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1
"dev": {
"progressBar": false,
},
"mode": "production",
"output": {
"distPath": {
"js": "./",
Expand Down Expand Up @@ -81,6 +82,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1
"dev": {
"progressBar": false,
},
"mode": "production",
"output": {
"distPath": {
"js": "./",
Expand Down Expand Up @@ -153,6 +155,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1
"dev": {
"progressBar": false,
},
"mode": "production",
"output": {
"distPath": {
"js": "./",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"picocolors": "1.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.4",
"@rsbuild/core": "1.0.1-beta.10",
"@microsoft/api-extractor": "^7.47.5",
"@rsbuild/core": "1.0.1-beta.11",
"@rslib/tsconfig": "workspace:*",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"peerDependencies": {
"@microsoft/api-extractor": "^7",
Expand Down
Loading
Loading