Skip to content

Commit

Permalink
chore(deps): update rsbuild monorepo (#6535)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caohuilin <caohuilin@bytedance.com>
  • Loading branch information
renovate[bot] and caohuilin authored Nov 19, 2024
1 parent dd53bd2 commit abd9330
Show file tree
Hide file tree
Showing 6 changed files with 355 additions and 182 deletions.
20 changes: 20 additions & 0 deletions packages/cli/uni-builder/tests/__snapshots__/default.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ exports[`uni-builder rspack > should generator rspack config correctly 1`] = `
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -1394,6 +1397,9 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -2275,6 +2281,9 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -3177,6 +3186,9 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -4161,6 +4173,9 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -4717,6 +4732,7 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
"modulesCount": 5000,
"name": "ProgressPlugin",
"percentBy": null,
"prettyTime": [Function],
"profile": false,
"showActiveModules": false,
"showDependencies": true,
Expand Down Expand Up @@ -5404,6 +5420,9 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -6066,6 +6085,7 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
"modulesCount": 5000,
"name": "ProgressPlugin",
"percentBy": null,
"prettyTime": [Function],
"profile": false,
"showActiveModules": false,
"showDependencies": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ exports[`uni-builder environment compat > should generator environment config co
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -1370,6 +1373,9 @@ exports[`uni-builder environment compat > should generator environment config co
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -2079,6 +2085,9 @@ exports[`uni-builder environment compat > should generator environment config co
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ exports[`html minify > should not apply html minify in production when disableMi
"modulesCount": 5000,
"name": "ProgressPlugin",
"percentBy": null,
"prettyTime": [Function],
"profile": false,
"showActiveModules": false,
"showDependencies": true,
Expand Down Expand Up @@ -231,6 +232,7 @@ exports[`html minify > should not apply html minify when htmlPlugin.minify false
"modulesCount": 5000,
"name": "ProgressPlugin",
"percentBy": null,
"prettyTime": [Function],
"profile": false,
"showActiveModules": false,
"showDependencies": true,
Expand Down Expand Up @@ -298,6 +300,7 @@ exports[`html minify > should not apply html plugin when htmlPlugin false 1`] =
"modulesCount": 5000,
"name": "ProgressPlugin",
"percentBy": null,
"prettyTime": [Function],
"profile": false,
"showActiveModules": false,
"showDependencies": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ exports[`plugin-postcssLegacy > should allow tools.postcss to override the plugi
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down Expand Up @@ -469,6 +472,9 @@ exports[`plugin-postcssLegacy > should register postcss plugin by browserslist 2
"options": {
"api": "modern-compiler",
"implementation": "<WORKSPACE>/node_modules/<PNPM_INNER>/sass-embedded/dist/lib/index.js",
"sassOptions": {
"quietDeps": true,
},
"sourceMap": true,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ exports[`plugins/styled-components > should works in webpack swc mode 1`] = `
"options": {
"cwd": "",
"env": {
"coreJs": "3.38",
"coreJs": "3.39",
"mode": "entry",
"targets": [
"> 0.01%",
Expand Down
Loading

0 comments on commit abd9330

Please sign in to comment.