Skip to content

chore(deps): update all patch dependencies #2023

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

Merged
merged 5 commits into from
Apr 9, 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/cases/babel/decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/babel-decorator",
"version": "1.0.0",
"devDependencies": {
"@babel/preset-env": "^7.24.3"
"@babel/preset-env": "^7.24.4"
}
}
2 changes: 1 addition & 1 deletion e2e/cases/swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/swc-plugin",
"version": "1.0.0",
"dependencies": {
"@swc/plugin-remove-console": "^1.5.120"
"@swc/plugin-remove-console": "^1.5.121"
}
}
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"preact": "^10.20.1",
"preact": "^10.20.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
Expand Down Expand Up @@ -56,11 +56,11 @@
"@scripts/test-helper": "workspace:*",
"@types/lodash": "^4.17.0",
"@types/node": "16.x",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"fast-glob": "^3.3.2",
"playwright": "1.42.1",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.20.1"
"preact": "^10.20.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"package.json": "pnpm run check-dependency-version"
},
"devDependencies": {
"@biomejs/biome": "1.6.3",
"@biomejs/biome": "1.6.4",
"@changesets/cli": "^2.27.1",
"@modern-js/module-tools": "^2.48.3",
"@modern-js/module-tools": "^2.48.4",
"@rsbuild/tsconfig": "workspace:*",
"@scripts/test-helper": "workspace:*",
"check-dependency-version-consistency": "^4.1.0",
Expand All @@ -52,7 +52,7 @@
"simple-git-hooks": "^2.11.1",
"vitest": "^1.4.0"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.7.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"dev": "modern build --watch"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-partial-application": "^7.24.1",
"@babel/plugin-proposal-pipeline-operator": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.1",
"@babel/runtime": "^7.24.4",
"@babel/types": "^7.24.0",
"@types/babel__core": "^7.20.5",
"babel-plugin-dynamic-import-node": "2.3.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset/tests/__snapshots__/web.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`should allow to enable legacy decorator 1`] = `
"<ROOT>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.1",
"version": "7.24.4",
},
],
"<ROOT>/packages/babel-preset/src/pluginLockCorejsVersion",
Expand Down Expand Up @@ -81,7 +81,7 @@ exports[`should allow to enable specific version decorator 1`] = `
"<ROOT>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.1",
"version": "7.24.4",
},
],
"<ROOT>/packages/babel-preset/src/pluginLockCorejsVersion",
Expand Down Expand Up @@ -131,7 +131,7 @@ exports[`should provide web preset as expected 1`] = `
"<ROOT>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.1",
"version": "7.24.4",
},
],
"<ROOT>/packages/babel-preset/src/pluginLockCorejsVersion",
Expand Down Expand Up @@ -222,7 +222,7 @@ exports[`should support inject core-js polyfills by entry 1`] = `
"<ROOT>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.1",
"version": "7.24.4",
},
],
"<ROOT>/packages/babel-preset/src/pluginLockCorejsVersion",
Expand Down Expand Up @@ -275,7 +275,7 @@ exports[`should support inject core-js polyfills by usage 1`] = `
"<ROOT>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.1",
"version": "7.24.4",
},
],
"<ROOT>/packages/babel-preset/src/pluginLockCorejsVersion",
Expand Down
11 changes: 0 additions & 11 deletions packages/core/src/provider/plugins/transition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,5 @@ export const pluginTransition = (): RsbuildPlugin => ({
// improve kill process performance
// https://github.com/web-infra-dev/rspack/pull/5486
process.env.WATCHPACK_WATCHER_LIMIT ||= '20';

// api.modifyRspackConfig((config, { isProd }) => {
// only enable new tree shaking in production build,
// because Rspack still has some problems when using it in dev mode.
// such as https://github.com/web-infra-dev/rspack/issues/5887
// if (isProd) {
// config.experiments ||= {};
// config.experiments.rspackFuture ||= {};
// config.experiments.rspackFuture.newTreeshaking = true;
// }
// });
},
});
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.20.1"
"preact": "^10.20.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.20.1"
"preact": "^10.20.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"typescript": "^5.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@rsbuild/core": "workspace:*",
"@rspress/plugin-rss": "^1.17.1",
"@types/node": "16.x",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"fast-glob": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"serialize-javascript": "^6.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "modern build --watch"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-source-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@rsbuild/shared": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-babel": "workspace:*",
"@scripts/test-helper": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vue/babel-plugin-jsx": "1.2.2"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue2-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vue/babel-preset-jsx": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
"dependencies": {
"@rspack/core": "0.6.0",
"caniuse-lite": "^1.0.30001600",
"caniuse-lite": "^1.0.30001607",
"postcss": "^8.4.38"
},
"devDependencies": {
Expand Down
Loading